.editorial-grid-section{width:100%;display:flex;flex-direction:column;gap:0}.editorial-grid-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:48px clamp(16px,4vw,48px)}.editorial-product-card{display:flex;flex-direction:column;text-decoration:none;color:#000}.editorial-product-image{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f2f2f2;position:relative}.editorial-product-image img{width:100%;height:100%;object-fit:contain;object-position:center top;display:block;transition:transform .5s ease,opacity .3s ease-in-out}.editorial-product-card:hover .editorial-product-image>img:first-child{transform:scale(1.02)}.editorial-product-card:hover .editorial-product-image:has(.editorial-hover-layer)>img:first-child{opacity:0}.editorial-hover-layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.editorial-hover-layer img{width:100%;height:100%;object-fit:contain;object-position:center top;display:block}.editorial-product-card:hover .editorial-hover-layer{opacity:1}@media(hover:none){.editorial-hover-layer{display:none}}.editorial-product-info{padding-top:12px;display:flex;flex-direction:column;gap:4px}.editorial-product-title{font-family:var(--font-heading--family, inherit);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0}.editorial-product-price{font-size:13px;margin:0;opacity:.75}.editorial-break-image{width:100%;line-height:0}.editorial-break-image img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:749px){.editorial-grid-row{grid-template-columns:repeat(3,1fr);gap:4px;padding:24px 12px}.editorial-product-title,.editorial-product-price{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/editorial-product-grid.css.map */
