.products-featured{padding-top:160px;background:var(--brand-bg-alt)}.products-featured-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.85fr);grid-gap:48px;gap:48px;align-items:center}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-bg)}.products-catalog{background:var(--brand-bg)}.category-section+.category-section{margin-top:56px;padding-top:48px;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:28px}.category-heading h2{font-size:max(1.6rem, min(3vw, 2.4rem))}.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(26,31,42,.12)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.product-card-body{padding:16px}.product-card h3{margin:0 0 10px;font-size:1rem}.product-card span{color:var(--brand-secondary);font-weight:800}@media (max-width:991px){.products-featured-grid{grid-template-columns:1fr}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}