/* Target the button using its classes */
button.bg-store-color {
  background-color: black !important;
}

button.bg-store-color:hover {
  background-color: #333 !important; /* dark gray on hover */
}

button.bg-store-color:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important;
}