Meadows Natural Honey is premium honey made from the nectar of many different flowers in their blossom. Unique, the way nature intended.
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;
}
}