Sometimes during the day, you get hungry and crave a snack, looking for a tasty treat that won't harm your hard-earned figure.�PEANUT TIME�is the snack for you! It's a delicious protein bar, made from peanuts, that can fuel your muscles with 34% quality protein and only 2.4 grams of sugar. It's an amazing quality for a delicious and balanced snack that's perfect for any time of day. Wait no longer and succumb to the delight of our PEANUT TIME bar!
/* 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;
}
}