- A great way to enjoy the delicious taste of black tea and support mental wellbeing at any time of the day
- Contains 500mg of Lion's Mane mushroom from the fruiting body per serving
- The perfect addition to your wind-down routine, it'll help you feel relaxed, calm and nourished
- Decaffeinated using the CO2 chemical-free method
- No post-caffeine crash
Using a unique expertly developed method to ensure that the Lion's Mane mixes evenly with the tea to create a perfect consistent brew.
/* 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;
}
}