Collection: Products

75 products
  • Peruvian Paso Horse Leggings - 5 Reasons You Need Them
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Peruvian Paso Horse Leggings - Pink Fursace Design
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Peruvian Paso Leggings - Amazing Baroque Design
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Quarter Horse Hoodie - I like Big Butts and I cannot lie! A must-have for Quarter Horse Lovers
    Regular price
    from $36.79
    Sale price
    from $36.79
    Regular price
    Unit price
    per 
    Sold out
  • Quarter Horse Leggings - Soft Blue Color with Gold
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Racking Horse Leggings - Soft Blue with Gold Bow Original Design
    Regular price
    $39.87
    Sale price
    $39.87
    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'; } });