Dillon Chicory Fibre syrup is made from seasonally farmed chicory in Europe. It's a natural sweetener with no aftertaste and can be used as a vegan honey alternative. So, Sweeten your cooking & baking, cold & hot beverages, and favourite breakfasts. With less than 0.5g of naturally occurring sugars per teaspoon and 90% less sugars than white granulated sugar per 100g, it's suitable for diabetics, and those counting their sugar intake. It is also high in fibre, and acts as a prebiotic, feeding the friendly bacteria in your gut. This is the ultimate natural sweetener and you'll love it!
/* 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;
}
}