MuscleBlaze Omega 3 Fish Oil (1000 mg) with 180mg EPA and 120mg DHA, 60 capsules

Original price was: ₹999.00.Current price is: ₹679.00.

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

Description

  • MuscleBlaze Fish Oil 1000mg stands out as the ultimate choice for purity and accuracy, keeping up with our commitment to provide the highest quality supplement
  • Tested and cleared for heavy metals, it is free of toxins such as Lead, Arsenic, Cadmium, and Mercury and safe for consumption
  • MuscleBlaze Fish Oil 1000mg comes with accurate label claims with each soft gel providing 180mg EPA & 120mg DHA
  • Fortified with top grade Omega-3, it leaves no unpleasant fishy aftertaste and supports joint, heart, brain, eyes, and overall health
  • MuscleBlaze Fish Oil enhances your immunity and helps in boosting post-workout recovery

Reviews

There are no reviews yet.

Be the first to review “MuscleBlaze Omega 3 Fish Oil (1000 mg) with 180mg EPA and 120mg DHA, 60 capsules”

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"; } });