.products-tabs-shell{padding:24px 0 80px}.product-tabs{gap:10px;margin-bottom:34px}.product-tabs .nav-link{color:var(--brand-primary-dark);border:1px solid var(--brand-border);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary)}.category-intro{max-width:760px;margin-bottom:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(20,57,92,.14)}.product-card a{display:block;color:var(--brand-text);height:100%}.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 span{color:var(--brand-text-secondary);font-size:.92rem}