Gentle safe and homeopathically compatible with a delicious cardamom-fennel breath-freshening flavor.
Contains 23 special herbal extracts for optimum oral hygiene including Neem and Peelu.
Super concentrated formula! Each tube lasts 3x longer than regular toothpaste.
- Non-GMO
 - Fluoride-free
 - Sulfate-free
 - Vegan / cruelty-free
 - Gluten-free
 - No artificial colors or sweeteners
 
 showChar2) {
                  var c = content.substr(0, showChar2);
               var h = content.substr(showChar2, content.length - showChar2);
                  var html = c + '' + ellipsestext2+ ' ' + h + '  ' + more2text + '';
                  $(this).html(html);
           }
          });
          $(".more2link").click(function(){
           if($(this).hasClass("less")) {
               $(this).removeClass("less");
               $(this).html(more2text);
           } else {
               $(this).addClass("less");
               $(this).html(lesstext2);
           }
           $(this).parent().prev().toggle();
           $(this).prev().toggle();
           return false;
       });
   });