Valuable ingredients
With added vitamin C and zinc to support a normally functioning immune system
Use of raw materials that are free from treatment with pesticides
100% vegan and free from gluten, lactose and soy
Maca is a cruciferous plant from the Andes in Peru. The plant has a starchy tuber that tastes like potato. The root tuber is used in the Andes both as a staple food and for many medicinal purposes. Maca can be cooked and pureed; mixed with milk; and dried and ground into a type of flour used for bread, cakes and biscuits. Because of its positive properties, maca root is also very popular in Europe today.
/* 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.