.products-title-section{padding:86px 0 40px;background:#fff}.products-title-section .container{max-width:780px}.product-tabs-section{padding:28px 0 92px}.product-tabs{gap:12px;margin-bottom:34px}.product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-text);border:1px solid var(--brand-border);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.category-intro{margin-bottom:24px}.category-intro h2{font-weight:850}.category-intro p{color:var(--brand-text-secondary)}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(13,18,23,.12)}.product-card a{display:block;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:18px}.product-card-body span{color:var(--brand-accent);font-size:.78rem;font-weight:800;text-transform:uppercase}.product-card-body h3{font-size:1.08rem;font-weight:850;margin:8px 0}.product-card-body p{color:var(--brand-text-secondary);margin:0;font-size:.94rem}