product-cat_skin-type
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'terms' => 'face', ), array( 'taxonomy' => 'skin-type', 'terms' => 'male', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'terms' => 'face', ), array( 'taxonomy' => 'skin-type', 'terms' => 'male', ), );