.products-feature{background:var(--brand-bg-alt);padding:86px 0}.product-categories .category-section+.category-section{margin-top:56px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:20px;background:#fff;display:flex;flex-direction:column;gap:14px}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:var(--brand-radius)}.product-card h3{font-size:20px}.product-card p{color:var(--brand-text-muted)}