Clearspring Organic Traditional Oatcakes are made to our original wheat-free, dairy-free and no-added-sugar recipe using only the finest organic ingredients.
They are lovingly baked to perfection in small batches by fourth generation craft bakers in the Scottish Highlands.
Each cake is packed with the natural goodness of wholegrain oats and the many qualities of extra virgin olive oil.
/* 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;
}
}