Curiously moreish cocoa dusted luxury truffles in a beautiful gift box. 4 Great Taste award winning flavours, individually flow wrapped; intensely chocolatey Choccy Scoffy, toasted hazelnut Scrumple Nutty, and salted butterscotch Flutter Scotch, popping candy with raspberry Berry Bubbly. Each chocolate gift box contains 21+ 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. Suitable for 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;
}
}