Clear wildflower honey is produced from hives placed in certified organic wildflower meadows. The honey is then tracked by the organic authorities to maintain its organic integrity. The flavour is sensational with everything you could hope for in a honey, all the scent and tastes of summer in a jar.
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;
}
}