Dalgety Moringa with Peppermint herbal infusion has a mild subtle bitter/sweet taste of moringa with a refreshing peppermint taste. Moringa has antioxidants and anti-inflammatory benefits, as well as aiding balancing hormones and slowing the effects of ageing. The leaves have 7 times more Vitamin C than oranges and 15 times more potassium than bananas. Can contribute to the reduction of tiredness and fatigue, also helping to alleviate the symptoms of menopause. Rich in Vitamins A & C, calcium, potassium, iron and protein.
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;
}
}