Description
[et_pb_section bb_built=”1″ specialty=”off” _builder_version=”3.3.1″ custom_css_main_element=”display: none !important;” next_background_color=”#000000″ disabled=”on” disabled_on=”on|on|on”][et_pb_row _builder_version=”3.3.1″ custom_margin=”0px|0px|0px|0px” custom_padding=”0px|0px|0px|0px” padding_top_1=”0px” padding_right_1=”0px” padding_bottom_1=”0px” padding_left_1=”0px” custom_css_main_element=”display: none;”][et_pb_column type=”4_4″][et_pb_code admin_label=”Add To Cart JS” _builder_version=”3.3.1″ custom_margin=”0px|0px|0px|0px” custom_padding=”0px|0px|0px|0px”]<script><!– [et_pb_line_break_holder] –> jQuery(document).ready(function($){<!– [et_pb_line_break_holder] –> var product_final_price = ['$27.47','$73.42','$137.85'];<!– [et_pb_line_break_holder] –> var product_old_price = ['$54.95','$146.85','$275.70'];<!– [et_pb_line_break_holder] –> var product_savings = ['$27.48','$73.43','$137.85'];<!– [et_pb_line_break_holder] –> var product_links = [<!– [et_pb_line_break_holder] –> 'http://ultimatepetnutrition.com/cmd.php?pid=c594417c905b4298b01740a7726884da',<!– [et_pb_line_break_holder] –> 'http://ultimatepetnutrition.com/cmd.php?pid=ff95e58b252d4b0891a16867e484dfef',<!– [et_pb_line_break_holder] –> 'http://ultimatepetnutrition.com/cmd.php?pid=3f1d9ed1d54d460581366266006d8410'];<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> var product_data = {<!– [et_pb_line_break_holder] –> 'old_price': product_old_price,<!– [et_pb_line_break_holder] –> 'final_price': product_final_price,<!– [et_pb_line_break_holder] –> 'savings': product_savings,<!– [et_pb_line_break_holder] –> 'product_link': product_links};<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –>var getUrlParameter = function getUrlParameter(sParam) {<!– [et_pb_line_break_holder] –> var sPageURL = window.location.search.substring(1),<!– [et_pb_line_break_holder] –> sURLVariables = sPageURL.split('&'),<!– [et_pb_line_break_holder] –> sParameterName,<!– [et_pb_line_break_holder] –> i;<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> for (i = 0; i < sURLVariables.length; i ) {<!– [et_pb_line_break_holder] –> sParameterName = sURLVariables[i].split('=');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if (sParameterName[0] === sParam) {<!– [et_pb_line_break_holder] –> return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> };<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> var url_src = getUrlParameter('src');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container').removeClass('active');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if(url_src == 'brandshop'){<!– [et_pb_line_break_holder] –> $('select.quantity-selector').val(1).change();<!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container[data-number="1"]').addClass('active').change();<!– [et_pb_line_break_holder] –> }else if(url_src == 'brandshop3'){<!– [et_pb_line_break_holder] –> $('select.quantity-selector').val(2).change();<!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container[data-number="2"]').addClass('active').change();<!– [et_pb_line_break_holder] –> }else{<!– [et_pb_line_break_holder] –> $('select.quantity-selector').val(3).change();<!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container[data-number="3"]').addClass('active').change();<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .quantity-selector').on('change', function() {<!– [et_pb_line_break_holder] –> var selected_value = this.value;<!– [et_pb_line_break_holder] –> updateProductInfo(selected_value, product_data, true);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').removeClass('active');<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').removeClass('active');<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container').click(function() {<!– [et_pb_line_break_holder] –> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container').not(this).each(function(){<!– [et_pb_line_break_holder] –> $(this).removeClass('active');<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> var selected_value = $(this).data('number');<!– [et_pb_line_break_holder] –> $(this).addClass('active');<!– [et_pb_line_break_holder] –> updateProductInfo(selected_value, product_data);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> window.onload = function(){<!– [et_pb_line_break_holder] –> var selected_product_quantity = $('.product-add-to-cart-container .quantity-selector').val();<!– [et_pb_line_break_holder] –> updateProductInfo(selected_product_quantity, product_data);<!– [et_pb_line_break_holder] –> };<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> </script><!– [et_pb_line_break_holder] –>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ next_background_color=”#000000″ _builder_version=”3.3.1″ custom_padding=”35px|||” custom_padding_tablet=”50px|||” custom_padding_last_edited=”on|phone” prev_background_color=”#000000″][et_pb_row _builder_version=”3.3.1″ custom_css_main_1=”width: 53% !important;||margin-right: 7.5% !important;” custom_css_main_2=”width: 39.5% !important;” custom_css_main_element=”max-width: 1170px !important;” disabled=”off” disabled_on=”on|on|”][et_pb_column type=”1_2″][et_pb_code admin_label=”Product Slider (Desktop)” _builder_version=”3.3.1″ disabled=”off” disabled_on=”off|off|off”][upn-product-gallery2 image_ids="245903,140691,244969,140693"][/et_pb_code][/et_pb_column][et_pb_column type=”1_2″][et_pb_code admin_label=”Product details (Desktop)” _builder_version=”3.3.1″]<h1 class="product-title">Juve Flex</h1><!– [et_pb_line_break_holder] –><h3 class="product-subtitle">Advanced Canine Joint Supplement</h3><!– [et_pb_line_break_holder] –><div class="product-rating"></div><!– [et_pb_line_break_holder] –><p class="product-description clear">Every chewable tablet of Juve Flex contains powerful, soothing ingredients to support healthy joint function. By giving your dog some much-needed relief and promoting good joint health, Juve Flex can help your dog get the “pep” back in their step, and stay comfortably active for years to come.*<br /><br /><em>*Individual results will vary.</em></p>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop)” _builder_version=”3.3.1″]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <!–<div class="type-of-purchase-section"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container type-of-purchase-container1 active"><!– [et_pb_line_break_holder] –> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!– [et_pb_line_break_holder] –> <p class="type-of-purchase paragraph">One-time purchase</p><!– [et_pb_line_break_holder] –> <p class="money-saved">$00.00</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container type-of-purchase-container2"><!– [et_pb_line_break_holder] –> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!– [et_pb_line_break_holder] –> <p class="type-of-purchase paragraph">Subscribe & Save <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/question-mark1.png" class="questionmark" alt="Subscribe & Save money"></p><!– [et_pb_line_break_holder] –> <p class="money-saved">$00.00</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div>–><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 275.70</span> USD</p><!– [et_pb_line_break_holder] –> <div class="savings-retail-price-container"><!– [et_pb_line_break_holder] –> <p class="savings">Total Savings: <span>$54.00</span></p> <p class="old-price">Regular Price: <span>$329.70</span> USD</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="quantity-selector-container"><!– [et_pb_line_break_holder] –> <select class="quantity-selector"><!– [et_pb_line_break_holder] –> <option value="1">QUANTITY: 1 Bottle ($54.95)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Bottles ($146.85)</option><!– [et_pb_line_break_holder] –> <option value="3" selected="selected">QUANTITY: 6 Bottles ($275.70)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <a href="http://ultimatepetnutrition.com/cmd.php?pid=3f1d9ed1d54d460581366266006d8410" class="add-to-cart-btn">ADD TO CART</a><!– [et_pb_line_break_holder] –> <div class="add-product-icons-container"><!– [et_pb_line_break_holder] –> <div class="free-shipping-container"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/truck_png1.png"><!– [et_pb_line_break_holder] –> <p class="free-shipping-text paragraph">Free Shipping on all US orders over $50</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="90-day-container"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/90days-guarantee-img1.png"><!– [et_pb_line_break_holder] –> <p class="90-day-text paragraph">90-Day Money Back<!– [et_pb_line_break_holder] –>Guarantee</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#000000″ next_background_color=”#eef0f2″ _builder_version=”3.3.1″ disabled=”off” disabled_on=”||on” custom_padding=”0px|||”][et_pb_row _builder_version=”3.3.1″ disabled=”off” disabled_on=”||on” custom_css_main_element=”width: 90% !important;” module_class=”mobile-product-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Product Title (Mobile)” _builder_version=”3.3.1″ text_orientation=”center”]<p class="product-title">Juve Flex</p><!– [et_pb_line_break_holder] –><p class="product-subtitle">Advanced Canine Joint Supplement</p><!– [et_pb_line_break_holder] –><div class="product-rating" style="display: inline-flex; margin-top: 15px;"></div>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.3.1″ disabled=”off” disabled_on=”||on” custom_css_main_element=”width: 100% !important;” module_class=”mobile-product-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Product Slider (Mobile)” _builder_version=”3.3.1″][upn-mobile-product-gallery image_ids="245816,140691,244969,140693"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.3.1″ disabled=”off” disabled_on=”||on” custom_css_main_element=”width: 90% !important;” module_class=”mobile-product-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Product Description (Mobile)” _builder_version=”3.3.1″]<p class="product-description">Every chewable tablet of Juve Flex contains powerful, soothing ingredients to support healthy joint function. By giving your dog some much-needed relief and promoting good joint health, Juve Flex can help your dog get the “pep” back in their step, and stay comfortably active for years to come.*<br /><br /><em>*Individual results will vary.</em></p>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Mobile)” _builder_version=”3.3.1″]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <!–<div class="type-of-purchase-section"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container type-of-purchase-container1 active"><!– [et_pb_line_break_holder] –> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!– [et_pb_line_break_holder] –> <p class="type-of-purchase paragraph">One-time purchase</p><!– [et_pb_line_break_holder] –> <p class="money-saved">$00.00</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container type-of-purchase-container2"><!– [et_pb_line_break_holder] –> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!– [et_pb_line_break_holder] –> <p class="type-of-purchase paragraph">Subscribe & Save <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/question-mark1.png" class="questionmark" alt="Subscribe & Save money"></p><!– [et_pb_line_break_holder] –> <p class="money-saved">$00.00</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div>–><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 275.70</span> USD</p><!– [et_pb_line_break_holder] –> <div class="savings-retail-price-container"><!– [et_pb_line_break_holder] –> <p class="savings">Total Savings: <span>$54.00</span></p> <p class="old-price">Regular Price: <span>$329.70</span> USD</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="quantity-selector-container"><!– [et_pb_line_break_holder] –> <div class="quantity-container" data-number="1"><p>1 Bottle</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container" data-number="2"><p>3 Bottles</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container active" data-number="3"><p>6 Bottles</p></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <a href="http://ultimatepetnutrition.com/cmd.php?pid=3f1d9ed1d54d460581366266006d8410" class="add-to-cart-btn">ADD TO CART</a><!– [et_pb_line_break_holder] –> <div class="add-product-icons-container"><!– [et_pb_line_break_holder] –> <div class="free-shipping-container"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/truck_png1.png"><!– [et_pb_line_break_holder] –> <p class="free-shipping-text paragraph">Free Shipping on all US orders over $50</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="90-day-container"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/90days-guarantee-img1.png"><!– [et_pb_line_break_holder] –> <p class="90-day-text paragraph">90-Day Money Back<!– [et_pb_line_break_holder] –>Guarantee</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#ffffff” next_background_color=”#ece9e0″ _builder_version=”3.3.1″ background_color=”#eef0f2″ custom_padding=”0px||0px|” custom_margin=”22px||22px|” disabled=”on” disabled_on=”on|on|on”][et_pb_row _builder_version=”3.3.1″ make_equal=”on” custom_css_main_element=”max-width: 1170px !important;” custom_padding=”0px||0px|” padding_top_1=”50px” padding_bottom_1=”120px” custom_css_main_2=”align-self: flex-end;” module_class=”why-nutra-row” module_class_1=”why-nutra-col1″ module_class_2=”why-nutra-col2″ padding_1_tablet=”50px||40px|” padding_1_last_edited=”on|phone”][et_pb_column type=”1_2″][et_pb_code admin_label=”Canine Detox Secret Text” _builder_version=”3.3.1″ text_orientation=”left”]<hr style="display: inline-block;"><!– [et_pb_line_break_holder] –><h1 class="section-title" style="text-align: left;">What's the Canine Detox secret</h1><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="paragraph">The secret lies in powerful liver-supporting ingredients, like:</p><!– [et_pb_line_break_holder] –></div><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="whynutra-number">1</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>Milk Thistle Phytosome — </strong>this natural plant extract can help your dog’s liver cells block toxins, so your dog’s body can naturally flush them out</p><!– [et_pb_line_break_holder] –></div><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="whynutra-number">2</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>Turmeric Phytosome — </strong>a powerful, natural antioxidant that supports healthy functioning in your dog’s liver, so it can do its job efficiently</p><!– [et_pb_line_break_holder] –></div><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="whynutra-number">3</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>Glutathione — </strong>supports your dog’s ability to eliminate toxins from the body</p><!– [et_pb_line_break_holder] –></div><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="whynutra-number">4</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>SupereSSe SAMe Enriched Yeast — </strong>contains glutathione, which helps your dog’s body get toxins out</p><!– [et_pb_line_break_holder] –></div><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="whynutra-number">5</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>Choline Bitartrate — </strong>a nutrient that supports healthy liver functioning</p><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][et_pb_column type=”1_2″][et_pb_code admin_label=”Canine Detox Secret Img” _builder_version=”3.3.1″ custom_css_main_element=”display: flex;” module_id=”why-nutra-thrive-img-module”]<img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/canine-detox-secret.png">[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#eef0f2″ next_background_color=”#ffffff” _builder_version=”3.3.1″ background_color=”#ece9e0″ custom_padding=”||0px|”][et_pb_row _builder_version=”3.3.1″ custom_css_main_element=”max-width: 1170px !important;” module_class=”wide-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Advanced Formula Top Section” _builder_version=”3.3.1″]<div class="adv-formula-container"><!– [et_pb_line_break_holder] –> <div class="adv-formula-1st-section"><!– [et_pb_line_break_holder] –> <hr style="display: inline-block;"><!– [et_pb_line_break_holder] –> <h2 class="adv-formula-title section-title">Advanced Formula</h2><!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="adv-formula-icon-container"><!– [et_pb_line_break_holder] –> <div class="adv-formula-icon-section"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/10/premium-research-ingredients2401.png" style="width: 94px; height: 94px;"><!– [et_pb_line_break_holder] –> <p class="adv-formula-icon-text"><!– [et_pb_line_break_holder] –> Premium Researched Ingredients<!– [et_pb_line_break_holder] –> </p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="adv-formula-icon-section"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/grainfree@1x.png" style="width: 94px; height: 94px;"><!– [et_pb_line_break_holder] –> <p class="adv-formula-icon-text"><!– [et_pb_line_break_holder] –> Grain Free<!– [et_pb_line_break_holder] –> </p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="adv-formula-icon-section"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/mfgflag@1x.png" style="width: 101px; height: 81px; margin: 6px auto;"><!– [et_pb_line_break_holder] –> <p class="adv-formula-icon-text"><!– [et_pb_line_break_holder] –> Manufactured in the USA<!– [et_pb_line_break_holder] –> </p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –></div>[/et_pb_code][et_pb_code admin_label=”Advanced Formula Slider” _builder_version=”3.3.1″]<div class="adv-formula-slider"><!– [et_pb_line_break_holder] –> <div class="swiper-container"><!– [et_pb_line_break_holder] –> <div class="swiper-wrapper"><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/0000_eggshell.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Cartilage Maintenance</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">Helps support healthy cartilage, the “padding” between their bones that can absorb shock and make movements easier.</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/0002_boswellia.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Collagen Supporter</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">Supports natural collagen production to continually reinforce strong, healthy cartilage.</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/0001_curcumin.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Joint Soothers</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">Soothes joint discomfort to help your dog get up and moving faster, with less trouble.</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <!– Add Pagination –><!– [et_pb_line_break_holder] –> <div class="swiper-pagination"></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#ece9e0″ next_background_color=”#000000″ _builder_version=”3.3.1″ module_class=”dogSectionWraps” custom_padding_tablet=”50px||30px|” custom_padding_last_edited=”on|tablet” disabled=”off” disabled_on=”off|off|off”][et_pb_row _builder_version=”3.3.1″ custom_padding_tablet=”10px||10px|” custom_padding_last_edited=”on|tablet” custom_css_main_1=” margin-bottom: 10px;” module_class=”wide-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”How to Use” _builder_version=”3.3.1″ text_orientation=”center”]<hr><!– [et_pb_line_break_holder] –><h2 class="section-title">How to Use</h2>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.3.1″ custom_css_main_2=” align-self: flex-end;” module_class=”wide-row” custom_css_main_element=”max-width: 970px !important;”][et_pb_column type=”1_2″][et_pb_code admin_label=”How to use text” _builder_version=”3.3.1″]<p class="product-description">Give the appropriate number of chewable tablets to your dog each day based on this chart. <!– [et_pb_line_break_holder] –></p><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –><p class="product-description">Warnings: For animal use only. Keep out of the reach of children and animals. In case of accidental overdose, contact a health professional immediately.</p>[/et_pb_code][/et_pb_column][et_pb_column type=”1_2″][et_pb_image _builder_version=”3.3.1″ src=”https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/10/nutrafeeding-copy-3402x.png” /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.3.1″ custom_css_main_element=”max-width: 1170px !important;” custom_padding=”60px||60px|” custom_padding_tablet=”20px||20px|” custom_padding_last_edited=”on|tablet” module_class=”wide-row” disabled=”on” disabled_on=”on|on|on”][et_pb_column type=”4_4″][et_pb_code admin_label=”How to use slider” _builder_version=”3.3.1″]<div class="how-to-use-slider"><!– [et_pb_line_break_holder] –> <div class="swiper-container"><!– [et_pb_line_break_holder] –> <div class="swiper-wrapper"><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/02/step.png"><!– [et_pb_line_break_holder] –> <h1 class="step-nr">Step 1</h1><!– [et_pb_line_break_holder] –> <p class="step-description">Get the right dosage needed for your dog’s size. Pour the dosage onto your dog’s normal food.</p><!– [et_pb_line_break_holder] –> <p class="step-tip"><span>TIP: </span>Follow the feeding chart for best results.<br> </p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/02/step1.png"><!– [et_pb_line_break_holder] –> <h1 class="step-nr">Step 2</h1><!– [et_pb_line_break_holder] –> <p class="step-description">You may also sprinkle or pour a little bit of water into the bowl — enough to coat the kibble, but not so much that it floats in the water. About 1/4 cup should be enough.</p><!– [et_pb_line_break_holder] –> <p class="step-tip"><span>TIP: </span>Use a measuring cup if neccessary. Measuring cup not included.</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="swiper-slide"><!– [et_pb_line_break_holder] –> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/step2.png"><!– [et_pb_line_break_holder] –> <h1 class="step-nr">Step 3</h1><!– [et_pb_line_break_holder] –> <p class="step-description">Thoroughly mix Canine Boost until the powder evenly coats your dog’s food.</p><!– [et_pb_line_break_holder] –> <p class="step-tip"><span>TIP: </span> If you see Canine Boost powder after thoroughly mixing, add a little bit of water and repeat step 3.</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <!– Add Pagination –><!– [et_pb_line_break_holder] –> <div class="swiper-pagination"></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” next_background_color=”#ffffff” _builder_version=”3.3.1″ background_image=”https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/10/moneybackguarantee.png” prev_background_color=”#ffffff”][et_pb_row _builder_version=”3.3.1″ background_color_1=”#ffffff” padding_top_1=”50px” padding_right_1=”50px” padding_bottom_1=”70px” padding_left_1=”50px” custom_css_main_element=”max-width: 1170px !important;” custom_padding=”50px||50px|” module_class=”wide-row” padding_1_tablet=”50px|40px|70px|40px” padding_1_last_edited=”on|phone”][et_pb_column type=”1_2″][et_pb_text admin_label=”Moneyback Guarantee” _builder_version=”3.3.1″ text_orientation=”center”]

Our Promise to You
At Ultimate Pet Nutrition, we’re proud to formulate some of the most advanced pet supplements on the market — which is why every purchase is backed by our 90-Day Refund Promise.
If you don’t see a noticeable improvements in your pet’s health and happiness, just let us know. You can send back the unused portion, any time within 90 days — and we’ll be happy to refund your purchase price.
[/et_pb_text][/et_pb_column][et_pb_column type=”1_2″][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” next_background_color=”#ece9e0″ _builder_version=”3.3.1″ prev_background_color=”#000000″][et_pb_row _builder_version=”3.3.1″ module_class=”product-faq-row” custom_css_main_element=”max-width: 770px !important;”][et_pb_column type=”4_4″][et_pb_code admin_label=”FAQ Title” _builder_version=”3.3.1″ text_orientation=”center” custom_margin=”40px||40px|” module_class=”faq-section-title-container” custom_margin_tablet=”0px||20px|” custom_margin_last_edited=”on|phone”]<hr><!– [et_pb_line_break_holder] –><h2 class="section-title">Frequently Asked Questions</h2>[/et_pb_code][et_pb_toggle admin_label=”How do I give my dog Juve Flex?” _builder_version=”3.3.1″ title=”How do I give my dog Juve Flex?” module_class=”toggleClasses” custom_css_main_element=”font-family: ‘Lato’,Helvetica,Arial,Lucida,sans-serif;||font-weight: bold;”]
Juve Flex comes in a chewable tablet, so it’s simple to give it to your dog. You can either feed it straight to them, or use it as a treat to reward them for doing a trick.
[/et_pb_toggle][et_pb_toggle admin_label=”What’s in Juve Flex?” _builder_version=”3.3.1″ title=”What’s in Juve Flex?” module_class=”toggleClasses”]
Juve Flex contains powerful joint-soothing ingredients — and each one is hand-selected for maximum potency and purity. However, we always recommend consulting with your veterinarian before beginning any new supplement.
The active ingredients include:
A Collagen Supporter: Glucosamine Sulfate can help your dog continue to produce the collagen that makes up their cartilage, so their joints can move smoothly even as the years go by.
A Cartilage Supporter: Chondroitin Sulfate can help support your dog’s cartilage, so they jump, run, and play with less discomfort.
Joint Soothers: All-natural extracts of Boswellia Serrata, BiovaPlex Eggshell Membrane, and HydroCurc Curcumin can help soothe your dog’s discomfort so they can get back to being active, with less trouble.
[/et_pb_toggle][et_pb_toggle admin_label=”What type of dogs should use Juve Flex?” _builder_version=”3.3.1″ title=”What type of dogs should use Juve Flex?” module_class=”toggleClasses”]
This formula is designed for any dog that struggles with joint discomfort. It can be helpful for dogs of any breed, size, or age.
[/et_pb_toggle][et_pb_toggle admin_label=” How pure is Juve Flex?” _builder_version=”3.3.1″ title=” How pure is Juve Flex?” module_class=”toggleClasses”]
Quality is our number one priority here at Ultimate Pet Nutrition, so all of our products go through rigorous testing for quality, purity, and potency at an independent, 3rd-party facility.
[/et_pb_toggle][et_pb_toggle admin_label=”What if Juve Flex doesn’t work for my dog?” _builder_version=”3.3.1″ title=”What if Juve Flex doesn’t work for my dog?” module_class=”toggleClasses”]
Juve Flex is made with powerful ingredients that are shown to support joint health in dogs. We’re proud of our products and we stand behind them 100%. That’s why Juve Flex is covered by our 90-Day Money-Back Guarantee. So if for any reason you’re not thrilled by dramatic improvements in your dog’s mobility and activity, just contact our customer service team and we’ll refund your purchase price — no hassle, no stress.
[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#ffffff” _builder_version=”3.3.1″ background_color=”#ece9e0″ module_id=”reviews”][et_pb_row _builder_version=”3.3.1″ custom_css_main_element=”max-width: 970px !important;” module_class=”product-reviews-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Reviews Title” _builder_version=”3.3.1″ text_orientation=”center”]<hr><!– [et_pb_line_break_holder] –><h2 class="section-title">Results and Reviews</h2><!– [et_pb_line_break_holder] –><div class="product-rating"></div><!– [et_pb_line_break_holder] –><a href="#review_form" class="write-review-btn">WRITE A REVIEW<a><!– [et_pb_line_break_holder] –>[/et_pb_code][et_pb_code admin_label=”Reviews Form” _builder_version=”3.3.1″][/et_pb_code][et_pb_code admin_label=”Reviews Section” _builder_version=”3.3.1″]<!– [et_pb_line_break_holder] –>[/et_pb_code][et_pb_code admin_label=”Buy Now Button” _builder_version=”3.3.1″]<a href="#" class="product-buy-now-btn">BUY NOW</a>[/et_pb_code][et_pb_code admin_label=”Review Form Fix” _builder_version=”3.3.1″ custom_css_main_element=”display: none;”]<script><!– [et_pb_line_break_holder] –>jQuery(document).ready(function($) {<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('<input id="robot-checkbox" type="checkbox" value="1" checked="checked" style=" display: none;"/>').appendTo("#review_form");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]


What others are saying
We are accepting contributions for this product, and will display them when get a few more!