Product category and genre
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '193', ), array( 'taxonomy' => 'xao_genres', 'terms' => 'femmes', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '193', ), array( 'taxonomy' => 'xao_genres', 'terms' => 'femmes', 'field' => 'slug', ), );