- A great alternative to coffee providing a milder energy boost and natural mood & focus support
- 500mg of Lion's Mane Mushroom per serving
- Boosted with adaptogenic Ashwagandha
- Turmeric, Lucuma and Cinnamon give this golden milk drink its vibrant look and delicious flavour, and nourish the body with antioxidants
- Certified by the Vegan Society - with coconut milk to create a convenient and perfectly smooth drink
- No added sugar - enjoy it as it is or add your preferred natural sweetener.
/* 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;
}
}