Foodin's Raw Chocolate Almonds are a classic flavour pair, that works just as well as a tasty snack as it does on the dessert table. Almond and chocolate are a great pair in baking, as well - sprinkle a handful of chocolate almonds on your cake decorations or use them as part of ice-cream dishes. The raw chocolate topping is made without added sugar as the request of consumers and it is sweetened with natural and calorie-free erythritol, which is found in e.g. in grapes and melons.
/* 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;
}
}