This double-layered caramelised hazelnut bar is indulgent, irresistible and a perfect combination of a velvety smooth top layer with a chompy, nutty base. Enrobed in Dark Belgian chocolate, this delectable treat is carefully crafted to create a harmonious blend of flavors and textures, resulting in a mouthwatering experience that is sure to delight your taste buds.
/* 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;
}
}