.product-form__submit.button {
  background: #2f2f2f !important;
  color: #ffffff !important;
  border-color: #2f2f2f !important;
}
.product-form__submit.button::before,
.product-form__submit.button::after {
  box-shadow: none !important;
}
.product-form__submit.button:hover {
  background: #252525 !important;
  color: #ffffff !important;
  border-color: #252525 !important;
}
.product-form__submit.button:disabled {
  opacity: 0.55;
}
