.hero{display:flex;flex-direction:column;font-size:1.1428571429rem;height:85vh;min-height:48.5714285714rem;overflow:hidden;position:relative;width:100vw}@media(min-width: 1024px){.hero{min-height:51.4285714286rem;max-height:71.4285714286rem}}.hero .image__overlay{bottom:0;left:0;position:absolute;top:0;width:100%}.hero--light{color:var(--color-white)}.hero--dark{color:var(--color-black)}.hero--dark .image__overlay{display:none}.hero--top-left .image__overlay{background:linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 54.87%)}.hero--center .image__overlay{background:linear-gradient(360deg, rgba(0, 0, 0, 0.4) 18.68%, rgba(0, 0, 0, 0) 74.71%),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}.hero--bottom-left .image__overlay{background:linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 54.87%)}.hero__background{height:100%;left:0;position:absolute;top:0;width:100vw;z-index:-1}.hero__background--desktop{display:none}@media(min-width: 1024px){.hero__background--desktop{display:block}}.hero__background--mobile{display:block}@media(min-width: 1024px){.hero__background--mobile{display:none}}.hero__background img{height:100%;width:100%;object-fit:cover}.hero__container{display:flex;flex:1;position:relative;width:100%;margin:0 auto;padding:0 1.1428571429rem}@media(min-width: 1024px){.hero__container{padding:0 2.8571428571rem}}.hero__video{position:absolute;inset:50%;min-width:100%;min-height:100%;-o-object-fit:cover;object-position:center center;object-fit:cover;transform:translate(-50%, -50%);z-index:-1}.hero__inner{position:relative;display:flex;flex:1;align-items:center;padding:2.3571428571rem 0}@media(min-width: 1024px){.hero__inner{padding:4.0714285714rem 0 3rem}}.hero--top-left .hero__inner{align-items:flex-start;justify-content:flex-start}.hero--top-center .hero__inner{align-items:flex-start;text-align:center;justify-content:center}.hero--center .hero__inner{align-items:center;justify-content:center;text-align:center}.hero--inline .hero__inner{align-items:flex-end}.hero--bottom-left .hero__inner{align-items:flex-end;justify-content:flex-start}.hero--bottom-center .hero__inner{text-align:center;align-items:flex-end;justify-content:center}.hero--split .hero__content{display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between}.hero--center .hero__content{max-width:36.2857142857rem}.hero__heading{margin-top:var(--space-16)}.hero__copy{margin-top:var(--space-16);font-size:1rem}@media(min-width: 1024px){.hero__copy{font-size:1.1428571429rem}}.hero__btns{display:inline-flex;list-style:none;flex-direction:column;gap:1.1428571429rem;margin-top:2.5714285714rem}@media(min-width: 1024px){.hero__btns{flex-direction:row}}.hero__quickshop{width:6.5714285714rem;position:absolute;bottom:1.7142857143rem;right:0;line-height:0}@media(min-width: 1024px){.hero__quickshop{bottom:3rem;width:15.7142857143rem}}.hero__quickshop button{width:100%}.hero__quickshop .video{align-items:flex-end;aspect-ratio:var(--aspect-ratio);display:flex}.hero__quickshop .video video{object-fit:cover;width:100%}.hero__modal .overlay{background:rgba(34,34,34,.1);opacity:0;pointer-events:none;transition:opacity .33s cubic-bezier(0.4, 0, 0.15, 1.01) .2s;position:fixed;inset:0;backdrop-filter:blur(10px);z-index:8}.hero__modal-content{position:absolute;top:50%;left:50%;opacity:0;pointer-events:none;transition:opacity .33s cubic-bezier(0.4, 0, 0.15, 1.01) .2s;transform:translate(-50%, -50%);z-index:9;width:90vw}@media(min-width: 1024px){.hero__modal-content{width:80vw}}.hero__modal-content video,.hero__modal-content iframe{width:100%}.hero__modal-close{background-color:var(--color-off-white);border-radius:100%;cursor:pointer;padding:1.1428571429rem;position:absolute;right:1.7142857143rem;top:1.7142857143rem;z-index:1}.hero__modal-close svg{display:block;height:1.1428571429rem;width:1.1428571429rem}.hero__modal--open{opacity:1;transition-delay:0s;pointer-events:initial}.hero__modal--open .hero__modal-content,.hero__modal--open .overlay{opacity:1;transition-delay:0s;pointer-events:initial}.hero-shop-the-look{opacity:0;transform:translateY(-20px);transition:opacity .5s ease,transform .5s ease}.hero-shop-the-look.shop-the-look--open{position:fixed;inset:0;display:block;z-index:9;opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease;background:rgba(34,34,34,.1);backdrop-filter:blur(10px)}.shoppable-media{position:relative;line-height:0;overflow:hidden;border-radius:.2142857143rem}@media(min-width: 1024px){.shoppable-media{border-radius:.7142857143rem}}.shoppable-media__media{max-width:100%}.shoppable-media__media--hover{height:100%;left:0;position:absolute;top:0;opacity:0;transition:opacity .33s ease-out;width:100%}.shoppable-media:hover .shoppable-media__media--hover{opacity:1}.shoppable-media__watch{position:absolute;inset:0;top:auto;padding:8px;font-size:.8571428571rem;color:var(--color-white);display:flex;align-items:center;justify-content:space-between}@media(min-width: 1024px){.shoppable-media__watch{padding:20px}}.shoppable-media__btn{position:absolute;bottom:.5714285714rem;right:.5714285714rem;transition:background .33s ease-out,color .33s ease-out;z-index:2}@media(min-width: 1024px){.shoppable-media:hover .shoppable-media__btn{color:var(--color-teal);background-color:var(--color-teal)}.shoppable-media:hover .shoppable-media__btn path{fill:var(--color-white)}}@media(max-width: 1023px){.shoppable-media__play{width:2.1428571429rem;height:2.1428571429rem}.shoppable-media__play svg{width:.8571428571rem}}.shop-the-look{position:fixed;overflow-y:auto;inset:0;display:grid;z-index:9}@media(min-width: 1024px){.shop-the-look{width:84%;left:auto;grid-template-columns:2fr 1fr}}.shop-the-look__content{background-color:var(--color-white);padding:2rem 1.5714285714rem}@media(min-width: 1024px){.shop-the-look__content{padding:6.2142857143rem 4rem 7.1428571429rem 6rem}}.shop-the-look__copy{font-size:1rem}@media(min-width: 1024px){.shop-the-look__copy{font-size:1.1428571429rem}}.shop-the-look__media{position:relative;overflow:hidden;order:-1;height:75vh}@media(min-width: 1024px){.shop-the-look__media{order:unset;height:100vh;position:sticky;top:0}}.shop-the-look__media video,.shop-the-look__media img{position:absolute;inset:0;object-fit:cover;z-index:1;width:100%;min-width:100%;min-height:100%}.shop-the-look__grid{display:grid;grid-template-columns:7.1428571429rem 1fr;gap:2rem}@media(min-width: 1024px){.shop-the-look__grid{grid-template-columns:13.0714285714rem 1fr;gap:3rem}}.shop-the-look__title{position:relative;margin-bottom:3.5714285714rem}.shop-the-look__title::before{content:"";display:block;width:2.8571428571rem;height:.0714285714rem;background-color:var(--color-black);position:absolute;top:calc(100% + 1.7857142857rem);left:0}.shop-the-look__bottom{margin-top:4rem}@media(min-width: 1024px){.shop-the-look__bottom{margin-top:5.5714285714rem}}.shop-the-look__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-light-grey);padding-bottom:.8571428571rem}.shop-the-look__collection{list-style:none;display:grid;gap:4.2857142857rem;grid-template-columns:1fr 1fr;padding-top:5rem}.shop-the-look__close{position:absolute;top:3.5714285714rem;right:.8571428571rem;z-index:2}@media(min-width: 1024px){.shop-the-look__close{position:fixed}}.shop-the-look__scroll{position:absolute;bottom:5.3571428571rem;right:1.7857142857rem;z-index:1}.size-swatch{width:50px;height:50px;font-size:1rem;box-shadow:inset 0 0 0 1px var(--color-light-grey)}.size-swatch--selected{box-shadow:inset 0 0 0 2px var(--color-black)}.product-link{color:inherit;display:grid;gap:.8571428571rem;text-decoration:none}@media(min-width: 1024px){.product-link{gap:1.2857142857rem;align-items:center;grid-template-columns:7.4285714286rem 1fr}}.product-link__image{overflow:hidden;border-radius:100%}.section-header{padding:1.7142857143rem 1.1428571429rem}@media(min-width: 1024px){.section-header{padding:2.8571428571rem 2.8571428571rem 1.7142857143rem}}@media(min-width: 1024px){.section-header--first{padding-top:5.7142857143rem}}.section-header__inner{max-width:40rem}
