Biotiful Berry Blend Meal Booster is made with 34 billion live cultures that have been expertly mixed with the best quality oats, flaxseeds, goji berry and strawberry.
Our nutritional powder is high in fibre with added vitamins B5, B12 and D, it's the natural, convenient and delicious way to boost your Immunity 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;
}
}