Description
<script><!-- [et_pb_line_break_holder] --> jQuery(document).ready(function($){<!-- [et_pb_line_break_holder] --> var product_final_price = ['$69.99','$188.97','$356.95'];<!-- [et_pb_line_break_holder] --> var product_old_price = ['$69.99','$209.97','$419.94'];<!-- [et_pb_line_break_holder] --> var product_savings = ['$00.00','$21.00','$62.99'];<!-- [et_pb_line_break_holder] --> var product_links = [<!-- [et_pb_line_break_holder] --> 'http://ultimatepetnutrition.com/cmd.php?pid=349144011dae47f691c1b504b190c349&rm=hjntc',<!-- [et_pb_line_break_holder] --> 'http://ultimatepetnutrition.com/cmd.php?pid=ab5d060cf73a4f41bd3e7892d64a7c5c&rm=hjntc',<!-- [et_pb_line_break_holder] --> 'http://ultimatepetnutrition.com/cmd.php?pid=e48a1431943447d9a0af50669f1cae1a&rm=hjntc'];<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> var product_data = {<!-- [et_pb_line_break_holder] --> 'old_price': product_old_price,<!-- [et_pb_line_break_holder] --> 'final_price': product_final_price,<!-- [et_pb_line_break_holder] --> 'savings': product_savings,<!-- [et_pb_line_break_holder] --> 'product_link': product_links};<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->var getUrlParameter = function getUrlParameter(sParam) {<!-- [et_pb_line_break_holder] --> var sPageURL = window.location.search.substring(1),<!-- [et_pb_line_break_holder] --> sURLVariables = sPageURL.split('&'),<!-- [et_pb_line_break_holder] --> sParameterName,<!-- [et_pb_line_break_holder] --> i;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> for (i = 0; i < sURLVariables.length; i ) {<!-- [et_pb_line_break_holder] --> sParameterName = sURLVariables[i].split('=');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> if (sParameterName[0] === sParam) {<!-- [et_pb_line_break_holder] --> return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> var url_src = getUrlParameter('src');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> if(url_src == 'brandshop'){<!-- [et_pb_line_break_holder] --> $('select.quantity-selector').val(1);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> if(url_src == 'brandshop6'){<!-- [et_pb_line_break_holder] --> $('select.quantity-selector').val(3);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .quantity-selector').on('change', function() {<!-- [et_pb_line_break_holder] --> var selected_value = this.value;<!-- [et_pb_line_break_holder] --> updateProductInfo(selected_value, product_data);<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').click(function(event){<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').addClass('active');<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').removeClass('active');<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').click(function(event){<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container2').addClass('active');<!-- [et_pb_line_break_holder] --> $('.product-add-to-cart-container .type-of-purchase-section .type-of-purchase-container1').removeClass('active');<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container').click(function() {<!-- [et_pb_line_break_holder] --> $('body.single-product .product-add-to-cart-container .quantity-selector-container .quantity-container').not(this).each(function(){<!-- [et_pb_line_break_holder] --> $(this).removeClass('active');<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> var selected_value = $(this).data('number');<!-- [et_pb_line_break_holder] --> $(this).addClass('active');<!-- [et_pb_line_break_holder] --> updateProductInfo(selected_value, product_data);<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> window.onload = function(){<!-- [et_pb_line_break_holder] --> var selected_product_quantity = $('.product-add-to-cart-container .quantity-selector').val();<!-- [et_pb_line_break_holder] --> updateProductInfo(selected_product_quantity, product_data);<!-- [et_pb_line_break_holder] --> };<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>
<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 for Cats</h1><!-- [et_pb_line_break_holder] --><h3 class="product-subtitle">Freeze-Dried Raw Chicken Breast Cat Treats</h3><!-- [et_pb_line_break_holder] --><div class="product-rating"></div><!-- [et_pb_line_break_holder] --><p class="product-description">These mouthwatering treats are made from a single, nutritious ingredient: chicken breast. This premium-grade meat is rich in protein, and freeze-dried raw to help preserve its nutritional value, flavor, and aroma. These convenient, tasty treats can help support your cat’s muscle development, and spare them of potentially harmful additives and fillers found in most other cat treats. With Nutra Bites, you can be confident that you’re rewarding your cat with the very best.</p><!-- [et_pb_line_break_holder] --><ul><!-- [et_pb_line_break_holder] --><li>No additives, fillers or preservatives</li><!-- [et_pb_line_break_holder] --><li>Excellent source of protein</li><!-- [et_pb_line_break_holder] --><li>Great for daily treats or meal toppers</li><!-- [et_pb_line_break_holder] --></ul><!-- [et_pb_line_break_holder] --><p><em>*Individual results can and will vary.</em></p><!-- [et_pb_line_break_holder] --><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>$16.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>$00.00</span></p> <p class="old-price">Regular Price: <span>$16.99</span> USD</p><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <div class="quantity-selector-container"><!-- [et_pb_line_break_holder] --> <select class="quantity-selector"><!-- [et_pb_line_break_holder] --> <option value="1" selected>QUANTITY: 1 Unit ($16.99)</option><!-- [et_pb_line_break_holder] --> <option value="2">QUANTITY: 3 Units ($44.97)</option><!-- [et_pb_line_break_holder] --> <option value="3">QUANTITY: 6 Units ($83.94)</option><!-- [et_pb_line_break_holder] --> </select><!-- [et_pb_line_break_holder] --> </div><!-- [et_pb_line_break_holder] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000012swQzEAI:1" 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 for Cats</p><!-- [et_pb_line_break_holder] --><p class="product-subtitle">Freeze-Dried Raw Chicken Breast Cat Treats</p><!-- [et_pb_line_break_holder] --><div class="product-rating" style="display: inline-flex; margin-top: 15px;"></div>
<p class="product-description">These mouthwatering treats are made from a single, nutritious ingredient: chicken breast. This premium-grade meat is rich in protein, and freeze-dried raw to help preserve its nutritional value, flavor, and aroma. These convenient, tasty treats can help support your cat’s muscle development, and spare them of potentially harmful additives and fillers found in most other cat treats. With Nutra Bites, you can be confident that you’re rewarding your cat with the very best.</p><!-- [et_pb_line_break_holder] --><ul><!-- [et_pb_line_break_holder] --><li>No additives, fillers or preservatives</li><!-- [et_pb_line_break_holder] --><li>Excellent source of protein</li><!-- [et_pb_line_break_holder] --><li>Great for daily treats or meal toppers</li><!-- [et_pb_line_break_holder] --></ul><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>$16.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>$00.00</span></p> <p class="old-price">Regular Price: <span>$16.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] --> <a href="https://cart.ultimatepetnutrition.com/cart?product1=a0N3w000012swQzEAI:1" 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] -->
Our Promise to You
At Ultimate Pet Nutrition, we’re proud to formulate some of the most advanced pet supplements on the market — which is why every purchase is backed by our 90-Day Refund Promise.
If you don’t see a noticeable improvement in your pet’s health and happiness, just let us know. You can send back the unused portion, any time within 90 days — and we’ll be happy to refund your purchase price.
<hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">Frequently Asked Questions</h2>
Many commercial cat treats are filled with unhealthy ingredients (like wheat flour and corn syrup), low-quality protein sources (like meat by-products), or fillers (like corn and rice).
Nutra Bites keep all those things out — because there’s simply no need for them. Not only are premium-grade, nutrient-rich chicken breast the main ingredient, they’re the only ingredient.
Nutra Bites are free of additives and fillers, some of which have been linked to weight gain and other health issues. So switching to Nutra Bites could help your cat maintain a healthy weight.
Nutra Bites are an incredible tool for positive reinforcement, rewards, or simply treating your cat. Cats of all shapes, sizes, and ages can benefit from this protein-rich, nutrient-dense treat.
Nutra Bites are made with just one ingredient: premium-grade chicken breast. 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 raw chicken breast, which your cat will go crazy for the natural flavor and aroma. But if for any reason you (and your cat) aren’t completely thrilled with Nutra Bites, simply contact our customer service team within 90 days of your purchase, and we’ll refund your purchase price — no hassle, no stress.
<hr><!-- [et_pb_line_break_holder] --><h2 class="section-title">Results and Reviews</h2><!-- [et_pb_line_break_holder] --><div class="product-rating"></div><!-- [et_pb_line_break_holder] --><a href="#review_form" class="write-review-btn">WRITE A REVIEW<a><!-- [et_pb_line_break_holder] -->
*All pets are unique. Your pet’s results can and will vary.