Collection: Products

75 products
  • Paso Fino Horse Hoodie - Ride the Glide in our warm and cozy Paso Fino Hoodie
    Regular price
    from $36.79
    Sale price
    from $36.79
    Regular price
    Unit price
    per 
    Sold out
  • Paso Fino Horse Leggings - Baby Blue Gold Bow Design
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Paso Fino Horse Leggings - Original Pink "Fursace" Design
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Paso Fino Horse Leggings in Black Ghost Lace Design
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Paso Fino Horse Leggings with Baroque Design - From Arena to Fashion
    Regular price
    $39.87
    Sale price
    $39.87
    Regular price
    Unit price
    per 
    Sold out
  • Peruvian Paso Horse Hoodie - Ride the Glide
    Regular price
    from $36.79
    Sale price
    from $36.79
    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'; } });