Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 163033878
ITEM: K01768
Help your dog beat the heat with the Burgo Dog Core Cooling Vest. The evaporative cooling technology uses water to keep your dog's core cool and comfortable on hot days, and the polyester construction is lightweight and durable.
Features and Benefits
Cools and comforts your dog during hot conditions
Evaporative cooling uses water to dissipate heat at your dog's core
Lightweight polyester construction with air mesh inner layer
Two side adjustment points and Nifco quick release buckles deliver comfort and easy wearing
Reflective accents and light coloring reflects the sun's rays and improve visibility in darker conditions
Athletic cut is comfortable and stylish
Machine wash gentle or hand wash; air dry
Lifetime warranty
Specifications
Product Type: Dog Clothing
Activity: Dog Care
What's in the Box
Burgo Dog Core Cooling Vest
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();