Snacksy Raw chocolate alternative. Completely vegan and made in the UK with simple and recognisable ingredients, Snacksy Raw Chocolate alternative is proudly gluten and refined sugar free. Snacksy Signature Dark 61% is a crowd favourite, known for it's pure cacao flavour. Our Signature bar is an ideal snack for chocolate lovers searching for a healthier alternatives or bakers looking for a smooth chocolatey taste.
/* 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;
}
}