Wild Flower with Manuka Honey is a subtle blend of wildflowers found in New Zealand's wilderness along with its naturally occurring manuka bush. This gives the honey a more subtle and sweeter flavour than just manuka alone and so is more suited to general eating and cooking than its more expensive neighbours.
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;
}
}