www.1800petmeds.com
Open in
urlscan Pro
104.16.135.104
Public Scan
Submitted URL: http://1800petmetd.com/
Effective URL: https://www.1800petmeds.com/
Submission: On March 28 via api from CA — Scanned from CA
Effective URL: https://www.1800petmeds.com/
Submission: On March 28 via api from CA — Scanned from CA
Form analysis
5 forms found in the DOMName: simpleSearch — GET /search
<form role="search" action="/search" method="get" name="simpleSearch">
<select class="form-control search-type" name="searchType" aria-label="Search for Products or Content">
<option value="products">Products</option>
<option value="education">Education</option>
</select>
<input class="form-control search-field" type="search" name="q" value="" placeholder="Search..." aria-haspopup="listbox" aria-autocomplete="list" aria-label="Enter Keyword or Item No." autocomplete="off"
onfocus="document.body.classList.add('searching')">
<button type="reset" name="reset-button" class="fa fa-times reset-button d-none" aria-label="Clear search keywords"></button>
<button type="submit" class="search-button fa fa-search" name="search-button" aria-label="Submit search keywords"></button>
<div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-1800petmeds-Site/default/SearchServices-GetSuggestions?q="></div>
<div class="no-results-wrapper">
<div class="no-results-suggestions">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-xl-3 links-container">
<div class="trending-cats results-container">
<h2>Trending Categories</h2>
<div class="html-slot-container">
<ul class="result-links">
<li><a href="https://www.1800petmeds.com/Flea+++Tick-cat10.html" class="result-link">Flea & Tick</a></li>
<li><a href="https://www.1800petmeds.com/Heartworm-cat11.html" class="result-link">Heartworm</a></li>
<li><a href="https://www.1800petmeds.com/Joints-cat12.html" class="result-link">Joints</a></li>
<li><a href="https://www.1800petmeds.com/Medications-cat14.html" class="result-link">Medications</a></li>
</ul>
</div>
</div>
<div class="health-advice results-container">
<h2>Health Advice</h2>
<ul class="result-links">
<li><a href="/how-to-tell-pet-joint-pain/a230007.html" class="result-link">How to Tell if your Pet has Joint Pain</a></li>
<li><a href="/education/nutrition/special-diet-foods.html" class="result-link">Special Diet Foods</a></li>
<li><a href="/education/what-is-horse-lameness-52.html" class="result-link">What Is Horse Lameness?</a></li>
<li><a href="/education/nutrition/about-limited-ingredient-diets.html" class="result-link">All About Limited Ingredient Diets</a></li>
<li><a href="/education/Horse/hoof-abscess-symptoms-treatment-prevention.html" class="result-link">Hoof Abscess Symptoms, Treatment, And Prevention</a></li>
</ul>
<a href="/education" class="more-link">Explore Pet Health Advice <span class="nav-chevron-right"></span></a>
</div>
</div>
<h2 class="scroll-heading">Trending Products</h2>
<ul class="col-12 col-md-8 col-xl-9 container search-results-ul" role="listbox" id="search-results-main">
<script>
(function() {
// window.CQuotient is provided on the page by the Analytics code:
var cq = window.CQuotient;
if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
var recommender = '[["Search-products-in-all-categories"]]';
// cleaning up the leading/trailing brackets and quotes:
recommender = recommender.slice(8, recommender.length - 8);
var separator = '|||';
var slotConfigurationUUID = 'f9f0a064f59a404ebd38df1189';
var contextAUID = '';
var contextSecondaryAUID = '';
var contextAltAUID = '';
var contextType = '';
var anchorsArray = [];
var contextAUIDs = contextAUID.split(separator);
var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
var contextAltAUIDs = contextAltAUID.split(separator);
var contextTypes = contextType.split(separator);
var slotName = 'suggestion-products-m';
var slotConfigId = 'New Slot Configuration - 2021-02-23 16:17:18';
var slotConfigTemplate = 'slots/product/suggestionProducts.isml';
if (contextAUIDs.length == contextSecondaryAUIDs.length) {
for (i = 0; i < contextAUIDs.length; i++) {
anchorsArray.push({
id: contextAUIDs[i],
sku: contextSecondaryAUIDs[i],
type: contextTypes[i],
alt_id: contextAltAUIDs[i]
});
}
} else {
anchorsArray = [{
id: contextAUID,
sku: contextSecondaryAUID,
type: contextType,
alt_id: contextAltAUID
}];
}
var urlToCall = '/on/demandware.store/Sites-1800petmeds-Site/default/CQRecomm-Start';
var params = {
userId: cq.getCQUserId(),
cookieId: cq.getCQCookieId(),
emailId: cq.getCQHashedEmail(),
loginId: cq.getCQHashedLogin(),
anchors: anchorsArray,
slotId: slotName,
slotConfigId: slotConfigId,
slotConfigTemplate: slotConfigTemplate,
ccver: '1.03'
};
if (cq.getRecs) {
cq.getRecs(cq.clientId, recommender, params, cb);
} else {
cq.widgets = cq.widgets || [];
cq.widgets.push({
recommenderName: recommender,
parameters: params,
callback: cb
});
}
};
function cb(parsed) {
var arr = parsed[recommender].recs;
if (arr && 0 < arr.length) {
var filteredProductIds = '';
for (i = 0; i < arr.length; i++) {
filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
}
filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
var request = new XMLHttpRequest();
request.open('POST', urlToCall, true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.onreadystatechange = function() {
if (this.readyState === 4) {
// Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
document.getElementById(divId).innerHTML = this.responseText;
//find and evaluate scripts in response:
var scripts = document.getElementById(divId).getElementsByTagName('script');
if (null != scripts) {
for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
var srcScript = document.createElement('script');
srcScript.text = scripts[i].innerHTML;
srcScript.asynch = scripts[i].asynch;
srcScript.defer = scripts[i].defer;
srcScript.type = scripts[i].type;
srcScript.charset = scripts[i].charset;
document.head.appendChild(srcScript);
document.head.removeChild(srcScript);
}
}
}
};
request.send(formData);
request = null;
}
};
})();
</script>
<div id="cq_recomm_slot-f9f0a064f59a404ebd38df1189">
<li class="row items hidden-sm-down">
<span class="col-12 item" id="product-0" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flea5X+Plus-prod11480.html" aria‐label="Flea5X Plus">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Flea5X Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw3595b14f/images/large/11480.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Flea5X Plus</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$24.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$35.70</span>
<span class="savings-dollar">Save $10.71</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-1" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/K9+Advantix+II+-prod10631.html" aria‐label="K9 Advantix II">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="K9 Advantix II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6a7504c1/images/large/12239.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">K9 Advantix II</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.98</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$42.83</span>
<span class="savings-dollar">Save $12.85</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-2" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Heartgard+Plus+Chewables-prod10002.html" aria‐label="Heartgard Plus Chewables">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Heartgard Plus Chewables" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8ef5aa48/images/large/10002.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Heartgard Plus Chewables</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$9.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$14.27</span>
<span class="savings-dollar">Save $4.28</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-3" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Dasuquin+with+MSM+for+Dogs-prod338143.html" aria‐label="Dasuquin with MSM for Dogs">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Dasuquin with MSM for Dogs" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6decc3dd/images/large/11258.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Dasuquin with MSM for Dogs</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$49.49</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$70.70</span>
<span class="savings-dollar">Save $21.21</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-4" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Novox+Carprofen+++Generic+to+Rimadyl-prod10930.html" aria‐label="Novox Carprofen - Generic to Rimadyl">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Novox Carprofen - Generic to Rimadyl" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwd215fa37/images/large/109380.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Novox Carprofen - Generic to Rimadyl</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$22.37</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.96</span>
<span class="savings-dollar">Save $9.59</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-5" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Tri-Heart+Plus-prod10413.html" aria‐label="Tri-Heart Plus">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Tri-Heart Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8987834f/images/large/10413.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Tri-Heart Plus</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$21.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.41</span>
<span class="savings-dollar">Save $9.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-6" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flexadin+Advanced+Chews+with+UC+II-prod11885.html" aria‐label="Flexadin Advanced Chews with UC-II">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Flexadin Advanced Chews with UC-II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw5e368fab/images/large/11885.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Flexadin Advanced Chews with UC-II</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$32.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$47.13</span>
<span class="savings-dollar">Save $14.14</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-7" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Zesty+Paws+Wild+Alaskan+Salmon+Oil+for+Dogs+and+Cats-prod12894.html" aria‐label="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwe54b4da8/images/large/12894.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$35.97</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$51.39</span>
<span class="savings-dollar">Save $15.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-8" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Trixsyn-prod12551.html" aria‐label="Trixsyn">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Trixsyn" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw06e5bdbc/images/large/12551.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Trixsyn</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.00</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$41.43</span>
<span class="savings-dollar">Save $12.43</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</li>
<li class="row items hidden-md-up">
<div class="item-column">
<span class="col-12 item" id="product-0" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flea5X+Plus-prod11480.html" aria‐label="Flea5X Plus">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Flea5X Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw3595b14f/images/large/11480.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Flea5X Plus</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$24.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$35.70</span>
<span class="savings-dollar">Save $10.71</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-1" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/K9+Advantix+II+-prod10631.html" aria‐label="K9 Advantix II">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="K9 Advantix II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6a7504c1/images/large/12239.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">K9 Advantix II</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.98</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$42.83</span>
<span class="savings-dollar">Save $12.85</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-2" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Heartgard+Plus+Chewables-prod10002.html" aria‐label="Heartgard Plus Chewables">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Heartgard Plus Chewables" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8ef5aa48/images/large/10002.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Heartgard Plus Chewables</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$9.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$14.27</span>
<span class="savings-dollar">Save $4.28</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
<div class="item-column">
<span class="col-12 item" id="product-3" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Dasuquin+with+MSM+for+Dogs-prod338143.html" aria‐label="Dasuquin with MSM for Dogs">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Dasuquin with MSM for Dogs" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6decc3dd/images/large/11258.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Dasuquin with MSM for Dogs</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$49.49</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$70.70</span>
<span class="savings-dollar">Save $21.21</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-4" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Novox+Carprofen+++Generic+to+Rimadyl-prod10930.html" aria‐label="Novox Carprofen - Generic to Rimadyl">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Novox Carprofen - Generic to Rimadyl" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwd215fa37/images/large/109380.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Novox Carprofen - Generic to Rimadyl</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$22.37</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.96</span>
<span class="savings-dollar">Save $9.59</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-5" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Tri-Heart+Plus-prod10413.html" aria‐label="Tri-Heart Plus">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Tri-Heart Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8987834f/images/large/10413.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Tri-Heart Plus</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$21.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.41</span>
<span class="savings-dollar">Save $9.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
<div class="item-column">
<span class="col-12 item" id="product-6" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flexadin+Advanced+Chews+with+UC+II-prod11885.html" aria‐label="Flexadin Advanced Chews with UC-II">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Flexadin Advanced Chews with UC-II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw5e368fab/images/large/11885.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Flexadin Advanced Chews with UC-II</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$32.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$47.13</span>
<span class="savings-dollar">Save $14.14</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-7" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Zesty+Paws+Wild+Alaskan+Salmon+Oil+for+Dogs+and+Cats-prod12894.html" aria‐label="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwe54b4da8/images/large/12894.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$35.97</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$51.39</span>
<span class="savings-dollar">Save $15.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-8" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Trixsyn-prod12551.html" aria‐label="Trixsyn">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Trixsyn" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw06e5bdbc/images/large/12551.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Trixsyn</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.00</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$41.43</span>
<span class="savings-dollar">Save $12.43</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
</li>
</div>
</ul>
</div>
</div>
</div>
</div>
<input type="hidden" value="default" name="lang">
<input type="hidden" value="" name="Ntt">
<input type="hidden" name="csrf_token" value="e_T5OPcSBXViLMl4iw25hiMWiRQCqkdH7zRQyLRePzk3vHQZ1BtsERtM1184d8-2wwsEb_CaBOL9QOIaccGHpwgzPVUsf4NOo4NdYMUWeClHgpzGhjhEUGrXjAetFKgZ0cs4BuQta1XWizUI9ohME6tHcqbJu-NVXaaY0sEmb8vFkI5PqhQ=">
</form>
Name: simpleSearch — GET /search
<form role="search" action="/search" method="get" name="simpleSearch">
<select class="form-control search-type search-type-mobile" name="searchType" aria-label="Use your mobile device to search for products" onchange="document.querySelector('.search-field').focus()">
<option value="products" selected="selected">Products</option>
<option value="education">Education</option>
</select>
<input class="form-control search-field" type="search" name="q" value="" placeholder="Search..." aria-haspopup="listbox" aria-autocomplete="list" onfocus="document.body.classList.add('searching')"
aria-label="Use your mobile device to Enter Keyword or Item No." autocomplete="off">
<button type="reset" name="reset-button" class="fa fa-times reset-button d-none" aria-label="Clear search keywords"></button>
<button type="submit" class="search-button fa fa-search" name="search-button" aria-label="Submit search keywords"></button>
<div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-1800petmeds-Site/default/SearchServices-GetSuggestions?q="></div>
<div class="no-results-wrapper">
<div class="no-results-suggestions">
<div class="container">
<div class="row">
<h2 class="scroll-heading">Trending Products</h2>
<span class="swipe-tag"><img src="/on/demandware.static/Sites-1800petmeds-Site/-/default/dwe2c8bd80/images/dark-blue-caret-left.svg"> <span>Swipe</span></span>
<ul class="col-12 col-md-8 col-xl-9 container search-results-ul" role="listbox" id="search-results-mobile">
<script>
(function() {
// window.CQuotient is provided on the page by the Analytics code:
var cq = window.CQuotient;
if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
var recommender = '[["Search-products-in-all-categories"]]';
// cleaning up the leading/trailing brackets and quotes:
recommender = recommender.slice(8, recommender.length - 8);
var separator = '|||';
var slotConfigurationUUID = 'b4ed6ca39ff2730673fd2bf433';
var contextAUID = '';
var contextSecondaryAUID = '';
var contextAltAUID = '';
var contextType = '';
var anchorsArray = [];
var contextAUIDs = contextAUID.split(separator);
var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
var contextAltAUIDs = contextAltAUID.split(separator);
var contextTypes = contextType.split(separator);
var slotName = 'suggestion-products-mobile';
var slotConfigId = 'New Slot Configuration - 2021-02-24 14:02:51';
var slotConfigTemplate = 'slots/product/suggestionProducts.isml';
if (contextAUIDs.length == contextSecondaryAUIDs.length) {
for (i = 0; i < contextAUIDs.length; i++) {
anchorsArray.push({
id: contextAUIDs[i],
sku: contextSecondaryAUIDs[i],
type: contextTypes[i],
alt_id: contextAltAUIDs[i]
});
}
} else {
anchorsArray = [{
id: contextAUID,
sku: contextSecondaryAUID,
type: contextType,
alt_id: contextAltAUID
}];
}
var urlToCall = '/on/demandware.store/Sites-1800petmeds-Site/default/CQRecomm-Start';
var params = {
userId: cq.getCQUserId(),
cookieId: cq.getCQCookieId(),
emailId: cq.getCQHashedEmail(),
loginId: cq.getCQHashedLogin(),
anchors: anchorsArray,
slotId: slotName,
slotConfigId: slotConfigId,
slotConfigTemplate: slotConfigTemplate,
ccver: '1.03'
};
if (cq.getRecs) {
cq.getRecs(cq.clientId, recommender, params, cb);
} else {
cq.widgets = cq.widgets || [];
cq.widgets.push({
recommenderName: recommender,
parameters: params,
callback: cb
});
}
};
function cb(parsed) {
var arr = parsed[recommender].recs;
if (arr && 0 < arr.length) {
var filteredProductIds = '';
for (i = 0; i < arr.length; i++) {
filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
}
filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
var request = new XMLHttpRequest();
request.open('POST', urlToCall, true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.onreadystatechange = function() {
if (this.readyState === 4) {
// Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
document.getElementById(divId).innerHTML = this.responseText;
//find and evaluate scripts in response:
var scripts = document.getElementById(divId).getElementsByTagName('script');
if (null != scripts) {
for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
var srcScript = document.createElement('script');
srcScript.text = scripts[i].innerHTML;
srcScript.asynch = scripts[i].asynch;
srcScript.defer = scripts[i].defer;
srcScript.type = scripts[i].type;
srcScript.charset = scripts[i].charset;
document.head.appendChild(srcScript);
document.head.removeChild(srcScript);
}
}
}
};
request.send(formData);
request = null;
}
};
})();
</script>
<div id="cq_recomm_slot-b4ed6ca39ff2730673fd2bf433">
<li class="row items hidden-sm-down">
<span class="col-12 item" id="product-0" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flea5X+Plus-prod11480.html" aria‐label="Flea5X Plus">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Flea5X Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw3595b14f/images/large/11480.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Flea5X Plus</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$24.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$35.70</span>
<span class="savings-dollar">Save $10.71</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-1" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/K9+Advantix+II+-prod10631.html" aria‐label="K9 Advantix II">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="K9 Advantix II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6a7504c1/images/large/12239.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">K9 Advantix II</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.98</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$42.83</span>
<span class="savings-dollar">Save $12.85</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-2" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Heartgard+Plus+Chewables-prod10002.html" aria‐label="Heartgard Plus Chewables">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Heartgard Plus Chewables" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8ef5aa48/images/large/10002.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Heartgard Plus Chewables</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$9.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$14.27</span>
<span class="savings-dollar">Save $4.28</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-3" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Dasuquin+with+MSM+for+Dogs-prod338143.html" aria‐label="Dasuquin with MSM for Dogs">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Dasuquin with MSM for Dogs" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6decc3dd/images/large/11258.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Dasuquin with MSM for Dogs</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$49.49</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$70.70</span>
<span class="savings-dollar">Save $21.21</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-4" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Novox+Carprofen+++Generic+to+Rimadyl-prod10930.html" aria‐label="Novox Carprofen - Generic to Rimadyl">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Novox Carprofen - Generic to Rimadyl" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwd215fa37/images/large/109380.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Novox Carprofen - Generic to Rimadyl</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$22.37</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.96</span>
<span class="savings-dollar">Save $9.59</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-5" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Tri-Heart+Plus-prod10413.html" aria‐label="Tri-Heart Plus">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Tri-Heart Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8987834f/images/large/10413.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Tri-Heart Plus</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$21.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.41</span>
<span class="savings-dollar">Save $9.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-6" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flexadin+Advanced+Chews+with+UC+II-prod11885.html" aria‐label="Flexadin Advanced Chews with UC-II">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Flexadin Advanced Chews with UC-II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw5e368fab/images/large/11885.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Flexadin Advanced Chews with UC-II</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$32.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$47.13</span>
<span class="savings-dollar">Save $14.14</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-7" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Zesty+Paws+Wild+Alaskan+Salmon+Oil+for+Dogs+and+Cats-prod12894.html" aria‐label="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwe54b4da8/images/large/12894.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$35.97</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$51.39</span>
<span class="savings-dollar">Save $15.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-8" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Trixsyn-prod12551.html" aria‐label="Trixsyn">
<div class="col-12 text-left">
<img loading="lazy" class="swatch-circle" alt="Trixsyn" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw06e5bdbc/images/large/12551.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-12">
<span class="suggestion-name">Trixsyn</span>
</div>
<div class="col-12">
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.00</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$41.43</span>
<span class="savings-dollar">Save $12.43</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</li>
<li class="row items hidden-md-up">
<div class="item-column">
<span class="col-12 item" id="product-0" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flea5X+Plus-prod11480.html" aria‐label="Flea5X Plus">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Flea5X Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw3595b14f/images/large/11480.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Flea5X Plus</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$24.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$35.70</span>
<span class="savings-dollar">Save $10.71</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-1" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/K9+Advantix+II+-prod10631.html" aria‐label="K9 Advantix II">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="K9 Advantix II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6a7504c1/images/large/12239.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">K9 Advantix II</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.98</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$42.83</span>
<span class="savings-dollar">Save $12.85</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-2" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Heartgard+Plus+Chewables-prod10002.html" aria‐label="Heartgard Plus Chewables">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Heartgard Plus Chewables" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8ef5aa48/images/large/10002.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Heartgard Plus Chewables</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$9.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$14.27</span>
<span class="savings-dollar">Save $4.28</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
<div class="item-column">
<span class="col-12 item" id="product-3" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Dasuquin+with+MSM+for+Dogs-prod338143.html" aria‐label="Dasuquin with MSM for Dogs">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Dasuquin with MSM for Dogs" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw6decc3dd/images/large/11258.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Dasuquin with MSM for Dogs</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$49.49</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$70.70</span>
<span class="savings-dollar">Save $21.21</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-4" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Novox+Carprofen+++Generic+to+Rimadyl-prod10930.html" aria‐label="Novox Carprofen - Generic to Rimadyl">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Novox Carprofen - Generic to Rimadyl" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwd215fa37/images/large/109380.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Novox Carprofen - Generic to Rimadyl</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$22.37</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.96</span>
<span class="savings-dollar">Save $9.59</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-5" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Tri-Heart+Plus-prod10413.html" aria‐label="Tri-Heart Plus">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Tri-Heart Plus" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw8987834f/images/large/10413.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Tri-Heart Plus</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$21.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$31.41</span>
<span class="savings-dollar">Save $9.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
<div class="item-column">
<span class="col-12 item" id="product-6" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Flexadin+Advanced+Chews+with+UC+II-prod11885.html" aria‐label="Flexadin Advanced Chews with UC-II">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Flexadin Advanced Chews with UC-II" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw5e368fab/images/large/11885.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Flexadin Advanced Chews with UC-II</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$32.99</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$47.13</span>
<span class="savings-dollar">Save $14.14</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-7" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Zesty+Paws+Wild+Alaskan+Salmon+Oil+for+Dogs+and+Cats-prod12894.html" aria‐label="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dwe54b4da8/images/large/12894.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$35.97</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$51.39</span>
<span class="savings-dollar">Save $15.42</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
<span class="col-12 item" id="product-8" role="option">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-12">
<a class="row" href="/Trixsyn-prod12551.html" aria‐label="Trixsyn">
<div class="col-5 text-left">
<img loading="lazy" class="swatch-circle" alt="Trixsyn" src="https://www.1800petmeds.com/dw/image/v2/BDKX_PRD/on/demandware.static/-/Sites-main/default/dw06e5bdbc/images/large/12551.jpg?sw=100&sh=100&sm=fit&q=40">
</div>
<div class="suggestion-name-col col-7">
<span class="suggestion-name">Trixsyn</span>
<span class="price-starts-at">
<span class="text">Starts at</span>
<span class="sale">$29.00</span>
</span>
<div class="price-discount-info-tile">
<span class="strikethrough">$41.43</span>
<span class="savings-dollar">Save $12.43</span>
<span class="savings-percentage">(30% off)</span>
</div>
</div>
</a>
</div>
</div>
</span>
</div>
</li>
</div>
</ul>
<div class="col-12 col-md-4 col-xl-3 links-container">
<div class="trending-cats results-container">
<h2>Trending Categories</h2>
<div class="html-slot-container">
<ul class="result-links">
<li><a href="https://www.1800petmeds.com/Flea+++Tick-cat10.html" class="result-link">Flea & Tick</a></li>
<li><a href="https://www.1800petmeds.com/Heartworm-cat11.html" class="result-link">Heartworm</a></li>
<li><a href="https://www.1800petmeds.com/Joints-cat12.html" class="result-link">Joints</a></li>
<li><a href="https://www.1800petmeds.com/Medications-cat14.html" class="result-link">Medications</a></li>
</ul>
</div>
</div>
<div class="health-advice results-container">
<h2>Health Advice</h2>
<ul class="result-links">
<li><a href="/how-to-tell-pet-joint-pain/a230007.html" class="result-link">How to Tell if your Pet has Joint Pain</a></li>
<li><a href="/education/nutrition/special-diet-foods.html" class="result-link">Special Diet Foods</a></li>
<li><a href="/education/what-is-horse-lameness-52.html" class="result-link">What Is Horse Lameness?</a></li>
<li><a href="/education/nutrition/about-limited-ingredient-diets.html" class="result-link">All About Limited Ingredient Diets</a></li>
<li><a href="/education/Horse/hoof-abscess-symptoms-treatment-prevention.html" class="result-link">Hoof Abscess Symptoms, Treatment, And Prevention</a></li>
</ul>
<a href="/education" class="more-link">Explore Pet Health Advice <span class="nav-chevron-right"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<input type="hidden" value="default" name="lang">
<input type="hidden" value="" name="Ntt">
</form>
Name: customerInfo — POST /on/demandware.store/Sites-1800petmeds-Site/default/Account-HomeEmailSubscribe
<form id="homeSignUpForm" name="customerInfo" action="/on/demandware.store/Sites-1800petmeds-Site/default/Account-HomeEmailSubscribe" class="sign-up-form form-inline" method="post">
<div class="input-group">
<input type="text" name="name" required="" class="form-control" placeholder="First Name" aria-describedby="inputGroup-sizing-sm">
<div class="invalid-feedback"></div>
</div>
<div class="input-group">
<input type="email" name="email" class="form-control" required="" placeholder="Email Address" aria-describedby="inputGroup-sizing-sm">
<div class="invalid-feedback"></div>
</div>
<div class="form-group button-tips-discounts">
<input type="hidden" value="0" name="emailPref">
<button type="submit" class="btn btn-primary btn-sm">Subscribe</button>
</div>
</form>
Name: customerInfo — POST /on/demandware.store/Sites-1800petmeds-Site/default/Account-HomeEmailSubscribe
<form id="homeSignUpForm" name="customerInfo" action="/on/demandware.store/Sites-1800petmeds-Site/default/Account-HomeEmailSubscribe" class="sign-up-form form-inline" method="post">
<div class="input-group">
<input type="text" name="name" required="" class="form-control" placeholder="First Name" aria-describedby="inputGroup-sizing-sm">
<div class="invalid-feedback"></div>
</div>
<div class="input-group">
<input type="email" name="email" class="form-control" required="" placeholder="Email Address" aria-describedby="inputGroup-sizing-sm">
<div class="invalid-feedback"></div>
</div>
<div class="form-group button-tips-discounts">
<input type="hidden" value="0" name="emailPref">
<button type="submit" class="btn btn-primary btn-sm">Subscribe</button>
</div>
</form>
POST /on/demandware.store/Sites-1800petmeds-Site/default/ContactUs-SendFeedback
<form action="/on/demandware.store/Sites-1800petmeds-Site/default/ContactUs-SendFeedback" method="post" novalidate="">
<div class="modal-body">
<div class="feedback-row form-group">
<label for="feedback_name">Name:</label>
<input class="form-control" type="text" name="feedback_name" id="feedback_name" placeholder="John Doe">
</div>
<div class="feedback-row form-group">
<label for="feedback_email">Email:</label>
<input class="form-control" type="text" name="feedback_email" id="feedback_email" placeholder="name@email.com">
</div>
<div class="feedback-row form-group">
<label for="feedback_phone">Phone:</label>
<input class="form-control" type="text" name="feedback_phone" id="feedback_phone" placeholder="123-456-7890">
</div>
<div class="feedback-row form-group">
<label for="feedback_comment">Feedback:</label>
<textarea class="form-control" name="feedback_comment" id="feedback_comment" maxlength="511" cols="50" rows="5" placeholder="Enter your feedback"></textarea>
</div>
<input type="hidden" name="csrf_token" value="DOIzy1uaiHqM3WsvsigW71h1Q10W2EwcCt4Rbh1I6hdM7YzzXPsALYyK0bGB2GFaa2az1WqV7ZAETFxKnUzfK4fZn6h2lT1nopkZlWlrdvqBR94FdmUvkmtiIRdbmPbIOF4LxsmCzKnKX6nF-kF6Lsetx3uslu7RnP3anfbzS4sPJxma1Os=">
<div class="g-recaptcha" data-sitekey="6Lco9tkSAAAAAAP9nhAC3eXznOA_AU94MXAKhtcE">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lco9tkSAAAAAAP9nhAC3eXznOA_AU94MXAKhtcE&co=aHR0cHM6Ly93d3cuMTgwMHBldG1lZHMuY29tOjQ0Mw..&hl=en&v=2uoiJ4hP3NUoP9v_eBNfU6CR&size=normal&cb=4qvksoi8xnty"
width="304" height="78" role="presentation" name="a-p2vhh6r52kf7" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</div>
<div class="modal-footer pb-0">
<button type="submit" class="btn btn-primary btn-primary-cta">Send Feedback</button>
</div>
</form>
Text Content
Skip to main content Products Education TRENDING CATEGORIES * Flea & Tick * Heartworm * Joints * Medications HEALTH ADVICE * How to Tell if your Pet has Joint Pain * Special Diet Foods * What Is Horse Lameness? * All About Limited Ingredient Diets * Hoof Abscess Symptoms, Treatment, And Prevention Explore Pet Health Advice TRENDING PRODUCTS Flea5X Plus Starts at $24.99 $35.70 Save $10.71 (30% off) K9 Advantix II Starts at $29.98 $42.83 Save $12.85 (30% off) Heartgard Plus Chewables Starts at $9.99 $14.27 Save $4.28 (30% off) Dasuquin with MSM for Dogs Starts at $49.49 $70.70 Save $21.21 (30% off) Novox Carprofen - Generic to Rimadyl Starts at $22.37 $31.96 Save $9.59 (30% off) Tri-Heart Plus Starts at $21.99 $31.41 Save $9.42 (30% off) Flexadin Advanced Chews with UC-II Starts at $32.99 $47.13 Save $14.14 (30% off) Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats Starts at $35.97 $51.39 Save $15.42 (30% off) Trixsyn Starts at $29.00 $41.43 Save $12.43 (30% off) Flea5X Plus Starts at $24.99 $35.70 Save $10.71 (30% off) K9 Advantix II Starts at $29.98 $42.83 Save $12.85 (30% off) Heartgard Plus Chewables Starts at $9.99 $14.27 Save $4.28 (30% off) Dasuquin with MSM for Dogs Starts at $49.49 $70.70 Save $21.21 (30% off) Novox Carprofen - Generic to Rimadyl Starts at $22.37 $31.96 Save $9.59 (30% off) Tri-Heart Plus Starts at $21.99 $31.41 Save $9.42 (30% off) Flexadin Advanced Chews with UC-II Starts at $32.99 $47.13 Save $14.14 (30% off) Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats Starts at $35.97 $51.39 Save $15.42 (30% off) Trixsyn Starts at $29.00 $41.43 Save $12.43 (30% off) * Quick Reorder * Sign In * My Account * My Orders * Manage Autoship * My Settings * Quick Reorder * Sign In * New Customer * 0 Cart MENU CLOSE 0 Cart Products Education TRENDING PRODUCTS Swipe Flea5X Plus Starts at $24.99 $35.70 Save $10.71 (30% off) K9 Advantix II Starts at $29.98 $42.83 Save $12.85 (30% off) Heartgard Plus Chewables Starts at $9.99 $14.27 Save $4.28 (30% off) Dasuquin with MSM for Dogs Starts at $49.49 $70.70 Save $21.21 (30% off) Novox Carprofen - Generic to Rimadyl Starts at $22.37 $31.96 Save $9.59 (30% off) Tri-Heart Plus Starts at $21.99 $31.41 Save $9.42 (30% off) Flexadin Advanced Chews with UC-II Starts at $32.99 $47.13 Save $14.14 (30% off) Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats Starts at $35.97 $51.39 Save $15.42 (30% off) Trixsyn Starts at $29.00 $41.43 Save $12.43 (30% off) Flea5X Plus Starts at $24.99 $35.70 Save $10.71 (30% off) K9 Advantix II Starts at $29.98 $42.83 Save $12.85 (30% off) Heartgard Plus Chewables Starts at $9.99 $14.27 Save $4.28 (30% off) Dasuquin with MSM for Dogs Starts at $49.49 $70.70 Save $21.21 (30% off) Novox Carprofen - Generic to Rimadyl Starts at $22.37 $31.96 Save $9.59 (30% off) Tri-Heart Plus Starts at $21.99 $31.41 Save $9.42 (30% off) Flexadin Advanced Chews with UC-II Starts at $32.99 $47.13 Save $14.14 (30% off) Zesty Paws Wild Alaskan Salmon Oil for Dogs and Cats Starts at $35.97 $51.39 Save $15.42 (30% off) Trixsyn Starts at $29.00 $41.43 Save $12.43 (30% off) TRENDING CATEGORIES * Flea & Tick * Heartworm * Joints * Medications HEALTH ADVICE * How to Tell if your Pet has Joint Pain * Special Diet Foods * What Is Horse Lameness? * All About Limited Ingredient Diets * Hoof Abscess Symptoms, Treatment, And Prevention Explore Pet Health Advice * Shop By Pet * Dog * Flea & Tick Flea & Tick Prevention Flea Pills & Oral Medications Heartworm & Flea Prevention Home & Yard Treatments View All * Heartworm * Pain * Bone & Joints Joint Pain Joint Supplements Lift Harnesses & Slings Orthopedic Beds View All * Medications Allergy Relief Antibiotics Antifungal Anxiety View All * Skin & Coat Allergy Relief Antibacterials Fish Oils & Omega 3 Grooming Tools View All * Vitamins Antioxidants Calcium Dietary Digestive Enzymes View All * Dental Breath Fresheners Chews & Treats Rinses & Water Additives Toothpaste & Toothbrushes * Supplies Beds Bowls & Automatic Feeders Carriers Car Seats & Seat Covers View All * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye Antibiotic Eye Drops & Ointments Artificial Tears & Ointments Glaucoma Tear Stain Removers * Ear Ear Cleaners Ear Mite Treatments Ear Infection Remedies * Dewormers * Holistic & Homeopathic Remedies * Treats * Food Adult Pet Food View All * Allergy Relief * Dog * Cat * Special Offers * Cat * Flea & Tick Flea & Tick Prevention Flea Pills & Oral Medications Heartworm & Flea Prevention Home & Yard Treatments View All * Heartworm * Pain * Bone & Joints Joint Pain Joint Supplements Lift Harnesses & Slings Orthopedic Beds View All * Medications Allergy Relief Antibiotics Antifungal Anxiety View All * Skin & Coat Allergy Relief Antibacterials Fish Oils & Omega 3 Grooming Tools View All * Vitamins Antioxidants Calcium Dietary Digestive Enzymes View All * Dental Breath Fresheners Chews & Treats Rinses & Water Additives Toothpaste & Toothbrushes * Supplies Beds Bowls & Automatic Feeders Carriers Car Seats & Seat Covers View All * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye Antibiotic Eye Drops & Ointments Artificial Tears & Ointments Glaucoma Tear Stain Removers * Ear Ear Cleaners Ear Mite Treatments Ear Infection Remedies * Dewormers * Holistic & Homeopathic Remedies * Treats * Food Adult Pet Food View All * Allergy Relief * Dog * Cat * Horse * Anxiety * Digestion * First Aid * Grooming & Skin Care * Insulin & Hormonal Endocrine * Joint Supplements * Medications * Pain * Training Aids * Vitamins & Supplements * Dewormers * Shop By Brand * PetMeds * Apoquel * Bravecto * Galliprant * Heartgard * Interceptor plus * K9 Advantix II * NexGard * Revolution * Rimadyl * Sentinel * Seresto * Simparica Trio * Trifexis * View All Brands * Shop By Condition * Allergy Relief * Anxiety * Arthritis * Bone & Joints * Cancer * Dental * Dewormers * Diabetes & Insulin * Digestive Support & Enzymes * Ear * Eye * Flea & Tick * Fly Control * Heart & Blood Pressure * Heartworm * Hormonal / Endocrine * Pain * Skin & Coat * Urinary Tract & Kidneys * Weight Loss & Management * View Conditions A-Z * Today's Deals * Apoquel, Revolution Plus & Rimadyl * $15 Off K9 Advantix II & Advantage II * Seresto 25% OFF Code BOGO25 * 10% Off Snoozer Products * Healthy Breeds Treats 50% OFF * New Arrivals * * * * * * * Pet Health Advice * Contact Us Back Close × * Top Sellers * Dog * Categories * Flea & Tick * Heartworm * Pain * Bone & Joints * Medications * Skin & Coat * Vitamins * Dental * Supplies * Arthritis * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye * Ear * Dewormers * Holistic & Homeopathic Remedies * Treats * Food * Allergy Relief * Dog * Cat * Special Offers * Cat * Categories * Flea & Tick * Heartworm * Pain * Bone & Joints * Medications * Skin & Coat * Vitamins * Dental * Supplies * Arthritis * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye * Ear * Dewormers * Holistic & Homeopathic Remedies * Treats * Food * Allergy Relief * Dog * Cat * Special Offers * Horse Categories Anxiety Digestion First Aid Grooming & Skin Care Insulin & Hormonal Endocrine Joint Supplements Medications Pain Training Aids Vitamins & Supplements Dewormers * Flea & Tick Categories Flea & Tick Prevention Flea Pills & Oral Medications Heartworm & Flea Prevention Home & Yard Treatments Immediate Relief Sprays & Shampoos Tick & Flea Collars Fly Control * Heartworm * Pain * Bone & Joints Categories Joint Pain Joint Supplements Lift Harnesses & Slings Orthopedic Beds Steps & Ramps * Medications Categories Allergy Relief Antibiotics Antifungal Anxiety Arthritis Asthma Cancer Compound Medications Cough Relief Digestive Support & Enzymes Diuretics Ear Eye Heart & Blood Pressure Hormonal / Endocrine Incontinence Diabetes & Insulin Nausea & Motion Sickness Pain Seizure & Epilepsy Thrush Thyroid Medications Urinary Tract and Kidneys Vaccines Wormers * Skin & Coat Categories Allergy Relief Antibacterials Fish Oils & Omega 3 Grooming Tools Hairball Remedies Itch Relief Ringworm Treatments for Pets Shedding Remedies Skin Care Supplements Skin Medications Shampoos * Vitamins Categories Antioxidants Calcium Dietary Digestive Enzymes Fish Oils & Omega 3 Food Additives Hemp for Pets Liver Support Multivitamins Potassium Senior Support * Dental Categories Breath Fresheners Chews & Treats Rinses & Water Additives Toothpaste & Toothbrushes * Supplies Categories Beds Categories Orthopedic Beds Bowls & Automatic Feeders Carriers Car Seats & Seat Covers Cat Furniture Crates & Kennels First Aid Furniture Covers Gates Gifts for Pets Grooming Tools Leashes & Harnesses Litter Boxes & Accessories Outdoor Cat Enclosures Pet Food Storage Pet Health Tests & Kits Shampoos Stain & Odor Removers Steps & Ramps Strollers Toys Training Aids Water Fountains Wireless Dog Fences Recently Reduced Prices * More * Arthritis * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye * Ear * Dewormers * Holistic & Homeopathic Remedies * Treats * Food * Allergy Relief * Dog * Cat * Special Offers * NEW * Education * Happy, Healthy Deals * Less Navigation × * Dog * BackDog * All Dog Products * Flea & Tick * BackFlea & Tick * Flea & Tick Prevention * Flea Pills & Oral Medications * Heartworm & Flea Prevention * Home & Yard Treatments * Immediate Relief * Sprays & Shampoos * Tick & Flea Collars * Fly Control * Heartworm * Pain * Bone & Joints * BackBone & Joints * Joint Pain * Joint Supplements * Lift Harnesses & Slings * Orthopedic Beds * Steps & Ramps * Medications * BackMedications * Allergy Relief * Antibiotics * Antifungal * Anxiety * Arthritis * Asthma * Cancer * Compound Medications * Cough Relief * Digestive Support & Enzymes * Diuretics * Ear * Eye * Heart & Blood Pressure * Hormonal / Endocrine * Incontinence * Diabetes & Insulin * Nausea & Motion Sickness * Pain * Seizure & Epilepsy * Thrush * Thyroid Medications * Urinary Tract and Kidneys * Vaccines * Wormers * Skin & Coat * BackSkin & Coat * Allergy Relief * Antibacterials * Fish Oils & Omega 3 * Grooming Tools * Hairball Remedies * Itch Relief * Ringworm Treatments for Pets * Shedding Remedies * Skin Care Supplements * Skin Medications * Shampoos * Vitamins * BackVitamins * Antioxidants * Calcium * Dietary * Digestive Enzymes * Fish Oils & Omega 3 * Food Additives * Hemp for Pets * Liver Support * Multivitamins * Potassium * Senior Support * Dental * BackDental * Breath Fresheners * Chews & Treats * Rinses & Water Additives * Toothpaste & Toothbrushes * Supplies * BackSupplies * Beds * Bowls & Automatic Feeders * Carriers * Car Seats & Seat Covers * Cat Furniture * Crates & Kennels * First Aid * Furniture Covers * Gates * Gifts for Pets * Grooming Tools * Leashes & Harnesses * Litter Boxes & Accessories * Outdoor Cat Enclosures * Pet Food Storage * Pet Health Tests & Kits * Shampoos * Stain & Odor Removers * Steps & Ramps * Strollers * Toys * Training Aids * Water Fountains * Wireless Dog Fences * Recently Reduced Prices * Arthritis * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye * BackEye * Antibiotic Eye Drops & Ointments * Artificial Tears & Ointments * Glaucoma * Tear Stain Removers * Ear * BackEar * Ear Cleaners * Ear Mite Treatments * Ear Infection Remedies * Dewormers * Holistic & Homeopathic Remedies * Treats * BackTreats * Dental Treats * Jerky Treats * Soft Chew Treats * Pill Pockets & Wrap Treats * Biscuits, Bones & Cookies * Organic & Natural Treats * Food * BackFood * Adult Pet Food * Wet Food * Dehydrated Pet Food * Diabetic Pet Food * Dry Pet Food * Food Additives * Grain Free * Health Specific Diets * Hypoallergenic & Sensitive Skin * Joint Health * Kitten Food * Large Breed Dog Food * Organic Food & Treats * Pet Food Storage * Puppy Food * Raw Pet Food * Senior Pet Food * Sensitive Stomachs * Skin Support * Small Breed Dog Food * Weight Loss & Management * Allergy Relief * Dog * Cat * Special Offers * Cat * BackCat * All Cat Products * Flea & Tick * BackFlea & Tick * Flea & Tick Prevention * Flea Pills & Oral Medications * Heartworm & Flea Prevention * Home & Yard Treatments * Immediate Relief * Sprays & Shampoos * Tick & Flea Collars * Fly Control * Heartworm * Pain * Bone & Joints * BackBone & Joints * Joint Pain * Joint Supplements * Lift Harnesses & Slings * Orthopedic Beds * Steps & Ramps * Medications * BackMedications * Allergy Relief * Antibiotics * Antifungal * Anxiety * Arthritis * Asthma * Cancer * Compound Medications * Cough Relief * Digestive Support & Enzymes * Diuretics * Ear * Eye * Heart & Blood Pressure * Hormonal / Endocrine * Incontinence * Diabetes & Insulin * Nausea & Motion Sickness * Pain * Seizure & Epilepsy * Thrush * Thyroid Medications * Urinary Tract and Kidneys * Vaccines * Wormers * Skin & Coat * BackSkin & Coat * Allergy Relief * Antibacterials * Fish Oils & Omega 3 * Grooming Tools * Hairball Remedies * Itch Relief * Ringworm Treatments for Pets * Shedding Remedies * Skin Care Supplements * Skin Medications * Shampoos * Vitamins * BackVitamins * Antioxidants * Calcium * Dietary * Digestive Enzymes * Fish Oils & Omega 3 * Food Additives * Hemp for Pets * Liver Support * Multivitamins * Potassium * Senior Support * Dental * BackDental * Breath Fresheners * Chews & Treats * Rinses & Water Additives * Toothpaste & Toothbrushes * Supplies * BackSupplies * Beds * Bowls & Automatic Feeders * Carriers * Car Seats & Seat Covers * Cat Furniture * Crates & Kennels * First Aid * Furniture Covers * Gates * Gifts for Pets * Grooming Tools * Leashes & Harnesses * Litter Boxes & Accessories * Outdoor Cat Enclosures * Pet Food Storage * Pet Health Tests & Kits * Shampoos * Stain & Odor Removers * Steps & Ramps * Strollers * Toys * Training Aids * Water Fountains * Wireless Dog Fences * Recently Reduced Prices * Arthritis * Hormonal / Endocrine * Urinary Tract & Kidneys * Eye * BackEye * Antibiotic Eye Drops & Ointments * Artificial Tears & Ointments * Glaucoma * Tear Stain Removers * Ear * BackEar * Ear Cleaners * Ear Mite Treatments * Ear Infection Remedies * Dewormers * Holistic & Homeopathic Remedies * Treats * BackTreats * Dental Treats * Jerky Treats * Soft Chew Treats * Pill Pockets & Wrap Treats * Biscuits, Bones & Cookies * Organic & Natural Treats * Food * BackFood * Adult Pet Food * Wet Food * Dehydrated Pet Food * Diabetic Pet Food * Dry Pet Food * Food Additives * Grain Free * Health Specific Diets * Hypoallergenic & Sensitive Skin * Joint Health * Kitten Food * Large Breed Dog Food * Organic Food & Treats * Pet Food Storage * Puppy Food * Raw Pet Food * Senior Pet Food * Sensitive Stomachs * Skin Support * Small Breed Dog Food * Weight Loss & Management * Allergy Relief * Dog * Cat * Special Offers * Horse * BackHorse * All Horse Products * Anxiety * Digestion * First Aid * Grooming & Skin Care * Insulin & Hormonal Endocrine * Joint Supplements * Medications * Pain * Training Aids * Vitamins & Supplements * Dewormers * Shop By Brand * BackShop By Brand * PetMeds * Apoquel * Bravecto * Galliprant * Heartgard * Interceptor plus * K9 Advantix II * NexGard * Revolution * Rimadyl * Sentinel * Seresto * Simparica Trio * Trifexis * View All Brands * Shop By Condition * BackShop By Condition * Allergy Relief * Anxiety * Arthritis * Bone & Joints * Cancer * Dental * Dewormers * Diabetes & Insulin * Digestive Support & Enzymes * Ear * Eye * Flea & Tick * Fly Control * Heart & Blood Pressure * Heartworm * Hormonal / Endocrine * Pain * Skin & Coat * Urinary Tract & Kidneys * Weight Loss & Management * View Conditions A-Z * Today's Deals * BackToday's Deals * Apoquel, Revolution Plus & Rimadyl * $15 Off K9 Advantix II & Advantage II * Seresto 25% OFF Code BOGO25 * 10% Off Snoozer Products * Healthy Breeds Treats 50% OFF * New Arrivals * * * * * * * * * * * * * * * * * * * Pet Health Advice Contact Us My Account Quick Reorder Cart Already a customer? Sign In FREE Standard ShippingWhen You Spend $49+ Save 35% on first AutoShiporder with code SAVE35 (up to $20 discount) Our Guarantee100% Satisfied or Your Money Back 1. 2. 3. 4. 5. 6. 7. STOCK UP WITH SPRING DEALS Stack code SAVE + any code below for up to 55% OFF. • Up to $45 off Apoquel with code APDEAL • 20% off Revolution Plus with code REVPLUS • 20% off Rimadyl with code RIMADYL (Requires AutoShip) Shop Now SAVE BIG ON FLEA & TICK Great savings on flea & tick prevention that keeps your pet protected all year-round.• Save $15 on a K9 Advantix II 6-pack with code FLEA15 • Save $15 on an Advantage II 6-pack with code FLEA15 Shop Now 10% OFF HEARTGARD PLUS + NEXGARD BUNDLE Buy a single dose pack of each and get an extra 10% off using code FT10 in cart. Shop Now BUY ONE GET ONE 25% OFF Get 8 months of continuous protection from fleas and ticks. Save 25% off when you use code BOGO25 in cart.(Limited Time Only) Shop Now AUTOSHIP Save 35% off your first AutoShip order (up to $20 max) + 5% off future deliveries.(Up to $20 discount) Learn More Previous Next SAVE 35% ON YOUR FIRST AUTOSHIP ORDER Swipe Previous Apoquel We'll contact your Vet to verify. Prescription Item $15 OFF 30 CT, $30 OFF 60 CT, $45 OFF 90 CT USING CODE APDEAL WITH AUTOSHIP $2.53 $3.61 $2.40 5 out of 5 Customer Rating NexGard® (afoxolaner) Chewables We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack, 1 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 5 out of 5 Customer Rating Heartgard Plus Chewables We'll contact your Vet to verify. 6 Pack, 12 Pack, 1 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $9.99 $14.27 $9.49 5 out of 5 Customer Rating Trifexis We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $113.99 $162.84 $108.29 5 out of 5 Customer Rating Simparica TRIO We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $145.86 $208.36 $138.57 3.3 out of 5 Customer Rating Seresto We'll contact your Vet to verify. BUY ONE COLLAR AND GET THE 2ND 25% OFF WITH CODE BOGO25 $62.98 $89.97 $59.83 4.6 out of 5 Customer Rating Revolution We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.99 $85.70 $56.99 4.2 out of 5 Customer Rating K9 Advantix II We'll contact your Vet to verify. 2 Pack, 4 Pack, 6 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $29.98 $42.83 $28.48 4.9 out of 5 Customer Rating Simparica We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $50.61 $72.30 $48.08 3.4 out of 5 Customer Rating Frontline Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Save 35% on first AutoShip order (code: SAVE35) $38.99 $55.70 $37.04 3.7 out of 5 Customer Rating Flea5X Plus We'll contact your Vet to verify. 12 Pack, 6 Pack, 3 Pack Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 4.2 out of 5 Customer Rating Galliprant We'll contact your Vet to verify. 30 ct btl, 90 ct btl Prescription Item Save 35% on first AutoShip order (code: SAVE35) $39.99 $57.13 $37.99 5 out of 5 Customer Rating Interceptor Plus We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $41.07 $58.67 $39.02 3.8 out of 5 Customer Rating Advantage II We'll contact your Vet to verify. 2 Pack, 6 Pack, 4 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $27.98 $39.97 $26.58 4.9 out of 5 Customer Rating Advantage Multi We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.29 $84.70 $56.33 3.7 out of 5 Customer Rating Proin ER We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $20.46 $29.23 $19.44 4.9 out of 5 Customer Rating Rimadyl We'll contact your Vet to verify. Prescription Item 20% OFF (UP TO $30) USING CODE RIMADYL WITH AUTOSHIP $35.10 $50.14 $33.35 3.8 out of 5 Customer Rating Revolution Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Prescription Item 20% OFF (UP TO $30) USING CODE REVPLUS WITH AUTOSHIP $58.99 $84.27 $56.04 5 out of 5 Customer Rating Next -------------------------------------------------------------------------------- Swipe SHOP BY CONDITIONVIEW CONDITIONSVIEW ALL Flea & Tick Heartworm Pain Joints Medications More NEW PUPPY OR KITTEN? SHOP BY PET -------------------------------------------------------------------------------- TOP SELLERSVIEW ALL Previous Apoquel We'll contact your Vet to verify. Prescription Item $15 OFF 30 CT, $30 OFF 60 CT, $45 OFF 90 CT USING CODE APDEAL WITH AUTOSHIP $2.53 $3.61 $2.40 5 out of 5 Customer Rating NexGard® (afoxolaner) Chewables We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack, 1 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 5 out of 5 Customer Rating Heartgard Plus Chewables We'll contact your Vet to verify. 6 Pack, 12 Pack, 1 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $9.99 $14.27 $9.49 5 out of 5 Customer Rating Bravecto Chews We'll contact your Vet to verify. 1 Pack, 12-week Dose, 2 Pack, 12-week Dose, 4 Pack, 12-week Dose Prescription Item $59.99 $85.70 3.7 out of 5 Customer Rating Trifexis We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $113.99 $162.84 $108.29 5 out of 5 Customer Rating Simparica TRIO We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $145.86 $208.36 $138.57 3.3 out of 5 Customer Rating Seresto We'll contact your Vet to verify. BUY ONE COLLAR AND GET THE 2ND 25% OFF WITH CODE BOGO25 $62.98 $89.97 $59.83 4.6 out of 5 Customer Rating Revolution We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.99 $85.70 $56.99 4.2 out of 5 Customer Rating K9 Advantix II We'll contact your Vet to verify. 2 Pack, 4 Pack, 6 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $29.98 $42.83 $28.48 4.9 out of 5 Customer Rating Simparica We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $50.61 $72.30 $48.08 3.4 out of 5 Customer Rating Frontline Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Save 35% on first AutoShip order (code: SAVE35) $38.99 $55.70 $37.04 3.7 out of 5 Customer Rating Flea5X Plus We'll contact your Vet to verify. 12 Pack, 6 Pack, 3 Pack Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 4.2 out of 5 Customer Rating Sentinel We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item $47.99 $68.56 4.9 out of 5 Customer Rating Galliprant We'll contact your Vet to verify. 30 ct btl, 90 ct btl Prescription Item Save 35% on first AutoShip order (code: SAVE35) $39.99 $57.13 $37.99 5 out of 5 Customer Rating Interceptor Plus We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $41.07 $58.67 $39.02 3.8 out of 5 Customer Rating Advantage II We'll contact your Vet to verify. 2 Pack, 6 Pack, 4 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $27.98 $39.97 $26.58 4.9 out of 5 Customer Rating Advantage Multi We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.29 $84.70 $56.33 3.7 out of 5 Customer Rating Proin ER We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $20.46 $29.23 $19.44 4.9 out of 5 Customer Rating Rimadyl We'll contact your Vet to verify. Prescription Item 20% OFF (UP TO $30) USING CODE RIMADYL WITH AUTOSHIP $35.10 $50.14 $33.35 3.8 out of 5 Customer Rating Revolution Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Prescription Item 20% OFF (UP TO $30) USING CODE REVPLUS WITH AUTOSHIP $58.99 $84.27 $56.04 5 out of 5 Customer Rating Next TOP SELLERS Swipe Previous Apoquel We'll contact your Vet to verify. Prescription Item $15 OFF 30 CT, $30 OFF 60 CT, $45 OFF 90 CT USING CODE APDEAL WITH AUTOSHIP $2.53 $3.61 $2.40 5 out of 5 Customer Rating NexGard® (afoxolaner) Chewables We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack, 1 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 5 out of 5 Customer Rating Heartgard Plus Chewables We'll contact your Vet to verify. 6 Pack, 12 Pack, 1 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $9.99 $14.27 $9.49 5 out of 5 Customer Rating Bravecto Chews We'll contact your Vet to verify. 1 Pack, 12-week Dose, 2 Pack, 12-week Dose, 4 Pack, 12-week Dose Prescription Item $59.99 $85.70 3.7 out of 5 Customer Rating Trifexis We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $113.99 $162.84 $108.29 5 out of 5 Customer Rating Simparica TRIO We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $145.86 $208.36 $138.57 3.3 out of 5 Customer Rating Seresto We'll contact your Vet to verify. BUY ONE COLLAR AND GET THE 2ND 25% OFF WITH CODE BOGO25 $62.98 $89.97 $59.83 4.6 out of 5 Customer Rating Revolution We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.99 $85.70 $56.99 4.2 out of 5 Customer Rating K9 Advantix II We'll contact your Vet to verify. 2 Pack, 4 Pack, 6 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $29.98 $42.83 $28.48 4.9 out of 5 Customer Rating Simparica We'll contact your Vet to verify. 3 pack, 6 pack, 12 pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $50.61 $72.30 $48.08 3.4 out of 5 Customer Rating Frontline Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Save 35% on first AutoShip order (code: SAVE35) $38.99 $55.70 $37.04 3.7 out of 5 Customer Rating Flea5X Plus We'll contact your Vet to verify. 12 Pack, 6 Pack, 3 Pack Save 35% on first AutoShip order (code: SAVE35) $24.99 $35.70 $23.74 4.2 out of 5 Customer Rating Sentinel We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item $47.99 $68.56 4.9 out of 5 Customer Rating Galliprant We'll contact your Vet to verify. 30 ct btl, 90 ct btl Prescription Item Save 35% on first AutoShip order (code: SAVE35) $39.99 $57.13 $37.99 5 out of 5 Customer Rating Interceptor Plus We'll contact your Vet to verify. 6 Pack, 12 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $41.07 $58.67 $39.02 3.8 out of 5 Customer Rating Advantage II We'll contact your Vet to verify. 2 Pack, 6 Pack, 4 Pack, 12 Pack USE CODE FLEA15 IN CART FOR AN EXTRA $15 OFF 6-PACKS $27.98 $39.97 $26.58 4.9 out of 5 Customer Rating Advantage Multi We'll contact your Vet to verify. 6 Pack, 12 Pack, 3 Pack Prescription Item Save 35% on first AutoShip order (code: SAVE35) $59.29 $84.70 $56.33 3.7 out of 5 Customer Rating Proin ER We'll contact your Vet to verify. Prescription Item Save 35% on first AutoShip order (code: SAVE35) $20.46 $29.23 $19.44 4.9 out of 5 Customer Rating Rimadyl We'll contact your Vet to verify. Prescription Item 20% OFF (UP TO $30) USING CODE RIMADYL WITH AUTOSHIP $35.10 $50.14 $33.35 3.8 out of 5 Customer Rating Revolution Plus We'll contact your Vet to verify. 3 Pack, 6 Pack, 12 Pack Prescription Item 20% OFF (UP TO $30) USING CODE REVPLUS WITH AUTOSHIP $58.99 $84.27 $56.04 5 out of 5 Customer Rating Next -------------------------------------------------------------------------------- BRANDS WE THINK YOU'LL LIKEVIEW BRANDS A-ZVIEW ALL PetMeds Apoquel Bravecto Galliprant Heartgard Interceptor plus K9 Advantix II NexGard Revolution Rimadyl Sentinel Seresto Simparica Trio Trifexis HOW ONLINE PRESCRIPTIONS WORK In 3 easy steps you can have your pet’s Rx filled and delivered right to your doorstep * 1 * 2 * 3 STEP 1: ADD TO CART Find what your pet needs on our site and add it to your cart. STEP 2: PET & VET INFO Follow the checkout process and input your pet’s and vet’s information. STEP 3: LET PETMEDS® HANDLE THE REST Check “contact my vet or use my refill” and we’ll contact your vet for authorization. PETMEDS® REWARDS PROGRAM Learn More Save 35% on your first order See How It Works PRICE MATCH Found a lower price? Learn More × SEE A LOWER PRICE SOMEWHERE? WE'LL MATCH IT! 100% SATISFACTION GUARANTEED! 1Call 1800-738-6337, text or email us 2Tell us where you found the lower price 3We'll verify the lower price 4Your shipment is on the way! Some exclusions apply. If you find a lower price including shipping on the identical product from a National Association of Boards of Pharmacy accreditted online pet pharmacy, we will honor that price at the time of order as long as the product is FDA/EPA approved for sale in the United States. The price being matched must be a product dispensed by an accredited licensed pharmacy or veternarian in the United States. FREE PET HEALTH ADVICE Search through our endless list of education articles about pet health conditions ranging from behavior to flea & tick prevention, pain, training, and more! Search through our endless list of education articles about pet health conditions ranging from behavior to flea & tick prevention, pain, training, and more! ASK THE VET Michael Dym, V.M.D. Doctor of Veterinary Medicine Learn more SYMPTOMS OF KENNEL COUGH & TREATMENT OPTIONS 3 BENEFITS OF ADOPTING A SENIOR PET WHICH ANTIBIOTICS CAN DOGS OR CATS TAKE? RELIEVING JOINT PAIN & INFLAMMATION Subscribe to Our Newsletter Receive Special Offers! Subscribe No SPAM! View our Privacy Policy. Subscribe to Our Newsletter Receive Special Offers! Subscribe No SPAM! View our Privacy Policy. TOP CONTACT US Toll Free Number (Call or Text): 1-800-PetMeds® (1-800-738-6337) Mailing Address: 420 S Congress Ave. #100 Delray Beach, FL 33445 Email Us Live Chat *If your pet is in need of urgent or emergency care, contact your pet's veterinarian immediately. COMPANY INFO About Us Careers Contact Us Our Guarantee Privacy Policy Investors Accessibility Statement COMPANY INFO About Us Careers Contact Us 100% Satisfaction Guaranteed Privacy Policy Investors CUSTOMER SERVICE My Account FAQ Shipping Rates & Policies Returns & Refunds Find A Vet CUSTOMER SERVICE My Account FAQ Shipping Rates & Policies Returns & Refunds Find A Vet PETMEDS® PROGRAMS PetMeds® Rewards Program Affiliate Program Win Pet Prizes Vet Login PETMEDS® PROGRAMS PetMeds® Rewards Program Affiliate Program Win Pet Prizes Vet Login VERIFIED PET PHARMACY Copyright © 2021 PetMed Express, Inc. All Rights Reserved. Comparison Sitemap Share Website Feedback Feedback Close Live Chat Name: Email: Phone: Feedback: Send Feedback