Bio-Kult Candea is a scientifically developed multi-action formulation with seven strains of live bacterial cultures proven to survive the high acidity of the stomach it also contains garlic and grapefruit extract well known for their naturally powerful properties. Bio-Kult Candea does not need to be refrigerated and can be taken alongside antibiotics, by babies, when pregnant, by vegetarians as part of a healthy diet.
/* 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;
}
}