Raw chocolate hazelnut is a classic treat that combines mouth-watering raw chocolate and aromatic hazelnut. This flavor combination complements each other for better delicacy and snack moments and it is also a versatile addition to baking and garnishing desserts. 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 This irresistible treat will get all-aged foodies hooked!
/* 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;
}
}