A light buttery note and a hint of ginger compliment the clear and natural flavours of pure maple syrup and pecan nuts. total nut content over 30% with Almonds and Cashews adding extra flavour and texture. Flame raisins add a burst of extra sweetness though the underlying sugar content is 9%. A really popular go to granola for the traditionalist who loves great taste
/* 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;
}
}