A delicious and creamy protein superfood vegan cocktail
with a nutritionally balanced formula. The selection of four types of plant protein represents a complete source of whole protein supplemented with important nutrients.
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;
}
}