.hero-carousel{position:relative;overflow:hidden;width:100%}.hero-carousel__track{position:relative;width:100%;height:clamp(380px,60svh,550px)}.hero-carousel--half .hero-carousel__track{height:clamp(200px,35svh,275px)}.hero-carousel--half .hero-carousel__content{padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-md)}.hero-carousel--half .hero-carousel__heading{font-size:1.5rem}.hero-carousel--half .hero-carousel__subheading{font-size:1rem;margin-bottom:var(--spacing-sm)}.hero-carousel--half .hero-carousel__trust-bar{display:none}.hero-carousel--small .hero-carousel__track{height:clamp(320px,50svh,400px)}.hero-carousel--large .hero-carousel__track{height:clamp(450px,75svh,700px)}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility 0s linear .8s;display:flex;align-items:flex-end;justify-content:flex-start}.hero-carousel__slide.is-active{opacity:1;visibility:visible;z-index:1;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.hero-carousel__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel__image{width:100%;height:100%;object-fit:cover}.hero-carousel__image--poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero-carousel__video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;border:none;pointer-events:none}.hero-carousel__video--native{width:100%;height:100%;object-fit:cover;top:0;left:0;transform:none}.hero-carousel__placeholder{width:100%;height:100%}.hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2b2d420d,#2b2d4240 40%,#2b2d42cc);pointer-events:none}.hero-carousel__vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(43,45,66,.3) 0%,transparent 50%);pointer-events:none}.hero-carousel__blob{position:absolute;width:300px;height:300px;border-radius:50%;opacity:.12;filter:blur(80px);pointer-events:none;z-index:1}.hero-carousel__blob--top-right{top:-60px;right:-40px}.hero-carousel__blob--bottom-left{bottom:-80px;left:-60px}.hero-carousel__blob--mid-right{top:40%;right:5%;width:220px;height:220px}.hero-carousel__content{position:relative;z-index:2;text-align:left;padding:var(--spacing-lg) var(--spacing-xl);max-width:680px;margin-bottom:var(--spacing-xl);margin-left:var(--spacing-lg)}.hero-carousel__badge{display:inline-block;padding:.4em 1em;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:#fff;background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;margin-bottom:var(--spacing-sm);letter-spacing:.02em}.hero-carousel__heading{color:#fff;margin-bottom:var(--spacing-sm);text-shadow:0 2px 12px rgba(0,0,0,.35),0 1px 3px rgba(0,0,0,.2);line-height:1.1}.hero-carousel__subheading{color:#ffffffe6;font-size:1.25rem;margin-bottom:var(--spacing-lg);text-shadow:0 1px 4px rgba(0,0,0,.3);line-height:1.5}.hero-carousel__ctas{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);align-items:center}.hero-carousel__btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.875em 1.75em;font-size:1rem;font-weight:700;font-family:var(--font-body);color:#fff;background-color:var(--color-primary);border:none;border-radius:var(--radius-full, 9999px);text-decoration:none;box-shadow:0 4px 24px #ff6b6b73,0 2px 8px #ff6b6b40;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.hero-carousel__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff6b6b8c,0 4px 12px #ff6b6b59}.hero-carousel__btn--ghost{display:inline-flex;align-items:center;justify-content:center;padding:.875em 1.75em;font-size:1rem;font-weight:600;font-family:var(--font-body);color:#fff;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.35);border-radius:var(--radius-full, 9999px);text-decoration:none;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.hero-carousel__btn--ghost:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-1px)}.hero-carousel__trust-bar{display:flex;align-items:center;gap:.75rem;margin-top:var(--spacing-md)}.hero-carousel__trust-avatars{display:flex}.hero-carousel__trust-avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));margin-right:-8px}.hero-carousel__trust-avatar:last-child{margin-right:0}.hero-carousel__trust-text{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:#ffffffe6;font-family:var(--font-body)}.hero-carousel__trust-text .icon-star{color:var(--color-accent)}.hero-carousel__slide:has(.hero-carousel__content--center){align-items:center;justify-content:center}.hero-carousel__content--center{text-align:center;margin-left:0;margin-bottom:0}.hero-carousel__content--center .hero-carousel__ctas{justify-content:center}.hero-carousel__slide:has(.hero-carousel__content--bottom-right){align-items:flex-end;justify-content:flex-end}.hero-carousel__content--bottom-right{text-align:right;margin-left:0;margin-right:var(--spacing-lg)}.hero-carousel__content--bottom-right .hero-carousel__ctas{justify-content:flex-end}.hero-carousel__slide:has(.hero-carousel__content--left){align-items:center;justify-content:flex-start}.hero-carousel__content--left{margin-bottom:0}.hero-carousel__slide:has(.hero-carousel__content--bottom-left){align-items:flex-end;justify-content:flex-start}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:var(--radius-full);background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);cursor:pointer}.hero-carousel__arrow:hover{background:#ffffff3d;border-color:#fff6;transform:translateY(-50%) scale(1.08)}.hero-carousel__arrow--prev{left:var(--spacing-md)}.hero-carousel__arrow--next{right:var(--spacing-md)}.hero-carousel__indicators{position:absolute;bottom:var(--spacing-lg);left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:9999px}.hero-carousel__indicator{width:8px;height:8px;border-radius:9999px;background-color:#fff6;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.hero-carousel__indicator.is-active{width:24px;background-color:#fff}.hero-carousel__indicator:hover:not(.is-active){background-color:#ffffffb3}.hero-carousel__pause{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;cursor:pointer;transition:background var(--transition-fast)}.hero-carousel__pause:hover{background:#ffffff4d}.hero-carousel__pause .hero-carousel__play-icon,.hero-carousel__pause[aria-pressed=true] .hero-carousel__pause-icon{display:none}.hero-carousel__pause[aria-pressed=true] .hero-carousel__play-icon{display:block}@media(max-width:749px){.hero-carousel--half .hero-carousel__track{height:min(200px,calc(100dvh - var(--header-height, 72px) - var(--announcement-height, 40px)))}.hero-carousel__track{height:min(400px,calc(100dvh - var(--header-height, 72px) - var(--announcement-height, 40px)))}.hero-carousel--large .hero-carousel__track{height:min(500px,calc(100dvh - var(--header-height, 72px) - var(--announcement-height, 40px)))}.hero-carousel__content{padding:var(--spacing-md);margin-left:var(--spacing-sm);margin-right:var(--spacing-sm);margin-bottom:3rem;max-width:100%}.hero-carousel__heading{font-size:1.75rem}.hero-carousel__subheading{font-size:1rem;margin-bottom:var(--spacing-md)}.hero-carousel__arrow{width:44px;height:44px}.hero-carousel__arrow--prev{left:var(--spacing-sm)}.hero-carousel__arrow--next{right:var(--spacing-sm)}.hero-carousel__content--bottom-right{margin-right:var(--spacing-sm)}.hero-carousel__ctas{flex-direction:row;flex-wrap:wrap;align-items:center}.hero-carousel__btn--primary,.hero-carousel__btn--ghost{flex:0 1 auto;padding:.75em 1.5em;font-size:.9375rem;text-align:center;justify-content:center}.hero-carousel__blob{width:180px;height:180px}.hero-carousel__indicators{bottom:var(--spacing-md)}}@media(max-height:600px)and (max-width:749px){.hero-carousel__trust-bar{display:none}}@media(prefers-reduced-motion:reduce){.hero-carousel__slide{transition:opacity .01ms}.hero-carousel__indicator,.hero-carousel__arrow,.hero-carousel__btn--primary,.hero-carousel__btn--ghost{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/section-hero.css.map */
