Dalgety Strong Pure Turmeric herbal infusion has a musky, spicy taste. Turmeric tea offers a variety of health benefits, largely due to its active compound, curcumin, which has powerful anti-inflammatory and antioxidant properties. Known to help: reduce inflamation, ease muscle soreness support joint health, boost your immune system and aid digestion.
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;
}
}