#pearl-type-slider {
    overflow: none;
    padding: 1rem 0
}

.tps_typeSlider_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tps_typeSlider_flexCenter {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.tps_typeSlider_layout {
	height: 100%;
}

.tps_typeSlider_bold {
	font-weight: bold;
}

#pearl-type-slider .slider-title {
    text-align: center;
    margin: 1rem auto;
    padding-bottom: 1rem
}

#pearl-type-slider .slider-title h2 {
    font-size: 25px;
	font-weight: normal;
    margin: 0
}

#pearl-type-slider .slider-title h2._updating {
    opacity: 0
}

#pearl-type-slider .slider-title h2._updated {
    opacity: 1
}

#pearl-type-slider .slider {
    display: block;
    max-width: 50rem;
    margin: 0 auto;
    background: #e6e6e6;
    border-radius: 10px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3)
}

#pearl-type-slider .slider .slider-bar {
    display: block;
    margin: auto;
    max-width: 80%
}

@media (min-width: 769px) and (max-width: 1023px) {
    #pearl-type-slider .slider .slider-bar {
        max-width: 85%
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    #pearl-type-slider .slider .slider-bar {
        max-width: 85%
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .slider {
        max-width: 100%
    }
}

#pearl-type-slider .options {
    max-width: 45rem;
    margin: auto
}

#pearl-type-slider .options .layout {
    justify-content: space-between;
    align-items: flex-start
}

#pearl-type-slider .options .option {
    position: relative;
    width: 7.5rem
}

#pearl-type-slider .options .option .label {
    cursor: pointer;
    text-align: center;
    margin-top: 1rem;
    z-index: -1
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .options .option .label {
        margin-top: 2rem
    }
}

#pearl-type-slider .options .option .label span {
    font-size: 25px;
    display: block;
}

@media (min-width: 0px) and (max-width: 565px) {
    #pearl-type-slider .options .option .label ._hidden-mobile {
        display: none
    }
}

#pearl-type-slider .options .option._active .label span {
    color: #62564a
}

#pearl-type-slider .slider-description {
    display: block;
    text-align: center;
    max-width: 48rem;
    margin: 1rem auto
}

#pearl-type-slider .slider-description p {
    font-size: 16px;
}

#pearl-type-slider .slider-description p._updating {
    opacity: 0
}

#pearl-type-slider .slider-description p._updated {
    opacity: 1
}
