Sourced from the vast North East region and the high plateaus of Southern Brazil. Each little drop comes from healthy, sustainably harvested hives, where all our honey bees forage on pollen from native wildflowers indigenous to the area. The seasonal rainfall transforms the otherwise dry land into vast flowering fields and blooming bushes, providing an abundance of delicious nectar.
Drizzled over porridge, spread on toast and everything in between this really will awaken those taste buds.
/* 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;
}
}