Furikake is a savoury rice condiment adored across Japan making it a mainstay in homes and stores. "Furi" means "to shake" and "kake" means "to sprinkle" - "Furikake" means "to sprinkle over".
Clearspring Organic Furikake is a delicious blend of seven premium organic ingredients which together perfectly delights the tastebuds. The crunchy texture of toasted sesame seeds adds an extra layer to the rich and complex umami taste of three different sea vegetables. Furikake can transform even the plainest bowl of rice into a deliciously moreish meal.
/* 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;
}
}