.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.product-category-block{margin-bottom:64px}.product-category-head{max-width:780px;margin-bottom:24px}.product-category-head h2{color:var(--brand-text);font-size:2rem;font-weight:850}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card button{width:100%;min-height:260px;border:0;border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text);text-align:left;padding:0;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{display:block;padding:20px;font-weight:850}