Curiously moreish cocoa dusted luxury truffles in a beautiful gift box. The original rich & chocolatey cocoa dusted truffles coated with a generous dusting of exquisite bitter-sweet cocoa powder. Choccy Scoffy won a prestigious 1 Star Great Taste Award in 2020. 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.
/* 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;
}
}