This delicious amber-coloured syrup has a rich, mellow taste with a subtle caramel-like flavour. Made by the malting of organic cereal
grains, it retains their natural sweetness and characteristics. A great, versatile alternative to refined sugar.
Enjoy it in your favourite drinks, as a topping on pancakes and porridge, or try making homemade granola.
/* 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;
}
}