.wiha-products-hero{background:var(--brand-primary-dark);padding:168px 0 80px}.wiha-products-hero .container{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-gap:42px;gap:42px;align-items:center}.wiha-products-hero h1,.wiha-products-hero p{color:var(--brand-text-inverse)}.wiha-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.wiha-products-hero img{width:100%;min-height:360px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.2)}.wiha-products-grid-section{background:var(--brand-bg)}.wiha-product-category+.wiha-product-category{margin-top:54px}.wiha-product-category h2{margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--brand-border)}.wiha-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.wiha-product-card{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);background:var(--brand-bg)}.wiha-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.wiha-product-img{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.wiha-product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.wiha-product-name{min-height:44px;color:var(--brand-text);font-weight:760}.wiha-product-card .wiha-btn-outline{width:100%}@media (max-width:991px){.wiha-product-grid,.wiha-products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.wiha-products-hero{padding-top:132px}.wiha-product-grid,.wiha-products-hero .container{grid-template-columns:1fr}}