GREAT HEALTH DOESN'T MEAN SACRIFICING GREAT TASTE!: Dalgety Strong Effective Slimline herbal infusion is renowned for its delicious taste and amazing health benefits!
The senna leaves contain a chemical called anthranilic acid, which helps reduce stomach cramps and bloating. Dalgety Teas blended the senna leaves with peppermint leaves and root ginger to create an awesome-tasting herbal infusion. Our slimming tea works by aiding in detox for a full body cleanse. Perfect for a weight loss diet plan, aiding digestion and relieving constipation. We recommend one cup a day before or after dinner.
100% natural ingredients infused with tradition.
/* 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;
}
}