Lifeplan's Eye C supplement is formulated with specific nutrients, Vitamin A, B2 and Zinc, to contribute to the maintenance of normal vision. Lifeplan's Eye C also contains Vitamin C, contributing to normal collagen formation for the normal function of blood vessels. As well as Lutein and Zeaxanthin (from Marigold extract): carotenoids that are found naturally occuring in the eye. This food supplement also provides B Vitamins (B2,B6 and B3), contributing to a reduction of tiredness and fatigue.
Suitable for Vegans.
/* 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;
}
}