.nd-hero{--hero-ink: #ffffff;--hero-ink-soft: rgba(255, 255, 255, .84);--hero-ink-quiet: rgba(255, 255, 255, .72);--hero-shade-rgb: 10, 10, 10;--hero-btn-bg: #ffffff;--hero-btn-ink: #111111;position:relative;display:flex;align-items:flex-end;min-height:min(var(--hero-h-mobile, 85svh),760px);overflow:hidden;isolation:isolate;background-color:#1a1a1a;color:var(--hero-ink)}.nd-hero--dark{--hero-ink: #111111;--hero-ink-soft: rgba(17, 17, 17, .78);--hero-ink-quiet: rgba(17, 17, 17, .64);--hero-shade-rgb: 250, 250, 248;--hero-btn-bg: #111111;--hero-btn-ink: #ffffff;background-color:#f4f4f2}.nd-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.nd-hero__video,.nd-hero__image,.nd-hero__media picture{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:var(--hero-focus, center center)}.nd-hero__placeholder{background-color:#2a2a2a;fill:#ffffff1f}.nd-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--hero-shade-rgb),calc(var(--hero-shade, .55) + .15)),rgba(var(--hero-shade-rgb),var(--hero-shade, .55)) 30%,rgba(var(--hero-shade-rgb),0) 68%)}.nd-hero__inner{width:100%;padding-top:12rem;padding-bottom:3.2rem}.nd-hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:58rem}.nd-hero__rating{display:flex;align-items:center;gap:.8rem;margin:0 0 1.4rem;font-family:var(--nd-font);font-size:1.3rem;font-weight:500;line-height:1.2;letter-spacing:.01em;color:var(--hero-ink-soft)}.nd-hero__stars{display:inline-flex;gap:.15rem}.nd-hero__stars svg{width:1.4rem;height:1.4rem;fill:var(--nd-star, #c1502e)}.nd-hero--light .nd-hero__stars svg{fill:#f0a067}.nd-hero__heading{margin:0;font-family:var(--nd-font-heading);font-size:clamp(3.8rem,10.5vw,7.6rem);font-weight:700;line-height:1.02;letter-spacing:-.025em;text-wrap:balance;color:var(--hero-ink)}.nd-hero__sub{max-width:44rem;margin:1.4rem 0 0;font-family:var(--nd-font);font-size:1.55rem;font-weight:400;line-height:1.5;text-wrap:pretty;color:var(--hero-ink-soft)}.nd-hero__actions{display:flex;width:100%;margin-top:2.4rem}.nd-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;width:100%;min-height:5.4rem;padding:0 3rem;border-radius:var(--nd-radius-pill, 999px);background-color:var(--hero-btn-bg);color:var(--hero-btn-ink);font-family:var(--nd-font-heading);font-size:1.6rem;font-weight:700;letter-spacing:0;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.nd-hero__button svg{width:1.8rem;height:1.8rem;transition:transform .2s ease}@media(hover:hover){.nd-hero__button:hover svg{transform:translate(3px)}}.nd-hero__button:focus-visible{outline:2px solid var(--hero-ink);outline-offset:3px}.nd-hero__promises{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 2rem;width:100%;margin:1.4rem 0 0;padding:0;list-style:none}.nd-hero__promise{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--nd-font);font-size:1.3rem;font-weight:500;line-height:1.2;color:var(--hero-ink-quiet)}.nd-hero__promise-icon{width:1.6rem;height:1.6rem;flex:0 0 auto}.nd-hero__toggle{position:absolute;top:1.4rem;right:1.4rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background-color:#00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer}.nd-hero--dark .nd-hero__toggle{border-color:#0000001f;background-color:#ffffff80;color:#111}.nd-hero__toggle svg{width:1.6rem;height:1.6rem}.nd-hero__icon-play,.nd-hero.is-paused .nd-hero__icon-pause{display:none}.nd-hero.is-paused .nd-hero__icon-play{display:block}.nd-hero__toggle:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@media screen and (min-width:750px){.nd-hero{align-items:center;min-height:clamp(56rem,var(--hero-h, 85vh),86rem)}.nd-hero__inner{padding-top:6.4rem;padding-bottom:6.4rem}.nd-hero__shade{background:linear-gradient(to right,rgba(var(--hero-shade-rgb),calc(var(--hero-shade, .55) + .1)),rgba(var(--hero-shade-rgb),var(--hero-shade, .55)),rgba(var(--hero-shade-rgb),0) 64%)}.nd-hero__rating{font-size:1.45rem}.nd-hero__stars svg{width:1.6rem;height:1.6rem}.nd-hero__sub{font-size:1.9rem;max-width:48rem}.nd-hero__actions{width:auto;margin-top:3.2rem}.nd-hero__button{width:auto;min-width:26rem;min-height:5.8rem;font-size:1.7rem}.nd-hero__promises{justify-content:flex-start;width:auto;margin-top:1.8rem}.nd-hero__promise{font-size:1.4rem}.nd-hero__toggle{top:auto;bottom:2.4rem;right:2.4rem}.nd-hero--center{align-items:flex-end}.nd-hero--center .nd-hero__content{align-items:center;margin:0 auto;text-align:center}.nd-hero--center .nd-hero__promises{justify-content:center}.nd-hero--center .nd-hero__shade{background:linear-gradient(to top,rgba(var(--hero-shade-rgb),calc(var(--hero-shade, .55) + .1)),rgba(var(--hero-shade-rgb),var(--hero-shade, .55)) 34%,rgba(var(--hero-shade-rgb),0) 70%)}}@media(prefers-reduced-motion:reduce){.nd-hero__button,.nd-hero__button svg{transition:none}}.nd-hero--light .nd-hero__media:after{content:"";position:absolute;inset:0 0 auto;height:16rem;background:linear-gradient(to bottom,#00000052,#0000);pointer-events:none}.nd-hero{min-height:min(var(--hero-h-mobile, 78svh),720px)}.nd-hero__inner{padding-top:calc(var(--header-height, 56px) + 6rem);padding-bottom:2.8rem}.nd-hero__rating{gap:.7rem;margin-bottom:1.6rem;padding:.6rem 1.2rem .6rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:var(--nd-radius-pill, 999px);background-color:#ffffff24;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);font-size:1.2rem;color:#fff}.nd-hero--dark .nd-hero__rating{border-color:#11111114;background-color:#fff9;color:var(--hero-ink)}.nd-hero__stars svg{width:1.25rem;height:1.25rem}.nd-hero__heading{font-size:clamp(3rem,8.2vw,6.4rem);line-height:1.05;letter-spacing:-.03em;text-wrap:wrap}.nd-hero__sub{max-width:34rem;margin-top:1.2rem;font-size:1.35rem;line-height:1.5}.nd-hero__actions{margin-top:2rem}.nd-hero__button{min-height:5rem;font-size:1.5rem}.nd-hero__promises{margin-top:1.2rem}.nd-hero__promise{font-size:1.2rem}@media screen and (min-width:750px){.nd-hero{min-height:clamp(52rem,var(--hero-h, 72vh),76rem)}.nd-hero__inner{padding-top:calc(var(--header-height, 64px) + 4rem);padding-bottom:5.6rem}.nd-hero__rating{font-size:1.3rem;margin-bottom:2rem}.nd-hero__sub{max-width:44rem;font-size:1.6rem}.nd-hero__actions{margin-top:2.8rem}.nd-hero__button{min-height:5.4rem;font-size:1.6rem}.nd-hero__promise{font-size:1.3rem}}.nd-hero__toggle{top:calc(var(--header-height, 56px) + 1.2rem)}@media screen and (min-width:750px){.nd-hero__toggle{top:auto}.nd-hero__content{max-width:76rem}.nd-hero__heading{font-size:clamp(4.4rem,5vw,6.4rem)}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/nd-hero.css.map */
