.manh-products-title{padding:76px 0 36px;background:var(--brand-bg-alt);text-align:center}.manh-products-title h1{font-size:max(2rem, min(4vw, 3.4rem));max-width:760px;margin:0 auto 16px}.manh-products-title p{max-width:690px;margin:0 auto}.manh-products-tabs{padding:46px 0 88px}.manh-tab-nav{justify-content:center;gap:10px;margin-bottom:34px}.manh-tab-nav .nav-link{border-radius:999px;color:var(--brand-primary-dark);background:var(--brand-primary-light);font-weight:800}.manh-tab-nav .nav-link.active{background:var(--brand-primary);color:var(--text-on-dark)}.manh-category-heading{text-align:center;max-width:720px;margin:0 auto 28px}.manh-category-heading h2{font-size:2rem}.manh-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.manh-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.manh-product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.manh-product-card a{display:grid;color:var(--brand-text)}.manh-product-card__media{display:block;aspect-ratio:1/1;background:var(--brand-neutral-light)}.manh-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:14px}.manh-product-card__body{display:grid;grid-gap:10px;gap:10px;padding:20px}.manh-product-card h3{font-size:1.08rem;margin:0}.manh-product-card__link{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.manh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.manh-product-grid{grid-template-columns:1fr}}