.pnp-product-switcher__content{background:rgba(255,255,255,0.15);box-shadow:0 3px 10px rgba(0,0,0,0.15);border-radius:38px;padding:6px}
.pnp-product-switcher__list{display:flex;align-items:center;position:relative}
.pnp-product-switcher__roller{position:absolute;left:0;z-index:2;top:0;bottom:0;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,0.07);border-radius:30px;transition:transform .5s ease}
.pnp-product-switcher__item{display:flex;position:relative;z-index:3;background-color:transparent;padding:0 10px}
.pnp-product-switcher__item input{position:absolute;opacity:0}
.pnp-product-switcher__item-label{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px 0 13px 0;width:100%;height:100%}
.pnp-product-switcher__item-text{font-size:18px;line-height:24px;font-weight:500;text-align:center;transition:color .3s .1s ease-in-out;color:#fff;margin-bottom:2px}
.pnp-product-switcher__item-description{font-weight:400;font-size:12px;line-height:16px;text-align:center;transition:color .3s .1s ease-in-out;color:#fff;max-width:180px}
.pnp-product-switcher__item-input:checked+.pnp-product-switcher__item-label .pnp-product-switcher__item-text{color:#066fac}
.pnp-product-switcher__item-input:checked+.pnp-product-switcher__item-label .pnp-product-switcher__item-description{color:#222}
.pnp-product-switcher .select{display:none}
.pnp-product-switcher__content--with-descriptions,.pnp-product-switcher__content--with-descriptions .pnp-product-switcher__roller{border-radius:100px}
@media only screen and (max-width:991px){.pnp-product-switcher__content{display:none}
.pnp-product-switcher .select{display:block}
.pnp-product-switcher .select .select__input{padding:11px 54px 13px 29px;border-radius:100px;text-align:left}
.pnp-product-switcher__select-item-text{font-size:16px;line-height:24px;font-weight:500}
.pnp-product-switcher__select-item-description{font-size:12px;line-height:20px}
.pnp-product-switcher .select .select__input-block:after{right:33px;border-color:#222}
.pnp-product-switcher .select .select__dropdown{padding:8px;top:calc(100% + 2px);box-shadow:0 3px 10px rgba(0,0,0,0.15);border-radius:4px}
.pnp-product-switcher .select .select__option{margin:0;padding:11px 16px 13px 12px;font-size:16px;line-height:24px}
.pnp-product-switcher .select .select__option:hover.select__option--selected,.pnp-product-switcher .select .select__option--active.select__option--selected{background-color:#f4f4f4}
.pnp-product-switcher .select .select__option--selected{font-weight:700}
.pnp-product-switcher .select.select--open .select__input-block:before{display:none}
.pnp-product-switcher__title{font-size:40px;line-height:48px;margin-bottom:28px}
}
@media only screen and (max-width:767px){.pnp-product-switcher__title{font-size:32px;line-height:40px;margin-bottom:19px}
.pnp-product-switcher .select .select__input{padding-right:45px;border-radius:20px}
.pnp-product-switcher .select .select__input-block:after{right:24px}
}