This vegan and gluten-free cookie made with organic and high quality ingredients has a tempting red colour and irresistible taste. A lovely combination of tender cacao butter drops and sweet with a bit sour taste of lingonberries. Just one bite and there is no turning back!
/* 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;
}
}