Description
[et_pb_section bb_built=”1″ specialty=”off” next_background_color=”#000000″ _builder_version=”3.3.1″ module_id=”product-module-section”][et_pb_row _builder_version=”3.3.1″ module_class=”product-module-row”][et_pb_column type=”4_4″][et_pb_code admin_label=”Fix Subscription Tab Style with JS” _builder_version=”3.3.1″ disabled_on=”off|off|off” disabled=”off” custom_css_main_element=”display: none!important;”]<script><!– [et_pb_line_break_holder] –>jQuery(document).ready(function($) {<!– [et_pb_line_break_holder] –> $('body.single-product .product-module .product-info-pricing .purchase-type-selector').removeAttr('style');<!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –></script>[/et_pb_code][product_module _builder_version=”3.3.1″ product_title=”Nutra Bites” product_subtitle=”Freeze-Dried Raw Wild Salmon Cat Treats” product_description=”These bite-size treats are made from a single, nutritious ingredient: Wild salmon. This premium-grade protein is freeze-dried raw to help preserve its natural flavor and nutritional value. These convenient, tasty treats are great for training or everyday snacks. With no added ingredients or fillers, these treats can help your cat live a long, happy, healthy life.” product_images=”249420,249418,249419,249417″ product_linked=”249416″ page_link=”https://ultimatepetnutrition.com/product/nutra-bites-cats-salmon/” badge_color=”#3D9EA4″ product_package_singular=”Bag” product_package_plural=”Bags” product_price_1=”14.99″ product_vip_price_1=”14.99″ product_subscribe_price_1=”14.24″ product_price_old_1=”19.99″ product_production_variant_1=”a0N3w000016gzAcEAI” product_vip_production_variant_1=”a0N3w000016gzAcEAI” product_production_subscribe_variant_1=”a0N3w000016hAt2EAE&isSubscription=true&frequency=1″ product_price_2=”40.47″ product_vip_price_2=”40.47″ product_subscribe_price_2=”38.44″ product_price_old_2=”59.97″ product_production_variant_2=”a0N3w000016gzASEAY” product_vip_production_variant_2=”a0N3w000016gzASEAY” product_production_subscribe_variant_2=”a0N3w000016hAt3EAE&isSubscription=true&frequency=1″ product_price_3=”74.94″ product_vip_price_3=”74.94″ product_subscribe_price_3=”71.19″ product_price_old_3=”119.94″ product_production_variant_3=”a0N3w000016gzAJEAY” product_vip_production_variant_3=”a0N3w000016gzAJEAY” product_subscribe_tab=”on” product_subscribe_tab_logged_out=”on” product_use_vip=”on” product_use_custom_links=”off” product_notify_when_in_stock=”off” product_out_of_stock=”off” product_production_subscribe_variant_3=”a0N3w000016hAt4EAE&isSubscription=true&frequency=1″]
By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. You can stop shipments at any time by calling our customer support team at 800-604-5827. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. (All terms and conditions apply)
[/product_module][/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” module_class=”tcr-standard-customer” disabled_on=”on|on|on” disabled=”on” prev_background_color=”#000000″][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” disabled_on=”on|on|on” disabled=”on”]<script><!– [et_pb_line_break_holder] –> jQuery(document).ready(function($){<!– [et_pb_line_break_holder] –> var product_final_price = ['$69.95','$188.97','$356.95'];<!– [et_pb_line_break_holder] –> var product_old_price = ['$69.95','$209.85','$419.70'];<!– [et_pb_line_break_holder] –> var product_savings = ['$00.00','$20.99','$62.96'];<!– [et_pb_line_break_holder] –> var product_links = [<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY'];<!– [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_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 = <!– [et_pb_line_break_holder] –>['$ 14.99','$ 40.47','$ 74.94','$ 14.24','$ 38.44','$ 71.19'];<!– [et_pb_line_break_holder] –> var product_old_price = <!– [et_pb_line_break_holder] –>['$ 19.99','$ 59.97','$ 119.94','$ 19.99','$ 59.97','$ 119.94'];<!– [et_pb_line_break_holder] –> var product_savings = <!– [et_pb_line_break_holder] –>['$ 5.00','$ 19.50','$ 45.00','$ 5.75','$ 21.53','$ 48.75'];<!– [et_pb_line_break_holder] –> var product_links = [<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3wAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3yAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi40AAA&isSubscription=true&frequency=1'];<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> var product_log_in_final_price = <!– [et_pb_line_break_holder] –>['$ 14.99','$ 40.47','$ 74.94','$ 14.24','$ 38.44','$ 71.19'];<!– [et_pb_line_break_holder] –> var product_log_in_old_price = <!– [et_pb_line_break_holder] –>['$ 19.99','$ 59.97','$ 119.94','$ 19.99','$ 59.97','$ 119.94'];<!– [et_pb_line_break_holder] –> var product_log_in_savings = <!– [et_pb_line_break_holder] –>['$ 5.00','$ 19.50','$ 45.00','$ 5.75','$ 21.53','$ 48.75'];<!– [et_pb_line_break_holder] –> var product_log_in_links = [<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3wAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3yAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi40AAA&isSubscription=true&frequency=1'];<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> var product_data = null;<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –>var SessionId = getCookie('SessionId');<!– [et_pb_line_break_holder] –>var tcrParams = getRawCookie('tcrParams'); <!– [et_pb_line_break_holder] –>var goldenHippoLoggedIn = getCookie('goldenHippoLoginStateproduction');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if(goldenHippoLoggedIn == 'Logged In') {<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> product_data = {<!– [et_pb_line_break_holder] –> 'old_price': product_log_in_old_price,<!– [et_pb_line_break_holder] –> 'final_price': product_log_in_final_price,<!– [et_pb_line_break_holder] –> 'savings': product_log_in_savings,<!– [et_pb_line_break_holder] –> 'product_link': product_log_in_links};<!– [et_pb_line_break_holder] –>} else {<!– [et_pb_line_break_holder] –> 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] –><!– [et_pb_line_break_holder] –>function getCookie(name) {<!– [et_pb_line_break_holder] –> // Split cookie string and get all individual name=value pairs in an array<!– [et_pb_line_break_holder] –> var cookieArr = document.cookie.split(";");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Loop through the array elements<!– [et_pb_line_break_holder] –> for(var i = 0; i < cookieArr.length; i ) {<!– [et_pb_line_break_holder] –> var cookiePair = cookieArr[i].split("=");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /* Removing whitespace at the beginning of the cookie name<!– [et_pb_line_break_holder] –> and compare it with the given string */<!– [et_pb_line_break_holder] –> if(name === cookiePair[0].trim()) {<!– [et_pb_line_break_holder] –> // Decode the cookie value and return<!– [et_pb_line_break_holder] –> return decodeURIComponent(cookiePair[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Return null if not found<!– [et_pb_line_break_holder] –> return null;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –>function getRawCookie(name) {<!– [et_pb_line_break_holder] –> // Split cookie string and get all individual name=value pairs in an array<!– [et_pb_line_break_holder] –> var cookieArr = document.cookie.split(";");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Loop through the array elements<!– [et_pb_line_break_holder] –> for(var i = 0; i < cookieArr.length; i ) {<!– [et_pb_line_break_holder] –> var cookiePair = cookieArr[i].split("=");<!– [et_pb_line_break_holder] –> var cookiePair2 = cookieArr[i].split("|");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /* Removing whitespace at the beginning of the cookie name<!– [et_pb_line_break_holder] –> and compare it with the given string */<!– [et_pb_line_break_holder] –> if(name === cookiePair[0].trim()) {<!– [et_pb_line_break_holder] –> // Decode the cookie value and return<!– [et_pb_line_break_holder] –> return decodeURIComponent(cookiePair2[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Return null if not found<!– [et_pb_line_break_holder] –> return null;<!– [et_pb_line_break_holder] –>} <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if(SessionId === '' || SessionId === null) {<!– [et_pb_line_break_holder] –> SessionId = Math.floor((Math.random() * 999999999999) 1);<!– [et_pb_line_break_holder] –> var dt1 = new Date();<!– [et_pb_line_break_holder] –> dt1.setTime(dt1.getTime() (365 * 24 * 60 * 60 * 1000)); // match the logged in cookie state <!– [et_pb_line_break_holder] –> // stash the sessionId and accountId for use with wordpress funnel event tracking<!– [et_pb_line_break_holder] –> document.cookie = "SessionId=" SessionId "; expires=" dt1.toUTCString() "; domain=" document.location.hostname "; path=/";<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if(tcrParams === '' || tcrParams === null || tcrParams === 'undefined' || tcrParams === undefined) {<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> var url = window.location.href;<!– [et_pb_line_break_holder] –> var queryString = url ? url.split('?')[1] : window.location.search.slice(1); <!– [et_pb_line_break_holder] –> var dttcr = new Date();<!– [et_pb_line_break_holder] –> dttcr.setTime(dttcr.getTime() (1 * 24 * 60 * 60 * 1000)); // match the logged in cookie state <!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> if( queryString !== undefined && queryString !== 'undefined' && queryString !== null && queryString !== ''){<!– [et_pb_line_break_holder] –> document.cookie = "tcrParams=|" queryString "; expires=" dttcr.toUTCString() "; domain=" document.location.hostname "; path=/";<!– [et_pb_line_break_holder] –> tcrParams = queryString;<!– [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] –>/*Specific to this module*/<!– [et_pb_line_break_holder] –>var cartoptions = ''; <!– [et_pb_line_break_holder] –>if(cartoptions.indexOf('&sessionid=') === -1) { <!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> if(tcrParams === '' || tcrParams === null || tcrParams === 'undefined' || tcrParams === undefined) { <!– [et_pb_line_break_holder] –> cartoptions ="&sessionid=" SessionId;<!– [et_pb_line_break_holder] –> }else{<!– [et_pb_line_break_holder] –> cartoptions ="&sessionid=" SessionId "&" tcrParams; <!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>console.log(cartoptions);<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>function updateProductInfoReturningCustomer(quantity, product_data, sale = false, cartoptions = ''){<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.type-of-purchase-container1 .money-saved').html(product_data['final_price'][parseInt(quantity)-1]);<!– [et_pb_line_break_holder] –> $('.type-of-purchase-container2 .money-saved').html(product_data['final_price'][parseInt(quantity) 2]);<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if( $(document).find('.type-of-purchase-container2').hasClass('active') ){<!– [et_pb_line_break_holder] –>quantity = parseInt(quantity) 3;<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 1*/<!– [et_pb_line_break_holder] –>var option1 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=1]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=1]').html(option1 product_data['final_price'][3] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 2*/<!– [et_pb_line_break_holder] –>var option2 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=2]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=2]').html(option2 product_data['final_price'][4] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 3*/<!– [et_pb_line_break_holder] –>var option3 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=3]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=3]').html(option3 product_data['final_price'][5] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>}else{<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 1*/<!– [et_pb_line_break_holder] –>var option1 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=1]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=1]').html(option1 product_data['final_price'][0] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 2*/<!– [et_pb_line_break_holder] –>var option2 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=2]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=2]').html(option2 product_data['final_price'][1] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 3*/<!– [et_pb_line_break_holder] –>var option3 = $(document).find('.product-add-to-cart-container .quantity-selector option[value=3]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container .quantity-selector option[value=3]').html(option3 product_data['final_price'][2] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .final-price span').html(product_data['final_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .savings span').html(product_data['savings'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .old-price span').html(product_data['old_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .savings-retail-price-container').css('margin-bottom','25px');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .savings').css('display','block');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .old-price').css('display','block');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .add-to-cart-btn').attr('href', product_data['product_link'][quantity-1] cartoptions);<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if(quantity == 1 && $(document).find('.type-of-purchase-container1').hasClass('active')){<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .final-price span').html(product_data['final_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .savings-retail-price-container').css('margin-bottom','45px');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .savings').css('display','none');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .old-price').css('display','none');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container .add-to-cart-btn').attr('href', product_data['product_link'][quantity-1] cartoptions);<!– [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] –> $('.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] –> updateProductInfoReturningCustomer(selected_value, product_data, '', cartoptions);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container1').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container1').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container2').removeClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .quantity-selector').change();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container2').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container2').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .type-of-purchase-container1').removeClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .quantity-selector').change();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .quantity-selector-container .quantity-container').click(function() {<!– [et_pb_line_break_holder] –> $('.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] –> updateProductInfoReturningCustomer(selected_value, product_data, '', cartoptions);<!– [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] –> updateProductInfoReturningCustomer(selected_product_quantity, product_data,'',cartoptions);<!– [et_pb_line_break_holder] –> };<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*$('.product-add-to-cart-container .add-to-cart-btn').attr('href', _href cartoptions);*/<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$('.product-add-to-cart-container .add-to-cart-btn').attr('href', function(i,href) {<!– [et_pb_line_break_holder] –> var oldhref = $(this).attr('href');<!– [et_pb_line_break_holder] –> return oldhref cartoptions<!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$(document).find('.type-of-purchase-container2').click();<!– [et_pb_line_break_holder] –>$(document).find('.type-of-purchase-container1').click();<!– [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="249420,249418,249419,249417"][/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"><a href="https://ultimatepetnutrition.test/nutra-thrive-for-dogs-reviews/">Nutra Bites</a></h1><!– [et_pb_line_break_holder] –><h3 class="product-subtitle">Freeze-Dried Raw Wild Salmon Cat Treats<!– [et_pb_line_break_holder] –></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 from a single, nutritious ingredient: Wild salmon. This premium-grade protein is freeze-dried raw to help preserve its natural flavor and nutritional value. These convenient, tasty treats are great for training or everyday snacks. With no added ingredients or fillers, these treats can help your cat live a long, happy, healthy life.</p>[/et_pb_code][et_pb_code admin_label=”Checkbox JS / CSS” _builder_version=”3.3.1″ custom_css_main_element=”display: none!important;” saved_tabs=”all”]<script type="text/javascript"><!– [et_pb_line_break_holder] –> jQuery(document).ready(function($) {<!– [et_pb_line_break_holder] –> "use strict";<!– [et_pb_line_break_holder] –> /*$('.product-add-to-cart-container .tabbed-radio-upn-st-subscriber-check').click(function() {<!– [et_pb_line_break_holder] –> $(this).parent().find('input[type=checkbox]').click();<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').click();<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check-input').click();<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if ($(this).parent().find('input[type=checkbox]').prop("checked") === true) {<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .add-to-cart-btn').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> } else if ($(this).parent().find('input[type=checkbox]').prop("checked") === false) {<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container .add-to-cart-btn').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [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] –> <!– [et_pb_line_break_holder] –> $(".product-add-to-cart-container .tabbed-radio-upn-st-subscriber-check span").each(function() {<!– [et_pb_line_break_holder] –> $(this).click(function(e){<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container');<!– [et_pb_line_break_holder] –> parent.find('.tabbed-radio-upn-st-subscriber-check-input').click();<!– [et_pb_line_break_holder] –> console.log('Hini1');<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $(".product-add-to-cart-container .tabbed-radio-upn-st-subscriber-check label").each(function() {<!– [et_pb_line_break_holder] –> $(this).click(function(e){<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container');<!– [et_pb_line_break_holder] –> parent.find('.tabbed-radio-upn-st-subscriber-check-input').click();<!– [et_pb_line_break_holder] –> console.log('Hini1');<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input').each(function() {<!– [et_pb_line_break_holder] –> $(this).change(function() {<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container');<!– [et_pb_line_break_holder] –> console.log('Hini2');<!– [et_pb_line_break_holder] –> if(parent.find('.tabbed-radio-upn-st-subscriber-check input').is(":checked")) {<!– [et_pb_line_break_holder] –> console.log('Hini3');<!– [et_pb_line_break_holder] –> parent.find('.add-to-cart-btn').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> } else if(!parent.find('.tabbed-radio-upn-st-subscriber-check input').is(":checked")){<!– [et_pb_line_break_holder] –> console.log('Hini4');<!– [et_pb_line_break_holder] –> parent.find('.add-to-cart-btn').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [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] –> $('.type-of-purchase-container1').click(function(event) {<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check').removeClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-optin').removeClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.add-to-cart-btn').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').prop("checked", false);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.type-of-purchase-container2').click(function(event) {<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check').addClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-optin').addClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.add-to-cart-btn').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').prop("checked", false);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$('.questionmark').hover(function(){<!– [et_pb_line_break_holder] –> $('.type-of-purchase-container .subscriber-info-container').show();<!– [et_pb_line_break_holder] –> },<!– [et_pb_line_break_holder] –> function(){<!– [et_pb_line_break_holder] –> $('.type-of-purchase-container .subscriber-info-container').hide();<!– [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] –>$('.subscriber-info-container').hover(function(){<!– [et_pb_line_break_holder] –> $('.subscriber-info-container').show();<!– [et_pb_line_break_holder] –> },<!– [et_pb_line_break_holder] –> function(){<!– [et_pb_line_break_holder] –> $('.subscriber-info-container').hide();<!– [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] –></script><!– [et_pb_line_break_holder] –><style><!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check.tabbed-radio-upn-st-active {<!– [et_pb_line_break_holder] –> color: #3CB64B;<!– [et_pb_line_break_holder] –> font-size: 18px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> margin: 25px 0 15px 0;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check span {<!– [et_pb_line_break_holder] –> position: relative;<!– [et_pb_line_break_holder] –> top: -9px;<!– [et_pb_line_break_holder] –> left: 4px;<!– [et_pb_line_break_holder] –> -webkit-user-select: none;<!– [et_pb_line_break_holder] –> /* Safari */<!– [et_pb_line_break_holder] –> -moz-user-select: none;<!– [et_pb_line_break_holder] –> /* Firefox */<!– [et_pb_line_break_holder] –> -ms-user-select: none;<!– [et_pb_line_break_holder] –> /* IE10 /Edge */<!– [et_pb_line_break_holder] –> user-select: none;<!– [et_pb_line_break_holder] –> /* Standard */<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check img {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check input[type=checkbox] {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check input[type=checkbox] label {<!– [et_pb_line_break_holder] –> background: #fff url(https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png) no-repeat;<!– [et_pb_line_break_holder] –> height: 32px;<!– [et_pb_line_break_holder] –> width: 38px;<!– [et_pb_line_break_holder] –> display: inline-block;<!– [et_pb_line_break_holder] –> padding: 0 0 0 0px;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-check input[type=checkbox]:checked label {<!– [et_pb_line_break_holder] –> background: #fff url(https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png) no-repeat;<!– [et_pb_line_break_holder] –> height: 32px;<!– [et_pb_line_break_holder] –> width: 38px;<!– [et_pb_line_break_holder] –> display: inline-block;<!– [et_pb_line_break_holder] –> padding: 0 0 0 0px;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-optin {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-optin.tabbed-radio-upn-st-active {<!– [et_pb_line_break_holder] –> font-size: 10px;<!– [et_pb_line_break_holder] –> line-height: 12px;<!– [et_pb_line_break_holder] –> color: #000000;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> .tabbed-radio-upn-st-subscriber-optin.tabbed-radio-upn-st-active a {<!– [et_pb_line_break_holder] –> color: #3B9DA2!important;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container .add-to-cart-btn.tabbed-radio-upn-st-addtocart-disabled,<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container .add-to-cart-btn.tabbed-radio-upn-st-addtocart-disabled:hover {<!– [et_pb_line_break_holder] –> background: #E5E9EA!important;<!– [et_pb_line_break_holder] –> background-color: #E5E9EA!important;<!– [et_pb_line_break_holder] –> color: #afafaf!important;<!– [et_pb_line_break_holder] –> cursor: not-allowed;<!– [et_pb_line_break_holder] –> pointer-events: none;<!– [et_pb_line_break_holder] –> border: none !important;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –>.type-of-purchase-container .subscriber-info-container {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>.subscriber-info-container {<!– [et_pb_line_break_holder] –> position: absolute;<!– [et_pb_line_break_holder] –> top: 20px;<!– [et_pb_line_break_holder] –> right: 10px;<!– [et_pb_line_break_holder] –> border-radius: 5px;<!– [et_pb_line_break_holder] –> background-color: #fff;<!– [et_pb_line_break_holder] –> border: 1px solid #184042;<!– [et_pb_line_break_holder] –> padding: 5px;<!– [et_pb_line_break_holder] –> z-index: 9;<!– [et_pb_line_break_holder] –> text-align: left;<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –> max-width: 200px;<!– [et_pb_line_break_holder] –>font-size: 10px;<!– [et_pb_line_break_holder] –>line-height: 1;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –></style>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop) – 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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 14.99</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>$5.00</span></p> <p class="old-price">Regular Price: <span>$19.99</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" selected>QUANTITY: 1 Bag ($14.99)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Bags ($40.47)</option><!– [et_pb_line_break_holder] –> <option value="3">QUANTITY: 6 Bags ($74.94)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" class="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI" 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_line_break_holder] –>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop) – ?src=blogsidebanner” _builder_version=”3.3.1″ module_class=”‘dss_content qs_show=’src’ qs_val=’blogsidebanner’“ ‘dss_content qs_show=’src’ qs_val=’blogsidebanner’“”]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-section" style="display: none;"><!– [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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 19.99</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>$0.00</span></p> <p class="old-price">Regular Price: <span>$19.99</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" selected>QUANTITY: 1 Bag ($19.99)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Bags ($50.97)</option><!– [et_pb_line_break_holder] –> <option value="3">QUANTITY: 6 Bags ($95.94)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY" 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_line_break_holder] –>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop) – ?src=brandshop” _builder_version=”3.3.1″ module_class=”‘dss_content qs_show=’src’ qs_val=’brandshop’“”]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-section" style="display: none;"><!– [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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 19.99</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>$0.00</span></p> <p class="old-price">Regular Price: <span>$19.99</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" selected="selected">QUANTITY: 1 Bag ($19.99)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Bags ($50.97)</option><!– [et_pb_line_break_holder] –> <option value="3">QUANTITY: 6 Bags ($95.94)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI" 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_line_break_holder] –>[/et_pb_code][et_pb_code admin_label=”Add to cart block (Desktop) – ?src=brandshop6″ _builder_version=”3.3.1″ module_class=”‘dss_content qs_show=’src’ qs_val=’brandshop6’“”]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-section" style="display: none;"><!– [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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 95.94</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>$24.00</span></p> <p class="old-price">Regular Price: <span>$119.94</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 ($19.99)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Bags ($50.97)</option><!– [et_pb_line_break_holder] –> <option value="3" selected="selected">QUANTITY: 6 Bags ($95.94)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY" 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_line_break_holder] –>[/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=”#000000″ _builder_version=”3.3.1″ disabled=”on” disabled_on=”on|on|on” custom_padding=”0px|||” module_class=”tcr-standard-customer”][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">Freeze-Dried Raw Wild Salmon Cat Treats</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="249420,249418,249419,249417"][/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 from a single, nutritious ingredient: Wild salmon. This premium-grade protein is freeze-dried raw to help preserve its natural flavor and nutritional value. These convenient, tasty treats are great for training or everyday snacks. With no added ingredients or fillers, these treats can help your cat live a long, happy, healthy life.</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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 14.99</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>$5.00</span></p> <p class="old-price">Regular Price: <span>$19.99</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 active" data-number="1"><p>1 Bag</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container" 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] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" class="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI" 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_code admin_label=”Add to cart block (Mobile) – ?src=brandshop” _builder_version=”3.3.1″ module_class=”‘dss_content qs_show=’src’ qs_val=’brandshop’“”]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-section" style="display: none;"><!– [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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 19.99</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>$0.00</span></p> <p class="old-price">Regular Price: <span>$19.99</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 active" data-number="1"><p>1 Bag</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container" 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] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI" 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_code admin_label=”Add to cart block (Mobile) – ?src=brandshop6″ _builder_version=”3.3.1″ module_class=”‘dss_content qs_show=’src’ qs_val=’brandshop6’“”]<div class="product-add-to-cart-container"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-section" style="display: none;"><!– [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 class="subscriber-info-container">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price"><span>$ 95.94</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>$24.00</span></p> <p class="old-price">Regular Price: <span>$119.94</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" data-number="2"><p>3 Bags</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container active" data-number="3"><p>6 Bags</p></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of this product each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. If you use a coupon code for your first order, this code will only be effective for your first shipment; then the regular subscription price will apply. You can stop shipments at any time by calling our customer support team at 800-604-5827 or by email at [email protected]. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a target="_blank" href="https://cdn.ultimatepetnutrition.com/nutrabites-cats-salmon-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY" 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″ next_background_color=”#ece9e0″ _builder_version=”3.3.1″ custom_padding=”35px|||” custom_padding_tablet=”50px|||” custom_padding_last_edited=”on|phone” custom_css_main_element=”display: none;” module_class=”tcr-returning-customer” disabled_on=”on|on|on” disabled=”on” prev_background_color=”#000000″][et_pb_row disabled_on=”on|on|on” disabled=”on” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_divider admin_label=”Returning Customer – Desktop” _builder_version=”3.3.1″ show_divider=”off” /][/et_pb_column][/et_pb_row][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!important;”][et_pb_column type=”4_4″][et_pb_code admin_label=”Returning Customer – CSS” _builder_version=”3.3.1″]<style><!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-section-returning-customer{<!– [et_pb_line_break_holder] –> display: flex;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer{<!– [et_pb_line_break_holder] –> width: 50%;<!– [et_pb_line_break_holder] –> background-color: #FFF;<!– [et_pb_line_break_holder] –> border: 1px solid #979797;<!– [et_pb_line_break_holder] –> height: 85px;<!– [et_pb_line_break_holder] –> text-align: center;<!– [et_pb_line_break_holder] –> margin-top: 10px;<!– [et_pb_line_break_holder] –> margin-bottom: 25px;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –> position: relative;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer.active .checkmark{<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer .checkmark{<!– [et_pb_line_break_holder] –> position: absolute;<!– [et_pb_line_break_holder] –> left: 12px;<!– [et_pb_line_break_holder] –> top: 7px;<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer .questionmark{<!– [et_pb_line_break_holder] –> margin-bottom: -3px;<!– [et_pb_line_break_holder] –> margin-left: 3px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer.active{<!– [et_pb_line_break_holder] –> background-color: #F1FFF3;<!– [et_pb_line_break_holder] –> border: 1px solid #3DB54A;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer p{<!– [et_pb_line_break_holder] –> color: #A5A5A5;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer.active p{<!– [et_pb_line_break_holder] –> color: #53565A;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer .type-of-purchase{<!– [et_pb_line_break_holder] –> padding-top: 10px;<!– [et_pb_line_break_holder] –> padding-bottom: 8px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .type-of-purchase-container-returning-customer .money-saved-returning-customer{<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 20px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> line-height: 24px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .final-price-returning-customer{<!– [et_pb_line_break_holder] –> color: #3CB64B;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 40px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> line-height: 48px;<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .savings-retail-price-container-returning-customer{<!– [et_pb_line_break_holder] –> display: flex;<!– [et_pb_line_break_holder] –> margin-top: 20px;<!– [et_pb_line_break_holder] –> margin-bottom: 25px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .savings-returning-customer{<!– [et_pb_line_break_holder] –> color: #3B9DA2;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 20px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> line-height: 20px;<!– [et_pb_line_break_holder] –> padding-bottom: 0;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .old-price-returning-customer{<!– [et_pb_line_break_holder] –> line-height: 20px;<!– [et_pb_line_break_holder] –> margin: auto;<!– [et_pb_line_break_holder] –> text-decoration: line-through;<!– [et_pb_line_break_holder] –> color: #f44336;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer{<!– [et_pb_line_break_holder] –> position: relative;<!– [et_pb_line_break_holder] –> margin-top: 25px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container .quantity-selector-text-returning-customer{<!– [et_pb_line_break_holder] –> position: absolute;<!– [et_pb_line_break_holder] –> left: 4%;<!– [et_pb_line_break_holder] –> top: 18px;<!– [et_pb_line_break_holder] –> color: #53565A;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 16px;<!– [et_pb_line_break_holder] –> font-weight: 600;<!– [et_pb_line_break_holder] –> line-height: 16px;<!– [et_pb_line_break_holder] –> z-index: -1;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-returning-customer{<!– [et_pb_line_break_holder] –> width: 100%;<!– [et_pb_line_break_holder] –> padding: 16px;<!– [et_pb_line_break_holder] –> color: #53565A;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 16px;<!– [et_pb_line_break_holder] –> font-weight: 600;<!– [et_pb_line_break_holder] –> border: 1px solid #979797;<!– [et_pb_line_break_holder] –> -webkit-appearance: none;<!– [et_pb_line_break_holder] –> -moz-appearance: none;<!– [et_pb_line_break_holder] –> appearance: none;<!– [et_pb_line_break_holder] –> background: url(https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/down-arrow1.png) no-repeat;<!– [et_pb_line_break_holder] –> background-position-x: 95%;<!– [et_pb_line_break_holder] –> background-position-y: center;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .quantity-selector::-ms-expand {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option{<!– [et_pb_line_break_holder] –> padding: 2px;<!– [et_pb_line_break_holder] –> color: #53565A;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 16px;<!– [et_pb_line_break_holder] –> font-weight: 600;<!– [et_pb_line_break_holder] –> line-height: 32px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-to-cart-btn-returning-customer{<!– [et_pb_line_break_holder] –> color: #FFFFFF;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 16px;<!– [et_pb_line_break_holder] –> letter-spacing: 2.29px;<!– [et_pb_line_break_holder] –> line-height: 16px;<!– [et_pb_line_break_holder] –> text-align: center;<!– [et_pb_line_break_holder] –> background-color: #FF9E32;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> margin: 20px auto;<!– [et_pb_line_break_holder] –> padding-top: 12px;<!– [et_pb_line_break_holder] –> padding-bottom: 12px;<!– [et_pb_line_break_holder] –> font-weight: 600;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer{<!– [et_pb_line_break_holder] –> display: flex;<!– [et_pb_line_break_holder] –> margin-top: 35px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer div{<!– [et_pb_line_break_holder] –> display: inline-flex;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer img{<!– [et_pb_line_break_holder] –> height: 65px;<!– [et_pb_line_break_holder] –> width: 65px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer p{<!– [et_pb_line_break_holder] –> padding: 10px;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –></style>[/et_pb_code][et_pb_code admin_label=”Returning Customer – 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 = <!– [et_pb_line_break_holder] –>['$ 14.99','$ 40.47','$ 74.94','$ 14.24','$ 38.44','$ 71.19'];<!– [et_pb_line_break_holder] –> var product_old_price = <!– [et_pb_line_break_holder] –>['$ 19.99','$ 59.97','$ 119.94','$ 19.99','$ 59.97','$ 119.94'];<!– [et_pb_line_break_holder] –> var product_savings = <!– [et_pb_line_break_holder] –>['$ 5.00','$ 19.50','$ 45.00','$ 5.75','$ 21.53','$ 48.75'];<!– [et_pb_line_break_holder] –> var product_links = [<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAcEAI',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY',<!– [et_pb_line_break_holder] –> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzAJEAY',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3wAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi3yAAA&isSubscription=true&frequency=1',<!– [et_pb_line_break_holder] –>'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi40AAA&isSubscription=true&frequency=1'];<!– [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 SessionId = getCookie('SessionId');<!– [et_pb_line_break_holder] –>var tcrParams = getRawCookie('tcrParams'); <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>function getCookie(name) {<!– [et_pb_line_break_holder] –> // Split cookie string and get all individual name=value pairs in an array<!– [et_pb_line_break_holder] –> var cookieArr = document.cookie.split(";");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Loop through the array elements<!– [et_pb_line_break_holder] –> for(var i = 0; i < cookieArr.length; i ) {<!– [et_pb_line_break_holder] –> var cookiePair = cookieArr[i].split("=");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /* Removing whitespace at the beginning of the cookie name<!– [et_pb_line_break_holder] –> and compare it with the given string */<!– [et_pb_line_break_holder] –> if(name === cookiePair[0].trim()) {<!– [et_pb_line_break_holder] –> // Decode the cookie value and return<!– [et_pb_line_break_holder] –> return decodeURIComponent(cookiePair[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Return null if not found<!– [et_pb_line_break_holder] –> return null;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –>function getRawCookie(name) {<!– [et_pb_line_break_holder] –> // Split cookie string and get all individual name=value pairs in an array<!– [et_pb_line_break_holder] –> var cookieArr = document.cookie.split(";");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Loop through the array elements<!– [et_pb_line_break_holder] –> for(var i = 0; i < cookieArr.length; i ) {<!– [et_pb_line_break_holder] –> var cookiePair = cookieArr[i].split("=");<!– [et_pb_line_break_holder] –> var cookiePair2 = cookieArr[i].split("|");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /* Removing whitespace at the beginning of the cookie name<!– [et_pb_line_break_holder] –> and compare it with the given string */<!– [et_pb_line_break_holder] –> if(name === cookiePair[0].trim()) {<!– [et_pb_line_break_holder] –> // Decode the cookie value and return<!– [et_pb_line_break_holder] –> return decodeURIComponent(cookiePair2[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Return null if not found<!– [et_pb_line_break_holder] –> return null;<!– [et_pb_line_break_holder] –>} <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if(SessionId === '' || SessionId === null) {<!– [et_pb_line_break_holder] –> SessionId = Math.floor((Math.random() * 999999999999) 1);<!– [et_pb_line_break_holder] –> var dt1 = new Date();<!– [et_pb_line_break_holder] –> dt1.setTime(dt1.getTime() (365 * 24 * 60 * 60 * 1000)); // match the logged in cookie state <!– [et_pb_line_break_holder] –> // stash the sessionId and accountId for use with wordpress funnel event tracking<!– [et_pb_line_break_holder] –> document.cookie = "SessionId=" SessionId "; expires=" dt1.toUTCString() "; domain=" document.location.hostname "; path=/";<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if(tcrParams === '' || tcrParams === null || tcrParams === 'undefined' || tcrParams === undefined) {<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> var url = window.location.href;<!– [et_pb_line_break_holder] –> var queryString = url ? url.split('?')[1] : window.location.search.slice(1); <!– [et_pb_line_break_holder] –> var dttcr = new Date();<!– [et_pb_line_break_holder] –> dttcr.setTime(dttcr.getTime() (1 * 24 * 60 * 60 * 1000)); // match the logged in cookie state <!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> if( queryString !== undefined && queryString !== 'undefined' && queryString !== null && queryString !== ''){<!– [et_pb_line_break_holder] –> document.cookie = "tcrParams=|" queryString "; expires=" dttcr.toUTCString() "; domain=" document.location.hostname "; path=/";<!– [et_pb_line_break_holder] –> tcrParams = queryString;<!– [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] –>/*Specific to this module*/<!– [et_pb_line_break_holder] –>var cartoptions = ''; <!– [et_pb_line_break_holder] –>if(cartoptions.indexOf('&sessionid=') === -1) { <!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> if(tcrParams === '' || tcrParams === null || tcrParams === 'undefined' || tcrParams === undefined) { <!– [et_pb_line_break_holder] –> cartoptions ="&sessionid=" SessionId;<!– [et_pb_line_break_holder] –> }else{<!– [et_pb_line_break_holder] –> cartoptions ="&sessionid=" SessionId "&" tcrParams; <!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>console.log(cartoptions);<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>function updateProductInfoReturningCustomer(quantity, product_data, sale = false, cartoptions = ''){<!– [et_pb_line_break_holder] –>/*<!– [et_pb_line_break_holder] –> if(quantity == 1 && sale != true){<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .final-price-returning-customer span').html(product_data['final_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .savings-retail-price-container-returning-customer').css('margin-bottom','45px');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .savings-returning-customer').css('display','none');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .old-price-returning-customer').css('display','none');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .add-to-cart-btn-returning-customer').attr('href', product_data['product_link'][quantity-1] cartoptions);<!– [et_pb_line_break_holder] –> }else{<!– [et_pb_line_break_holder] –>*/<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.type-of-purchase-container1-returning-customer .money-saved-returning-customer').html(product_data['final_price'][parseInt(quantity)-1]);<!– [et_pb_line_break_holder] –> $('.type-of-purchase-container2-returning-customer .money-saved-returning-customer').html(product_data['final_price'][parseInt(quantity) 2]);<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>if( $(document).find('.type-of-purchase-container2-returning-customer').hasClass('active') ){<!– [et_pb_line_break_holder] –>quantity = parseInt(quantity) 3;<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 1*/<!– [et_pb_line_break_holder] –>var option1 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=1]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=1]').html(option1 product_data['final_price'][3] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 2*/<!– [et_pb_line_break_holder] –>var option2 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=2]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=2]').html(option2 product_data['final_price'][4] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 3*/<!– [et_pb_line_break_holder] –>var option3 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=3]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=3]').html(option3 product_data['final_price'][5] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>}else{<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 1*/<!– [et_pb_line_break_holder] –>var option1 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=1]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=1]').html(option1 product_data['final_price'][0] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 2*/<!– [et_pb_line_break_holder] –>var option2 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=2]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=2]').html(option2 product_data['final_price'][1] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*OPTION 3*/<!– [et_pb_line_break_holder] –>var option3 = $(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=3]').html().split('$')[0];<!– [et_pb_line_break_holder] –>$(document).find('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer option[value=3]').html(option3 product_data['final_price'][2] ' USD)');<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .final-price-returning-customer span').html(product_data['final_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .savings-returning-customer span').html(product_data['savings'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .old-price-returning-customer span').html(product_data['old_price'][quantity-1]);<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .savings-retail-price-container-returning-customer').css('margin-bottom','25px');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .savings-returning-customer').css('display','block');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .old-price-returning-customer').css('display','block');<!– [et_pb_line_break_holder] –> jQuery('.product-add-to-cart-container-returning-customer .add-to-cart-btn-returning-customer').attr('href', product_data['product_link'][quantity-1] cartoptions);<!– [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] –><!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer').on('change', function() {<!– [et_pb_line_break_holder] –> var selected_value = this.value;<!– [et_pb_line_break_holder] –> updateProductInfoReturningCustomer(selected_value, product_data, '', cartoptions);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container1-returning-customer').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container1-returning-customer').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container2-returning-customer').removeClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer').change();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container2-returning-customer').click(function(event){<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container2-returning-customer').addClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .type-of-purchase-container1-returning-customer').removeClass('active');<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .quantity-selector-returning-customer').change();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer').click(function() {<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer').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] –> updateProductInfoReturningCustomer(selected_value, product_data, '', cartoptions);<!– [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-returning-customer .quantity-selector-returning-customer').val();<!– [et_pb_line_break_holder] –> updateProductInfoReturningCustomer(selected_product_quantity, product_data,'',cartoptions);<!– [et_pb_line_break_holder] –> };<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>/*$('.product-add-to-cart-container-returning-customer .add-to-cart-btn-returning-customer').attr('href', _href cartoptions);*/<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$('.product-add-to-cart-container-returning-customer .add-to-cart-btn-returning-customer').attr('href', function(i,href) {<!– [et_pb_line_break_holder] –> var oldhref = $(this).attr('href');<!– [et_pb_line_break_holder] –> return oldhref cartoptions<!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –> </script>[/et_pb_code][et_pb_code admin_label=”Returning Customer – Replace Standard Add To Cart” _builder_version=”3.3.1″ custom_margin=”0px|0px|0px|0px” custom_padding=”0px|0px|0px|0px”]<script type="text/javascript"><!– [et_pb_line_break_holder] –>jQuery(document).ready(function($) {<!– [et_pb_line_break_holder] –> var tcrReturningCustomer = getCookie('tcrReturningCustomer'); <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> function getCookie(name) {<!– [et_pb_line_break_holder] –> // Split cookie string and get all individual name=value pairs in an array<!– [et_pb_line_break_holder] –> var cookieArr = document.cookie.split(";");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Loop through the array elements<!– [et_pb_line_break_holder] –> for(var i = 0; i < cookieArr.length; i ) {<!– [et_pb_line_break_holder] –> var cookiePair = cookieArr[i].split("=");<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /* Removing whitespace at the beginning of the cookie name<!– [et_pb_line_break_holder] –> and compare it with the given string */<!– [et_pb_line_break_holder] –> if(name === cookiePair[0].trim()) {<!– [et_pb_line_break_holder] –> // Decode the cookie value and return<!– [et_pb_line_break_holder] –> return decodeURIComponent(cookiePair[1]);<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> // Return null if not found<!– [et_pb_line_break_holder] –> return null;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if(tcrReturningCustomer === '' || tcrReturningCustomer === null || tcrReturningCustomer === 'undefined' || tcrReturningCustomer === undefined) {<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> var url = window.location.href;<!– [et_pb_line_break_holder] –> var queryString = url ? url.split('?')[1] : window.location.search.slice(1); <!– [et_pb_line_break_holder] –> var urlParams = new URLSearchParams(queryString);<!– [et_pb_line_break_holder] –> var urlReturningCustomer = urlParams.get('returningcustomer')<!– [et_pb_line_break_holder] –> var dttcr = new Date();<!– [et_pb_line_break_holder] –> dttcr.setTime(dttcr.getTime() (1 * 24 * 60 * 60 * 1000)); // match the logged in cookie state <!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if( urlReturningCustomer !== undefined && urlReturningCustomer !== 'undefined' && urlReturningCustomer !== null && urlReturningCustomer !== ''){<!– [et_pb_line_break_holder] –> document.cookie = "tcrReturningCustomer=" urlReturningCustomer "; expires=" dttcr.toUTCString() "; domain=" document.location.hostname "; path=/";<!– [et_pb_line_break_holder] –> tcrReturningCustomer = urlReturningCustomer;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> if(tcrReturningCustomer === '' || tcrReturningCustomer === null || tcrReturningCustomer === 'undefined' || tcrReturningCustomer === undefined) {<!– [et_pb_line_break_holder] –> $(document).find('.tcr-returning-customer').each(function() {<!– [et_pb_line_break_holder] –> $(this).remove();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –>}else{<!– [et_pb_line_break_holder] –> $(document).find('.tcr-returning-customer').each(function() {<!– [et_pb_line_break_holder] –> $(this).attr("style", "display: block!important;");<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $(document).find('.tcr-standard-customer').each(function() {<!– [et_pb_line_break_holder] –> $(this).remove();<!– [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] –></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="249420,249418,249419,249417"][/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">Freeze-Dried Raw Wild Salmon Cat Treats</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 from a single, nutritious ingredient: Wild salmon. This premium-grade protein is freeze-dried raw to help preserve its natural flavor and nutritional value. These convenient, tasty treats are great for training or everyday snacks. With no added ingredients or fillers, these treats can help your cat live a long, happy, healthy life.</p>[/et_pb_code][et_pb_code admin_label=”Checkbox JS / CSS” _builder_version=”3.3.1″ custom_css_main_element=”display: none!important;” saved_tabs=”all”]<script type="text/javascript"><!– [et_pb_line_break_holder] –>jQuery(document).ready(function($) {<!– [et_pb_line_break_holder] –> "use strict";<!– [et_pb_line_break_holder] –> <!– [et_pb_line_break_holder] –> /*$('.product-add-to-cart-container-returning-customer .tabbed-radio-upn-st-subscriber-check').click(function() {<!– [et_pb_line_break_holder] –> $(this).parent().find('input[type=checkbox]').click();*/<!– [et_pb_line_break_holder] –>/*$('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').click();<!– [et_pb_line_break_holder] –>$('.tabbed-radio-upn-st-subscriber-check-input').click();*/<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> /*if ($(this).parent().find('input[type=checkbox]').prop("checked") === true) {<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .tabbed-radio-upn-st-addtocart-returning-customer').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> } else if ($(this).parent().find('input[type=checkbox]').prop("checked") === false) {<!– [et_pb_line_break_holder] –> $('.product-add-to-cart-container-returning-customer .tabbed-radio-upn-st-addtocart-returning-customer').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [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] –> $(".product-add-to-cart-container-returning-customer .tabbed-radio-upn-st-subscriber-check span").each(function() {<!– [et_pb_line_break_holder] –> $(this).click(function(e){<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container-returning-customer');<!– [et_pb_line_break_holder] –> parent.find('.tabbed-radio-upn-st-subscriber-check-input').click();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$(".product-add-to-cart-container-returning-customer .tabbed-radio-upn-st-subscriber-check label").each(function() {<!– [et_pb_line_break_holder] –> $(this).click(function(e){<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container-returning-customer');<!– [et_pb_line_break_holder] –> parent.find('.tabbed-radio-upn-st-subscriber-check-input').click();<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>$('.tabbed-radio-upn-st-subscriber-check input').each(function() {<!– [et_pb_line_break_holder] –> $(this).change(function() {<!– [et_pb_line_break_holder] –> var parent = $(this).closest('.product-add-to-cart-container-returning-customer');<!– [et_pb_line_break_holder] –> if(parent.find('.tabbed-radio-upn-st-subscriber-check input').is(":checked")) {<!– [et_pb_line_break_holder] –> parent.find('.add-to-cart-btn-returning-customer').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> } else if(!parent.find('.tabbed-radio-upn-st-subscriber-check input').is(":checked")){<!– [et_pb_line_break_holder] –> parent.find('.add-to-cart-btn-returning-customer').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [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] –> $('.type-of-purchase-container1-returning-customer').click(function(event) {<!– [et_pb_line_break_holder] –> event.preventDefault();<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check').removeClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-optin').removeClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-addtocart-returning-customer').removeClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').prop("checked", false);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> $('.type-of-purchase-container2-returning-customer').click(function(event) {<!– [et_pb_line_break_holder] –> event.preventDefault();<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check').addClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-optin').addClass('tabbed-radio-upn-st-active');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-addtocart-returning-customer').addClass('tabbed-radio-upn-st-addtocart-disabled');<!– [et_pb_line_break_holder] –> $('.tabbed-radio-upn-st-subscriber-check input[type=checkbox]').prop("checked", false);<!– [et_pb_line_break_holder] –> });<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –>});<!– [et_pb_line_break_holder] –></script><!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –><style><!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check.tabbed-radio-upn-st-active {<!– [et_pb_line_break_holder] –> color: #3CB64B;<!– [et_pb_line_break_holder] –> font-size: 18px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> margin: 25px 0 15px 0;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check span {<!– [et_pb_line_break_holder] –> position: relative;<!– [et_pb_line_break_holder] –> top: -9px;<!– [et_pb_line_break_holder] –> left: 4px;<!– [et_pb_line_break_holder] –> -webkit-user-select: none;<!– [et_pb_line_break_holder] –> /* Safari */<!– [et_pb_line_break_holder] –> -moz-user-select: none;<!– [et_pb_line_break_holder] –> /* Firefox */<!– [et_pb_line_break_holder] –> -ms-user-select: none;<!– [et_pb_line_break_holder] –> /* IE10 /Edge */<!– [et_pb_line_break_holder] –> user-select: none;<!– [et_pb_line_break_holder] –> /* Standard */<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check img {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check input[type=checkbox] {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check input[type=checkbox] label {<!– [et_pb_line_break_holder] –> background: #fff url(https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png) no-repeat;<!– [et_pb_line_break_holder] –> height: 32px;<!– [et_pb_line_break_holder] –> width: 38px;<!– [et_pb_line_break_holder] –> display: inline-block;<!– [et_pb_line_break_holder] –> padding: 0 0 0 0px;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-check input[type=checkbox]:checked label {<!– [et_pb_line_break_holder] –> background: #fff url(https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png) no-repeat;<!– [et_pb_line_break_holder] –> height: 32px;<!– [et_pb_line_break_holder] –> width: 38px;<!– [et_pb_line_break_holder] –> display: inline-block;<!– [et_pb_line_break_holder] –> padding: 0 0 0 0px;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-optin {<!– [et_pb_line_break_holder] –> display: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-optin.tabbed-radio-upn-st-active {<!– [et_pb_line_break_holder] –> font-size: 10px;<!– [et_pb_line_break_holder] –> line-height: 12px;<!– [et_pb_line_break_holder] –> color: #000000;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-subscriber-optin.tabbed-radio-upn-st-active a {<!– [et_pb_line_break_holder] –> color: #3B9DA2!important;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –>.tabbed-radio-upn-st-addtocart-returning-customer.tabbed-radio-upn-st-addtocart-disabled, .tabbed-radio-upn-st-addtocart-returning-customer.tabbed-radio-upn-st-addtocart-disabled:hover {<!– [et_pb_line_break_holder] –> background: #E5E9EA!important;<!– [et_pb_line_break_holder] –> background-color: #E5E9EA!important;<!– [et_pb_line_break_holder] –> color: #62676B!important;<!– [et_pb_line_break_holder] –> cursor: not-allowed;<!– [et_pb_line_break_holder] –> pointer-events: none;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –></style>[/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-returning-customer"><!– [et_pb_line_break_holder] –><div class="type-of-purchase-section"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container-returning-customer type-of-purchase-container1-returning-customer 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-returning-customer">$ 14.99</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container-returning-customer type-of-purchase-container2-returning-customer"><!– [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-returning-customer">$ 14.24</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price-returning-customer"><span>$ 14.99</span> USD</p><!– [et_pb_line_break_holder] –> <div class="savings-retail-price-container-returning-customer"><!– [et_pb_line_break_holder] –> <p class="savings-returning-customer">Total Savings: <span>$ 5.00</span></p> <p class="old-price-returning-customer">Regular Price: <span>$ 19.99</span> USD</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="quantity-selector-container-returning-customer"><!– [et_pb_line_break_holder] –> <select class="quantity-selector-returning-customer"><!– [et_pb_line_break_holder] –> <option value="1" selected>QUANTITY: 1 Jar ($ 14.99 USD)</option><!– [et_pb_line_break_holder] –> <option value="2">QUANTITY: 3 Jars ($ 40.47 USD)</option><!– [et_pb_line_break_holder] –> <option value="3">QUANTITY: 6 Jars ($ 74.94 USD)</option><!– [et_pb_line_break_holder] –> </select><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" class="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of Nutra Thrive each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. You can stop shipments at any time by calling our customer support team at 800-604-5827. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a href="https://cdn.ultimatepetnutrition.com/nutrathrive-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY" class="add-to-cart-btn-returning-customer tabbed-radio-upn-st-addtocart-returning-customer">ADD TO CART</a><!– [et_pb_line_break_holder] –> <div class="add-product-icons-container-returning-customer"><!– [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_row disabled_on=”on|on|on” disabled=”on” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_divider admin_label=”Returning Customer – Mobile” _builder_version=”3.3.1″ show_divider=”off” /][/et_pb_column][/et_pb_row][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!important;”][et_pb_column type=”4_4″][et_pb_code admin_label=”Returning Customer Mobile – CSS” _builder_version=”3.3.1″]<style><!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer{<!– [et_pb_line_break_holder] –> display: flex;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –>body.single-product .product-add-to-cart-container-returning-customer .add-to-cart-btn{<!– [et_pb_line_break_holder] –> color: #FFFFFF;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 16px;<!– [et_pb_line_break_holder] –> letter-spacing: 2.29px;<!– [et_pb_line_break_holder] –> line-height: 16px;<!– [et_pb_line_break_holder] –> text-align: center;<!– [et_pb_line_break_holder] –> background-color: #FF9E32;<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> margin: 20px auto;<!– [et_pb_line_break_holder] –> padding-top: 12px;<!– [et_pb_line_break_holder] –> padding-bottom: 12px;<!– [et_pb_line_break_holder] –> font-weight: 600;<!– [et_pb_line_break_holder] –>}<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer{<!– [et_pb_line_break_holder] –> margin: auto;<!– [et_pb_line_break_holder] –> border: 1px solid #CDCDCD;<!– [et_pb_line_break_holder] –> background-color: #EAE9E9;<!– [et_pb_line_break_holder] –> cursor: pointer;<!– [et_pb_line_break_holder] –> text-align: center;<!– [et_pb_line_break_holder] –> width: 30%;<!– [et_pb_line_break_holder] –> padding: 30px 0;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer.active{<!– [et_pb_line_break_holder] –> border: 1px solid #3F9949;<!– [et_pb_line_break_holder] –> background-color: #3DB54A;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer p{<!– [et_pb_line_break_holder] –> opacity: 0.6;<!– [et_pb_line_break_holder] –> color: #53565A;<!– [et_pb_line_break_holder] –> font-family: Lato;<!– [et_pb_line_break_holder] –> font-size: 20px;<!– [et_pb_line_break_holder] –> font-weight: bold;<!– [et_pb_line_break_holder] –> line-height: 24px;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .quantity-selector-container-returning-customer .quantity-container-returning-customer.active p{<!– [et_pb_line_break_holder] –> color: #fff;<!– [et_pb_line_break_holder] –> opacity: 1;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –><!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer div{<!– [et_pb_line_break_holder] –> display: block;<!– [et_pb_line_break_holder] –> text-align: center;<!– [et_pb_line_break_holder] –> margin: auto;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container-returning-customer .add-product-icons-container-returning-customer p{<!– [et_pb_line_break_holder] –> padding: 0 10px;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –></style>[/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 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">Freeze-Dried Raw Wild Salmon Cat Treats</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="249420,249418,249419,249417"][/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 from a single, nutritious ingredient: Wild salmon. This premium-grade protein is freeze-dried raw to help preserve its natural flavor and nutritional value. These convenient, tasty treats are great for training or everyday snacks. With no added ingredients or fillers, these treats can help your cat live a long, happy, healthy life.</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-returning-customer"><!– [et_pb_line_break_holder] –><div class="type-of-purchase-section-returning-customer"><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container-returning-customer type-of-purchase-container1-returning-customer 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-returning-customer">$ 14.99</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="type-of-purchase-container-returning-customer type-of-purchase-container2-returning-customer"><!– [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-returning-customer">$ 14.24</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <p class="final-price-returning-customer"><span>$ 14.99</span> USD</p><!– [et_pb_line_break_holder] –> <div class="savings-retail-price-container-returning-customer"><!– [et_pb_line_break_holder] –> <p class="savings-returning-customer">Total Savings: <span>$ 5.00</span></p> <p class="old-price-returning-customer">Regular Price: <span>$ 19.99</span> USD</p><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –> <div class="quantity-selector-container-returning-customer"><!– [et_pb_line_break_holder] –> <div class="quantity-container-returning-customer active" data-number="1"><p>1 Jar</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container-returning-customer" data-number="2"><p>3 Jars</p></div><!– [et_pb_line_break_holder] –> <div class="quantity-container-returning-customer" data-number="3"><p>6 Jars</p></div><!– [et_pb_line_break_holder] –> </div><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-check"><input type="checkbox" name="tabbed-radio-upn-st-subscriber-check-input" class="tabbed-radio-upn-st-subscriber-check-input" value="YES! I want to Subscribe & Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe & Save!</span><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_unchecked_upn.png"><img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2020/09/checkbox_checked_upn.png"></span><!– [et_pb_line_break_holder] –><span class="tabbed-radio-upn-st-subscriber-optin">By checking the sign up box, you agree to receive a shipment of Nutra Thrive each month. You are authorizing us to charge your credit card monthly, matching the package you have selected. You can stop shipments at any time by calling our customer support team at 800-604-5827. Agents are standing by 7 days a week, Monday-Friday, 6:00 a.m. to 5:00 p.m. PST, and Saturday-Sunday, 6:00 a.m. to 4:00 p.m. PST. <a href="https://cdn.ultimatepetnutrition.com/nutrathrive-continuity-terms.html">(All terms and conditions apply)</a></span><!– [et_pb_line_break_holder] –> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gzASEAY" class="add-to-cart-btn-returning-customer tabbed-radio-upn-st-addtocart-returning-customer">ADD TO CART</a><!– [et_pb_line_break_holder] –> <div class="add-product-icons-container-returning-customer"><!– [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=”#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 wild salmon, 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” next_background_color=”#ffffff” _builder_version=”3.3.1″ background_image=”https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/05/[email protected]” prev_background_color=”#ece9e0″][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 food, supplements and treats currently on the market — which is why every purchase is backed by our 90-Day Refund Promise.
If you’re not completely satisfied with your purchase, just let us know. Simply contact our friendly customer service team within 90 days of your purchase to send back the unused portion, or even just the empty bags — 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=”#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|” 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 wild salmon 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 made with a unique freeze-drying process, which naturally preserves every bite without the need for artificial preservatives or additives. This can help spare your cat from potentially harmful additives and fillers.
Plus, our freeze-drying process helps lock in a natural flavor and aroma your cat is sure to love, making Nutra Bites a powerful training tool and an enjoyable treat!
[/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 a healthy, nutrient-dense treat.
[/et_pb_toggle][et_pb_toggle admin_label=”How pure are Nutra Bites?” _builder_version=”3.3.1″ title=”How pure are Nutra Bites?” module_class=”toggleClasses”]
Nutra Bites are made with just one ingredient: Quality wild salmon. 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 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 wild salmon, 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=”What if my cat doesn’t like Nutra Bites?” _builder_version=”3.3.1″ title=”What kind of nutrients are in wild salmon?” module_class=”toggleClasses”]
Wild Alaskan salmon is rich in nutrients that can help your cat live a healthy, happy life, including muscle-nourishing protein, vitamin B12, vitamin D, and omega-3s DHA and EPA.
[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=”1″ specialty=”off” prev_background_color=”#000000″ _builder_version=”3.3.1″ custom_css_main_element=”display: none !important;”][et_pb_row][et_pb_column type=”4_4″][et_pb_code admin_label=”Custom CSS Changes” _builder_version=”3.3.1″]<style><!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container .savings-retail-price-container {<!– [et_pb_line_break_holder] –> display: flex !important;<!– [et_pb_line_break_holder] –> margin-bottom: 25px !important;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container .savings, <!– [et_pb_line_break_holder] –> body.single-product .product-add-to-cart-container .old-price {<!– [et_pb_line_break_holder] –> display: block !important;<!– [et_pb_line_break_holder] –> }<!– [et_pb_line_break_holder] –></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]


What others are saying
There are no contributions yet.