Container Size: 30 CapsServing Size: 1 CapsuleServings Per Container: 30Container Size: 60 CapsServing Size: 1 CapsuleServings Per Container: 60Amount Per Serving*:*Each capsule is guaranteed to contain not less than 42 billion total viable cells (at the time of manufacturing) of:Lactobacillus acidophilus: 45%Lactobacillus rhamnosus (HA-111): 25%Lactobacillus rhamnosus (HA-114): 10%Lactobacillus plantarum: 7%Bifidobacterium bifidum: 6%Lactobacillus casei: 3%Bifidobacterium longum: 3%Lactobacillus salivarius: 1%Guaranteed 31 billon cells at the time of expiry.Ingredients:Potato Starch (dilutent), Freeze-Dried Bacterial Cultures, Antioxidant (Ascorbic Acid), Emulsifier (Stearic Acid), (Flow Enhancer) Silicon Dioxide, Capsule (Hypromellose).Gluten free. May contain traces of milk and soya lecithin.Suitable for vegetarians.
/* 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;
}
}