A small but nutritious protein bar that fits perfectly into a healthy diet. It will replenish the necessary proteins to support muscle growth and optimal bone health. In addition, it is rich in fiber, which is often not in sufficient quantities in the diet.
Protein delight will drive away your sweet tooth, while containing only a minimum of sugar. Choose from three irresistible flavours, all covered in real milk chocolate.
/* 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.