With the UK market for plant-based protein projected to reach 16.8 billion by 2026, this chickpea orzo meets the increased demand for high-protein functional food options. Also a gluten-free option, this chickpea orzo opens up culinary possibilities for a wider audience, ensuring that individuals with varying dietary needs can savour a delicious and protein-packed pasta. From salads to casseroles and beyond, this chickpea orzo's versatility makes it a kitchen essential.
/* 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;
}
}