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
  • Dolphin Shower Curtain
    Regular price
    $49.99
    Sale price
    $49.99
    Regular price
    Unit price
    per 
    Sold out
  • Dolphin Polycotton Towel
    Regular price
    $38.99
    Sale price
    $38.99
    Regular price
    Unit price
    per 
    Sold out
  • Dolphin Bath Mat
    Regular price
    $24.99
    Sale price
    $24.99
    Regular price
    Unit price
    per 
    Sold out
  • Mermaid Shower Curtain
    Regular price
    $49.46
    Sale price
    $49.46
    Regular price
    Unit price
    per 
    Sold out
  • Mermaid Polycotton Towel
    Regular price
    $38.99
    Sale price
    $38.99
    Regular price
    Unit price
    per 
    Sold out
  • Mermaid Bath Mat
    Regular price
    $24.99
    Sale price
    $24.99
    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'; } });