{"product_id":"cape-herb-spice-himalayan-pink-salt-grinder","title":"Cape Herb \u0026 Spice Himalayan Pink Salt Grinder","description":"\u003cstyle\u003e\n.gp-himalayan-salt-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-himalayan-salt-en .badges-wrapper {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 15px;\n  flex-wrap: wrap;\n}\n\n.gp-himalayan-salt-en .badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 6px 16px;\n  border-radius: 16px;\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: #333;\n  background: linear-gradient(135deg, #FFD700, #FFC107);\n  box-shadow: 0 2px 6px rgba(0,0,0,0.20);\n}\n\n.gp-himalayan-salt-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-himalayan-salt-en .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n}\n\n.gp-himalayan-salt-en .tab-btn {\n  background: none;\n  border: none;\n  font-weight: 600;\n  font-size: 0.95rem;\n  padding: 10px 12px;\n  cursor: pointer;\n  border-bottom: 2px solid transparent;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-himalayan-salt-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-himalayan-salt-en .tab-content {\n  display: none;\n  background: #fff;\n  border-radius: 12px;\n  padding: 20px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  line-height: 1.7;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: left;\n  direction: ltr;\n}\n\n.gp-himalayan-salt-en .tab-content.active {\n  display: block;\n  animation: gpHimalayanSaltFadeEn 0.4s ease;\n}\n\n@keyframes gpHimalayanSaltFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@media(max-width:480px) {\n  .gp-himalayan-salt-en {\n    padding: 0 10px;\n  }\n\n  .gp-himalayan-salt-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-himalayan-salt-en .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"gp-himalayan-salt-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eNaturally Mined\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"himalayan-salt-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"himalayan-salt-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"himalayan-salt-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-en-description\" class=\"tab-content active\"\u003e\n\n\n    \u003cp\u003e\n      Add a touch of natural flavour and colour to your cooking with\n      \u003cstrong\u003eHimalayan Pink Salt\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Mined from ancient salt deposits and naturally pink in colour,\n      this beautifully presented grinder makes it easy to freshly grind\n      salt exactly when you need it.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for\n      \u003cstrong\u003esteaks, grilled meats, vegetables, salads, eggs and everyday cooking\u003c\/strong\u003e.\n      Keep it on the table or next to the braai for an effortless finishing touch.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A simple pantry essential that looks great, feels premium and brings\n      freshly ground flavour to every meal.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-en-ingredients\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eIngredients:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Himalayan Pink Salt.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNutritional information:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Salt is naturally very high in sodium. Please refer to the\n      nutritional panel on the current product packaging for the\n      manufacturer's exact nutritional values.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initHimalayanSaltEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-himalayan-salt-en'\n    );\n\n    wrappers.forEach(function(wrapper) {\n\n      var tabs = wrapper.querySelectorAll('.tab-btn');\n      var contents = wrapper.querySelectorAll('.tab-content');\n\n      tabs.forEach(function(tab) {\n\n        tab.addEventListener('click', function(event) {\n\n          event.preventDefault();\n\n          var targetId = tab.getAttribute('data-tab');\n\n          var targetContent =\n            wrapper.querySelector('#' + targetId);\n\n          if (!targetContent) {\n            return;\n          }\n\n          tabs.forEach(function(t) {\n            t.classList.remove('active');\n          });\n\n          contents.forEach(function(content) {\n            content.classList.remove('active');\n          });\n\n          tab.classList.add('active');\n          targetContent.classList.add('active');\n\n        });\n\n      });\n\n    });\n\n  }\n\n  if (document.readyState === 'loading') {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      initHimalayanSaltEN\n    );\n\n  } else {\n\n    initHimalayanSaltEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":53058285207833,"sku":null,"price":30.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/8c276cf7044d6a9ff62caf8aeaeecaf9.png?v=1787652175","url":"https:\/\/gaiaspantry.com\/products\/cape-herb-spice-himalayan-pink-salt-grinder","provider":"Gaia’s Pantry","version":"1.0","type":"link"}