.button-cart {
  transition: all 0.3s ease;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.button-cart:hover {
  opacity: 0.8;
}