Approximately 31 VEGAN chocolates with 9 nostalgic flavours, classically wrapped, fill up our original bright boxes to the brim. Fairly Traded Cocoa and RSPO Palm Oil. From gluten-free cookies and cream cubes (The Cookie Muncher), to dangerous coffee truffles. Our original 9 flavours will not disappoint. A UK's first, sell-out selection box, has made tens of thousands of vegans (and non-vegans) very happy! Now there's no missing out for anyone.
/* 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;
}
}