White Chocolate Cashews are a favourite, and we do not wonder why - the combination of the creamy, crunchy cashew nut and organic white chocolate works with just about any kind of dessert and perfectly on its own as a dessert and snack.
The unique white chocolate is made from raw sugar cane, cacao butter, coconut milk powder and a dash of sea salt. Those who can't resist sweet treats are bound to fall in love!
/* 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;
}
}