Hilltop Cut Comb in Acacia Honey is a piece of the most purest form of honey, Cut Comb, submerged in Acacia Honey. Hilltop Honey Cut Comb in Acacia Honey is 100% pure and natural - A beautiful, delicate pale honey with a mild floral and fruity flavour.
Available in a 340g jar. KLBD Approved. Honey may naturally crystallise.
/* 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;
}
}