Modern science and ancient Chinese herbal wisdom join forces to bring you unprecedented support for your body's defenses. For hundreds of years, Chinese herbalists have treasured reishi and shiitake mushrooms and the highly prized "caterpillar fungus," Cordyceps sinensis, as powerful tonics to reinforce the immune system during times of increased stress. Our special formula features state-of-the-art extracts of these three esteemed fungal defenders standardized to deliver consistent concentrations of active constituents for guaranteed potency in each veggie capsule.
/* 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;
}
}