Pack of delicious vegan and gluten-free mini cookies that will make the time with your loved ones yummier.
Share a cookie and create your moments to remember!
The mini bites are vegan, gluten-free and with no refined sugar. In every package you can enjoy about 10 mini cookies with incredible taste!
/* 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;
}
}