.product-grid-section{background:var(--brand-bg)}.product-category+.product-category{margin-top:56px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{display:grid;grid-gap:16px;gap:16px}.product-card a{color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-primary-light)}.product-card-body span{color:var(--brand-primary);font-weight:700}