Profusion's Organic Roasted & Salted Protein Nut Crunch is a powerhouse blend of organic soybeans, cashews, and almonds-packed with protein and nutrients.
A premium organic nut mix catering to the growing demand for natural, clean-label protein-rich snacks.
Roasted and salted for a satisfying crunch and deep, savoury taste that keeps customers coming back.
/* 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;
}
}