Expertly baked, London Apron chocolate chip cookie blends Belgian dark chocolate chips into the cookie dough, to create a delicious cookie experience free from excessive carbs or added sugars.
Lovingly crafted by Pastry Chef and Founder, Silvi, and her team in London.
Low in Sugar
Low in Carbs
Made with wholesome plant-based ingredients
High in probiotic Fibre
Naturally Gluten Free
Free from preservatives
/* 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;
}
}