Our rich, creamy and silky smooth milk chocolate is partnered with plump, juicy sultanas and crunchy roasted hazelnuts to create a simple yet lavish bar. Our luscious milk chocolate is made using single origin cocoa beans 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;
}
}