Collection: Vinyl Stickers 5"x5"

2 products
  • Tennessee Walker Stickers - 4 pack
    Regular price
    $19.92
    Sale price
    $19.92
    Regular price
    Unit price
    per 
    Sold out
  • Peruvian Paso Sticker
    Regular price
    $5.92
    Sale price
    $5.92
    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/decals'; } });