Product Category
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'product-category-slug', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => 'product-category-slug', 'field' => 'slug', ), );