.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-primary);margin:4px;font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.product-category-head{max-width:760px;margin:0 auto 28px;text-align:center}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px)}.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 h3{font-size:1.1rem}.product-card-body span{color:var(--brand-primary);font-weight:800}