Add some sunshine to your day with this golden milk latte. We've blended turmeric with cinnamon and a touch of black pepper to create a nourishing alternative to coffee, and the perfect way to get your turmeric fix as part of your daily routine.
* Curcumin, turmeric's active ingredient, has been shown to have powerful antibacterial, antimicrobial, anti-inflammatory, and antioxidant effects
* Evidence shows that curcumin can cross the blood-brain barrier and may help to protect against cognitive decline, depression and mood disorders
R
reported to aid restful sleep when consumed before bed
* Our recipe is blended to ensure bioavailability as we add a touch of black pepper to ensure each sip releases turmeric's maximum potential
Simply add your milk of choice for a delicious alternative latte or frappe.
Dairy-free, gluten-free, refined sugar-free and caffeine-free
/* 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;
}
}