.product-hero{background:linear-gradient(135deg,#fff,var(--brand-bg-alt))}.product-category-group{margin-bottom:54px}.category-heading{max-width:760px;margin-bottom:24px}.dynamic-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.dynamic-product-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,68,92,.12)}.product-image-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:22px}.product-card-body h3{font-size:1.12rem;font-weight:800}