� IMMUNE SUPPORT WITH VITAMIN C � HIGHLY BIOAVAILABLE 90 Capsules | 90 Servings Veggie Capsules Vitality Range Applied Nutrition�s Zinc offers a highly bioavailable form of chelated zinc. This means easier absorption and faster availability. Zinc is a major player in the creation of DNA, growth of cells, building proteins, and along with added Vitamin C, provides a dual-action immune system support.
/* 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;
}
}