Keto Jam Juicy Peach is a one-of-a-kind product made from juicy peaches, dedicated to people following a low-carbohydrate and ketogenic diet! Delicious, sweet (yet sugar-free) and healthy addition to your everyday meals! It will be perfect for when you have a huge craving for sweet fruit. Enjoy a spoonful of keto jam whenever you feel like it, but remember - do not exceed 1/3 of the jar per day! Yes, we know it can be difficult.
/* 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;
}
}