You'll fall in love with our minty chocolate thins made from our velvety 73% organic dark chocolate and a splash of mint oil. So fresh and bittersweet, these Fairtrade chocolate thins will make your mouth water.
As always, our chocolates are organic, Fairtrade certified, plastic free packaging, palm oil free and handmade with love - vegan friendly too!
/* 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;
}
}