These light and crispy, gluten-free Japanese crackers are baked to perfection. A delicious way to enjoy organic wholegrain brown rice, mineral rich sesame seeds and naturally aged tamari. Our second generation family producers use the highest quality ingredients, traditional recipes and time honoured processes to produce these authentic wholesome snacks.
/* 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;
}
}