VIT. C 1000 is a vitamin preparation containing a high portion of vitamin C (1000 mg).
Vitamin C:
helps in maintaining the proper functioning of the immune system during and after intense physical exercise;
helps to protect cells against oxidative stress;
supports the production of collagen to ensure the proper functioning of the articular cartilage;
contributes to the maintenance of proper energy metabolism;
helps in the proper functioning of the nervous system;
increases the absorption of iron.
/* 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;
}
}
Choosing a selection results in a full page refresh.