Fem-Dophilus Advanced provides 4-in-1 daily care for women. It features four of the most prevalent vaginal Lactobacillus species that have been clinically shown to be effective to help restore healthy vaginal flora.* Combined with strains targeting common digestive complaints to deliver 4-in-1 benefits - helps to support vaginal, urinary tract, digestive and immune health in just one veggie capsule per day.* Available in refrigerated or shelf stable formats.
/* 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;
}
}