.products-title{background:var(--brand-bg-alt);text-align:center}.products-title h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-title p{max-width:680px;margin:0 auto}.products-tabs-section{padding:32px 0 88px}.product-tabs{gap:10px;justify-content:center;margin-bottom:32px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text)}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card__body{padding:20px}.product-card h2{font-size:1.15rem}.product-card span{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}