Meadows Acacia Honey is premium Acacia honey made from the nectar of a blossoming Acacia tree, producing a distinctive, sweet and pure honey with light floral flavours
Our bespoke jars are vacuum sealed resulting in no need for single use plastic and through our partnership with Plantlife - the conservation charity, 300 wildflowers are planted in British Meadows for every jar of Meadows honey that is sold.
/* 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;
}
}