.mlr-products-hero{background:var(--brand-bg-alt);padding:160px 0 84px}.mlr-products-hero h1,.mlr-products-hero p{color:var(--brand-text)}.mlr-products-hero img{width:100%;min-height:320px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.product-category+.product-category{margin-top:54px}.product-category h2{font-size:max(1.7rem, min(3vw, 2.4rem));margin-bottom:8px}.category-desc{color:var(--brand-text);margin-bottom:22px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.dynamic-product-card a{display:block;height:100%;border:1px solid var(--brand-border);background:var(--brand-bg);color:var(--brand-text)}.product-img-wrap{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{display:grid;grid-gap:6px;gap:6px;padding:18px}.product-card-body strong{color:var(--brand-text);font-size:1.05rem}.product-card-body em{color:var(--brand-primary);font-style:normal;font-weight:700;font-size:.9rem}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}