Useful for individuals with malabsorption and poor iron status.
Particularly suited to those individuals who are sensitive to inorganic iron supplementation.
Iron contributes to normal oxygen transport in the body.
Iron, vitamin B2 and vitamin C contribute to the reduction of tiredness and fatigue.
Iron contributes to normal cognitive function.
Iron contributes to normal formation of red blood cells and haemoglobin.
Vitamin C and vitamin B2 are antioxidants that contribute to the protection of cells from oxidative stress.
/* 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;
}
}