.hero-fs{position:relative;display:grid;grid-template-areas:"stack";width:100%;overflow:hidden}.hero-fs__media,.hero-fs__overlay,.hero-fs__content-wrap{grid-area:stack;min-width:0}.hero-fs--m-full{min-height:calc(100vh - var(--hero-offset-top, 0px))}.hero-fs--m-large{min-height:75vh}.hero-fs--m-medium{min-height:60vh}.hero-fs--m-small{min-height:45vh}.hero-fs--m-adapt{min-height:0}@supports (height: 100svh){.hero-fs--m-full{min-height:calc(100svh - var(--hero-offset-top, 0px))}.hero-fs--m-large{min-height:75svh}.hero-fs--m-medium{min-height:60svh}.hero-fs--m-small{min-height:45svh}}@media screen and (min-width:750px){.hero-fs--d-full{min-height:calc(100vh - var(--hero-offset-top, 0px))}.hero-fs--d-large{min-height:75vh}.hero-fs--d-medium{min-height:60vh}.hero-fs--d-small{min-height:45vh}.hero-fs--d-adapt{min-height:0}@supports (height: 100svh){.hero-fs--d-full{min-height:calc(100svh - var(--hero-offset-top, 0px))}.hero-fs--d-large{min-height:75svh}.hero-fs--d-medium{min-height:60svh}.hero-fs--d-small{min-height:45svh}}}.hero-fs__media{position:relative;display:block;width:100%;height:100%}.hero-fs__media img,.hero-fs__media svg,.hero-fs__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hero-focal-mobile, center center)}.hero-fs--m-adapt .hero-fs__media img{height:auto}@media screen and (min-width:750px){.hero-fs__media img,.hero-fs__media svg,.hero-fs__media video{object-position:var(--hero-focal-desktop, center center)}.hero-fs--d-adapt .hero-fs__media img{height:auto}}.hero-fs__media svg{background:rgb(var(--color-foreground) / .04)}.hero-fs__overlay{position:relative;pointer-events:none}.hero-fs__overlay--solid{background-color:var(--hero-overlay-color);opacity:var(--hero-overlay-opacity)}.hero-fs__overlay--bottom{background-image:linear-gradient(to top,var(--hero-overlay-color) 0%,transparent 65%);opacity:var(--hero-overlay-opacity)}.hero-fs__overlay--top{background-image:linear-gradient(to bottom,var(--hero-overlay-color) 0%,transparent 65%);opacity:var(--hero-overlay-opacity)}.hero-fs__overlay--both{background-image:linear-gradient(to bottom,var(--hero-overlay-color) 0%,transparent 35%,transparent 65%,var(--hero-overlay-color) 100%);opacity:var(--hero-overlay-opacity)}.hero-fs__content-wrap{position:relative;z-index:2;display:flex;width:100%;padding:var(--hero-pad-mobile)}@media screen and (min-width:750px){.hero-fs__content-wrap{padding:var(--hero-pad-desktop)}}.hero-fs--m-top .hero-fs__content-wrap{align-items:flex-start}.hero-fs--m-middle .hero-fs__content-wrap{align-items:center}.hero-fs--m-bottom .hero-fs__content-wrap{align-items:flex-end}.hero-fs--m-left .hero-fs__content-wrap{justify-content:flex-start}.hero-fs--m-center .hero-fs__content-wrap{justify-content:center}.hero-fs--m-right .hero-fs__content-wrap{justify-content:flex-end}@media screen and (min-width:750px){.hero-fs--d-top .hero-fs__content-wrap{align-items:flex-start}.hero-fs--d-middle .hero-fs__content-wrap{align-items:center}.hero-fs--d-bottom .hero-fs__content-wrap{align-items:flex-end}.hero-fs--d-left .hero-fs__content-wrap{justify-content:flex-start}.hero-fs--d-center .hero-fs__content-wrap{justify-content:center}.hero-fs--d-right .hero-fs__content-wrap{justify-content:flex-end}}.hero-fs__content{display:flex;flex-direction:column;gap:var(--hero-stack-gap-mobile);width:100%;max-width:var(--hero-content-width);text-align:var(--hero-text-align-mobile);align-items:var(--hero-items-mobile)}@media screen and (min-width:750px){.hero-fs__content{gap:var(--hero-stack-gap-desktop);text-align:var(--hero-text-align-desktop);align-items:var(--hero-items-desktop)}}.hero-fs__eyebrow,.hero-fs__heading,.hero-fs__text{margin:0;color:var(--block-color);font-family:var(--block-font-family);font-weight:var(--block-font-weight);font-style:var(--block-font-style);letter-spacing:var(--block-letter-spacing);line-height:var(--block-line-height);text-transform:var(--block-text-transform);font-size:var(--block-size-mobile);max-width:100%}@media screen and (min-width:750px){.hero-fs__eyebrow,.hero-fs__heading,.hero-fs__text{font-size:var(--block-size-desktop)}}.hero-fs__text>*:first-child{margin-top:0}.hero-fs__text>*:last-child{margin-bottom:0}.hero-fs__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:var(--hero-items-mobile)}@media screen and (min-width:750px){.hero-fs__buttons{justify-content:var(--hero-items-desktop)}}.hero-fs__buttons .button{margin:0}.hero-fs__buttons--stretch{width:100%}.hero-fs__buttons--stretch .button{flex:1 1 auto}@media screen and (min-width:750px){.hero-fs__buttons--stretch{width:auto}.hero-fs__buttons--stretch .button{flex:0 0 auto}}.hero-fs__scroll-cue{position:absolute;left:50%;bottom:2.4rem;z-index:3;display:flex;transform:translate(-50%);color:var(--hero-cue-color);background:none;border:0;padding:.8rem;cursor:pointer}.hero-fs__scroll-cue svg{width:2.2rem;height:2.2rem;animation:hero-fs-nudge 2.4s ease-in-out infinite}@keyframes hero-fs-nudge{0%,to{transform:translateY(0)}50%{transform:translateY(.5rem)}}@media(prefers-reduced-motion:reduce){.hero-fs__scroll-cue svg{animation:none}}.hero-fs__btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:1.2rem 3.2rem;border:.1rem solid transparent;border-radius:var(--buttons-radius, 0);font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.hero-fs__btn--solid-light{background-color:#fff;border-color:#fff;color:#121212}.hero-fs__btn--solid-light:hover{opacity:.85}.hero-fs__btn--solid-dark{background-color:#121212;border-color:#121212;color:#fff}.hero-fs__btn--solid-dark:hover{opacity:.85}.hero-fs__btn--outline-light{background-color:transparent;border-color:#fff;color:#fff}.hero-fs__btn--outline-light:hover{background-color:#fff;color:#121212}.hero-fs__btn--outline-dark{background-color:transparent;border-color:#121212;color:#121212}.hero-fs__btn--outline-dark:hover{background-color:#121212;color:#fff}.hero-fs__btn--urgency{background-color:rgb(var(--color-urgency));border-color:rgb(var(--color-urgency));color:#fff}.hero-fs__btn--urgency:hover{opacity:.88}.hero-fs__btn--trust{background-color:rgb(var(--color-trust));border-color:rgb(var(--color-trust));color:#fff}.hero-fs__btn--trust:hover{opacity:.88}.hero-fs__btn[aria-disabled=true]{cursor:default;opacity:.6}
/*# sourceMappingURL=/cdn/shop/t/21/assets/section-hero-fullscreen.css.map */
