Biotiful Coconut Blend Meal Booster is made with billions of live cultures that have been expertly mixed with the best quality oats, flaxseeds, coconut and turmeric.
Our nutritional powder is high in fibre with added vitamins B5, B12 and D, it's the natural, convenient and delicious way to help your focus by supporting normal mental performance and support your Gut Health.
/* 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;
}
}