.products-title-section{padding:64px 0 40px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.products-title-section h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-title-section p{max-width:720px;color:var(--brand-text)}.products-catalog-section{padding:56px 0 96px}.product-tabs{gap:8px;margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid var(--brand-border)}.product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.product-tabs .nav-link.active{color:#fff;background:var(--brand-primary);border-color:var(--brand-primary)}.category-heading{max-width:700px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 8px 24px rgba(9,28,53,.07)}.product-card a{display:block;color:var(--brand-text)}.product-card a:hover{color:var(--brand-primary)}.product-image{aspect-ratio:4/3;padding:20px;background:var(--brand-bg-alt)}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:20px}.product-card-body h3{font-size:1.05rem}.product-card-body span{color:var(--brand-primary);font-size:.82rem;font-weight:700}@media (max-width:991.98px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.product-grid{grid-template-columns:1fr}.product-tabs{flex-wrap:nowrap;overflow-x:auto}}