Made from the nectar of coconut flowers, this delicious, dark and mellow syrup is a natural
sweetener with a subtle caramel-like flavour and a versatile alternative to refined sugar.
Enjoy it in your favourite drinks and smoothies, or as a topping on pancakes and porridge. Also great for baking muffns and cakes.
/* 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;
}
}