Grass & Co. deliver the highest quality and certified organic concentrated mushroom, adaptogen and vitamin-packed blends that deliver specific health benefits. If you're new to functional mushrooms, the RELAX Maitake Mushrooms Vegan Capsules are a great starting point. Each flavourless capsule contains 250mg of the full spectrum of the mushrooms' fruiting bodies and are rich in active compounds including beta-glucan polysaccharides. This unique botanical blend also includes Vitamin B6 to support your psychological function and help relax your mind. Grass & Co. Mushrooms are non-GMO, gluten-free, cruelty-free and contain no additives, mycelium, grains or any fillers.
/* 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;
}
}