Supports healthy vision, skin, and immune health
10,000 IU of vitamin A per soft gel
Potency and quality guaranteed
Vitamin A 10,000 IU is important for healthy vision. It plays an important role in helping the eyes adapt to light changes. Carlson Vitamin A also promotes skin, bone, and immune system health.
/* 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.