Delicious flavourful biscuits that will leave you reaching for more. Baked with wholemeal flour, certified sustainable palm oil and a touch of malt for richness. Why not savour them with cheese, in a cheesecake base or simply on their own? Treat yourself also to our Fruity Oat Biscuits and Ginger Oat Biscuits.
/* 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;
}
}