Collection: Matching Owner & Pet Clothes


4 products
  • Woof Pet Bandannas - Blue
    Woof Dog Bandanna
    Regular price
    $10.89
    Sale price
    $10.89
    Regular price
    Unit price
    per 
    Sold out
  • Personalized Pet T-Shirt - He had me at woof
    Regular price
    $24.88
    Sale price
    $24.88
    Regular price
    Unit price
    per 
    Sold out
  • Woof Pet Bandana for Dogs - Pink
    Woof Pet Bandana - dog bandana pattern
    Regular price
    $10.89
    Sale price
    $10.89
    Regular price
    Unit price
    per 
    Sold out
  • Personalized Pet T-Shirt - She had me at woof
    Regular price
    from $24.88
    Sale price
    from $24.88
    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/matching-qwner-pet-clothes'; } });