A ritual practised for over 5,000 years, the time-tested Ayurvedic method of tongue cleaning is a clever, and effective, approach to oral hygiene. Tongue cleaning promotes a healthy mouth and gastrointestinal tract, which in turn, leads to a happy gut. Made from 100% pure and naturally antibacterial copper, this tool clears and decongests the tongue, freshens breath, heightens taste sensation, and removes toxins - known in Ayurveda as Ama - from the mouth. Benefits include:
- Clears skin
- Eliminates bad breath
- Removes plaque build up
- Heightens taste bud sensitivity
- Promotes a happy gut
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}