hero-carousel{position:relative;display:flex;flex-direction:column;touch-action:pan-y}.banner__content{display:flex;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;padding:5rem}hero-carousel .hero-carousel__content-wrapper{position:relative;z-index:3;flex:1;display:flex;width:100%;align-items:center;padding:4rem 2rem 2rem}@media screen and (max-width:749px){.banner__content{padding:1.5rem}hero-carousel .hero-carousel__content-wrapper{padding:2rem 1.5rem 1.5rem}}.banner__content--top-left{align-items:flex-start;justify-content:flex-start}.banner__content--top-center{align-items:flex-start;justify-content:center}hero-carousel .banner__content--top-left{align-items:flex-start;justify-content:flex-start}hero-carousel .banner__content--top-center{align-items:flex-start;justify-content:center}hero-carousel .banner__content--top-right{align-items:flex-start;justify-content:flex-end}hero-carousel .banner__content--middle-left{align-items:center;justify-content:flex-start}hero-carousel .banner__content--middle-center{align-items:center;justify-content:center}hero-carousel .banner__content--middle-right{align-items:center;justify-content:flex-end}hero-carousel .banner__content--bottom-left{align-items:flex-end;justify-content:flex-start}hero-carousel .banner__content--bottom-center{align-items:flex-end;justify-content:center}hero-carousel .banner__content--bottom-right{align-items:flex-end;justify-content:flex-end}.banner__box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;max-width:54.5rem;min-width:25rem;padding:4rem 3.5rem;position:relative;width:100%;z-index:1}@media screen and (max-width:749px){.banner__box{min-width:0;padding:2rem 1.5rem;width:100%}}.banner--desktop-transparent .banner__box{background:transparent!important;border:none!important;box-shadow:none!important}.banner__heading{margin:0}.banner__text{margin:2rem 0 0}.banner__buttons{display:inline-flex;flex-wrap:wrap;gap:1rem;margin:2rem 0 0;max-width:100%}.content-container{background:rgb(var(--color-background));border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),var(--text-boxes-border-opacity));border-radius:var(--text-boxes-radius);box-shadow:var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow),var(--text-boxes-shadow-opacity))}@media screen and (max-width:749px){.content-container--full-width-mobile{border-left:none;border-right:none;border-radius:0}}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.page-width{padding:0 5rem}}.hero-carousel__slides{position:relative;overflow:hidden;display:flex;width:100%}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;display:flex;flex-direction:column}.hero-carousel__slide.is-active{opacity:1;position:relative;z-index:1;pointer-events:auto;width:100%}.hero-carousel__slide.is-leaving{opacity:0;z-index:2;pointer-events:none}.hero-carousel__slide--linked{cursor:pointer}.hero-carousel__slide--linked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.hero-carousel--transition-crossfade .hero-carousel__slide,.hero-carousel--transition-crossfade .hero-carousel__slide.is-leaving{transition:opacity var(--hero-carousel-duration, .8s) ease-in-out}.hero-carousel--transition-slide .hero-carousel__slide{transform:translate(100%);transition:transform var(--hero-carousel-duration, .8s) cubic-bezier(.22,1,.36,1)}.hero-carousel--transition-slide .hero-carousel__slide.is-active{transform:translate(0)}.hero-carousel--transition-slide .hero-carousel__slide.is-leaving{transform:translate(-100%)}.hero-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel__media img,.hero-carousel__media picture,.hero-carousel__media svg,.hero-carousel__media .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.hero-carousel__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--hero-carousel-overlay-opacity, 0);z-index:1;pointer-events:none}.hero-carousel__image-behavior-ambient .hero-carousel__media img,.hero-carousel__image-behavior-ambient .hero-carousel__media svg{animation:hero-ambient 30s linear infinite;will-change:transform}@keyframes hero-ambient{0%{transform:scale(1) translate(0)}50%{transform:scale(1.1) translate(20px)}to{transform:scale(1) translate(0)}}.hero-carousel__text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:54.5rem;width:100%;padding:2.5rem 3.5rem;position:relative;z-index:1}.hero-carousel__text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.8rem;z-index:-1;background:#0000000f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);-webkit-mask:radial-gradient(ellipse 85% 75% at center,black 30%,transparent 65%);mask:radial-gradient(ellipse 85% 75% at center,black 30%,transparent 65%)}.hero-carousel__text>*{max-width:100%}.hero-carousel__text .banner__heading,.hero-carousel__text .banner__text,.hero-carousel__text .button{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.3);background:none;mix-blend-mode:normal;filter:none;-webkit-text-stroke:0;-webkit-background-clip:unset;background-clip:unset}.hero-carousel__text .button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2.4rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid currentColor;border-radius:0;text-decoration:none;min-width:10rem}.hero-carousel__text .button:hover{opacity:.7}.hero-carousel__text .banner__buttons{margin-top:2.2rem}.hero-carousel__slide.is-animating-content .hero-carousel__text>*{opacity:0;transform:translateY(10px);transition:opacity .4s ease-out,transform .4s ease-out}.hero-carousel__slide.is-active.is-animating-content .hero-carousel__text>*{opacity:1;transform:translateY(0)}.hero-carousel__slide.is-active.is-animating-content .hero-carousel__text>.banner__heading{transition-delay:.2s}.hero-carousel__slide.is-active.is-animating-content .hero-carousel__text>.banner__text{transition-delay:.35s}.hero-carousel__slide.is-active.is-animating-content .hero-carousel__text>.banner__buttons{transition-delay:.5s}.hero-carousel__nav{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10;pointer-events:none}.hero-carousel__nav>*{pointer-events:auto}.hero-carousel__nav--left{left:20px;transform:none}.hero-carousel__nav--right{right:20px;left:auto;transform:none}.hero-carousel__nav-inner{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:100px;opacity:.85;transition:opacity .2s ease}.hero-carousel__nav-inner:hover{opacity:1}.hero-carousel__btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#ffffffb3;transition:color .2s ease,transform .2s ease;padding:0;flex-shrink:0}.hero-carousel__btn:hover{color:#fff;transform:scale(1.1)}.hero-carousel__btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.hero-carousel__btn .icon{width:8px;height:12px}.hero-carousel__btn--prev .icon{transform:rotate(90deg)}.hero-carousel__btn--next .icon{transform:rotate(-90deg)}.hero-carousel__counter{display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600;letter-spacing:.05em;color:#fff;font-variant-numeric:tabular-nums;line-height:1;flex-shrink:0}.hero-carousel__counter-current{opacity:1}.hero-carousel__counter-divider{opacity:.5;margin:0 1px}.hero-carousel__counter-total{opacity:.5}.hero-carousel__progress{flex:1 1 60px;width:60px;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden;min-width:40px}.hero-carousel__progress-fill{display:block!important;width:0;height:100%;background:#ffffffe6;border-radius:2px}.hero-carousel__autoplay{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#fff9;transition:color .2s ease,transform .2s ease;padding:0;flex-shrink:0}.hero-carousel__autoplay:hover{color:#fff;transform:scale(1.1)}.hero-carousel__autoplay .icon-play,.hero-carousel__autoplay .icon-pause{display:flex;align-items:center;justify-content:center}.hero-carousel__autoplay.is-paused .icon-pause,.hero-carousel__autoplay:not(.is-paused) .icon-play{display:none}.hero-carousel__autoplay .icon-play svg,.hero-carousel__autoplay .icon-pause svg{width:10px;height:10px}.hero-carousel__dots{display:flex;align-items:center;gap:5px}.hero-carousel__dot{position:relative;width:6px;height:6px;border-radius:50%;background:#fff6;border:none;cursor:pointer;padding:0;overflow:hidden;transition:width .3s ease,background .3s ease;flex-shrink:0}.hero-carousel__dot.is-active{width:22px;border-radius:3px;background:#fff6}.hero-carousel__dot-fill{display:block!important;position:absolute;top:0;left:0;height:100%;width:0;background:#fff;border-radius:3px}.hero-carousel__dot:hover:not(.is-active){background:#ffffffb3}.hero-carousel__numbers{display:flex;align-items:center;gap:6px}.hero-carousel__number{font-size:11px;font-weight:600;letter-spacing:.05em;color:#fff6;background:transparent;border:none;cursor:pointer;padding:2px;transition:color .2s ease;line-height:1}.hero-carousel__number.is-active{color:#fff;font-weight:700}.hero-carousel__number:hover:not(.is-active){color:#ffffffb3}.hero-carousel__bars{display:flex;align-items:center;gap:6px}.hero-carousel__bar{position:relative;width:12px;height:2px;background:#ffffff4d;border:none;cursor:pointer;padding:0;border-radius:1px;overflow:hidden;flex-shrink:0;transition:width .3s ease,background .3s ease}.hero-carousel__bar.is-active{width:30px;background:#ffffff4d}.hero-carousel__bar-fill{display:block!important;position:absolute;top:0;left:0;height:100%;width:0;background:#ffffffe6;border-radius:1px}.hero-carousel__bar:hover:not(.is-active){background:#fff9}.hero-carousel--small .hero-carousel__content-wrapper{min-height:28rem}.hero-carousel--medium .hero-carousel__content-wrapper{min-height:34rem}.hero-carousel--large .hero-carousel__content-wrapper{min-height:39rem}.hero-carousel--adapt_image .hero-carousel__slides{height:auto}.hero-carousel--adapt_image .hero-carousel__slide.is-active{position:relative}.hero-carousel--adapt_image .hero-carousel__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;min-height:auto}.hero-carousel--adapt_image .hero-carousel__media{position:relative;inset:auto;height:auto}.hero-carousel--adapt_image .hero-carousel__media img,.hero-carousel--adapt_image .hero-carousel__media picture{width:100%;height:auto;object-fit:contain}.hero-carousel--full_bleed .hero-carousel__slides{width:100%}.hero-carousel--grid .hero-carousel__slides{max-width:var(--page-width);margin:0 auto}.hero-carousel--grid .hero-carousel__content-wrapper{border-radius:var(--text-boxes-radius);overflow:hidden}.hero-carousel__slide.hero-carousel--placeholder .hero-carousel__media{background:rgba(var(--color-foreground),.04)}@media screen and (max-width:749px){.hero-carousel--small .hero-carousel__content-wrapper{min-height:28rem}.hero-carousel--medium .hero-carousel__content-wrapper{min-height:34rem}.hero-carousel--large .hero-carousel__content-wrapper{min-height:39rem}.hero-carousel--small.hero-carousel--mobile-bottom .hero-carousel__content-wrapper,.hero-carousel--medium.hero-carousel--mobile-bottom .hero-carousel__content-wrapper,.hero-carousel--large.hero-carousel--mobile-bottom .hero-carousel__content-wrapper{min-height:auto}.hero-carousel__nav{bottom:12px}.hero-carousel__nav--left{left:12px}.hero-carousel__nav--right{right:12px}.hero-carousel__nav-inner{padding:4px 10px;gap:4px}.hero-carousel__btn,.hero-carousel__autoplay{width:36px;height:36px}.hero-carousel__progress{min-width:30px}.hero-carousel__text-mobile--left{align-items:flex-start;text-align:left}.hero-carousel__text-mobile--right{align-items:flex-end;text-align:right}.banner--mobile-bottom .hero-carousel__text{max-width:100%}.banner--mobile-bottom .hero-carousel__content-wrapper{flex-grow:1}.banner--mobile-bottom .hero-carousel__text .button{flex-grow:0}hero-carousel .banner__content-mobile--top-left{align-items:flex-start;justify-content:flex-start}hero-carousel .banner__content-mobile--top-center{align-items:flex-start;justify-content:center}hero-carousel .banner__content-mobile--top-right{align-items:flex-start;justify-content:flex-end}hero-carousel .banner__content-mobile--middle-left{align-items:center;justify-content:flex-start}hero-carousel .banner__content-mobile--middle-center{align-items:center;justify-content:center}hero-carousel .banner__content-mobile--middle-right{align-items:center;justify-content:flex-end}hero-carousel .banner__content-mobile--bottom-left{align-items:flex-end;justify-content:flex-start}hero-carousel .banner__content-mobile--bottom-center{align-items:flex-end;justify-content:center}hero-carousel .banner__content-mobile--bottom-right{align-items:flex-end;justify-content:flex-end}}@media screen and (max-width:374px){.hero-carousel__progress{display:none}}@media screen and (min-width:750px){.hero-carousel--small .hero-carousel__content-wrapper{min-height:42rem}.hero-carousel--medium .hero-carousel__content-wrapper{min-height:56rem}.hero-carousel--large .hero-carousel__content-wrapper{min-height:72rem}.hero-carousel__text--left{align-items:flex-start;text-align:left}.hero-carousel__text--right{align-items:flex-end;text-align:right}.hero-carousel__nav{bottom:24px}.hero-carousel__nav--left{left:24px}.hero-carousel__nav--right{right:24px}.hero-carousel__btn,.hero-carousel__autoplay{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.hero-carousel__slide{transition:none!important}.hero-carousel__text>*{transition:none!important;transform:none!important;opacity:1!important}.hero-carousel--transition-slide .hero-carousel__slide{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hero-carousel.css.map */
