.page-hero--products{background:linear-gradient(135deg,#fff8f0,#eefaff)}.product-grid-section{padding:88px 0}.product-category{margin-bottom:64px}.category-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.category-heading p{max-width:460px;color:var(--brand-text-muted)}.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);background:#fff;overflow:hidden;box-shadow:0 12px 32px rgba(23,51,68,.07)}.product-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}.product-card__body{padding:22px}