.product-hero img{border-radius:var(--radius);background:#fff;box-shadow:0 18px 36px rgba(31,39,51,.08)}.product-grid-section{padding:82px 0}.product-category{margin-bottom:64px}.category-heading{max-width:760px;margin-bottom:24px}.category-heading h2{font-weight:800;color:var(--brand-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);padding:22px;background:#fff;cursor:pointer;transition:.2s;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(31,39,51,.08)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:10px;margin-bottom:16px}.product-card h3{font-size:1.12rem;font-weight:800}.product-card ul{padding-left:18px;color:var(--brand-text-muted)}