The WEIDER JOE's SOFT bar is an absolutely sweet temptation with its extra soft protein core and the delicious milk chocolate shell, sometimes refined with a caramel layer or with delicious pieces of almonds and that with just 1.8g sugar per bar! The bars consist of a super soft protein core with a creamy protein filling and thus contribute to building and maintaining your muscle mass with a whole 29% protein. With a maximum of 200 kcal per JOE's SOFT BAR, the bar fits perfectly into any diet plan.
/* 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.