.products-grid-section{background:#fff}.products-intro{max-width:760px;margin-bottom:36px}.product-category-block h2,.products-intro h2{font-size:max(1.6rem, min(2.5vw, 2.2rem))}.category-desc{max-width:820px;color:var(--brand-text)}.product-category-block+.product-category-block{margin-top:56px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 10px 28px rgba(34,43,34,.08)}.product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.product-card h3{margin:0;font-size:1.1rem}@media (max-width:991px){.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}