EMILY Seaweed (formerly Abakus), seaweed with a real crunch! Scrumptious nori seaweed coated with crispy tapioca to make an irresistible snack. No nasties, just goodness from the sea.
1% of our sales are donated to charities in support of environmental causes.
Gluten-free, dairy-free, vegan, 100 kcal per bag.
/* 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;
}
}