function getRecentlyViewedProducts() { var viewedProducts = []; var cookie = Cookies.get('recently_viewed_products'); if (cookie) { viewedProducts = JSON.parse(cookie); } return viewedProducts; } function addRecentlyViewedProduct(productId) { var viewedProducts = getRecentlyViewedProducts(); var index = viewedProducts.indexOf(productId); if (index > -1) { viewedProducts.splice(index, 1); } viewedProducts.unshift(productId); Cookies.set('recently_viewed_products', JSON.stringify(viewedProducts), { expires: 30, path: '/' }); }
top of page
tempFileForShare_20240115-220810.jpg

Winter

It's

Winter Safety Tips for your Pet 

  • Limit outdoor time

  • Protect their paws

  • Beware of antifreeze and salt
     

tempFileForShare_20240115-215255.jpg
bottom of page