Biona's Organic Dark Chocolate Coated Almonds - our almonds are oven-roasted to perfection, sprinkled with sea salt and coated in velvety dark chocolate for a luxurious snack experience.
Made with Fair Trade-certified cocoa, this chocolate contains 62% cocoa for a rich, ethically sourced treat that's also free from palm oil.
Packaged in paper, meeting the growing consumer demand for more sustainable packaging solutions.
/* 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;
}
}