Collection: Products

75 products
  • Unleash the laughs with our Funny Dog Antics Christmas Blanket
    Regular price
    from $42.99
    Sale price
    from $42.99
    Regular price
    Unit price
    per 
    Sold out
  • Why settle for ordinary? Discover the Magic of a Grinch-inspired Cat Tree Skirt for Your Grinch Christmas Decorations
    Regular price
    $49.79
    Sale price
    $49.79
    Regular price
    Unit price
    per 
    Sold out
  • Wrap Yourself in Luxury with our Black Cat Sherpa Fleece Blanket
    Regular price
    from $42.99
    Sale price
    from $42.99
    Regular price
    Unit price
    per 
    Sold out
/* Product Tag Filters – Good for any number of filters on any type of collection pages */ var collFilters = jQuery('.coll-filter'); collFilters.change(function() { var newTags = []; collFilters.each(function() { if (jQuery(this).val()) { newTags.push(jQuery(this).val()); } }); if (newTags.length) { var query = newTags.join('+'); window.location.href = jQuery('tag').attr('href').replace('/' + 'tag', '/' + query); } else { window.location.href = '/collections/all'; } });