.product-card{background:#fff;border:1px solid #ececec;border-radius:.5rem;transition:box-shadow .2s,transform .2s;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.product-card__link{color:inherit;text-decoration:none;display:block}.product-card__media{aspect-ratio:1;background:#f4f4f4;justify-content:center;align-items:center;display:flex}.product-card__body{padding:1rem}.product-card__title{margin:0 0 .35rem;font-size:.95rem;font-weight:600;line-height:1.35}.product-card__price{color:#444;margin:0;font-size:.92rem}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.product-grid__empty{text-align:center;color:#666;grid-column:1/-1;padding:3rem 0}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
