.product-hero{background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.product-category{margin-bottom:54px}.category-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:24px}.category-head p{max-width:520px;color:var(--brand-text-secondary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card-button{width:100%;display:grid;grid-gap:14px;gap:14px;text-align:left;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;color:var(--brand-text)}.product-card-button img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light);border-radius:var(--brand-radius)}.product-name{font-weight:800}.product-cta{color:var(--brand-primary);font-weight:800}