Proteinissimo Prime is the new generation of protein bar. It?s the perfect grab and go snack to indulge in pre or post workout to increase your daily protein and promote muscle recovery after training. Each bar has a creamy, protein rich filling, a crunchy caramel layer, crispy pieces and an indulgent chocolate coating. Proteinissimo Prime contains no added sugar, and only 186 calories per bar. Each bar is rich in dietary fibre and free from aspartame and palm oil. Have this macro-friendly bar any time of day to curb your chocolate cravings and enjoy without the guilt.
/* 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;
}
}