Each package contains 90 capsules containing 500 mg of the effective antioxidant vitamin C (ascorbic acid) for effective protection against free radicals. Discover the effectiveness of our highly-dosed Vitamin C product!
- Pure Vitamin C - highly-dosed!
- biologically active L-(+) ascorbic acid
- 500 mg vitamin C content in each capsule
- Effective antioxidant
- For a constant vitamin C level
/* 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;
}
}