The Mineral Salt is a unique combination of Seagreens' Organic wrack seaweed and unrefined Dorset Sea Salt.
Twice the flavour with half the salt' was Seagreens award-winning new proposition of 2011, combining two of Nature's most primordial foods in a tasty and nutritious new salt.
This 50/50 mix from the top and bottom of the British Isles has a nutritional profile even the best salt in the world can only dream of!
/* 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;
}
}