@media screen and (max-width: 767px) {
    .product-form__options {
        display: none !important;
    }
}