Description
[et_pb_section bb_built=”1″ next_background_color=”#000000″ _builder_version=”3.3.1″ custom_padding=”35px|||” custom_padding_last_edited=”on|desktop” custom_padding_tablet=”50px|||”][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″]<script><!– [et_pb_line_break_holder] –> jQuery(document).ready(function($){<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> var product_final_price = ['$16.99','$44.97','$83.94'];<!– [et_pb_line_break_holder] –> var product_old_price = ['$16.99','$50.97','$101.94'];<!– [et_pb_line_break_holder] –> var product_savings = ['$00.00','$6.00','$18.00'];<!– [et_pb_line_break_holder] –> var product_links = [<!– [et_pb_line_break_holder] –> 'https://ultimatepetnutrition.com/cmd.php?pid=b2453e4527694037a8e50c751dc8242a',<!– [et_pb_line_break_holder] –> 'https://ultimatepetnutrition.com/cmd.php?pid=f187d96889f04debab08b43688589e92',<!– [et_pb_line_break_holder] –> 'https://ultimatepetnutrition.com/cmd.php?pid=57a082d54fff4988ad196f5290c33652'];<!– [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 == 'brandshop6'){<!– [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] –> }else{<!– [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] –> }<!– [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);<!– [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_code][/et_pb_column][/et_pb_row][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="245819,241771,245076,241770"][/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">Nutra Bites</h1><!– [et_pb_line_break_holder] –><h3 class="product-subtitle">Supports healthy weight and digestion</h3><!– [et_pb_line_break_holder] –><div class="product-rating"></div><!– [et_pb_line_break_holder] –><p class="product-description">These bite-size treats are made with one single, nutritious ingredient: Chicken liver. This top-grade protein is low in calories and loaded with vitamins, minerals, and essential fatty acids. These tasty treats can help your cat <strong>maintain a healthy weight, support digestion and boost overall health</strong>. That way, you can treat your cat worry-free.</p>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop) – Default” _builder_version=”3.3.1″ disabled_on=”off|off|off” disabled=”off” module_class=”dss_content qs_hide=’src’”]<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>$ 44.97</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>$6.00</span></p> <p class="old-price">Regular Price: <span>$50.97</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 Bag ($16.99)</option><!– [et_pb_line_break_holder] –> <option value="2" selected="selected">QUANTITY: 3 Bags ($44.97)</option><!– [et_pb_line_break_holder] –> <option value="3">QUANTITY: 6 Bags ($83.94)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <a href="https://ultimatepetnutrition.com/cmd.php?pid=f187d96889f04debab08b43688589e92" 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 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">Nutra Bites</p><!– [et_pb_line_break_holder] –><p class="product-subtitle"> Supports healthy weight and digestion</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="245819,241771,245076,241770"][/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">These bite-size treats are made with one single, nutritious ingredient: Chicken liver. This top-grade protein is low in calories and loaded with vitamins, minerals, and essential fatty acids. These tasty treats can help your cat <strong>maintain a healthy weight, support digestion and boost overall health</strong>. That way, you can treat your cat worry-free.</p>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Mobile) – Default” _builder_version=”3.3.1″ module_class=”dss_content qs_hide=’src’”]<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>$ 44.97</span> USD</p><!– [et_pb_line_break_holder] –> <div class="savings-retail-price-container"><!– [et_pb_line_break_holder] –> <p class="savings">Total Savings: <br/><span>$6.00</span></p> <p class="old-price">Regular Price: <br /><span>$50.97</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 Bag</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container active" data-number="2"><p>3 Bags</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container" data-number="3"><p>6 Bags</p></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <a href="https://ultimatepetnutrition.com/cmd.php?pid=f187d96889f04debab08b43688589e92" 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 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=”120px” 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=”70px||40px|” padding_1_last_edited=”on|tablet”][et_pb_column type=”1_2″][et_pb_code admin_label=”Why Nutra Thrive 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;">Why Nutra Thrive?</h1><!– [et_pb_line_break_holder] –><div class="whynutra-text-container"><!– [et_pb_line_break_holder] –> <p class="paragraph">Nutra Thrive is a powerful blend of vitamins, minerals, antioxidants, phytonutrients, amino acids, digestive enzymes and probiotics that instantly upgrades any dog food to help your dog live a happy, healthy life.</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 no-left-margin">23</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>added vitamins, minerals & amino acids</strong> to support muscles, teeth & bones</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">9</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>superfoods</strong> to boost overall health</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>digestive enzymes</strong> for optional GI function</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>probiotics</strong> for digestive health</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 no-left-margin">ZERO</p><!– [et_pb_line_break_holder] –> <p class="paragraph"><strong>additives, fillers or artificial ingredients</strong></p><!– [et_pb_line_break_holder] –></div>[/et_pb_code][/et_pb_column][et_pb_column type=”1_2″][et_pb_code admin_label=”Why Nutra Thrive 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/WhyNutraThrive.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|” disabled=”off” disabled_on=”off|off|off”][et_pb_row _builder_version=”3.3.1″ custom_css_main_element=”max-width: 1170px !important;” module_class=”wide-row” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_code admin_label=”Secret is Simplicity Top Section” _builder_version=”3.3.1″]<hr><!– [et_pb_line_break_holder] –><h2 class="section-title">The secret is simplicity.</h2><!– [et_pb_line_break_holder] –><p style="text-align: center; display: block; max-width: 700px; margin: 0 auto 50px auto;">You wonât find any fillers, by-products, preservatives or additives in Nutra Bites. We keep it simple and healthy with 100% freeze-dried chicken liver, so your cat only gets the good stuff.</p>[/et_pb_code][et_pb_code admin_label=”Secret is Simplicity Slider” _builder_version=”3.3.1″ disabled_on=”on|on|on” disabled=”on”]<div class="adv-blend-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/10/premium-research-ingredients2401.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Natural Ingredients</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">No additives, fillers, or preservatives.</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/nutrient-rich-snack.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Nutrient-rich Snack</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">Excellent source of protein, amino acids, iron, and vitamins.</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/multi-use.png"><!– [et_pb_line_break_holder] –> <h3 class="ingredient-title">Multi-use</h3><!– [et_pb_line_break_holder] –> <p class="paragraph">Great for training, daily treats, or meal toppers</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=”on” disabled_on=”on|on|on”][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;” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][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] –><h1 class="section-title">How to Use</h1><!– [et_pb_line_break_holder] –>[/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;” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”1_2″][et_pb_code admin_label=”How to use text” _builder_version=”3.3.1″]<p class="product-description">Nutra Thrive is an advanced supplement powder â with a chicken flavor your cat will love.</p><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –><p class="product-description">To give your cat the full benefits of Nutra Thrive, simply follow the guidelines below. Use this formula consistently for the best results.</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/02/catchart11x.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”][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 amount of dosage needed for your catâs size. Pour the dosage onto your catâ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 Nutra Thrive until the powder evenly coats your catâs food.</p><!– [et_pb_line_break_holder] –> <p class="step-tip"><span>TIP: </span>If you see Nutra Thrive 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/05/moneyback@1x-1.png” prev_background_color=”#ffffff” custom_css_main_element=”margin: auto;”][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″ fullwidth=”off” specialty=”off” prev_background_color=”#000000″ next_background_color=”#ece9e0″][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|” custom_margin_tablet=”0px||20px|” custom_margin_last_edited=”on|tablet” module_class=”faq-section-title-container”]<hr><!– [et_pb_line_break_holder] –><h2 class="section-title">Frequently Asked Questions</h2>[/et_pb_code][et_pb_toggle admin_label=”What makes Nutra Bites different from other cat treats?” _builder_version=”3.3.1″ title=”What makes Nutra Bites different from other cat treats?” module_class=”toggleClasses” custom_css_main_element=”font-family: ‘Lato’,Helvetica,Arial,Lucida,sans-serif;||font-weight: bold;”]
Some commercial cat treats are filled with unhealthy ingredients (like wheat flour and corn syrup), low-quality protein sources (like meat by-products), or fillers (like corn and rice).
Nutra Bites makes sure to keep all those things out â because thereâs simply no need for them. Not only is top-grade, nutrient-rich chicken liver the main ingredient, itâs the only ingredient.
[/et_pb_toggle][et_pb_toggle admin_label=”How can Nutra Bites help my cat?” _builder_version=”3.3.1″ title=”How can Nutra Bites help my cat?” module_class=”toggleClasses”]
Nutra Bites are low in calories compared to many other cat treats, so they can help your cat maintain a healthy weight. They can also spare your cat of potentially-harmful additives and fillers.
Chicken liver is also rich in vitamin A, vitamin B, iron, copper, taurine, phosphorus, zinc, and essential fatty acids to support your catâs digestion and overall health.
[/et_pb_toggle][et_pb_toggle admin_label=”Does my cat need Nutra Bites?” _builder_version=”3.3.1″ title=”Does my cat need Nutra Bites?” module_class=”toggleClasses”]
Nutra Bites are an incredible tool for positive reinforcement, rewards, or simply treating your cat. Cats of all shapes, sizes, and ages can benefit from this low-calorie, nutrient-dense treat.
These treats can also support healthy digestion â so if your cat has ever had digestive issues, these treats could be especially beneficial for them.
[/et_pb_toggle][et_pb_toggle admin_label=”How safe are Nutra Bites?” _builder_version=”3.3.1″ title=”How pure are Nutra Bites?” module_class=”toggleClasses”]
Nutra Bites are made with one ingredient: Quality chicken liver. To ensure their purity, all of our products go through rigorous testing for quality and potency at an independent, 3rd-party facility.
[/et_pb_toggle][et_pb_toggle admin_label=”What if my cat doesnât like Nutra Bites?” _builder_version=”3.3.1″ title=”What if my cat doesnât like Nutra Bites?” module_class=”toggleClasses”]
Nutra Bites are made with 100% freeze-dried chicken liver, which your cat will go crazy for. But if for any reason you (and your cat) arenât completely thrilled with Nutra Bites, simply contact our customer service team within 90 days of your purchase, and weâll refund your purchase price â no hassle, no stress.
[/et_pb_toggle][et_pb_toggle admin_label=”Is chicken liver better than beef liver?” _builder_version=”3.3.1″ title=”Is chicken liver better than beef liver?” module_class=”toggleClasses”]
Chicken liver has generally higher nutrient content than beef liver. Itâs also leaner and much lower in calories. Therefore, it can be effective for helping your pet stay slim and trim.
[/et_pb_toggle][et_pb_toggle admin_label=”What kind of nutrients are in bison liver?” _builder_version=”3.3.1″ title=”What kind of nutrients are in chicken liver?” module_class=”toggleClasses”]
Vitamin A to support your catâs vision, bone growth and reproductive system1
Iron to support cellular health2
B vitamins to support your catâs nervous system and digestive health3,4
Zinc to support your catâs immune system and thyroid function5
Essential fatty acids to support heart and skin health6,7
Sources
1 – Vitamin A Deficiency in Cats. (2015). National Animal Supplement Council.
2 – Naigamwalla, D. Z., Webb, J. A., & Giger, U. (2012). Iron deficiency anemia. The Canadian veterinary journal = La revue veterinaire canadienne, 53(3), 250â256.
3 – Kritikos, G., Parr, J. M., & Verbrugghe, A. (2017). The Role of Thiamine and Effects of Deficiency in Dogs and Cats. Veterinary Sciences, 4(4), 59. doi:10.3390/vetsci4040059
4 – Toresson, L., Spillmann, T., & Hanisch, F. (2018). Cobalaminmangel bei Hund und Katze. Tierärztliche Praxis Ausgabe K: Kleintiere / Heimtiere, 46(05), 309-314. doi: 10.15654/tpk-180458
5 – Kane, E., Morris, J., Rogers, Q., Ihrke, P., & Cupps, P. (1981). Zinc Deficiency in the Cat. The Journal Of Nutrition, 111(3), 488-495. doi: 10.1093/jn/111.3.488
6 – Watson, T. (1998). Diet and Skin Disease in Dogs and Cats. The Journal Of Nutrition, 128(12), 2783S-2789S. doi: 10.1093/jn/128.12.2783s
7 – Helbig, L. Establishing Nutrient Composition for Organ Meats of Elk and Bison. Alberta Agriculture, Food and Rural Development.
[/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” width_unit=”off” custom_width_percent=”100%”][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_line_break_holder] –><style><!– [et_pb_line_break_holder] –>.woocommerce #reviews .product-rating, .woocommerce-page #reviews .product-rating {width: unset; margin: auto;}<!– [et_pb_line_break_holder] –></style><!– [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
There are no contributions yet.