:root{--carousel-horizontal-spacing: 24px;--carousel-horizontal-spacing-mobile: 1rem;--padding-sections-desktop: 32px;--padding-sections-mobile: 12px;--duration-short: .1s;--duration-default: .2s;--duration-medium: .35s;--duration-long: .5s;--duration-extreme: 1s}.carousel{display:block;position:relative}@media screen and (max-width: 749px){.carousel{overflow:hidden}}.carousel.carousel--show-to-edge,.carousel.carousel--show-to-edge-touch{padding:0}.carousel .carousel__background{background-color:#fff;border-radius:0 50rem 50rem 0;content:"";display:block;height:calc(100% - 80px);left:-100%;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);position:absolute;top:80px;width:110%;transition:all var(--duration-long) ease}.carousel .carousel__background--recently-viewed{height:calc(100% - 16rem);top:10.5rem;width:110%}@media screen and (min-width: 750px){.carousel .carousel__background{top:12px;width:69%}.carousel .carousel__background--recently-viewed{height:calc(100% - 16rem);top:10.5rem;width:69%}}.carousel__header{margin-bottom:32px;position:relative;z-index:1}@media screen and (min-width: 750px){.carousel__header{margin-bottom:48px}}.carousel__pretitle{font-size:12px;font-weight:500;letter-spacing:.12rem;line-height:14px;margin-bottom:8px}.carousel__title{font-size:2.8rem;font-weight:700;line-height:2.8rem;margin-bottom:8px}@media screen and (min-width: 990px){.carousel__pretitle{font-size:1rem;margin-bottom:1rem}.carousel__title{font-size:4rem;line-height:1;margin-bottom:8px}}.carousel__slides{display:flex;flex-wrap:nowrap;position:relative;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;column-gap:var(--carousel-horizontal-spacing-mobile);padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}.carousel__slides--gapless{column-gap:2px}.carousel__slides::-webkit-scrollbar{display:none}@media screen and (min-width: 750px){.carousel__slides{column-gap:var(--carousel-horizontal-spacing)}}.carousel__slides-slide{scroll-snap-align:start;min-width:100%;max-width:100%;display:flex;align-items:flex-start;justify-content:center;color:var(--text-color);position:relative;scroll-margin-left:4px}.carousel__slides-slide--rounded-left{border-top-left-radius:3rem;border-bottom-left-radius:3rem;overflow:hidden}.carousel__slides-slide--rounded-right{border-top-right-radius:3rem;border-bottom-right-radius:3rem;overflow:hidden}.carousel__slides-slide picture{display:flex;align-items:center}.carousel__slides-slide picture,.carousel__slides-slide img,.carousel__slides-slide video,.carousel__slides-slide iframe:not(.instagram-media),.carousel__slides-slide .media{width:100%;height:100%;object-fit:contain}.carousel__footer{align-items:center;justify-content:center;display:flex;flex-wrap:wrap;margin-top:12px;position:relative;z-index:1;gap:.8rem}@media screen and (min-width: 990px){.carousel__footer{margin-top:40px}}.carousel__nav{align-items:center;display:flex;gap:8px}.carousel__nav-button{outline:none;box-shadow:0 .4rem .8rem rgba(var(--text-color),.16);background-color:#66435a;border:none;cursor:pointer;padding:0;min-width:3.2rem;width:3.2rem;height:3.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center}.carousel__nav-button--prev .icon{transform:rotate(-180deg)}@media screen and (min-width: 750px){.carousel__nav-button{min-width:4rem;width:4rem;height:4rem}}.carousel__nav-button[disabled]{opacity:.2;cursor:not-allowed}.carousel__nav-button svg{width:1rem;height:1rem;color:rgb(var(--text-color));position:relative;left:0;right:0;transition:all var(--duration-default)}.carousel__tracker{margin:0 3.2rem 0 0;width:100%;height:.4rem;background-color:var(--color-background);display:flex;border-radius:.8rem;overflow:hidden;position:relative}@media screen and (min-width: 1201px){.carousel__tracker{width:6.4rem;margin:0 3.2rem}}.carousel__tracker>span{content:"";position:absolute;top:0;left:0;width:0;height:100%;border-radius:.8rem;transition:all var(--duration-default) ease;background-color:var(--text-color)}.carousel__dots{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:center}.carousel__dots>span{position:relative;background-color:#f0ecef;border-radius:10px;height:8px;width:8px;outline:1px solid transparent}@media screen and (min-width: 990px){.carousel__dots{gap:12px;margin-left:32px}}.carousel__dots>span:after{background-color:#66435a;border-radius:5rem;content:"";height:6px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color var(--duration-default) ease;width:6px}.carousel__dots>span.active{background-color:#66435a;transition:all var(--duration-default) ease}.carousel__dots>span.active:after{opacity:1}@media screen and (min-width: 990px){.carousel__dots>span{height:6px;width:6px}.carousel__dots>span:after{height:10px;width:10px}}.carousel__dots>span>svg{display:none;position:absolute;left:-8px;top:-8px;width:20px;height:20px;transform:rotate(-90deg)}.carousel__dots>span.active svg{display:block}.carousel__dots>span>svg .circle{stroke-dasharray:80;stroke-dashoffset:80;animation:stroke ease-out forwards;animation-iteration-count:infinite;stroke:#66435a;fill-opacity:0;stroke-width:2;cx:10;cy:10;r:7}@keyframes stroke{to{stroke-dashoffset:0}}.carousel__button{align-items:center;color:#66435a;display:flex;font-size:14px;font-weight:600;gap:8px;line-height:2.4rem;text-decoration:none}.carousel__button-icon{align-items:center;background-color:#66435a;border-radius:5rem;color:rgb(var(--text-color));display:flex;height:12px;justify-content:center;width:12px;min-width:12px}@media screen and (min-width: 990px){.carousel__dots>span>svg{left:-12px;top:-12px}.carousel__dots>span svg{width:30px;height:30px}.carousel__dots>span>svg .circle{stroke-dasharray:80;stroke-dashoffset:80;cx:15;cy:15;r:10}.carousel__button{font-size:1rem;gap:1rem}.carousel__button-icon{height:32px;width:32px;min-width:32px}}@media screen and (min-width: 2001px){.carousel--show-to-edge:not(.carousel--no-desktop)>.carousel__slides{margin-left:var(--padding-sections-desktop);margin-right:var(--padding-sections-desktop)}}@media screen and (min-width: 1600px) and (max-width: 2000px){.carousel--show-to-edge:not(.carousel--no-desktop){max-width:100%;padding:0}.carousel--show-to-edge:not(.carousel--no-desktop)>.carousel__slides{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel--show-to-edge:not(.carousel--no-desktop)>.carousel__slides>.carousel__slides-slide:first-of-type{margin-left:calc(50vw - 76.5rem);scroll-margin-left:calc(50vw - 76.5rem)}.carousel--show-to-edge:not(.carousel--no-desktop)>.carousel__slides>.carousel__slides-slide:last-of-type{margin-right:var(--carousel-horizontal-spacing);scroll-margin-right:var(--carousel-horizontal-spacing)}}@media screen and (min-width: 750px) and (max-width: 1599px){.carousel--show-to-edge:not(.carousel--no-tablet){max-width:100%;padding:0}.carousel--show-to-edge:not(.carousel--no-tablet)>.carousel__slides{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel--show-to-edge:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide{scroll-margin-left:var(--carousel-horizontal-spacing)}.carousel--show-to-edge:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-desktop);scroll-margin-left:var(--padding-sections-desktop)}.carousel--show-to-edge:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide:last-of-type{margin-right:var(--padding-sections-desktop);scroll-margin-right:var(--padding-sections-desktop)}}@media screen and (min-width: 750px) and (max-width: 989px){.carousel--show-to-edge-touch:not(.carousel--no-tablet){max-width:100%;padding:0}.carousel--show-to-edge-touch:not(.carousel--no-tablet)>.carousel__slides{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel--show-to-edge-touch:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide{scroll-margin-left:var(--carousel-horizontal-spacing)}.carousel--show-to-edge-touch:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-desktop);scroll-margin-left:var(--padding-sections-desktop)}.carousel--show-to-edge-touch:not(.carousel--no-tablet)>.carousel__slides>.carousel__slides-slide:last-of-type{margin-right:var(--padding-sections-desktop);scroll-margin-right:var(--padding-sections-desktop)}}@media screen and (max-width: 749px){.carousel.carousel--show-to-edge-touch,.carousel--show-to-edge:not(.carousel--no-mobile){max-width:100%;padding:0}.carousel.carousel--show-to-edge-touch>.carousel__slides,.carousel--show-to-edge:not(.carousel--no-mobile)>.carousel__slides{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel.carousel--show-to-edge-touch>.carousel__slides>.carousel__slides-slide,.carousel--show-to-edge:not(.carousel--no-mobile)>.carousel__slides>.carousel__slides-slide{scroll-margin-left:var(--carousel-horizontal-spacing-mobile)}.carousel.carousel--show-to-edge-touch>.carousel__slides>.carousel__slides-slide:first-of-type,.carousel--show-to-edge:not(.carousel--no-mobile)>.carousel__slides>.carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-mobile);scroll-margin-left:var(--padding-sections-mobile)}.carousel.carousel--show-to-edge-touch>.carousel__slides>.carousel__slides-slide:last-of-type,.carousel--show-to-edge:not(.carousel--no-mobile)>.carousel__slides>.carousel__slides-slide:last-of-type{margin-right:var(--carousel-horizontal-spacing-mobile);scroll-margin-right:var(--carousel-horizontal-spacing-mobile)}}.carousel--dark .carousel__tracker{background-color:rgba(var(--text-color),.5)}.carousel--dark .carousel__tracker>span{background-color:var(--text-color)}@media screen and (min-width: 750px){.carousel--no-tablet .carousel__slides{padding:0 var(--padding-sections-desktop)}}@media screen and (min-width: 750px) and (max-width: 1799px){.carousel--no-tablet .carousel__footer{display:none}}@media screen and (min-width: 1800px){.carousel--no-desktop .carousel__slides{padding:0 var(--padding-sections-desktop)}}@media screen and (max-width: 749px){.carousel--no-mobile .carousel__slides{padding:0 var(--padding-sections-mobile)}.carousel--no-mobile .carousel__footer{display:none}}.carousel--no-mobile .carousel__footer{display:none}@media screen and (min-width: 750px){.carousel--no-tablet .carousel__footer{display:none}}@media screen and (min-width: 1200px){.carousel--no-desktop .carousel__footer{display:none}}.carousel--vertical .carousel__nav{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.carousel--vertical .carousel__nav--prev{left:8px;right:auto}.carousel--vertical .carousel__slides-slide:first-of-type{margin-left:40px}.carousel--vertical .carousel__slides-slide:last-of-type{margin-right:40px}.carousel--vertical .slider__slide{width:100%;display:flex;border:solid .1rem rgb(var(--text-color));border-radius:1rem;overflow:hidden}@media screen and (min-width: 990px){.carousel--vertical{width:16rem}.carousel--vertical .carousel__slides{flex-direction:column;overflow-x:hidden;overflow-y:auto;height:100%;gap:8px}.carousel--vertical .carousel__slides-slide:first-of-type{margin-top:96px;margin-left:0}.carousel--vertical .carousel__slides-slide:last-of-type{margin-bottom:96px;margin-right:0}.carousel--vertical .carousel__nav{flex-direction:column;justify-content:space-between;bottom:0;top:auto;left:50%;transform:translate(-50%);height:auto;padding:12px 0;z-index:3}.carousel--vertical .carousel__nav--prev{top:0;bottom:auto}.carousel--vertical .carousel__nav .icon{transform:rotate(90deg)}.carousel--vertical .carousel__nav.carousel__nav--prev .carousel__nav-button--prev .icon{transform:rotate(-90deg)}}.carousel__zoom{position:absolute;display:flex;justify-content:center;align-items:center;top:20px;right:20px;background-color:#f4f4f4;width:36px;height:36px;border-radius:100%;transition:.3s ease-in-out background-color}.carousel__zoom:hover{background-color:#c1c1c1}
/*# sourceMappingURL=/cdn/shop/t/156/assets/component-carousel.css.map */
