@media only screen and (min-width: 768px) {
  .product-single .product__inner,
  .product-single [data-product-form-wrapper].product__inner {
    max-width: none !important;
    width: 100% !important;
  }
}

