Creamy white chocolate with a splash of lemon oil make the perfect pairing for this heavenly bar. The finest white chocolate is made with luscious cocoa butter and pure Madagascan vanilla then blended with Sicilian lemon oil creating the most decadent experience. Our chocolatiers lovingly make each bar by hand using only the finest ingredients to bring you a palette of exquisite flavours and mouth watering tastes.
/* 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;
}
}