Naturally brewed Japanese miso with a twist, our chickpea miso is made to a delicious non-soya recipe by our third generation producers in Nagano.
Use just like our signature misos to make miso soup and enrich the flavour of stews and sauces. Dissolve in a little water then add towards the end of cooking.
/* 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;
}
}