Our Sea Salt bar contains a whisper of sea salt, blended with our sumptuous bitter sweet and velvety single origin dark 73% chocolate from the Dominican Republic. It is a subtle, intriguing and complex bar that will awaken the chocolate connoisseur within you. 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. Fairtrade certified and organic too. 100g
/* 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;
}
}