.products-title{background:var(--brand-bg-alt);text-align:center}.products-title p{max-width:720px;margin:0 auto;color:var(--brand-text)}.product-tabs-section{padding:72px 0 96px}.product-tabs{gap:12px;margin-bottom:34px;justify-content:center}.product-tabs .nav-link{border-radius:999px;border:1px solid var(--brand-border);background:#fff}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.product-card{overflow:hidden}.product-card a{color:var(--brand-text);display:block}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body{padding:22px}.product-card__body h2{font-size:22px}.product-card__body span{color:var(--brand-primary);font-weight:800}