.category-strip .nav-link.active{ background:rgba(255,255,255,.2); font-weight:600; }

/* Collection header */
.collection-header{ background:linear-gradient(120deg,var(--brand) 0%,#8a0012 100%); color:#fff; border-radius:.75rem; }
.collection-header h1{ font-weight:800; }

/* Sidebar filters */
.filter-card{ background:#fff; border-radius:.6rem; border:1px solid #eee; }
.filter-card .filter-title{ font-weight:700; font-size:.95rem; border-bottom:1px solid #eee; padding:.9rem 1rem; margin:0; }
.filter-body{ padding:.9rem 1rem; }
.filter-group{ border-bottom:1px solid #f0f0f0; padding-bottom:.9rem; margin-bottom:.9rem; }
.filter-group:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:0; }
.filter-group .form-check-label{ font-size:.88rem; color:#333; }
.filter-group .form-check{ display:flex; justify-content:space-between; align-items:center; padding-left:1.6em; }
.filter-group .form-check .count{ color:#999; font-size:.78rem; }
.form-check-input:checked{ background-color:var(--brand); border-color:var(--brand); }
.price-range-inputs input{ font-size:.85rem; }
.clear-filters{ font-size:.82rem; color:var(--brand); }

/* Toolbar */
.toolbar{ background:#fff; border-radius:.6rem; border:1px solid #eee; padding:.7rem 1rem; }
.toolbar select{ font-size:.85rem; }
.view-toggle .btn{ color:#666; border-color:#ddd; }
.view-toggle .btn.active{ background:var(--brand); color:#fff; border-color:var(--brand); }
.active-filter-pill{ background:var(--brand-light); color:var(--brand-dark); border-radius:2rem; padding:.25rem .75rem; font-size:.8rem; display:inline-flex; align-items:center; gap:.4rem; }
.active-filter-pill i{ cursor:pointer; }

/* Product cards */
.product-card .badge-new{ position:absolute; top:.5rem; left:.5rem; background:#0d6efd; }
.product-card .brand-tag{ font-size:.72rem; color:#999; text-transform:uppercase; letter-spacing:.03em; }

/* Pagination */
.pagination .page-link{ color:var(--brand); }
.pagination .page-item.active .page-link{ background:var(--brand); border-color:var(--brand); }

@media (max-width:767px){ .collection-header h1{ font-size:1.5rem; } }
