Your all-in-one gut, mind and body boost. Each serving of Biotic Energy has 10 billion CFUS of friendly bacteria and prebiotic fibre to enrich your gut flora and support healthy digestive function. Lion's Mane and Cordyceps improve focus, with Siberian Ginseng and Vitamin D, plus 100% of your daily recommended dose of B-Vitamins help elevate and sustain energy levels.
/* 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;
}
}