.editorial-hero{--eh-text: #ffffff;--eh-text-muted: rgba(255, 255, 255, .75);--eh-text-eyebrow: rgba(255, 255, 255, .7);--eh-btn-border: #ffffff;--eh-dot: rgba(255, 255, 255, .4);--eh-dot-active: #ffffff;--eh-content-max: 36rem;--eh-pad-inline: 1.5rem;--eh-pad-block-end: 2.5rem;position:relative;display:block;width:100%;background:#111;color:var(--eh-text)}@media screen and (min-width:700px){.editorial-hero{--eh-pad-inline: 3rem;--eh-pad-block-end: 3.5rem;--eh-content-max: 40rem}}@media screen and (min-width:1000px){.editorial-hero{--eh-pad-inline: 4.5rem;--eh-content-max: 42rem}}.editorial-hero__carousel{--eh-carousel-height: calc(100vh - var(--sticky-area-height, 0px));display:block;position:relative;width:100%;height:var(--eh-carousel-height);min-height:var(--eh-carousel-height);overflow:hidden}.shopify-section--editorial-hero:first-child .editorial-hero__carousel{--eh-carousel-height: calc(100vh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px)))}.shopify-section--editorial-hero:first-child .editorial-hero__carousel[allow-transparent-header]{--eh-carousel-height: calc(100vh - var(--announcement-bar-height, 0px))}@supports (height: 100svh){.editorial-hero__carousel{--eh-carousel-height: calc(100svh - var(--sticky-area-height, 0px))}.shopify-section--editorial-hero:first-child .editorial-hero__carousel{--eh-carousel-height: calc(100svh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px)))}.shopify-section--editorial-hero:first-child .editorial-hero__carousel[allow-transparent-header]{--eh-carousel-height: calc(100svh - var(--announcement-bar-height, 0px))}}.editorial-hero__slide{--content-over-media-content-max-width: var(--eh-content-max);--content-over-media-height: 100%;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;z-index:0}.editorial-hero__slide.is-selected{z-index:1;visibility:visible;pointer-events:auto}.editorial-hero__slide:not(.is-selected){visibility:hidden;pointer-events:none}.editorial-hero__media{width:100%;height:100%;object-fit:cover;object-position:center}.editorial-hero__content{z-index:1;display:flex;flex-direction:column;align-items:flex-start;align-self:end;justify-self:start;width:100%;max-width:var(--eh-content-max);height:auto;padding:0 var(--eh-pad-inline) var(--eh-pad-block-end);text-align:left;text-shadow:none;color:var(--eh-text)}.shopify-section--editorial-hero:first-child [allow-transparent-header]>.content-over-media>.editorial-hero__content{padding-block-start:0}:has(.shopify-section--editorial-hero:first-child [allow-transparent-header]) .header:not(:hover,.is-solid,:has([open])) .header__logo-image:not(.header__logo-image--transparent){filter:brightness(0) invert(1)}.editorial-hero__content.text-center{align-items:center;text-align:center}.editorial-hero__content.text-end{align-items:flex-end;text-align:right}.editorial-hero__eyebrow{margin:0;font-family:var(--text-font-family);font-size:.6875rem;font-weight:500;line-height:1.5;letter-spacing:.28em;text-transform:uppercase;color:var(--eh-text-eyebrow)}.editorial-hero__heading{margin:1rem 0 0;font-family:"Cormorant Garamond",var(--heading-font-family),Georgia,serif;font-size:clamp(2.25rem,4.2vw,3rem);font-weight:300;line-height:1.05;letter-spacing:-.01em;text-transform:none;color:var(--eh-text)}.editorial-hero__text{margin:1.25rem 0 0;max-width:28rem;font-family:var(--text-font-family);font-size:.875rem;font-weight:400;line-height:1.6;letter-spacing:normal;color:var(--eh-text-muted)}.editorial-hero__text>*:first-child{margin-block-start:0}.editorial-hero__text>*:last-child{margin-block-end:0}.editorial-hero__text p{margin:0;color:inherit}.editorial-hero__buttons{display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch;gap:.75rem;margin-top:1.75rem;width:100%;max-width:22rem}@media screen and (min-width:700px){.editorial-hero__heading{margin-top:1.25rem}.editorial-hero__text{margin-top:1.5rem;font-size:.9375rem}.editorial-hero__buttons{flex-direction:row;align-items:center;gap:1rem;margin-top:2.25rem;max-width:none;width:auto}}.editorial-hero__btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:3rem;padding:.95rem 2.4rem;border:1px solid var(--eh-btn-border);border-radius:0;background:transparent;color:var(--eh-text);font-family:var(--text-font-family);font-size:.6875rem;font-weight:500;line-height:1.5;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;text-align:center;transition:background-color .35s ease,color .35s ease,border-color .35s ease;white-space:nowrap}.editorial-hero__btn:hover{background:var(--eh-text);color:#111}.editorial-hero__btn:focus-visible{outline:2px solid var(--eh-text);outline-offset:3px}.editorial-hero__dots{--dot-size: 1px;z-index:2;position:absolute;inset-block-end:var(--eh-pad-block-end);inset-inline-start:var(--eh-pad-inline);display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.5rem;margin:0;padding:0;list-style:none}.editorial-hero__dots>*{display:block;width:2rem;height:1rem;padding:0;border:0;background:transparent;cursor:pointer;position:relative}.editorial-hero__dots>*:after{content:"";position:absolute;inset-block-start:50%;inset-inline-start:0;width:2rem;height:1px;background:var(--eh-dot);transform:translateY(-50%);transition:width .7s ease,background-color .7s ease}.editorial-hero__dots>*[aria-current=true]{width:4rem}.editorial-hero__dots>*[aria-current=true]:after{width:4rem;background:var(--eh-dot-active)}.editorial-hero__dots>*:hover:after{background:#ffffffb3}.editorial-hero__carousel:has(.editorial-hero__dots) .editorial-hero__content{padding-block-end:calc(var(--eh-pad-block-end) + 1.75rem)}@media screen and (min-width:700px){.editorial-hero__carousel:has(.editorial-hero__dots) .editorial-hero__content{padding-block-end:calc(var(--eh-pad-block-end) + 1.25rem)}}.editorial-hero--hide-desktop{display:none}@media screen and (max-width:699px){.editorial-hero--hide-mobile{display:none}.editorial-hero--hide-desktop{display:block}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/editorial-hero.css.map */
