.products-title{background:var(--brand-bg-alt);text-align:center}.products-title h1{font-size:44px;font-weight:800}.products-title p{max-width:720px;margin:0 auto;color:var(--brand-text-secondary)}.product-tabs{border-bottom:1px solid var(--brand-border);gap:8px;flex-wrap:wrap}.product-tabs .nav-link{border-radius:0;color:var(--brand-text);border:1px solid var(--brand-border);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);color:var(--text-on-dark);border-color:var(--brand-primary)}.product-tab-content{padding-top:34px}.category-intro{margin-bottom:28px}.category-intro h2{font-size:30px}.category-intro p{color:var(--brand-text-secondary)}.product-item{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-item:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(10,10,10,.1)}.product-item figure{margin:0;aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden}.product-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info{padding:22px}.product-info h3{font-size:21px;color:var(--brand-text)}.product-info p{color:var(--brand-text-secondary)}.product-info span{color:var(--brand-secondary);font-weight:800}