Dalgety Mango Leaf Herbal Infusion is crafted from the tender leaves of the mango tree, offering a subtly sweet and refreshing flavour. This tea captures the essence of the tropics in every cup.
Rich in vitamins and antioxidants, Mango Leaf Tea is beneficial for maintaining healthy blood sugar levels and supporting cardiovascular health.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;
}
}