Collection: Animal Bathroom Decor

Are you the ultimate animal lover?  Do you love your fur baby so much that you want to see them all over your home?  We have created home products based on various breeds of animals as well as products that you can customize with your pet's image.

59 products
  • Bubble Pup Shower Curtain
    Regular price
    $49.46
    Sale price
    $49.46
    Regular price
    Unit price
    per 
    Sold out
  • Bubblepup Polycotton Towel
    Regular price
    $38.99
    Sale price
    $38.99
    Regular price
    Unit price
    per 
    Sold out
  • Bubblepup Bath Mat
    Regular price
    $24.99
    Sale price
    $24.99
    Regular price
    Unit price
    per 
    Sold out
  • Custom Pet with Name Shower Curtain
    Regular price
    $89.98
    Sale price
    $89.98
    Regular price
    Unit price
    per 
    Sold out
  • Customized Pet with Name Bath Towel
    Regular price
    $49.93
    Sale price
    $49.93
    Regular price
    Unit price
    per 
    Sold out
  • Customized Pet Photo and Name Bath Mat
    Regular price
    $45.90
    Sale price
    $45.90
    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/bath'; } });