.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border:1px solid var(--line);padding-bottom:18px}.product-cover{height:230px;background:#f4f7f8 center/cover no-repeat}.product-card span,.product-card small{display:block;padding:0 16px}.product-card span{font-weight:700;margin-top:15px;line-height:1.3}.product-card small{color:var(--accent);margin-top:6px}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-cover{height:180px}}
