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. This treat is handmade in Vaajakoski without added sugar, preservatives or additives. 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;
}
}