Imagine the perfect cookie: a soft and indulgent texture, dozens of chocolate or salted caramel chips, all with 25% high-quality protein. QNT has done it for you with the Light Digest range protein cookie. Indulge in the softest�protein cookie, the perfect snack for all athletes (beginners or advanced) and active individuals. Do you love cookies? For you, we have reinvented the traditional cookie to fit your needs and make it even healthier. Still as delicious, it has a high protein content to help you reach your goals. The Light Digest cookie is the guilt-free snack, convenient and easy to take with you everywhere.
/* 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;
}
}
/* 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;
}
}