.products-overview{padding:96px 0;background:#fff}
.products-heading{margin-bottom:64px}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 24px}
.product-card{margin:0 0 32px;padding:32px 24px;background:var(--surface);text-align:center}
.product-image-link{display:block;width:300px;max-width:100%;margin:0 auto}
.product-card img{width:300px;height:300px;max-width:100%;border-radius:0;object-fit:cover}
.product-label{margin:16px 0;color:var(--body);font-size:12px;font-weight:500;line-height:1.2}
.product-card h5{margin:0;color:var(--heading);font-size:20px;font-weight:700;line-height:1.2}
@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:781px){.products-overview{padding:64px 0}.products-heading{margin-bottom:40px}.products-grid{grid-template-columns:1fr}.product-card img{height:auto;aspect-ratio:1/1}}
