Lepicol is a multi-fibre source product containing gentle psyllium husk known to maintain normal bowel transit, as well as inulin which is a prebiotic fibre source. Together, these two ingredients go a long way to help provide your recommended daily intake of fibre - something that many of us lack with the modern diet. The third key ingredient of Lepicol are 5 strains of live bacteria. These beneficial bacteria help to balance the microflora in your digestive tract, supporting the health of your bowel. Lepicol plus+ has the extra benefit of digestive enzymes to aid your bowel in digesting food.
/* 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;
}
}