Profusion's Organic Roasted Tamari Protein Nut Mix combines organic soybeans, cashew kernels, and almonds with a rich tamari seasoning, delivering a high-protein, plant-based snack with bold umami flavour.
A high-quality organic nut mix with tamari for a unique, savoury twist, tapping into the demand for protein-packed snacks.
The deeply roasted tamari delivers a bold, umami-rich taste, making it an irresistible choice for flavour enthusiasts.
/* 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;
}
}