The perfect introduction to daily shake!
This scientifically formulated Daily Shake has added Biotin to support natural collagen production, a Digestive Enzyme Blend to help de-bloat, allowing the body to process food and absorb nutrients better. Your new Daily Shake is a premium meal replacement shake that contributes to weight loss, has an excellent source of fibre and a good source of protein.
Pre & Probiotics to support and maintain a healthy gut. Zinc and Vitamin C for the maintenance of healthy skin, hair and nails.
/* 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;
}
}