.mlc-product-showcase{padding:72px 0;background:var(--brand-bg-alt)}.mlc-product-feature{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1.1fr);grid-gap:56px;gap:56px;align-items:center}.mlc-product-feature h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.mlc-product-feature p:not(.mlc-kicker){margin-bottom:24px}.mlc-product-feature>img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:#fff;box-shadow:var(--brand-shadow)}.mlc-product-grid-section{padding:80px 0 96px}.mlc-product-category+.mlc-product-category{margin-top:64px}.mlc-category-heading{max-width:760px;margin-bottom:32px}.mlc-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.mlc-product-card{align-self:start;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 10px 28px rgba(0,35,63,.08)}.mlc-product-card a{display:block;color:var(--brand-text)}.mlc-product-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--brand-neutral-light)}.mlc-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mlc-product-body{display:block;padding:22px}.mlc-product-body h3{margin-bottom:18px;font-size:1.18rem}.mlc-product-link{color:var(--brand-primary);font-weight:750}@media (max-width:991.98px){.mlc-product-feature{grid-template-columns:1fr 1fr}.mlc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.mlc-product-feature,.mlc-product-grid{grid-template-columns:1fr}}