Solstice Tag & Brand
Saved to use in a nested tax query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_tag', 'terms' => 'icecat', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'product_cat', 'terms' => '161', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );