Low acid form vitamin C with bilberry extract, in a convenient capsule
- Effective - Vitamin C is a rich antioxidant which helps to protect cells from oxidative stress and supports the
immune system, collagen formation for healthy skin, and energy
- Optimum support - Vitamin C provided as magnesium ascorbate which is a low-acid form of vitamin C,
making it gentler on the stomach and more easily absorbed
- Advanced - Combined with bilberry, one of the richest natural sources of flavonoids for additional
antioxidant support
- Flexible - Easy to take capsule form
- No unnecessary additives
- Environmentally friendly - recyclable packaging
- Trusted - we've been helping to shape a healthier society for over 30 years
- Suitable for vegetarians and vegans
- 60/180 days' supply at 1 capsule per da
/* 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;
}
}