/* Custom scrollbar styles for category page */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #F8FAFC;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #10B981;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #059669;
}

.emerald-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.emerald-scrollbar::-webkit-scrollbar-track {
  background: #D1FAE5;
  border-radius: 9999px;
}

.emerald-scrollbar::-webkit-scrollbar-thumb {
  background: #10B981;
  border-radius: 9999px;
}

.emerald-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #059669;
}