Our deliciously crunchy Mr Organic Chocolate Chip Digestive Biscuits are lovingly baked to perfection. They are crafted to a scrumptious vegan recipe, using only the finest organic ingredients and absolutely NO palm oil.
Organic & Natural
Vegan & Vegetarian
Palm Oil Free
Dairy Free
Zero Air Miles
/* 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;
}
}