- A great alternative to coffee providing support for the mind & body
- Enriched with two of the most popular functional mushrooms - 250mg of lion's mane & 250mg of chaga per serving
- Boosted with adaptogenic Ashwagandha to further support wellbeing
- An incredibly delicious hot chocolate, certified by the Vegan Society - Mixing raw Cacao powder and Lucuma with Cinnamon and Turmeric for a well-rounded flavour & convenience
/* 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;
}
}