3 Star Great Taste Award winning cocoa dusted luxury truffles in a collectable, limited edition cat shaped gift tin. There are over 14 individually wrapped chocolate truffles in this beautiful gift tin. Soft 'snowflake' textured varnish gives a wonderfully premium feel. Tropically Tantalising Coconut Crush Truffles, which won a prestigious 3 Star Great Taste Award in 2020. Refill with your favourite truffles! The perfect hiding place for chocolate!
/* 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;
}
}