Eat Wholesome In Season Organic Sweetcorn are 100% natural, prepared fresh (not dried or frozen) and canned within hours of harvesting.
Features:
- 100% NATURAL & CERTIFIED ORGANIC: Corn, water and Italian sea salt
- IN SEASON: Prepared fresh (not dried or frozen) and canned within hours of harvesting
- NO ADDED SUGAR: Unsweetened and contains only the natural sweetness of corn
- NON-BPA: Fully recyclable, easy open cans with non-BPA lining
- VEGAN FRIENDLY: Suitable for vegetarians and vegans
/* 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;
}
}