Battle Bites are high protein, low sugar, guilt free triple layered indulgent chocolate snack. Each Bite-sized piece is made in our family-run bakery in the UK. Battle Bites are a convenient way to consume additional protein throughout the day without adding unwanted sugar.Battle Bites snapshot:20g protein per bar (10g protein per bite-size piece)114 kcals per biteLow sugar – 1.5g per bite1.5g impact carbsCovered in a low sugar milk chocolateTastes like a chocolate candy bar (with benefits)2x protein bites per bar, great for sharing and portion control.GMO FreeMade in the UK
/* 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;
}
}