#featured-products--filters .overflow-auto::-webkit-scrollbar {
  height: 3px;
}

#featured-products--filters .overflow-auto::-webkit-scrollbar-track {
  background: transparent;
}

#featured-products--filters .overflow-auto::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}

#featured-products--filters .overflow-auto::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}

@media (min-width: 768px) {
  #featured-products--filters .overflow-auto {
    border-bottom: 0 !important;
  }
}
