
/* Style général du conteneur */
.search-suggestions-list {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #007bff #f1f1f1; /* Couleur du pouce et de la piste */
}

/* Chrome, Edge, Safari */
.haloCustomScrollbar::-webkit-scrollbar {
  width: 8px;
}

.haloCustomScrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.haloCustomScrollbar::-webkit-scrollbar-thumb {
  background-color: #007bff; /* couleur principale (bleu Lebonshop 😉) */
  border-radius: 10px;
}

.haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}


.search-suggestions-list li:hover {
  background-color: #f1f4f9;
}
.search-suggestions-list img {
  border: 1px solid #eee;
}

.search-suggestions-list{
     background: #f1f1f1;
  border-radius: 10px;
}
