Our bitter sweet velvety dark chocolate is lavishly adorned with toasted crunchy whole hazelnuts and raw cocoa nibs to create the most sublime experience. It is a decadent and rich combination of hazelnuts and cocoa nibs on top of this sumptuous single origin dark 73% chocolate from the Dominican Republic. 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;
}
}