Boost your immunity and elevate your wellbeing with B-YOND Immunity Mushroom Capsules, a powerful blend of nature's finest immune-supporting mushrooms. Fortify your body's defenses, regulate blood sugar & promote energy levels with our blend of Lion's Mane, Reishi, Chaga & Maitake.60 capsules = 1 month supply. Used by elite athletes - Informed Sport certified.
/* 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;
}
}