This is light; it's delicate, it's fantastic. This is a spring honey and is a firm favourite with children. This is a very pale coloured honey and is always runny. Great for spreading, cooking and is wonderful drizzled over cereal.
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;
}
}