Suitable for those who prefer a healthy lifestyle. With top-quality ingredients and a unique formula, it is clearly a smart food of the future.
60 % protein
four types of plant protein (pea, chickpea, hemp, pumpkin)
cereal mix (oats, amaranth, buckwheat, millet and quinoa)
DigeZyme digestive enzyme mix
vitamins B2 and B12
iodine and iron
omega-3 fatty acids
suitable for vegans
lactose-free
gluten-free
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.