Every NuGo Dark bar is made up of a delicious protein packed crispy inside dipped in decadent, antioxidant-rich, 100% real dark chocolate that melts in your mouth with delectable flavour. All NuGo Dark scrumptious flavours are GF, vegan, OU kosher pareve and non-GMO verified.
/* 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;
}
}