- An effortless & delicious way to get your daily dose of adaptogenic nourishment.
-This Cheerful Buddha coffee blend uses Rainforest Alliance-certified Arabica coffee beans, which were decaffeinated using the Mountain Water chemical-free process and then precision-infused with MCT coconut oil.
- 500mg of Lion's Mane per serving.
- Naturally supporting an active lifestyle - Lion's mane mushrooms can enhance cognition, energy and digestive health. Ashwagandha is an adaptogenic plant that can improve mood.
-Vegan Society certified. Fully recyclable packaging.
/* 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;
}
}