Simply made from pure organic coconut, our vegan honey alternative is smooth and sweet, with a delicious warm flavour. It comes from the sweet sap of coconut palm flowers, is refined down and bottled at source for goodness. Heated in a gentle way so that it emulates honey, it is a great vegan alternative to honey. It is loaded with many of the benefits of coconuts and is fantastic on pancakes, in porridge, and in yoghurt, and works as a great natural sweetener.
/* 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;
}
}