@media (max-width: 576px) {
  .product-form__buttons .product-form__quantity, .product-form__buttons quantity-input {
    width: 100%;
  }
  .product-form__buttons .quantity__button,
  .product-form__buttons .quantity-input {
    width: calc(100% / 3);
  }
}