.product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {
  border-color: rgb(var(--btn-bg-color));
}
.product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit]:disabled {
  background: #676767;
  border-color: #676767;
}
