It has an irresistible taste of roasted hazelnuts and cocoa and a super creamy texture. Combine it with a slice of toast, your favorite Sunday pancakes, or fruit - you can't go wrong, it fits perfectly anywhere! For the more adventurous we also offer rowing with a spoon directly from the jar! The new hazelnut-cocoa spread is vegan, organic, and WITHOUT added sugar.
/* 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;
}
}