GNC Pro Performance 100% Whey Protein Powder | 24gm Protein | 5.5gm BCAA | Chocolate | 2kg

Original price was: ₹6,399.00.Current price is: ₹5,100.00.

Increased Strength, Recovery & Muscle Mass

20 in stock
Add to Wishlist
Categories: ,
Trust Badge Image

Description

Mix one scoop in 200-250 ml of cold water or your favorite beverage, shake or blend well, and consume post-workout or anytime you need a quick, high-quality protein boost.

Additional information

Weight 2 kg

Reviews

There are no reviews yet.

Be the first to review “GNC Pro Performance 100% Whey Protein Powder | 24gm Protein | 5.5gm BCAA | Chocolate | 2kg”

Your email address will not be published. Required fields are marked *

Shopping cart

0
image/svg+xml

No products in the cart.

// Horizontal Product Slider Shortcode function brawnax_product_category_slider($atts) { ob_start(); $atts = shortcode_atts(array( 'category' => '', ), $atts); $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'product_cat' => $atts['category'], ); $loop = new WP_Query($args); echo '
'; while ($loop->have_posts()) : $loop->the_post(); global $product; echo '
'; echo ''; echo woocommerce_get_product_thumbnail(); echo '

' . get_the_title() . '

'; echo '' . $product->get_price_html() . ''; echo '
'; echo '
'; endwhile; echo '
'; wp_reset_query(); return ob_get_clean(); } add_shortcode('product_category_slider', 'brawnax_product_category_slider'); document.addEventListener("click", function (e) { const btn = document.getElementById('toggle-slider-btn'); const slider = document.getElementById('brawnax-slider-wrapper'); if (!btn || !slider) return; if (e.target === btn) { slider.style.display = (slider.style.display === "none" || slider.style.display === "") ? "block" : "none"; } });