Just Natural Organic Brown Lentils are carefully selected from only the best producers in Turkey and packed in our plastic free compostable packaging. High in protein, these lentils make the perfect base for Indian Dahl dishes, soups, and lentil salads. For ingredients and nutritional information, click Further Information.
/* 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;
}
}