Our delicious NEW Coconut & Chia Oat Biscuits are bang on trend flavour-wise, and are packed of natural flavour from toasted coconut and added crunch from chia seeds. They contain no artificial colours or flavours, are full of the goodness of wholegrain oats and they're high in fibre too.
Our Coconut & Chia Oat Biscuits contain 55% less sugar than the average sweet biscuit making them Nairn's lowest sugar biscuit yet!
/* 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;
}
}