.products-showcase{background:var(--brand-bg-alt);padding:120px 0 80px}.products-showcase__grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(360px,1fr);grid-gap:48px;gap:48px;align-items:center}.products-showcase h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-showcase img{border-radius:var(--brand-radius);min-height:360px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.products-intro{max-width:760px;margin:0 auto 42px;text-align:center}.product-category+.product-category{margin-top:58px}.category-desc{max-width:760px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.dynamic-product-card a{display:block;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.dynamic-product-card h3{font-size:1.05rem;padding:18px 18px 6px}.dynamic-product-card span{display:block;color:var(--brand-primary-dark);font-weight:700;padding:0 18px 18px}@media (max-width:991px){.products-showcase__grid{grid-template-columns:1fr}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}