.wholesale_price_minimum_order_quantity, .wholesale_price_order_quantity_step {
    display: none !important;
}

.post-type-archive .products .price {
    display: none !important;
}

@media screen and (max-width: 460px) {
    .woocommerce-message {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .woocommerce-message a.button {
        order: 999 !important;
        margin-top: 10px !important;
    }
}