.products-hero{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark))}.product-category-block{margin-bottom:58px}.category-heading{max-width:760px;margin-bottom:26px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.product-card{overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-img-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:24px}.product-card-body span{color:var(--brand-primary);font-weight:700}