Made with 100% natural, scientifically tested, New Zealand Manuka honey.
MGO 70+ Multifloral Manuka Honey is a rich complex tasting honey that is commonly used as part of supplement & wellness routines.
All of our honey is produced, packed and sent directly from New Zealand, so you can guarantee quality and authenticity with every jar.
/* 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;
}
}