A calming, caffeine-free mix of Lion's Mane, Ashwagandha and Holy Basil for when you are feeling wired and need to chill. 100% fruiting body Lion's Mane dual extract + biomass for full spectrum benefits; ensuring all therapeutic, bioactive compounds are included for optimum performance and efficacy. High quality, active ingredients: 258mg Ashwagandha + 258mg of Holy Basil + 258mg Lion's Mane.
/* 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;
}
}