Nutra Bites Beef Liver for Dogs (Shopping 1)

Category:

Description

<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=a0N3w000016gqASEAY',<!-- [et_pb_line_break_holder] --> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAXEAY',<!-- [et_pb_line_break_holder] --> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAcEAI',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi48AAA&isSubscription=true&frequency=1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi4AAAQ&isSubscription=true&frequency=1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi4CAAQ&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] --><!-- [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] --> 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] --> /*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] --> 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] --> $(".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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=1]")<!-- [et_pb_line_break_holder] --> .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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=2]")<!-- [et_pb_line_break_holder] --> .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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=3]")<!-- [et_pb_line_break_holder] --> .html(option3 product_data["final_price"][5] " USD)");<!-- [et_pb_line_break_holder] --> } else {<!-- [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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=1]")<!-- [et_pb_line_break_holder] --> .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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=2]")<!-- [et_pb_line_break_holder] --> .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)<!-- [et_pb_line_break_holder] --> .find(".product-add-to-cart-container .quantity-selector option[value=3]")<!-- [et_pb_line_break_holder] --> .html(option3 product_data["final_price"][2] " USD)");<!-- [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] --> $(".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")<!-- [et_pb_line_break_holder] --> .not(this)<!-- [et_pb_line_break_holder] --> .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_line_break_holder] -->

