This is a liquid honey with a slightly more intense flavour. This honey comes from a slightly later crop and it is ideal for spreading on toast or bread, using as a sweetener or even for cooking where that extra special something is required.
All good honey may crystallise or set during storage. If this should occur please warm gently to return to its liquid state.
/* 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;
}
}