.product-card{overflow:hidden}.product-card img{width:100%;height:100%;min-height:350px;object-fit:contain;background:#fff;padding:24px}.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e3e5e8}.product-gallery img{width:100%;height:360px;object-fit:contain;background:#fff;padding:25px}@media(max-width:700px){.product-gallery{grid-template-columns:1fr}.product-gallery img{height:310px}.product-card img{min-height:280px}}
