.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.products-hero::after{display:none}.products-intro{max-width:760px;margin:0 auto 36px;text-align:center}.product-category{padding:36px 0;border-top:1px solid var(--brand-border)}.product-category h2{font-weight:900;margin-bottom:8px}.category-desc{color:var(--brand-text);max-width:760px}.product-grid-dynamic{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;margin-top:24px}.product-card{display:grid;grid-gap:16px;gap:16px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;box-shadow:0 10px 28px rgba(42,39,36,.06)}.product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-image-wrap{display:block;aspect-ratio:1/1;background:var(--brand-bg-alt);border-radius:var(--brand-radius);overflow:hidden}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-name{font-weight:900;color:var(--brand-text)}