.products-showcase{padding:160px 0 88px;background:var(--brand-bg-alt)}.products-showcase__inner{display:grid;grid-template-columns:1fr 420px;grid-gap:56px;gap:56px;align-items:center}.products-showcase h1{font-size:max(2rem, min(4vw, 3.3rem))}.products-showcase img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.product-category-block+.product-category-block{margin-top:64px}.product-category-block p{color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:24px}.dynamic-product-card button{width:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;text-align:left;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 span{display:block;padding:16px;color:var(--brand-text);font-weight:700}@media (max-width:991px){.products-showcase__inner{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}}