The original rich & chocolatey cocoa dusted truffles coated with a generous dusting of exquisite bitter-sweet cocoa powder. There are 12 individually wrapped truffles in this beautiful gift box. Say 'With Love' with our curiously moreish cocoa dusted luxury truffles in a beautiful gift box with ribbon.
/* 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;
}
}