.products-showcase{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,0.85fr);grid-gap:40px;gap:40px;align-items:center;padding:170px max(24px,(100vw - 1180px) / 2) 80px;background:var(--brand-bg-alt)}.products-showcase h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.products-showcase__media img{width:100%;min-height:430px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.product-catalog{display:grid;grid-gap:52px;gap:52px}.category-heading{max-width:720px;margin-bottom:22px}.category-heading h2{font-size:2rem}.dynamic-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.dynamic-product-card{display:grid;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.dynamic-product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.dynamic-product-card__body{display:grid;grid-gap:12px;gap:12px;padding:18px}.dynamic-product-card h3{font-size:1.1rem;margin:0}@media (max-width:991px){.products-showcase{grid-template-columns:1fr}}