/* Jumia-like feel */
.navbar .btn.btn-warning { font-weight: 600; }
.category-panel .list-group-item {
  border-left: 3px solid transparent;
  padding: .65rem .75rem;
  font-size: .95rem;
}
.category-panel .list-group-item:hover {
  background: #fff8e1;
  border-left-color: #f5a623; /* warm orange accent */
}

/* Make cards breathe a bit more */
.card .card-body .h6 a { color: #111; }
.card .card-body .h6 a:hover { color: #f59f00; }

/* Badge positioning tweak for the cart */
a[aria-label="Cart"] .badge { font-size: .65rem; }
