.editorial-hero{display:grid;grid-template-columns:1fr;gap:var(--section-stack-gap, 24px);align-items:start;width:100%}@media(min-width:750px){.editorial-hero{grid-template-columns:1.5fr 1fr;gap:32px}.editorial-hero--no-tiles{grid-template-columns:1fr}.editorial-hero--featured-right{grid-template-columns:1fr 1.5fr}.editorial-hero--featured-right .editorial-hero__featured{order:2}.editorial-hero--featured-right .editorial-hero__tiles{order:1}}.editorial-hero__featured{display:flex;flex-direction:column;gap:18px;min-width:0}.editorial-hero__featured-media{position:relative;display:block;border-radius:var(--button-border-radius, 4px);overflow:hidden;background:var(--background-without-opacity, #f5f3ed);aspect-ratio:var(--fh-ar, 2 / 1)}.editorial-hero__featured-link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.editorial-hero__featured-image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.editorial-hero__featured-media--focal-top-left .editorial-hero__featured-image{object-position:0% 0%!important}.editorial-hero__featured-media--focal-top-center .editorial-hero__featured-image{object-position:50% 0%!important}.editorial-hero__featured-media--focal-top-right .editorial-hero__featured-image{object-position:100% 0%!important}.editorial-hero__featured-media--focal-center-left .editorial-hero__featured-image{object-position:0% 50%!important}.editorial-hero__featured-media--focal-center-center .editorial-hero__featured-image{object-position:50% 50%!important}.editorial-hero__featured-media--focal-center-right .editorial-hero__featured-image{object-position:100% 50%!important}.editorial-hero__featured-media--focal-bottom-left .editorial-hero__featured-image{object-position:0% 100%!important}.editorial-hero__featured-media--focal-bottom-center .editorial-hero__featured-image{object-position:50% 100%!important}.editorial-hero__featured-media--focal-bottom-right .editorial-hero__featured-image{object-position:100% 100%!important}.editorial-hero__featured-text{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.editorial-hero__featured-headline{font-family:"secretsociety",var(--heading-font-family),Georgia,serif;font-weight:400;font-style:normal;letter-spacing:0;font-size:var(--fh-size, 40px);color:rgb(var(--accent));line-height:1.05;margin:0}@media(max-width:749px){.editorial-hero__featured-headline{font-size:calc(var(--fh-size, 40px) * .78)}}.editorial-hero__featured-subhead{font-family:var(--heading-font-family);font-size:var(--text-xs, .75rem);letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--text-color));margin:0;opacity:.9}.editorial-hero__featured-hook{font-family:var(--text-font-family);font-style:normal;font-weight:var(--text-font-weight, 400);font-size:var(--text-base, 1rem);color:rgb(var(--text-color));line-height:1.55;margin:0;max-width:52ch}.editorial-hero__featured-cta{margin-top:6px}.editorial-hero__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;min-width:0}@media(min-width:750px){.editorial-hero__tiles{gap:16px}}.editorial-hero__tile{display:flex;flex-direction:column;min-width:0}.editorial-hero__tile-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.editorial-hero__tile-media{position:relative;display:block;border-radius:var(--button-border-radius, 4px);overflow:hidden;background:var(--background-without-opacity, #f5f3ed)}.editorial-hero__tile-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.editorial-hero__tile-text{padding:12px 0 0;display:flex;flex-direction:column;gap:4px;box-sizing:border-box}@media(max-width:749px){.editorial-hero__tile-text{padding:10px 0 0}}.editorial-hero__tile-name{font-family:"secretsociety",var(--heading-font-family),Georgia,serif;font-size:var(--tn-size, 20px);font-weight:400;line-height:1.15;color:rgb(var(--text-color));margin:0}@media(max-width:749px){.editorial-hero__tile-name{font-size:calc(var(--tn-size, 20px) * .9)}}.editorial-hero__tile-caption{font-family:var(--text-font-family);font-style:normal;font-weight:var(--text-font-weight, 400);font-size:var(--text-sm, .875rem);color:rgb(var(--text-color));opacity:.75;line-height:1.4;margin:0}.editorial-hero__featured-headline strong,.editorial-hero__featured-subhead strong,.editorial-hero__featured-hook strong,.editorial-hero__tile-name strong,.editorial-hero__tile-caption strong{font-weight:inherit;color:rgb(var(--accent))}.editorial-hero__featured-headline em,.editorial-hero__featured-subhead em,.editorial-hero__featured-hook em,.editorial-hero__tile-name em,.editorial-hero__tile-caption em{font-style:inherit;font-weight:700}.editorial-hero__featured-headline strong em,.editorial-hero__featured-headline em strong,.editorial-hero__featured-subhead strong em,.editorial-hero__featured-subhead em strong,.editorial-hero__featured-hook strong em,.editorial-hero__featured-hook em strong,.editorial-hero__tile-name strong em,.editorial-hero__tile-name em strong,.editorial-hero__tile-caption strong em,.editorial-hero__tile-caption em strong{font-weight:700;color:rgb(var(--accent))}.editorial-hero__tile-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;flex-wrap:wrap}.editorial-hero__tile-price{font-family:var(--text-font-family);font-size:var(--text-sm, .875rem);font-weight:500;color:rgb(var(--text-color));line-height:1.2;white-space:nowrap}.editorial-hero__tile-price .is-compare{text-decoration:line-through;opacity:.5;font-weight:400;margin-right:6px}.editorial-hero__tile-price .is-sale{color:rgb(var(--accent))}.editorial-hero__tile-price .is-from{opacity:.7;font-weight:400;margin-right:4px;font-size:.85em}.editorial-hero__sale-badge{position:absolute;z-index:3;font-family:"secretsociety",var(--heading-font-family),Georgia,serif;font-weight:400;line-height:1;background:rgb(var(--accent));color:#fff;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;pointer-events:none;transform-origin:center;border-radius:2px;box-shadow:0 2px 6px #00000026}.editorial-hero__sale-badge--top-left{top:12px;left:12px}.editorial-hero__sale-badge--top-right{top:12px;right:12px}.editorial-hero__sale-badge--bottom-left{bottom:12px;left:12px}.editorial-hero__sale-badge--bottom-right{bottom:12px;right:12px}.editorial-hero__tile-cta.is-loading{opacity:.6;pointer-events:none}.editorial-hero__tile-cta.is-added:before{content:"\2713";margin-right:4px}@media(prefers-reduced-motion:reduce){.editorial-hero__tile-cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/773/assets/editorial-hero.css.map */
