.product-image{height:220px;background:#fff}
.product-card-photo{display:block;width:100%;height:100%;padding:8px;object-fit:contain;object-position:center}
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:950px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:190px}.product-card-photo{padding:5px}}
