.products-title{background:var(--brand-bg-alt)}.products-title p{max-width:760px}.product-tabs{gap:10px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:0;color:var(--brand-text);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary)}.category-intro{max-width:760px;margin-bottom:28px}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card a{display:block;color:inherit}.product-card figure{aspect-ratio:4/3;background:var(--brand-bg-alt);margin:0;overflow:hidden}.product-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:22px}.product-card-body span{color:var(--brand-primary);font-weight:800}