Richly sweet plump raisins nestle like glistening jewels in these delicate yet crisp oatmeal cookies. A twist of cinnamon adds warmth and complexity. Perfect to enjoy in your pyjamas with your choice of milk while watching your favourite film cosy on the sofa. From January 2023 - Palm Oil Free too!
/* 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;
}
}