A lightly sparkling low-sugar, high fibre functional soda, made with a delicious blend of botanical extracts found in nature. Scientifically formulated to provide effective support for the gut microbiome.
Experience the benefits of nootropics, without harmful preservatives or artificial sweeteners, and support your body with appropriate amounts of vitamins and minerals in an easy-to-consume solution.
Provides 100 percent NRV's of water-soluble vitamins, 50 percent NRV's of oil-soluble vitamins, 15 percent NRV's of most minerals.
Naturally Low Sugar and High Fibre, Natural Extracts, Naturally Sweetened, Filled with essential Vitamins and Minerals, Effective levels of Nootropics.
/* 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;
}
}