Our Flawsome! Sweet Apple Wonky Fruit Water is a tasty and convenient way for kids to get all of their recommended daily Iron and Vitamin C + D. We took wonky fruit and transformed it into a scrumptious and refreshing juice carton. Perfect for lunch boxes, cold-pressed apple juice provides natural sweetness with no added sugar. Fortified with the right stuff, this juice is slurp-ably good.
/* 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;
}
}