For the lentil lovers. Our best-selling Puy Lentils are a kitchen cupboard staple and Merchant Gourmet classic. Grown in Le Puy-en-Velay in France, our tasty lentils have a unique peppery flavour and retain their texture during cooking. They cook in just 25 minutes (no need to pre-soak) and are packed with plant-based protein and fibre, making them a great addition to salads, stews or casseroles.
/* 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;
}
}