.hero{position:relative;overflow:hidden}.hero[data-surface=dark]{background:var(--ink-0);color:#fff}.hero[data-surface=light]{background:var(--surface-page);color:var(--text-primary)}@media(min-width:750px){.hero--overlay.hero--small .hero__inner{padding-block:var(--space-12)}.hero--overlay.hero--medium .hero__inner{padding-block:var(--space-24)}.hero--overlay.hero--large .hero__inner{padding-block:160px}.hero--overlay.hero--fullscreen{min-height:100svh;display:flex;align-items:center}.hero--overlay.hero--fullscreen .hero__inner{padding-block:var(--space-16);width:100%}.hero--overlay.hero--auto{aspect-ratio:var(--hero-aspect-ratio, 1.78)}.hero--overlay.hero--auto .hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;width:100%;padding-block:var(--space-8)}.hero--overlay.hero--custom{min-height:var(--hero-custom-height, 600px);display:flex;align-items:center}.hero--overlay.hero--custom .hero__inner{padding-block:var(--space-16);width:100%}}.hero__media--overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-image-overlay-color, #000);opacity:var(--hero-image-overlay-opacity, 0);pointer-events:none}.hero__media--overlay picture,.hero__media--overlay img{width:100%;height:100%;object-fit:cover;display:block}.hero__focal--top img{object-position:top}.hero__focal--bottom img{object-position:bottom}.hero__focal--center img{object-position:center}.hero__inner{position:relative;z-index:1;text-align:left}.hero__content{max-width:640px;padding:var(--space-6);background:#fff;color:var(--ink-0);border-radius:var(--radius-sm)}@media(min-width:750px){.hero__content{padding:var(--space-8)}}.hero__content--product{width:100%;max-width:none;padding:0;background:none;border-radius:0}@media(max-width:749px){.hero__content--product{max-width:640px;padding:var(--space-6);background:#fff;border-radius:var(--radius-sm)}}.hero__desktop-composition{display:none}.hero__desktop-copy{max-width:560px;padding:0;background:transparent;color:#fff}.hero__desktop-copy .hero__heading{color:var(--hero-desktop-heading-color, #fff);text-wrap:balance}.hero__desktop-copy .hero__heading-accent{color:var(--brand-primary)}.hero__desktop-copy .hero__bullets{margin:var(--space-6) 0 0;gap:var(--space-3)}.hero__desktop-copy .hero__bullet{font:var(--text-body-md);font-weight:700}.hero__desktop-copy .hero__bullet svg{width:22px;height:22px}.hero__product-only,.hero__mobile-fallback{display:block}@media(min-width:960px){.hero__desktop-composition{display:grid;grid-template-columns:360px minmax(0,1fr);align-items:center;gap:var(--space-12)}.hero__desktop-composition--split{grid-template-columns:360px minmax(0,1fr)}.hero__mobile-fallback{display:none}}.hero__product-slider{display:block;max-width:360px}.hero__desktop-composition .hero__product-slider{margin:0}.hero__split-content .hero__product-slider{max-width:380px}.hero__product-slides{position:relative;display:grid}.hero__product-slide{grid-area:1 / 1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s ease}.hero__product-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.hero__product-slide .hero__product-card-inner{box-shadow:var(--shadow-soft-md)}.hero__product-nav{display:flex;justify-content:center;gap:var(--space-3);margin-top:var(--space-4)}.hero__product-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;border:var(--border-width-default) solid var(--border-default);background:#fff;color:var(--ink-0);cursor:pointer;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.hero__product-arrow:hover{background:var(--ink-0);color:#fff}.hero__badge{display:inline-flex;padding:4px var(--space-3);border-radius:var(--radius-pill);background:var(--brand-accent);color:var(--ink-0);font:var(--text-caption);font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-label);margin-bottom:var(--space-4)}.hero__badge--dark{background:var(--ink-0);color:#fff}.hero__eyebrow{font:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--brand-primary);margin:0 0 var(--space-3)}.hero__eyebrow--dark{color:var(--brand-primary)}.hero__heading{text-transform:uppercase;letter-spacing:var(--tracking-display);margin:0}.hero__heading em,.hero__heading .hero__accent{color:var(--brand-primary);font-style:normal}.hero__heading--xl{font:var(--text-display-xl)}.hero__heading--lg{font:var(--text-display-lg)}.hero__heading--md{font:var(--text-display-md)}.hero__heading--sm{font:var(--text-display-sm)}.hero__richtext{font:var(--text-body-lg);margin:var(--space-6) 0 var(--space-8);max-width:480px;color:var(--text-secondary)}.hero[data-surface=dark] .hero__split-content .hero__richtext{color:var(--ink-600)}.hero__richtext p{margin:0;text-align:left}.hero__bullets{display:flex;flex-direction:column;gap:var(--space-2);margin:0 0 var(--space-6);padding:0;list-style:none}.hero__bullet{display:flex;align-items:center;gap:var(--space-2);font:var(--text-body-sm);font-weight:600}.hero__bullet svg{stroke:var(--brand-primary);flex-shrink:0}.hero__actions{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:flex-start}.hero[data-surface=dark] .hero__split-content .btn--outline{border-color:#fff;color:#fff}.hero[data-surface=dark] .hero__split-content .btn--outline:hover{background:#fff;color:var(--ink-0)}.hero .hero__cta{gap:var(--space-4);min-width:220px;height:56px;padding-inline:var(--space-6)}.hero .hero__cta svg{flex-shrink:0}@media(max-width:479px){.hero .hero__cta{min-width:0;width:100%;height:52px}}.hero__rating{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2) var(--space-3);margin-top:var(--space-5)}.hero__rating-stars{display:inline-flex;gap:2px;color:var(--hero-rating-star-color, var(--brand-primary))}.hero__rating-value{font:var(--text-label);font-weight:700;color:var(--hero-rating-text-color, inherit)}.hero__rating-label{font:var(--text-caption);color:var(--hero-rating-text-color, inherit);opacity:.85}.hero__trust{font:var(--text-caption);margin:var(--space-5) 0 0;opacity:.85}.hero__split{display:grid;grid-template-columns:1fr}@media(min-width:750px){.hero__split{grid-template-columns:1fr 1fr;align-items:stretch}.hero__split--left .hero__split-media{order:0}.hero__split--left .hero__split-content-outer,.hero__split--right .hero__split-media{order:1}.hero__split--right .hero__split-content-outer{order:0}}.hero__split-media{position:relative;overflow:hidden}.hero__media--split{position:relative;width:100%;height:100%;aspect-ratio:4 / 3;overflow:hidden}.hero__media--split img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:750px){.hero__media--split{aspect-ratio:auto;min-height:480px}}.hero__media--placeholder{display:flex;align-items:center;justify-content:center;font:var(--text-heading-md);color:var(--text-muted)}.hero__split-content-outer{display:flex;align-items:center;padding-block:var(--space-12)}@media(min-width:750px){.hero__split-content-outer{padding-block:var(--space-20)}}.hero__split-content{width:100%}.hero__actions--split{justify-content:flex-start}.hero__trust--split{text-align:left}@media(max-width:749px){.hero__heading--xl{font-size:clamp(40px,12vw,64px)}.hero__heading--lg{font-size:clamp(32px,10vw,48px)}.hero__heading--md{font-size:clamp(26px,9vw,40px)}.hero__heading--sm{font-size:clamp(22px,8vw,28px)}}@media(max-width:749px){.hero--overlay{min-height:0;display:block;aspect-ratio:var(--hero-aspect-ratio-mobile, var(--hero-aspect-ratio, 1.78))}.hero--overlay .hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;width:100%;padding-block:var(--space-4) var(--space-5)}.hero--overlay .hero__badge,.hero--overlay .hero__eyebrow,.hero--overlay .hero__richtext,.hero--overlay .hero__bullets,.hero--overlay .hero__secondary-cta,.hero--overlay .hero__rating,.hero--overlay .hero__trust{display:none}.hero--overlay .hero__actions{margin-top:var(--space-6)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-hero.css.map */
