Traditionally favoured by the Irish, our Dulse has a rich, almost spicy, flavour and soft texture. It adds amazing taste, colour and a healthy kick to a huge variety of dishes from sweet treats to
savoury creations. Delicious and super healthy, so let the adventure begin!
Sprinkle a heaped tsp into curries or saucey dishes.
Toss a tsp of flakes in with potato, pasta or veggie salads.
Lightly sprinkle onto fried eggs as they cook, or into omelettes & fritatas.
Add a heaped tsp to brownies, cakes, crumbles or bread when mixing.
Plastic free recyclable packaging (100% paper)
/* 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;
}
}