1000 MG WIT. C in a capsule;
The combination of vitamin C and bioflavonoids;
The included vit. C helps in the proper functioning of the immune system, contributes to the reduction of tiredness and fatigue, protects against oxidative stress and increases iron absorption.
VITAMIN C 1000 ULTRA BIOFLAV is a product for athletes containing an increased portion of vitamin C (1000 mg) and a complex of citrus bioflavonoids.
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;
}
}