.landing-hero{position:relative;padding-top:var(--hero-pt-mobile, 40px);padding-bottom:var(--hero-pb-mobile, 40px);background:rgb(var(--color-background))}.landing-hero__inner{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:990px){.landing-hero{padding-top:var(--hero-pt-desktop, 64px);padding-bottom:var(--hero-pb-desktop, 64px)}.landing-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center}}.landing-hero__text{order:2;display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width:990px){.landing-hero__text{order:1}}.landing-hero__eyebrow{margin:0;font-size:1.3rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.7}@media screen and (max-width:749px){.landing-hero__eyebrow{padding-top:var(--hero-eyebrow-pt-mobile, 0px)}}.landing-hero__heading{margin:0;font-family:var(--font-heading-family, inherit);font-weight:700;font-size:3.6rem;line-height:1.1;letter-spacing:-.01em}.landing-hero__heading strong,.landing-hero__heading b{color:var(--hero-accent, #F5D500);font-weight:inherit}@media screen and (min-width:990px){.landing-hero__heading{font-size:5.2rem}}.landing-hero__badges{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.8rem}.landing-hero__badge{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;background:rgba(var(--color-foreground),.06);border-radius:999px;font-size:1.4rem;font-weight:500}.landing-hero__badge-icon{width:2rem;height:2rem;object-fit:contain}@media screen and (max-width:749px){.landing-hero__badges{flex-wrap:nowrap;gap:.5rem}.landing-hero__badge{flex:1 1 0;min-width:0;justify-content:center;padding:.6rem .9rem;font-size:clamp(.95rem,3vw,1.4rem)}.landing-hero__badge-icon{display:none}.landing-hero__badge-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}}.landing-hero__subheading{margin:0;font-size:1.6rem;line-height:1.5;opacity:.85}@media screen and (min-width:990px){.landing-hero__subheading{font-size:1.8rem}}.landing-hero__rating{display:inline-flex;align-items:center;gap:.8rem;font-size:1.5rem}.landing-hero__rating-value{font-weight:700}.landing-hero__rating-stars{color:#f5b400;letter-spacing:.1em;font-size:1.6rem}.landing-hero__rating-count{opacity:.7}.landing-hero__variants{margin-top:.4rem;display:flex;flex-direction:column;gap:.8rem}.landing-hero__variants-label{font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.landing-hero__variants-pills{display:flex;flex-wrap:wrap;gap:.8rem}.landing-hero__variant-pill{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.8rem;border-radius:999px;border:1.5px solid rgba(var(--color-foreground),.18);background:transparent;font-family:var(--font-heading-family, inherit);font-weight:600;font-size:1.35rem;letter-spacing:.02em;color:rgb(var(--color-foreground));cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .1s ease}.landing-hero__variant-pill input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.landing-hero__variant-pill:hover{border-color:rgba(var(--color-foreground),.5)}.landing-hero__variant-pill.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.landing-hero__variant-pill.is-unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed;pointer-events:none}@media screen and (max-width:749px){.landing-hero__variant-pill{flex:0 0 calc((100% - 1.6rem) / 3);box-sizing:border-box;min-width:0;padding:.8rem .4rem;font-size:1.15rem;letter-spacing:0;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.landing-hero__cta{margin-top:.4rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem}.landing-hero__price{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.8rem}.landing-hero__price-current{font-family:var(--font-heading-family, inherit);font-weight:700;font-size:2.4rem;line-height:1;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.landing-hero__price-current{font-size:2.8rem}}.landing-hero__price-compare{font-size:1.6rem;line-height:1;text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-weight:500}.landing-hero__price-save{background:#e11d48;color:#fff;padding:.35rem .8rem;border-radius:999px;font-size:1.15rem;font-weight:700;letter-spacing:.04em;line-height:1}.landing-hero__guarantee{margin:0;display:inline-flex;align-items:center;gap:.6rem;font-size:1.4rem;color:#2a8f4a;font-weight:500}.landing-hero__guarantee-check{font-weight:700}.landing-hero__visual{order:1;position:relative;width:100%;aspect-ratio:4 / 5}@media screen and (min-width:990px){.landing-hero__visual{order:2;aspect-ratio:4 / 5}}.landing-hero__bg-wrap{position:relative;width:100%;height:100%;border-radius:1.2rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.landing-hero__bg,.landing-hero__bg img,.landing-hero__bg svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.landing-hero__fg{position:absolute;z-index:2;left:var(--hero-fg-x-mobile, 20%);top:var(--hero-fg-y-mobile, 75%);width:var(--hero-fg-w-mobile, 50%);height:auto;transform:translate(-50%,-50%);object-fit:contain;pointer-events:none;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))}@media screen and (min-width:990px){.landing-hero__fg{left:var(--hero-fg-x-desktop, 35%);top:var(--hero-fg-y-desktop, 70%);width:var(--hero-fg-w-desktop, 32%)}}.landing-cta-form{display:inline-block;margin:0}.landing-cta{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;border:0;cursor:pointer;font-family:var(--font-heading-family, inherit);font-weight:600;letter-spacing:.02em;text-decoration:none;transition:background .2s ease,color .2s ease,transform .15s ease;border-radius:999px}.landing-cta--primary{background:#121212;color:#fff}.landing-cta--primary:hover{background:#2a2a2a}.landing-cta--secondary{background:transparent;color:#121212;border:.2rem solid #121212}.landing-cta--secondary:hover{background:#121212;color:#fff}.landing-cta--large{padding:1.6rem 3.2rem;font-size:1.6rem;min-width:22rem}.landing-cta--small{padding:1rem 2rem;font-size:1.4rem}.landing-cta--disabled{opacity:.5;cursor:not-allowed}.landing-cta__arrow{font-size:1.5em;line-height:1}.landing-hero__bg-wrap--slideshow .landing-hero__bg{animation:hero-bg-slideshow var(--hero-slideshow-cycle, 10s) ease-in-out infinite}.landing-hero__bg-wrap--slideshow .landing-hero__bg--2{animation-delay:calc(var(--hero-slideshow-cycle, 10s) / -2)}@keyframes hero-bg-slideshow{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.landing-hero__bg-wrap--slideshow .landing-hero__bg{animation:none}.landing-hero__bg-wrap--slideshow .landing-hero__bg--2{opacity:0}}.landing-hero__sub-wrap{display:flow-root}.landing-hero__ghost-fg{display:none}@media screen and (min-width:990px){.landing-hero__ghost-fg{display:block;float:right;width:var(--hero-ghost-w-desktop, 32%);height:auto;margin:var(--hero-ghost-offset-top-desktop, 0) 0 0 1.6rem;shape-image-threshold:.5;shape-margin:1.4rem;visibility:hidden;pointer-events:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-landing-hero.css.map */
