#store-body {
    height: auto !important;
    min-height: 860px;
    max-height: 860px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: rgb(12, 12, 12);
}

::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 24);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(24, 24, 24, 0.5);
}