<p class="product-slider-badge">NEW PRODUCT</p><!-- [et_pb_line_break_holder] --><p class="product-slider-badge-mobile">NEW PRODUCT</p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script type="text/javascript"><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] --> var productSliderBadge = $('.product-slider-badge').detach();<!-- [et_pb_line_break_holder] --> var mobileProeductSliderBadge = $('.product-slider-badge-mobile').detach();<!-- [et_pb_line_break_holder] --> $('.product-gallery-slider .gallery-top2 .swiper-slide:nth-child(1)').append(productSliderBadge);<!-- [et_pb_line_break_holder] --> $('.mobile-product-gallery-slider .gallery-top .swiper-slide:nth-child(1)').append(mobileProeductSliderBadge);<!-- [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] --> .product-slider-badge, .product-slider-badge-mobile {<!-- [et_pb_line_break_holder] --> background-color: #3D9EA4;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> padding: 11px 20px !important;<!-- [et_pb_line_break_holder] --> font-size: 20px;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-hyphens: none !important;<!-- [et_pb_line_break_holder] --> -moz-hyphens: none !important;<!-- [et_pb_line_break_holder] --> hyphens: none !important;<!-- [et_pb_line_break_holder] --> white-space: nowrap !important;<!-- [et_pb_line_break_holder] --> width: auto !important;<!-- [et_pb_line_break_holder] --> display: table !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .product-slider-badge::after, .product-slider-badge-mobile::after {<!-- [et_pb_line_break_holder] --> content: '';<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> background: inherit;<!-- [et_pb_line_break_holder] --> z-index: -1;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> left: 20px;<!-- [et_pb_line_break_holder] --> transform-origin: left bottom;<!-- [et_pb_line_break_holder] --> transform: skewX(20deg);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --></style><h1 class="product-title">Nutra Bites</h1><!-- [et_pb_line_break_holder] --><h3 class="product-subtitle">Freeze-Dried Raw Beef Liver Dog Treats</h3><!-- [et_pb_line_break_holder] --><div class="product-rating">

5.0 out of 5 12 Reviews

</div><!-- [et_pb_line_break_holder] --><p class="product-description">These bite-size treats are made from a single, nutritious ingredient: beef liver. 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 dog live a long, happy, healthy life.</p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><p><em>*Individual results can and will vary.</em></p><!-- [et_pb_line_break_holder] --><script type="text/javascript"><!-- [et_pb_line_break_holder] --> jQuery(document).ready(function($) {<!-- [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] --> <!-- [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><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://s3-us-west-2.amazonaws.com/cdn.ultimatepetnutrition.com/continuity-terms/nutrabites-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: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 Unit ($14.99)</option><!-- [et_pb_line_break_holder] --> <option value="2">QUANTITY: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3 Units ($40.47)</option><!-- [et_pb_line_break_holder] --> <option value="3">QUANTITY: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 6 Units ($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 &amp; Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe &amp; 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 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://s3-us-west-2.amazonaws.com/cdn.ultimatepetnutrition.com/continuity-terms/nutrabites-continuity-terms.html">(All terms and conditions apply)</a></span><!-- [et_pb_line_break_holder] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqASEAY" 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>

COMING SOON

<form id="notify-me-form" action="https://api.maropost.com/accounts/1366/forms/12/subscribe/ad8723e905d0be8c261ea2284e7109792bfaaa79" method="post"><!-- [et_pb_line_break_holder] --> <input include_blank="true" start_year="1950" placeholder=" First Name" type="text" name="contact_fields[first_name]" id="contact_fields_first_name" required=""><!-- [et_pb_line_break_holder] --> <input type="email" id="contact_fields_email" placeholder="Email" name="contact_fields[email]" required="" pattern="[a-z0-9._% -] @[a-z0-9.-] .[a-z]{2,3}$"><!-- [et_pb_line_break_holder] --> <button type="submit" name="commit" value="SUBMIT">SUBMIT</button><!-- [et_pb_line_break_holder] --></form><a href="#" class="notify-me-btn">NOTIFY ME WHEN IN STOCK</a><!-- [et_pb_line_break_holder] --><style type="text/css"><!-- [et_pb_line_break_holder] --> .notify-me-form-section {<!-- [et_pb_line_break_holder] --> display: none;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #notify-me-form { <!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> align-items: center;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #notify-me-form label {<!-- [et_pb_line_break_holder] --> margin: 5px 10px 5px 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #notify-me-form input {<!-- [et_pb_line_break_holder] --> margin: 5px 10px 5px 0;<!-- [et_pb_line_break_holder] --> padding: 6px 8px;<!-- [et_pb_line_break_holder] --> background-color: #fff;<!-- [et_pb_line_break_holder] --> border: 1px solid #ddd;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> font-size: 12px;<!-- [et_pb_line_break_holder] --> font-style: italic;<!-- [et_pb_line_break_holder] --> line-height: 15px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #notify-me-form button {<!-- [et_pb_line_break_holder] --> margin: 5px 0;<!-- [et_pb_line_break_holder] --> padding: 12px 20px;<!-- [et_pb_line_break_holder] --> background-color: #ff9e32;<!-- [et_pb_line_break_holder] --> color: white;<!-- [et_pb_line_break_holder] --> cursor: pointer;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> border-width: 0px!important;<!-- [et_pb_line_break_holder] --> border-radius: 0px;<!-- [et_pb_line_break_holder] --> letter-spacing: 1.71px;<!-- [et_pb_line_break_holder] --> font-size: 12px;<!-- [et_pb_line_break_holder] --> font-weight: 700;<!-- [et_pb_line_break_holder] --> line-height: 9px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .notify-me-btn {<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [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] --></style><script type="text/javascript"><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] --> $('.notify-me-btn-section .notify-me-btn').click(function(e){<!-- [et_pb_line_break_holder] --> e.preventDefault();<!-- [et_pb_line_break_holder] --> $('.notify-me-btn-section').css('display','none');<!-- [et_pb_line_break_holder] --> $('.notify-me-form-section').css('display','block');<!-- [et_pb_line_break_holder] --> $('.notify-me-form-section #notify-me-form #contact_fields_first_name').focus();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --></script><p class="product-title">Nutra Bites</p><!-- [et_pb_line_break_holder] --><p class="product-subtitle">Freeze-Dried Raw Beef Liver Dog Treats</p><!-- [et_pb_line_break_holder] --><div class="product-rating" style="display: inline-flex; margin-top: 15px;">

5.0 out of 5 12 Reviews

</div> <div class="product-add-to-cart-container"><!-- [et_pb_line_break_holder] --> <div class="type-of-purchase-section"><!-- [et_pb_line_break_holder] --> <div class="type-of-purchase-container type-of-purchase-container1 active"><!-- [et_pb_line_break_holder] --> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!-- [et_pb_line_break_holder] --> <p class="type-of-purchase paragraph">One-time purchase</p><!-- [et_pb_line_break_holder] --> <p class="money-saved">$00.00</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="type-of-purchase-container type-of-purchase-container2"><!-- [et_pb_line_break_holder] --> <img class="checkmark" src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/check-mark1.png"><!-- [et_pb_line_break_holder] --> <p class="type-of-purchase paragraph">Subscribe & Save <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/question-mark1.png" class="questionmark" alt="Subscribe & Save money"></p><!-- [et_pb_line_break_holder] --> <p class="money-saved">$00.00</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <p class="final-price"><span>$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 Unit</p></div><!-- [et_pb_line_break_holder] --> <div class="quantity-container" data-number="2"><p>3 Units</p></div><!-- [et_pb_line_break_holder] --> <div class="quantity-container" data-number="3"><p>6 Units</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 &amp; Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe &amp; 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 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://s3-us-west-2.amazonaws.com/cdn.ultimatepetnutrition.com/continuity-terms/nutrabites-continuity-terms.html">(All terms and conditions apply)</a></span><!-- [et_pb_line_break_holder] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqASEAY" 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>

Coming Soon

<form id="notify-me-form" action="https://api.maropost.com/accounts/1366/forms/12/subscribe/ad8723e905d0be8c261ea2284e7109792bfaaa79" method="post"><!-- [et_pb_line_break_holder] --> <input include_blank="true" start_year="1950" placeholder=" First Name" type="text" name="contact_fields[first_name]" id="contact_fields_first_name" required=""><!-- [et_pb_line_break_holder] --> <input type="email" id="contact_fields_email" placeholder="Email" name="contact_fields[email]" required="" pattern="[a-z0-9._% -] @[a-z0-9.-] .[a-z]{2,3}$"><!-- [et_pb_line_break_holder] --> <button type="submit" name="commit" value="SUBMIT">SUBMIT</button><!-- [et_pb_line_break_holder] --></form><a href="#" class="notify-me-btn">NOTIFY ME WHEN IN STOCK</a><!-- [et_pb_line_break_holder] -->

<style><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px){<!-- [et_pb_line_break_holder] -->.et_pb_section_4 {<!-- [et_pb_line_break_holder] --> padding-top: 0px!important;<!-- [et_pb_line_break_holder] -->}}<!-- [et_pb_line_break_holder] --></style><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] -->}<!-- [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] -->}<!-- [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><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=a0N3w000016gqASEAY',<!-- [et_pb_line_break_holder] --> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAXEAY',<!-- [et_pb_line_break_holder] --> 'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAcEAI',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi48AAA&isSubscription=true&frequency=1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi4AAAQ&isSubscription=true&frequency=1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=01t3w000005mi4CAAQ&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><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><style><!-- [et_pb_line_break_holder] -->.product-gallery-slider .swiper-slide:first-child::before, .mobile-product-gallery-slider .swiper-slide:first-child::before {<!-- [et_pb_line_break_holder] --> content: '' !important;<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style> <p class="product-slider-badge">NEW PRODUCT</p><!-- [et_pb_line_break_holder] --><p class="product-slider-badge-mobile">NEW PRODUCT</p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script type="text/javascript"><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] --> var productSliderBadge = $('.product-slider-badge').detach();<!-- [et_pb_line_break_holder] --> var mobileProeductSliderBadge = $('.product-slider-badge-mobile').detach();<!-- [et_pb_line_break_holder] --> $('.product-gallery-slider .gallery-top2 .swiper-slide:nth-child(1)').append(productSliderBadge);<!-- [et_pb_line_break_holder] --> $('.mobile-product-gallery-slider .gallery-top .swiper-slide:nth-child(1)').append(mobileProeductSliderBadge);<!-- [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] --> .product-slider-badge, .product-slider-badge-mobile {<!-- [et_pb_line_break_holder] --> background-color: #3D9EA4;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> padding: 11px 20px !important;<!-- [et_pb_line_break_holder] --> font-size: 20px;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-hyphens: none !important;<!-- [et_pb_line_break_holder] --> -moz-hyphens: none !important;<!-- [et_pb_line_break_holder] --> hyphens: none !important;<!-- [et_pb_line_break_holder] --> white-space: nowrap !important;<!-- [et_pb_line_break_holder] --> width: auto !important;<!-- [et_pb_line_break_holder] --> display: table !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .product-slider-badge::after, .product-slider-badge-mobile::after {<!-- [et_pb_line_break_holder] --> content: '';<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> background: inherit;<!-- [et_pb_line_break_holder] --> z-index: -1;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> left: 20px;<!-- [et_pb_line_break_holder] --> transform-origin: left bottom;<!-- [et_pb_line_break_holder] --> transform: skewX(20deg);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --></style><h1 class="product-title">Nutra Bites</h1><!-- [et_pb_line_break_holder] --><h3 class="product-subtitle">Freeze-Dried Raw Beef Liver Dog Treats</h3><!-- [et_pb_line_break_holder] --><div class="product-rating">

5.0 out of 5 12 Reviews

</div><!-- [et_pb_line_break_holder] --><p class="product-description">These bite-size treats are made from a single, nutritious ingredient: beef liver. 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 dog live a long, happy, healthy life.</p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><p><em>*Individual results can and will vary.</em></p><!-- [et_pb_line_break_holder] -->Nutra Thrive for dogs<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><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] --> 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-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] --> 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-returning-customer');<!-- [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-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] --> console.log('Hini4');<!-- [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] --><!-- [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><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: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 Bag ($ 14.99 USD)</option><!-- [et_pb_line_break_holder] --> <option value="2">QUANTITY: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3 Bags ($ 40.47)</option><!-- [et_pb_line_break_holder] --> <option value="3">QUANTITY: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 6 Bags ($ 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 &amp; Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe &amp; 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://s3-us-west-2.amazonaws.com/cdn.ultimatepetnutrition.com/continuity-terms/nutrabites-continuity-terms.html">(All terms and conditions apply)</a></span><!-- [et_pb_line_break_holder] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000012t27KEAQ" 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><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><p class="product-title">Nutra Bites</p><!-- [et_pb_line_break_holder] --><p class="product-subtitle">Freeze-Dried Raw Beef Liver Dog Treats</p><!-- [et_pb_line_break_holder] --><div class="product-rating" style="display: inline-flex; margin-top: 15px;">

5.0 out of 5 12 Reviews

</div> <p class="product-description">These bite-size treats are made from a single, nutritious ingredient: beef liver. 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 dog live a long, happy, healthy life.</p><!-- [et_pb_line_break_holder] --><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 Bag</p></div><!-- [et_pb_line_break_holder] --> <div class="quantity-container-returning-customer" data-number="2"><p>3 Bags</p></div><!-- [et_pb_line_break_holder] --> <div class="quantity-container-returning-customer" 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 &amp; Save!"><label for="tabbed-radio-upn-st-subscriber-check-input"></label><span>YES! I want to Subscribe &amp; 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://s3-us-west-2.amazonaws.com/cdn.ultimatepetnutrition.com/continuity-terms/nutrabites-continuity-terms.html">(All terms and conditions apply)</a></span><!-- [et_pb_line_break_holder] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000012t27KEAQ" 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><hr style="display: inline-block;"><!-- [et_pb_line_break_holder] --><h1 class="section-title" style="text-align: left;">Why Nutra Thrive?</h1><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="paragraph">Nutra Thrive is a powerful blend of vitamins, minerals, antioxidants, phytonutrients, amino acids, digestive enzymes and probiotics that instantly upgrades any dog food to help your dog live a happy, healthy life.</p><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="whynutra-number no-left-margin">23</p><!-- [et_pb_line_break_holder] --> <p class="paragraph"><strong>added vitamins, minerals & amino acids</strong> to support muscles, teeth & bones</p><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="whynutra-number">9</p><!-- [et_pb_line_break_holder] --> <p class="paragraph"><strong>superfoods</strong> to boost overall health</p><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="whynutra-number">4</p><!-- [et_pb_line_break_holder] --> <p class="paragraph"><strong>digestive enzymes</strong> for optional GI function</p><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="whynutra-number">4</p><!-- [et_pb_line_break_holder] --> <p class="paragraph"><strong>probiotics</strong> for digestive health</p><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class="whynutra-text-container"><!-- [et_pb_line_break_holder] --> <p class="whynutra-number no-left-margin">ZERO</p><!-- [et_pb_line_break_holder] --> <p class="paragraph"><strong>additives, fillers or artificial ingredients</strong></p><!-- [et_pb_line_break_holder] --></div><hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">The secret is simplicity.</h2><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">Premium Researched 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">Beef liver contains protein, amino acids, vitamins and minerals.</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><div class="adv-formula-container"><!-- [et_pb_line_break_holder] --> <div class="adv-formula-1st-section"><!-- [et_pb_line_break_holder] --> <hr style="display: inline-block;"><!-- [et_pb_line_break_holder] --> <h2 class="adv-formula-title section-title">Advanced Formula</h2><!-- [et_pb_line_break_holder] --> <p class="adv-formula-subtitle">The secret is in its advanced 3-in-1 blend.<p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="adv-formula-icon-container"><!-- [et_pb_line_break_holder] --> <div class="adv-formula-icon-section"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/10/premium-research-ingredients1.png" style="width: 94px; height: 94px; min-width: 94px;"><!-- [et_pb_line_break_holder] --> <p class="adv-formula-icon-text"><!-- [et_pb_line_break_holder] -->Premium Researched Ingredients<!-- [et_pb_line_break_holder] --> </p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="adv-formula-icon-section"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/[email protected]" style="width: 94px; height: 94px;"><!-- [et_pb_line_break_holder] --> <p class="adv-formula-icon-text"><!-- [et_pb_line_break_holder] --> Grain Free<!-- [et_pb_line_break_holder] --> </p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="adv-formula-icon-section"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/[email protected]" style="width: 101px; height: 81px; margin: 6px auto; min-width: 101px;"><!-- [et_pb_line_break_holder] --> <p class="adv-formula-icon-text"><!-- [et_pb_line_break_holder] --> Manufactured in the USA<!-- [et_pb_line_break_holder] --> </p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --></div><div class="adv-formula-slider"><!-- [et_pb_line_break_holder] --> <div class="swiper-container"><!-- [et_pb_line_break_holder] --> <div class="swiper-wrapper"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div class="swiper-slide"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/cat-superfoods-blend-img.png"><!-- [et_pb_line_break_holder] --> <h3 class="ingredient-title">Superfoods Blend</h3><!-- [et_pb_line_break_holder] --> <p class="paragraph">Packed with immune-supporting nutrients to support whole-body health</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/cat-super-feline-blend-img.png"><!-- [et_pb_line_break_holder] --> <h3 class="ingredient-title">Super Feline Blend</h3><!-- [et_pb_line_break_holder] --> <p class="paragraph">Rich in easily-absorbed vitamins and minerals to “recharge” energy levels</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/cat-probioticenzyme-blend-img.png"><!-- [et_pb_line_break_holder] --> <h3 class="ingredient-title">Probiotic & Enzyme Blend</h3><!-- [et_pb_line_break_holder] --> <p class="paragraph">To promote nutrient absorption and help alleviate digestive discomfort</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><hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">How to Use</h2><!-- [et_pb_line_break_holder] --><p class="product-description">Nutra Thrive is an advanced supplement powder — with a chicken flavor your cat will love.</p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><p class="product-description">To give your cat the full benefits of Nutra Thrive, simply follow the guidelines below. Use this formula consistently for the best results.</p><div class="how-to-use-slider"><!-- [et_pb_line_break_holder] --> <div class="swiper-container"><!-- [et_pb_line_break_holder] --> <div class="swiper-wrapper"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div class="swiper-slide"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/02/step.png"><!-- [et_pb_line_break_holder] --> <p class="step-nr">Step 1</p><!-- [et_pb_line_break_holder] --> <p class="step-description">Get the right amount of dosage needed for your cat’s size. Pour the dosage onto your cat’s normal food.</p><!-- [et_pb_line_break_holder] --> <p class="step-tip"><span>TIP: </span>Follow the feeding chart for best results.<br>&nbsp;</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="swiper-slide"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/02/step1.png"><!-- [et_pb_line_break_holder] --> <p class="step-nr">Step 2</p><!-- [et_pb_line_break_holder] --> <p class="step-description">You may also sprinkle or pour a little bit of water into the bowl — enough to coat the kibble, but not so much that it floats in the water. About 1/4 cup should be enough.</p><!-- [et_pb_line_break_holder] --> <p class="step-tip"><span>TIP: </span>Use a measuring cup if necessary. Measuring cup not included.</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="swiper-slide"><!-- [et_pb_line_break_holder] --> <img src="https://cdn.ultimatepetnutrition.com/wp-content/uploads/2019/09/step2.png"><!-- [et_pb_line_break_holder] --> <p class="step-nr">Step 3</p><!-- [et_pb_line_break_holder] --> <p class="step-description">Thoroughly mix Nutra Thrive until the powder evenly coats your cat’s food.</p><!-- [et_pb_line_break_holder] --> <p class="step-tip"><span>TIP: </span>If you see Nutra Thrive powder after thoroughly mixing, add a little bit of water and repeat step 3.</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <!-- Add Pagination --><!-- [et_pb_line_break_holder] --> <div class="swiper-pagination"></div><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --></div>


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 container — and we’ll be happy to refund your purchase price.

<hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">Frequently Asked Questions</h2>

Some commercial dog 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 beef liver the main ingredient, it’s the only ingredient.

Nutra Bites are low in calories compared to many other dog treats, so they can help your dog maintain a healthy weight. They can also spare your dog of potentially-harmful additives and fillers.

Beef liver is also rich in vitamin A, vitamin B, iron, magnesium, calcium, and cobalamin, to support your dog’s digestion and overall health.

Nutra Bites are an incredible tool for positive reinforcement, rewards, or simply treating your dog. Dogs of all shapes, sizes, and ages can benefit from this low-calorie, nutrient-dense treat.

Nutra Bites are made with just one ingredient: Quality beef liver. All of our products go through rigorous testing for quality, purity, and potency at an independent, 3rd-party facility.

Nutra Bites are made with 100% freeze-dried beef liver, which your dog will go crazy for. But if for any reason you (and your dog) 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.

Vitamin A, which can support your dog’s vision, bone growth and reproductive system

Iron, which can support cellular health

B vitamins, which can support your dog’s nervous system and digestive health

Zinc, which can support your dog’s immune system and thyroid function

Protein which can support healthy muscles and weight management.

<hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">Results and Reviews</h2><!-- [et_pb_line_break_holder] --><div class="product-rating">

5.0 out of 5 12 Reviews

</div><!-- [et_pb_line_break_holder] --><a href="#review_form" class="write-review-btn">WRITE A REVIEW<a><!-- [et_pb_line_break_holder] -->
AVERAGE RATING
5.0 out of 5
5.0 OUT OF 5
Please enter your name as you wish it to be displayed.
Please enter and verify your email address.
Please enter a subject or title for your review.
Please click on your star rating.
Please enter your pet's name
Please enter your pet's age
Please enter your comments.

5 out of 5

Franks Mom

Apr 24 2023  

Verified Reviewer

Frank loves his snacks

“Frank absolutly loves these snacks. He is a Pug is a happy guy with these snacks. And yea he don't mind sharing with his sister!”

5 out of 5

D

Mar 30 2023  

Verified Reviewer

Trying new things

“It is our first time trying this flavor. We usually stick to the bison liver. Which is amazing by the way. So we decided to give beef a try and my sweet baby loves them!”

5 out of 5

Aga

Mar 21 2023  

Verified Reviewer

Delightful treats

“My mini pin fur daughter loves these delightful treats.”

5 out of 5

Lorry

Feb 26 2023  

Verified Reviewer

I L❤️VE my nutrition Bites

“My dog WAITS for these after she eats her Ultimate Pet Nutrition”

5 out of 5

Dave

Feb 16 2023  

Verified Reviewer

Delectable Nutri Bites!

“Iro, Shiba Inu, absolutely loves the Beef Liver Nutri-Bites! These are his favorite treats and I believe these are one of the best & nutritious treats out there. We use these for his training and rewarding his good behavior & habits. We will definitely keep these treats in stock for Iro! Thank you Ultimate Pet Nutrition! 🙌🏽”

5 out of 5

Tom Hall

Aug 24 2022  

Verified Reviewer

Nutra Bites beef liver treats

“Star loves Nutra Bites! We use Nutra Bites as a treat for good behavior as well as sprinkle some on top of her Nutra Complete dog food that she loves to spice up her food!”

5 out of 5

Gma Kathy

Aug 19 2022  

Verified Reviewer

Yummy

“Let me start off by telling you about when I brought the package in ... Lucy went crazy, she what sniffing the box non stop, tail was a waggin, she hardly let me open the box so was so excited! Once the box was open she got even more excited and couldn't wait for me to open the package. She LOVES these treats!”

5 out of 5

Linda T

Aug 18 2022  

Verified Reviewer

Nutra Bites Beef Liver Dog Treats

“Molly loves these treats. She gets her treats while the humans are eating their dinner. She starts asking for them a couple of hours ahead of time but we resist until dinnertime.”

5 out of 5

Timothy K

Jul 3 2022  

Verified Reviewer

Three hound dogs all 5 star ratings

“All rescued dogs”

5 out of 5

MD

May 21 2022  

Verified Reviewer

Beef nutria bites

“My Bernese Mountain dog loves a sprinkle of her Beef Ultra Bites with her kibble. I also used them to signal that I’m leaving by putting some in her favorite food puzzle. I believe my Berner is healthier because of the changes in her diet since using the ultimate pet nutrition products. She is 3 years old.”

5 out of 5

Maximus says:

May 20 2022  

Verified Reviewer

“I love Nutri Bites beef liver treats. My Nana used to buy the Beef Liver treats from a local Pet Food store ... they made me really thirsty after I ate one. Now, I will only accept a dog biscuit IF I receive a Nuti Bite FIRST. I am 12 years old (boxer/mastiff mix) and I use several Ultimate Pet Nutrition products. A few months ago, while out with my family, another dog owner ... thought I was only 1 or 2 years old. Thought I was just a young pup ... lol. Albeit, I act and move like one, I can run up and down the stairs like one, and I still zoom like one.😊”

5 out of 5

Rocky’s mom

May 19 2022  

Verified Reviewer

Beef Liver Nutra Bites

“My Yorkie loves his “Good Boy” treats that I get from you, the Beef Liver Nutra Bites! He has a certain bark that he does when I go to open the bag, and when my son’s two Golden Doodles hear it, they come running downstairs for one too. At times I think they even pretend they need to go out, just to get one. It’s quite hilarious! This is why I buy three bags when I do an order. That you for a healthy treat for our pups. ~ Maryann B.”

*All pets are unique. Your pet’s results can and will vary.

<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> $('<input id="robot-checkbox" type="checkbox" value="1" checked="checked" style=" display: none;"/>').appendTo("#review_form");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --></script><script><!-- [et_pb_line_break_holder] --> jQuery(document).ready(function($){<!-- [et_pb_line_break_holder] --> var product_final_price = ['$14.99','$40.47','$74.94'];<!-- [et_pb_line_break_holder] --> var product_old_price = ['$19.99','$59.97','$119.94'];<!-- [et_pb_line_break_holder] --> var product_savings = ['$5.00','$19.50','$45.00'];<!-- [et_pb_line_break_holder] --> var product_links = [<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqASEAY:1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAXEAY:1',<!-- [et_pb_line_break_holder] -->'https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000016gqAcEAI: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] --> $('.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] --> if(selected_value == 1){ <!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .final-price span').html(product_data['final_price'][selected_value-1]);<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .savings span').html(product_data['savings'][selected_value-1]);<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .old-price span').html(product_data['old_price'][selected_value-1]);<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .savings-retail-price-container').css('margin-bottom','25px');<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .savings').css('display','block');<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .old-price').css('display','block');<!-- [et_pb_line_break_holder] --> }<!-- [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><script type="text/javascript"><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] --> cartoptions = '';<!-- [et_pb_line_break_holder] --> var SessionId=getCookie('SessionId');<!-- [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] --><!-- [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] --><!-- [et_pb_line_break_holder] --> if(cartoptions.indexOf('&sessionid=') === -1) { <!-- [et_pb_line_break_holder] --> if(window.location.search.length>0) {<!-- [et_pb_line_break_holder] --> cartoptions = '&' window.location.search.substring(1).replace(/(&sessionid=[^&s] |sessionid=[^&s] &?)/,'').replace(/(&c=[^&s] |c=[^&s] &?)/,'') ;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> cartoptions ="&sessionid=" SessionId;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).find('.quantity-selector').change(function(index, value) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).find('.add-to-cart-btn').each(function(index, value) {<!-- [et_pb_line_break_holder] -->var newlink = $(this).attr('href') cartoptions;<!-- [et_pb_line_break_holder] -->$(this).attr('href', newlink);<!-- [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] -->$(document).find('.quantity-container').click(function(index, value) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).find('.add-to-cart-btn').each(function(index, value) {<!-- [et_pb_line_break_holder] -->var newlink = $(this).attr('href') cartoptions;<!-- [et_pb_line_break_holder] -->$(this).attr('href', newlink);<!-- [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] --> setTimeout(function () {<!-- [et_pb_line_break_holder] -->$(document).find('.add-to-cart-btn').each(function(index, value) {<!-- [et_pb_line_break_holder] -->var newlink = $(this).attr('href') cartoptions;<!-- [et_pb_line_break_holder] -->$(this).attr('href', newlink);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(document).find('.quantity-selector').change();<!-- [et_pb_line_break_holder] -->$(document).find('.quantity-container.active').click();<!-- [et_pb_line_break_holder] --> }, 1000);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->if(performance.navigation.type === 2) {<!-- [et_pb_line_break_holder] --> setTimeout(function () { <!-- [et_pb_line_break_holder] -->$(document).find('.quantity-selector').val(2).change();<!-- [et_pb_line_break_holder] -->$(document).find('.quantity-container.active').click();<!-- [et_pb_line_break_holder] --> }, 100);<!-- [et_pb_line_break_holder] -->} <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --></script>
<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>