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