Critical Cookie is a high-protein snack, convenient to carry in your gym bag or take anywhere with you.
KEY BENEFITS
20g Protein Per Cookie
Non-GMO
No Trans Fats
No Soy
No Sugar Alcohols
Fresh Baked
No Artificial Sweetener
Halal Certified Product
Tested for Athletes
Sustainable Palm Oil
Natural Flavour
/* 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;
}
}