Collection: patriotic

2 products
  • Canvas Art Funny Pet Portraits - Firefighter
    Regular price
    from $44.97
    Sale price
    from $44.97
    Regular price
    Unit price
    per 
    Sold out
  • Personalized Pet Coasters - Firefighter Pet
    Regular price
    from $34.91
    Sale price
    from $34.91
    Regular price
    $39.99
    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/patriotic'; } });