get_id() ); setup_postdata( $GLOBALS['post'] =& $post_object ); $style = liquid_helper()->get_kit_option( 'liquid_wc_archive_product_style' ); if( 'minimal' === $style || 'minimal-2' === $style ) { wc_get_template_part( 'content', 'product-minimal' ); } elseif( 'minimal-hover-shadow' === $style ) { wc_get_template_part( 'content', 'product-minimal-hover-shadow' ); } elseif( 'minimal-hover-shadow-2' === $style ) { wc_get_template_part( 'content', 'product-minimal-hover-shadow-2' ); } elseif( 'classic' === $style || 'classic-alt' === $style ) { wc_get_template_part( 'content', 'product-classic' ); } else { wc_get_template_part( 'content', 'product' ); } ?>