Container Size: 12x50g Serving Size: 1 bar Amount Per Serving: Protein: 7g Carbohydrates: 18g Fat: 9.3g Salt: 0.11g Ingredients: Per 100g (per 50g) Energy 1649kJ (825kJ), 395kcal (198kcal), Fat 19g (9.3g) of which saturates 2.8g (1.4g) Carbohydrate 36g (18g) Of which sugars 20g (10g) Fibre 13g (6.4g) Protein 15g (7.3g) Salt 0.22g (0.11g) Please Note: Nutritional facts and ingredients may vary slightly between flavours.
/* 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;
}
}
/* 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;
}
}