NOW Sambucus Zinc-C Lozenges feature a 10:1 elderberry concentrate. As a centuries old tradition, elderberry has been used by herbalists as a tonic to maintain health and well-being. This product includes vitamin C and zinc for their critical immune-supporting properties.
Elderberry Concentrate with Zinc and Vitamin C
Sugar Free, Low Calorie
For Adults and Children
/* 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;
}
}