.product-bottom-button:hover {
  filter: opacity(0.8);
}

.product-bottom-button {
  background-color: rgba(43,43,48,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}

