Successfully blending and balancing both citrus and floral flavours into our powerful organic dark chocolate was a challenge, but if you try only one bar from our range, we would recommend this best selling little number. Become the ultimate hippy and wallow in the floral power of this bar!
/* 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;
}
}