A trinity of delicious Vegan Truffle flavours across 4 beautiful gifts. 3 x 100g Gift cubes, delightfully ribbon and bowed spanning three spectacular and hugely indulgent new vegan truffle flavours; Cocoa Nib Nights - a Vegan truffle with cocoa nibs, Cocoberry Blush - a raspberry & coconut infused Vegan truffle and Caramel Haze - a caramel & hazelnut Vegan truffle, all certified by the Vegan Society.
/* 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;
}
}