.button,
.shopify-challenge__button,
.customer button {
  background-color: transparent !important;
  color: rgb(var(--color-button-text)) !important;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: transparent !important;
  opacity: 0.8;
}
