.products-grid-section{background:var(--brand-bg)}.products-intro{max-width:780px;margin:0 0 32px;color:var(--brand-text);font-size:1.05rem}.product-category-block{padding:40px 0;border-top:1px solid var(--brand-border)}.product-category-block h2{font-size:max(1.5rem, min(2.5vw, 2.25rem));margin-bottom:8px}.category-desc{max-width:720px;color:var(--brand-text)}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.dynamic-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);position:relative}.dynamic-product-card a{display:grid;color:var(--brand-text)}.product-img-wrap{background:var(--brand-neutral-light);aspect-ratio:4/3;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden}.product-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dynamic-product-card h3{font-size:1.05rem;margin:18px 18px 8px}.product-card-cta{color:var(--brand-accent);font-weight:700;margin:0 18px 18px}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}