.products-intro{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.product-tabs{gap:12px;margin-bottom:34px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-primary-dark);background:var(--brand-bg-alt);font-weight:760}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:26px}.product-card{overflow:hidden;height:100%;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{background:var(--brand-bg-alt);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:24px}.product-static-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.product-static-tags span{background:var(--brand-accent);border-radius:999px;color:var(--brand-primary-dark);padding:6px 10px;font-size:.82rem;font-weight:700}@media (max-width:767.98px){.category-heading{display:block}}