Just Natural Specialty Sea Salt Pyramid Flakes are expertly hand crafted in salt pans on the Mediterranean costs of Italy. These salt flakes are sun dried and unadulterated meaning they are rich in Potassium, Magnesium, Calcium and Zinc, providing an unmatched flavour and texture. An essential ingredient in any kitchen, be it at home or in the restaurant. For nutritional information and ingredients, click Further Information.
/* 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;
}
}