.firs-products-page{background:var(--brand-bg-alt)}.product-tabs{gap:10px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--radius);color:var(--brand-text);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-desc{color:var(--brand-text);margin:0 auto 28px;max-width:760px;text-align:center}.product-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-image{aspect-ratio:4/3;background:#fff;border-bottom:1px solid var(--brand-border)}.product-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-body{padding:24px}.product-body h2{font-size:22px}.product-body span{color:var(--brand-primary);font-weight:700}