.products-grid-section{background:#fff}.product-category+.product-category{margin-top:64px}.category-heading{max-width:760px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card{padding:0;overflow:hidden}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1.35;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3,.product-card span{display:block;padding-left:20px;padding-right:20px}.product-card h3{padding-top:18px}.product-card span{color:var(--brand-primary);padding-bottom:22px;font-weight:700}