body.new-product .shopify-payment-button,
body.new-product .product-form--atc {
  width: 50%;
  margin-left: 0;
}
body.new-product
  button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
  width: 100%;
  margin: 0;
  background: transparent;
  color: #000;
}
.newproduct-form {
  display: flex;
  width: 100%;
  gap: 5px;
}
