Contact Information

Precious Pet Designs creates personalized gifts for pet lovers so we often need to work closely with our customers to create the perfect design.

For this reason, you can easily contact us by emailing us at spirit@preciouspetdesigns.com or call us at 727-336-8033 and we can incorporate any photo or phrase into one of our designs. 

If you don't have a photo, you can choose one of our ready to order products without personalization.

 

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