/* Enter Your Custom CSS Here */
function custom_wc_ajax_variation_threshold( $qty, $product ) {
	return 100;
}

add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );