Glucomannan is considered a valuable fibre. It has the ability to swell in water to form a gelatin-like substance. A process that also happens in the stomach and then provides a feeling of satiety. Glucomannan contributes to weight loss as part of a low-calorie diet and helps maintain normal cholesterol levels in the blood. Suggested use: 3 times a day 30 minutes before the main meals, 2 Glucomannan capsules whole with plenty of still water (min. 300 ml). Do not exceed the recommended daily dose. The Glucomannan capsules are not a substitute for a balanced and varied diet and healthy lifestyle. Keep out of reach of children.
/* 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;
}
}