.products-title-section{padding:150px 0 50px;background:var(--brand-bg-alt)}.products-title-section .container{max-width:860px}.category-intro p,.products-title-section p{color:var(--brand-text)}.product-tabs-section{padding:60px 0 90px}.product-tabs{gap:10px}.product-tabs .nav-link{border-radius:0;color:var(--brand-primary);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:26px 0 24px;max-width:760px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(14,48,71,.12)}.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-accent);font-weight:800;font-size:12px;text-transform:uppercase}.product-card-body p{color:var(--brand-text);margin-bottom:0}