.h-products-hero{background:var(--brand-primary-dark);color:#fff}.h-products-hero h1,.h-products-hero p{color:#fff}.h-products-hero .eyebrow{color:var(--brand-accent)}.product-category{margin-bottom:48px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:0;overflow:hidden;text-align:left}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:0}.product-card span{display:block;padding:16px;font-weight:700}