Deep, earthy and slightly smoky, these Black Turtle Beans have been perfectly cooked with a dash of Italian extra virgin olive oil and lightly seasoned with smoked paprika, chilli and sea salt. Add to salads, burritos, or mash with a splash of lime for an easy taco base.
No drain, Lightly seasoned with Paprika, Chilli & Italian Extra Virgin Olive Oil, Preservativ
/* 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;
}
}