.kmp-products-hero{position:relative;min-height:470px;display:flex;align-items:center;background:var(--brand-secondary);overflow:hidden}.kmp-products-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kmp-products-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(28,28,28,.95),rgba(28,28,28,.46))}.kmp-products-hero .container{position:relative;z-index:2}.kmp-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));max-width:760px}.kmp-products-hero p{font-size:1.1rem;max-width:680px}.kmp-catalog{padding:80px 0}.kmp-category{margin-bottom:64px}.kmp-category-title{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid var(--brand-secondary);margin-bottom:24px}.kmp-category-title span{color:var(--brand-primary-dark);font-weight:800;text-transform:uppercase;letter-spacing:.12em}.kmp-category-title h2{margin:0 0 12px}.kmp-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.kmp-catalog-card{border:1px solid var(--brand-border);background:#fff}.kmp-catalog-card button{display:block;width:100%;border:0;background:#fff;padding:0;text-align:left;color:var(--brand-text)}.kmp-catalog-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.kmp-catalog-card small,.kmp-catalog-card span{display:block;padding:0 20px}.kmp-catalog-card span{font-weight:800;font-size:1.05rem;padding-top:20px}.kmp-catalog-card small{color:var(--brand-primary-dark);padding-bottom:20px;margin-top:8px}@media (max-width:991.98px){.kmp-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.kmp-category-title{display:block}.kmp-catalog-grid{grid-template-columns:1fr}}