Monofloral Manuka is produced from the pollen of Native New Zealand Manuka flowers.
The aromas & flavours of this honey are distinctive. Powerful with a toffee apple & barley sugar bouquet, the flavour is intense with an almost savoury tang.
Our UMF5+ honey is guaranteed to have a Unique Manuka Factor of 5+ or higher. 100% natural, independently tested Manuka honey that has special signature compounds characteristic of this honey which ensures purity and quality.
From the moment you first taste our honey, a small part of you will find a home here, in New Zealand.
/* 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;
}
}