.hero-carousel{position:relative;display:block}.hero-carousel--page-width{border-radius:var(--media-radius);overflow:hidden}.hero-carousel__viewport{--hero-carousel-base-min-height: 48rem;position:relative;overflow:hidden;min-height:max(var(--hero-carousel-base-min-height),var(--hero-carousel-measured-min-height, 0px));background:rgba(var(--color-foreground),.04)}.hero-carousel--height-small .hero-carousel__viewport{--hero-carousel-base-min-height: 42rem}.hero-carousel--height-medium .hero-carousel__viewport{--hero-carousel-base-min-height: 54rem}.hero-carousel--height-large .hero-carousel__viewport{--hero-carousel-base-min-height: 68rem}.hero-carousel--height-full_screen .hero-carousel__viewport{--hero-carousel-base-min-height: min(90vh, 82rem)}.hero-carousel--height-adapt_image .hero-carousel__viewport{aspect-ratio:var(--hero-carousel-ratio, 16 / 9);--hero-carousel-base-min-height: 32rem}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;visibility:visible;pointer-events:none;transition:opacity var(--hero-carousel-transition-duration, .7s) ease,transform var(--hero-carousel-transition-duration, .7s) ease}.hero-carousel__slide.is-active{z-index:2;opacity:1;pointer-events:auto}.hero-carousel__media,.hero-carousel__overlay,.hero-carousel__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel__media{z-index:1}.hero-carousel__media img,.hero-carousel__media svg{width:100%;height:100%;object-fit:cover}.hero-carousel__overlay{z-index:2;background:linear-gradient(180deg,#0000002e,#0000007a)}.hero-carousel__content-wrapper{z-index:3;display:flex;padding:2rem;pointer-events:none}.hero-carousel__content-wrapper--top-left{align-items:flex-start;justify-content:flex-start}.hero-carousel__content-wrapper--top-center{align-items:flex-start;justify-content:center}.hero-carousel__content-wrapper--top-right{align-items:flex-start;justify-content:flex-end}.hero-carousel__content-wrapper--middle-left{align-items:center;justify-content:flex-start}.hero-carousel__content-wrapper--middle-center{align-items:center;justify-content:center}.hero-carousel__content-wrapper--middle-right{align-items:center;justify-content:flex-end}.hero-carousel__content-wrapper--bottom-left{align-items:flex-end;justify-content:flex-start}.hero-carousel__content-wrapper--bottom-center{align-items:flex-end;justify-content:center}.hero-carousel__content-wrapper--bottom-right{align-items:flex-end;justify-content:flex-end}.hero-carousel__content{pointer-events:auto;position:relative;isolation:isolate;overflow:hidden;width:min(100%,58rem);display:flex;flex-direction:column;gap:1.6rem;padding:clamp(2.4rem,4vw,3.4rem);border-radius:clamp(2rem,2.2vw,3rem);border:.1rem solid rgba(var(--color-foreground),.06);background:linear-gradient(145deg,rgba(var(--color-background),.9),rgba(var(--color-background),.8) 45%,rgba(var(--color-background),.62));box-shadow:0 1.8rem 4.8rem rgba(var(--color-shadow),.16),inset 0 .1rem rgba(var(--color-background),.24);backdrop-filter:blur(1.8rem) saturate(145%);-webkit-backdrop-filter:blur(1.8rem) saturate(145%);transition:background var(--hero-carousel-transition-duration, .7s) ease,border-color var(--hero-carousel-transition-duration, .7s) ease,box-shadow var(--hero-carousel-transition-duration, .7s) ease}.hero-carousel__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at top left,rgba(var(--color-background),.24),transparent 52%),linear-gradient(160deg,rgba(var(--color-background),.14),transparent 58%)}.hero-carousel__content.content-container:after{display:none}.hero-carousel__content--transparent{background:transparent;border:0;box-shadow:none;padding:0;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-carousel__content--transparent:before{display:none}.hero-carousel__content--left{align-items:flex-start;text-align:left}.hero-carousel__content--center{align-items:center;text-align:center}.hero-carousel__content--right{align-items:flex-end;text-align:right}.hero-carousel__content-inner{width:100%;display:flex;flex-direction:column;gap:1.6rem;opacity:0;transition:opacity var(--hero-carousel-text-duration, .5s) ease var(--hero-carousel-text-delay, 0ms),transform var(--hero-carousel-text-duration, .5s) ease var(--hero-carousel-text-delay, 0ms)}.hero-carousel__slide.is-active .hero-carousel__content-inner{opacity:1;transform:translateZ(0) scale(1)}.hero-carousel--text-none .hero-carousel__content-inner{opacity:1;transform:none;transition:none}.hero-carousel--text-fade-up .hero-carousel__content-inner{transform:translateY(2.4rem)}.hero-carousel--text-fade-left .hero-carousel__content-inner{transform:translate(-2.4rem)}.hero-carousel--text-fade-right .hero-carousel__content-inner{transform:translate(2.4rem)}.hero-carousel--text-zoom-in .hero-carousel__content-inner{transform:scale(.92)}.hero-carousel--transition-fade .hero-carousel__slide{transform:scale(1.03)}.hero-carousel--transition-fade .hero-carousel__slide.is-active{transform:scale(1)}.hero-carousel--transition-slide .hero-carousel__slide.is-before{transform:translate(-100%)}.hero-carousel--transition-slide .hero-carousel__slide.is-after{transform:translate(100%)}.hero-carousel--transition-slide .hero-carousel__slide.is-active{transform:translate(0)}.hero-carousel--transition-zoom .hero-carousel__slide{transform:scale(1.08)}.hero-carousel--transition-zoom .hero-carousel__slide.is-before,.hero-carousel--transition-zoom .hero-carousel__slide.is-after{transform:scale(.96)}.hero-carousel--transition-zoom .hero-carousel__slide.is-active{transform:scale(1)}.hero-carousel__heading{margin:0;max-width:100%}.hero-carousel__heading-link{color:inherit;text-decoration:none}.hero-carousel__heading-link:hover .hero-carousel__heading,.hero-carousel__heading-link:focus-visible .hero-carousel__heading{text-decoration:underline;text-underline-offset:.3rem}.hero-carousel__text{margin:0}.hero-carousel__text>*:first-child{margin-top:0}.hero-carousel__text>*:last-child{margin-bottom:0}.hero-carousel__text-link{width:fit-content;color:inherit;font-weight:600;text-underline-offset:.3rem}.hero-carousel__actions{display:flex;flex-wrap:wrap;gap:1.2rem}.hero-carousel__controls{position:absolute;left:50%;bottom:1.6rem;z-index:4;transform:translate(-50%);display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:rgba(var(--color-background),.8);border:.1rem solid rgba(var(--color-foreground),.08);border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-carousel__control-button{width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:50%;background:transparent;color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hero-carousel__control-button:hover,.hero-carousel__control-button:focus-visible{background:rgba(var(--color-foreground),.08)}.hero-carousel__control-button .icon{width:1rem;height:1rem}.hero-carousel__control-button--prev .icon{transform:rotate(90deg)}.hero-carousel__control-button--next .icon{transform:rotate(-90deg)}.hero-carousel__dots{display:flex;align-items:center;gap:.4rem}.hero-carousel__dot{width:1.2rem;height:1.2rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.24);cursor:pointer;transition:transform .2s ease,background-color .2s ease}.hero-carousel__dot:hover,.hero-carousel__dot:focus-visible{transform:scale(1.15);background:rgba(var(--color-foreground),.45)}.hero-carousel__dot.is-active{background:rgb(var(--color-foreground))}.hero-carousel__autoplay-button{position:relative}.hero-carousel__autoplay-icon{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);transition:opacity .15s ease,transform .15s ease}.hero-carousel__autoplay-button--paused .hero-carousel__autoplay-icon--pause,.hero-carousel__autoplay-button:not(.hero-carousel__autoplay-button--paused) .hero-carousel__autoplay-icon--play{opacity:0;transform:translate(-50%,-50%) scale(.8)}@media screen and (max-width:749px){.hero-carousel__viewport{--hero-carousel-base-min-height: 40rem}.hero-carousel--height-small .hero-carousel__viewport{--hero-carousel-base-min-height: 32rem}.hero-carousel--height-medium .hero-carousel__viewport{--hero-carousel-base-min-height: 40rem}.hero-carousel--height-large .hero-carousel__viewport,.hero-carousel--height-full_screen .hero-carousel__viewport{--hero-carousel-base-min-height: 52rem}.hero-carousel__content-wrapper{padding:1.6rem}.hero-carousel__content{width:100%;padding:2rem;border-radius:2rem;backdrop-filter:blur(1.2rem) saturate(135%);-webkit-backdrop-filter:blur(1.2rem) saturate(135%)}.hero-carousel__controls{width:calc(100% - 3.2rem);justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-hero-carousel.css.map */
