.products-page{padding-top:160px;background:var(--brand-bg)}.products-heading{max-width:760px;margin-bottom:32px}.product-tabs{gap:10px;margin-bottom:30px}.product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-text);border:1px solid var(--brand-border);background:var(--brand-bg-alt);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.product-tab-content h2{margin-bottom:22px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;min-height:100%;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(24,64,98,.12)}.product-card a{display:grid;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)}.product-family{margin:18px 18px 4px;color:var(--brand-accent);font-size:.78rem;font-weight:760;text-transform:uppercase}.product-card h3{margin:0 18px 12px}.product-action{margin:0 18px 20px;color:var(--brand-primary);font-weight:740}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}