Dalgety Strong Noni & Ginger herbal infusion is an invigorating blend combines the spicy zest of ginger with the tropical Noni fruit, celebrated for enhancing athletic performance and its rich Vitamin C content for cellular repair and immune system activation. Enjoy the potent antioxidant benefits with every sip, helping to neutralize free radicals and promote longevity. Specially crafted to support overall well-being, this tea is suggested to aid in managing diabetes and lowering blood pressure.
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;
}
}