Packed with red lentils, this orzo is a rich source of plant-based protein. Profusion orzo products cook quickly, making them a convenient choice for busy shoppers looking for fast and nutritious options. The combination of high protein content, gluten-free, vegan-friendly, and organic attributes ensures that this orzo is a hit amongst flexitarians, vegans, eco and health-conscious consumers, and shoppers with special dietary needs.
/* 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;
}
}