Indulge in the perfect pick-me-up: an organic milk chocolate bar with a velvety espresso filling, complemented by the satisfying crunch of crispy wafer pieces. Expertly crafted for those on the move, this 40g snack-size delight is the ultimate fusion of rich, creamy sweetness and bold coffee flavor. A treat that's as convenient as it is irresistibly delicious! Home compostable inner packaging film based on cellulose
/* 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;
}
}