Dalgety Strong Turmeric & Black Pepper herbal infusion is a super blend that has a mild black pepper taste that enhances the turmeric flavour. Turmeric contains curcumin, a powerful anti-inflammatory compound, but it's poorly absorbed by the body on its own. Black pepper contains piperine, which enhances curcumin absorption by up to 2,000%, making the combination far more effective for delivering turmeric's full health benefits. With better absorption, curcumin can more effectively: reduce inflammation; fight oxidative stress; support joint, brain, and heart health; and
improve metabolic function and immune response.
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;
}
}