An organic, fairtrade AND vegan marshmallow, coated with organic, fairtrade AND vegan dark chocolate, 100% traceable from our four partner cooperatives in Peru and Santo Domingo. The icing on the cake is a delicate taste, between the crunch and intensity of the generous dark chocolate shell and the sweetness of a soft vanilla marshmallow.
/* 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;
}
}