.products-featured{padding-bottom:80px;background:var(--brand-bg-alt)}.products-featured h1{color:var(--brand-text);margin:0 0 18px}.products-featured p{color:var(--brand-text);max-width:620px;margin-bottom:28px}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#fff;border:1px solid var(--brand-border)}.products-catalog{padding:80px 0}.products-category{padding:0 0 64px}.products-category:last-child{padding-bottom:0}.products-category h2{color:var(--brand-text);font-size:max(1.5rem, min(3vw, 2.25rem));margin:0 0 10px}.products-category-desc{max-width:720px;color:var(--brand-text);margin:0 0 28px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.products-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);padding:14px}.products-card a{color:var(--brand-text)}.products-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);border:1px solid var(--brand-border)}.products-card span{display:inline-block;margin-top:14px;color:var(--brand-accent);font-weight:800;font-size:.82rem}.products-card h3{font-size:1.05rem;color:var(--brand-text);margin:6px 0 0}@media (max-width:991px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-grid{grid-template-columns:1fr}}