.product-tabs{gap:10px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:2px;color:var(--brand-text);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.category-intro{max-width:760px;margin-bottom:24px}.category-intro h2{font-weight:900}.category-intro p{color:var(--brand-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card{border:1px solid var(--brand-border);background:#fff;padding:16px;display:flex;flex-direction:column;min-height:100%}.product-card a{color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);margin-bottom:14px}.product-card h3{font-size:1.08rem;font-weight:900;margin-bottom:12px}.static-specs{display:grid;grid-gap:6px;gap:6px;margin:0 0 18px;color:var(--brand-muted);font-size:.9rem}.product-card .btn{margin-top:auto}.products-support-cta .support-grid{grid-template-columns:minmax(0,1fr) auto}.products-support-cta .btn{white-space:nowrap}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-support-cta .support-grid{grid-template-columns:1fr}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}