Carefully curated with the perfect blend of heavenly hazelnut butter, golden peanut butter and delicious whole roasted golden hazelnuts for added crunch, if you're nuts about hazelnut, this is the snack for you!
Packed with plant protein, made of our premium protein blend and crispy protein pieces, bound with deliciously succulent Peruvian cocoa butter and coated in a delicate layer of the finest Belgian dark chocolate, this is hazelnut made heavenly.
/* 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;
}
}