We never sell your information!

We don't sell your information.  We protect it!

Our mission is to provide our customers with the best pet gift anywhere.  It is not to make money selling you to others.  We respect your privacy and we never spam you. We may email you with occasional special deals but you can easily opt out of our new products and specials simply by emailing us at spirit@preciouspetdesigns.com

We value our customers and strive to keep them coming back for many years!

 

 

 

/* 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/types?q='; } });