Dubbed as the 'Vegan Snickers", this bite will satisfy all those chocolate cravings...
With a subtle but succulent salted caramel flavouring, whole roasted peanuts and golden peanut butter, this is a vibrant mix of flavour and bite. With our premium plant protein blend and protein crispy pieces, we've packed with plant protein into each bite, blended with extra soft moisture from the premium Peruvian cocoa butter.
/* 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;
}
}