High in Fibre. Low in Sugar. No Artificial Colours, Flavours or Preservatives. No Palm Oil. Suitable for Vegans.Our Oregano & Olive oil sourdough crackers have a distinctive crispy texture flavoured with the earthy oregano and fresh, peppery notes of olive oil. An essential for any cheeseboard or great as a snack. Pairs well with fresh cheeses such as Feta or goats cheese and a drizzle of honey.
/* 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;
}
}