Take our delicious organic Blue Webber Agave Nectar, add a big burst of Honey and here's what you get. A pretty groovy topping sauce packed with no additives or artificial flavours. Our flavoured agave sauces love to be drizzled over desserts, ice creams, pancakes, waffles and much more!
Every bottle contains 30% recycled plastic and is fully recyclable.
/* 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;
}
}