From 100% Fruiting Bodies - Dual Extract
Beta-Glucan Rich Polysaccharides 50%
Shiitake mushrooms are one of the most popular mushrooms worldwide. They are appreciated for their rich, savory flavour and varied health benefits.
We cultivate our organic shiitake mushrooms on wood- rich substrate and extract solely from the fruiting bodies creating a potent and high-quality extract that is rich in bio-active components.
/* 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;
}
}