- Effective antioxidant complex
- Natural support for the immune system
- 500 mg vitamin C per single tablet
STRONG-C 500 is a vitamin preparation developed for sportsmen, containing an increased dose of vitamin C (500 mg) and enriched with a complex of citrus bioflavonoids and zinc. Vitamin C helps to neutralize free radicals, which decrease the organism's resistance to infections, and which also slow down its regeneration. The addition of bioflavonoids and zinc increases the anti-oxidizing effect of vitamin C and prolongs its activity in the organism.
/* 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.