These wholesome Stem Ginger Oat Biscuits pack a flavoursome punch thanks to the mix of stem ginger and ground ginger we use. Like the rest of the range, they contain no artificial colours or flavours, are full of the goodness of wholegrain oats and contain 44 calories per biscuit. Perfect to have with a cuppa, some people tell us they're great for dunking too...
They also contain 40% less sugar than the average sweet biscuit.
/* 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;
}
}