Senna Leaves Tea Bag is made of Organic Senna Leaves is very effective for constipation relief.. Add Senna Tea Bag to Hot Water in a cup and allow to brew for around 3 - 5 minutes before consuming.
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;
}
}