.editorial-grid{padding:var(--space-section) 0}.editorial-grid__grid{display:grid;gap:var(--space-sm)}.editorial-grid__cell--image{display:flex;flex-direction:column}.editorial-grid__image-wrap{display:block;overflow:hidden;border-radius:var(--radius-md);text-decoration:none;aspect-ratio:3/4}.editorial-grid__image{width:100%;height:100%;object-fit:cover;display:block}a.editorial-grid__image-wrap .editorial-grid__image{will-change:transform;transition:transform var(--img-hover-duration, .7s) var(--img-hover-ease, cubic-bezier(.4, 0, .2, 1)),opacity .3s ease}@media(hover:hover){a.editorial-grid__image-wrap:hover .editorial-grid__image{transform:scale(var(--img-hover-scale, 1.05))}}.editorial-grid__cell--text{display:flex;align-items:stretch}.editorial-grid__text-content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);padding:var(--space-lg);background-color:var(--scheme-bg, var(--color-surface));color:var(--scheme-text, var(--color-text));border-radius:var(--radius-md);width:100%;justify-content:center;overflow:hidden;position:relative}.editorial-grid__heading{font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--scheme-text, var(--color-text))}.editorial-grid__text{font-size:.875rem;color:var(--scheme-text-subtle, var(--color-text-subtle, var(--scheme-text, var(--color-text))));opacity:.75;line-height:1.5}.editorial-grid__text-content--has-image{background-image:var(--edit-bg);background-size:cover;background-position:center}.editorial-grid__text-content--has-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--edit-overlay, .4));border-radius:inherit;z-index:0;pointer-events:none}.editorial-grid__text-content--has-image>*{position:relative;z-index:1}.editorial-grid__text-content--has-image .editorial-grid__heading,.editorial-grid__text-content--has-image .editorial-grid__text{color:#fff;opacity:1}@media(min-width:768px){.editorial-grid__grid--3{grid-template-columns:2fr 1fr}.editorial-grid__grid--3 .editorial-grid__cell:first-child{grid-row:1 / 3}.editorial-grid__grid--3 .editorial-grid__cell:first-child .editorial-grid__image-wrap{aspect-ratio:unset;height:100%}.editorial-grid__grid--4{grid-template-columns:1fr 1fr}.editorial-grid__grid--4 .editorial-grid__cell:first-child{grid-row:1 / 3}.editorial-grid__grid--4 .editorial-grid__cell:first-child .editorial-grid__image-wrap{aspect-ratio:unset;height:100%}.editorial-grid__grid--5{grid-template-columns:repeat(3,1fr)}.editorial-grid__grid--5 .editorial-grid__cell:first-child{grid-row:1 / 3}.editorial-grid__grid--5 .editorial-grid__cell:first-child .editorial-grid__image-wrap{aspect-ratio:unset;height:100%}.editorial-grid__grid--6{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.editorial-grid__text-content{min-height:240px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-editorial-grid.css.map */
