Keto Bread No 2. is a delicious multi-grain and high-protein bread that has been enriched with almost 10g of OMEGA 3 and OMEGA 6 acids per 100g. Ideal for eating straight out of the packet or warming up in the oven. The large, family-sized pack contains up to 16 slices and ONLY 29g of carbohydrates in the WHOLE pack. Multigrain Keto Bread contains up to 10% healthy fibre in its composition, which will take care of your gut health. Best before date: Minimum 90 days from date of purchase, consume in 3 days after opening.
/* 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;
}
}