Pure in taste and rich in trace minerals, Himalayan pink salt provides the perfect seasoning for any dish. Our coarse grade salt has been carefully selected from the best producers in the Punjab region of Pakistan and is great refilling your salt mill. Also available as fine grade (see JNBL1).
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;
}
}