product-switcher .switcher__wrapper{display:flex;flex-direction:column}product-switcher .switcher__wrapper .switcher__heading .title{color:var(--grey-875);font-size:1.9rem;font-weight:700;letter-spacing:-.019rem;line-height:2.242rem;margin:0}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__heading .title{font-size:2rem;letter-spacing:-.02rem;line-height:2.36rem}}product-switcher .switcher__wrapper .switcher__heading .title+.subtitle{margin-bottom:0;margin-top:1rem}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__heading .title+.subtitle{margin-top:.8rem}}product-switcher .switcher__wrapper .switcher__heading .subtitle{color:var(--grey-875);font-size:1.5rem;font-weight:400;line-height:2.045rem;opacity:.6}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__heading .subtitle{font-size:1.4rem;font-weight:400;letter-spacing:-.014rem;line-height:1.988rem;opacity:1}}product-switcher .switcher__wrapper .switcher__heading+.switcher__selectors{margin-top:1.5rem}product-switcher .switcher__wrapper .switcher__selectors{display:grid;gap:.8rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__selectors{grid-template-columns:repeat(2,minmax(0,1fr))}}product-switcher .switcher__wrapper .switcher__selectors .switcher__option{align-items:center;background-color:transparent;border:0;cursor:default;cursor:pointer;display:flex;isolation:isolate;padding:1.4rem;position:relative}product-switcher .switcher__wrapper .switcher__selectors a.switcher__option{text-decoration:none}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__selectors .switcher__option{align-items:center;flex-direction:column;justify-content:center}}product-switcher .switcher__wrapper .switcher__selectors .switcher__option.selected:before{opacity:1}product-switcher .switcher__wrapper .switcher__selectors .switcher__option.selected:after{background-color:var(--grey-50);border-color:var(--grey-50);border-radius:.6rem;height:calc(100% - .3rem);left:.15rem;top:.15rem;width:calc(100% - .3rem)}product-switcher .switcher__wrapper .switcher__selectors .switcher__option:before{background-image:linear-gradient(92.3deg,rgb(var(--rgb-cold-300)) 0,rgb(var(--rgb-cold-400)) 33.72%,rgb(var(--rgb-sauna-400)) 67.97%,rgb(var(--rgb-sauna-300)) 101.16%);border-radius:.8rem;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .375s ease;width:100%;z-index:-2}product-switcher .switcher__wrapper .switcher__selectors .switcher__option:after{background-color:var(--white);border:1px solid var(--grey-175);border-radius:.8rem;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .2s ease,border-color .2s ease;width:100%;z-index:-1}product-switcher .switcher__wrapper .switcher__selectors .switcher__option:hover:before{opacity:1}product-switcher .switcher__wrapper .switcher__selectors .switcher__option:hover:after{background-color:var(--grey-50);border-color:var(--grey-50);border-radius:.6rem;height:calc(100% - .3rem);left:.15rem;top:.15rem;width:calc(100% - .3rem)}product-switcher .switcher__wrapper .switcher__selectors .switcher__option .selector__label{color:var(--grey-875);font-size:1.7rem;font-weight:700;letter-spacing:-.017rem;line-height:2.38rem}@media screen and (min-width:1024px){product-switcher .switcher__wrapper .switcher__selectors .switcher__option .selector__label{text-align:center}}