$mods['product_section'],
'orderby' => 'post__in',
'post_type' => 'product',
'post_status' => 'publish',
) );
if ( $selected_products ) {
foreach ( $selected_products as $post ) :
setup_postdata( $post );
$product = wc_get_product( get_the_ID() );
?>