- A great addition to a busy lifestyle, providing support through your daily mental demands
- Contains 500mg of Lion's Mane mushroom from the fruiting body per serving
- Lion's Mane mushrooms have been long revered for their ability to boost focus and improve mood
- Delicious, naturally-sourced mint and chamomile tea blend provides a soothing caffeine-free brew
- 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;
}
}