Known as the 'mushroom of immortality' and favoured by ancient Emperors, reishi mushrooms are renowned around the world for their purported properties and our capsules offer a convenient way to add them to your diet.
Suitable for vegetarians and vegans, the sole active ingredient is standardised reishi mushroom extract, to ensure we provide you with a pure and natural product without any additives or 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;
}
}