Triphala Powder is high in Vitamin C and other Vitamins and Minerals which may improve the overall Immunity.Triphala is made of 3 fruits: Haritaki, Amla & Bibhitaki which provides loads of health benefits. Triphala powder is great for detox and overall digestive health.
Vegan approved by Vegan society in the UK.
Certified Organic by Soil Association in the UK
/* 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;
}
}