Curiously moreish cocoa dusted luxury Vegan truffles in a beautiful gift box.
An uncompromisingly delicious truffle with creamy chocolatey notes, a hint of dark chocolate flavour, and all the goodness of crunchy cocoa nib pieces
Each chocolate gift box contains 19+ individually wrapped cocoa dusted truffles
Our delicately soft chocolate truffles are an intensely chocolatey experience full of delicious mouth watering flavours
A stunning perfect gift on Valentines day, Mothers day, a birthday, to thank a teacher or to give as a gift at Easter or Christmas.
Certified by the Vegan Society. Suitable for Vegans and Vegetarians
Suitable for Vegans and Vegetarians.
/* 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;
}
}