KIKI Health's Cordyceps militaris is cultivated via SSF (Solid State Fermentation) and therefore is controlled via organic means. Cordyceps militaris creates fruiting bodies when it grows on a solid substrate. The fruiting bodies extract is richer in active ingredients, and has higher content of beta-D-glucans, compared to those extracted from mycelium.
The extract is standardised to an impressive 50% polysaccharides content and contains a significant amount of triterpenes, sterols and polyphenols.
/* 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;
}
}