"Completely vegan and made in the UK with simple and recognisable ingredients, Snacksy Raw Chocolate alternative is proudly gluten and refined sugar free. Snacksy Almonds combines decadent raw chocolate alternative with almond pieces, creating a nutty taste and crunch with each bite. We've added Lucuma powder, known for its high concentration of antioxidants and high fiber content, promoting healthy digestion.
"
/* 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;
}
}