Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

pa_sale

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'pa_sale',
		'terms'            => array( '25%', ' 40%' ),
		'operator'         => 'IN',
	),
);