.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.products-grid-section{background:var(--brand-bg)}.products-intro{max-width:760px;margin-bottom:40px}.product-category-block{margin-bottom:56px}.category-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--brand-border);margin-bottom:24px}.category-heading h2{margin:0}.category-heading p{max-width:520px;margin:0;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.product-card button{display:grid;width:100%;height:100%;padding:0;border:0;background:0 0;text-align:left;color:var(--brand-text)}.product-image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-name{display:block;padding:20px 20px 8px;font-size:1.1rem;font-weight:800}.product-action{display:block;padding:0 20px 22px;color:var(--brand-primary);font-weight:700}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading{display:block}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}