Inside the body, enzymes such as amylase, protease and lipase are utilised during the digestive process to break down carbohydtares, proteins and fats (respectively) from our food into nutrients then used to perform the body's many daily functions.
Formulated with plant derived enzymes, Lifeplan Digestive Enzyme supplements can be taken by anyone who wishes to support their own digestive function; with Calcium to aid the normal function of digestive enzymes. 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;
}
}