/*
 * ============================================================
 * Products list — LIVE edits
 * Titles → partials/products-title.html / products-subtitle.html
 * ============================================================
 */

.products .section-title {
  color: var(--purple) !important;
}

.category-tab.active {
  background: linear-gradient(135deg, var(--blue), #1557a8) !important;
  color: #fff !important;
}

.brand-tab.active {
  border-color: var(--cyan) !important;
  box-shadow: var(--glow-cyan);
}

.product-table {
  background: rgba(12, 18, 40, 0.85) !important;
  border: 1px solid var(--card-border) !important;
}

.product-table th {
  color: var(--cyan) !important;
}

.product-code {
  background: rgba(212, 160, 23, 0.15) !important;
  color: var(--gold-light) !important;
}

.price-cash {
  color: var(--gold-light) !important;
}

.price-loan {
  color: var(--cyan) !important;
}

.product-card {
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  border-radius: var(--radius) !important;
}

.products-search {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--card-border) !important;
  color: var(--text) !important;
}
