.need-products-page{padding:160px 0 90px;background:var(--brand-bg)}.need-products-title{max-width:760px;margin-bottom:34px}.need-products-title h1{font-size:max(2rem, min(4vw, 3.5rem))}.need-product-tabs{gap:8px;margin-bottom:28px;border-bottom:1px solid var(--brand-border)}.need-product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border);border-bottom:0;border-radius:var(--brand-radius) var(--brand-radius) 0 0;background:var(--brand-neutral-light);font-weight:700}.need-product-tabs .nav-link.active{color:var(--brand-text-inverse);background:var(--brand-primary-dark);border-color:var(--brand-primary-dark)}.need-category-heading{margin-bottom:22px}.need-category-heading h2{font-size:1.55rem}.need-dynamic-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.need-dynamic-product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.need-dynamic-product-card a{display:grid;color:var(--brand-text)}.need-dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;padding:18px;background:var(--brand-neutral-light)}.need-dynamic-product-card span{display:block;min-height:64px;padding:16px;color:var(--brand-text);font-weight:700}@media (max-width:991px){.need-dynamic-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.need-product-tabs{display:grid}.need-product-tabs .nav-link{width:100%;border-bottom:1px solid var(--brand-border)}.need-dynamic-products{grid-template-columns:1fr}}