{"title":"Энзим","description":"\u003cp\u003eХоол боловсруулалтыг дэмжих протеаза, амилаза, липаза агуулсан энзимийн нэмэлт тэжээл. Цэрэг хэрэглэсний дараа буюу хоол идсэний дараах тав тухгүй байдлыг багасгана.\u003c\/p\u003e","products":[{"product_id":"үр-тарианы-эслэг-nutty-grain-enzyme-bb-lab","title":"BB LAB Амтат Тариа Исгэлэн Энзим | BB LAB Nutty Grain enzyme","description":"\u003cp\u003eBB LAB Амтат Тариа Исгэлэн Энзим нь 70 төрлийн жимс, хүнсний ногоо, тариа зэрэг байгалийн түүхий эдийг удаан хугацаанд исгэж гарган авсан өндөр идэвхт энзим бүтээгдэхүүн юм. Тариа буудайн баялаг амт нь энзимийн тааламжтай хэрэглээг бий болгож, өдөр бүрийн хоол боловсруулалт болон бодисын солилцоог дэмжинэ. Нэг уутанд 700,000 нэгжээс дээш хүчтэй энзимийн идэвхтэй агуулагдсан тус бүтээгдэхүүн нь хоол шингээлтийг сайжруулж, тэжээлийн бодисын шимэгдэлтийг нэмэгдүүлнэ.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44644408590406,"sku":null,"price":99500.0,"currency_code":"MNT","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/1_a7bcf7d3-acbe-4ed9-b413-7c1ac0bdd5c7.jpg?v=1770860748"},{"product_id":"матча-латтэ-matcha-latte-enzyme-bb-lab","title":"BB LAB Энзим Матча Латте | BB LAB Matcha Latte enzyme","description":"\u003cp\u003eBB LAB Энзим Матча Латте нь матча латтегийн тааламжтай амтаар 70 гаруй төрлийн жимс, хүнсний ногоо, тариаг удаан хугацаанд исгэж гарган авсан 703,000 нэгжийн хүчтэй энзимийн идэвхийг нэгэн зэрэг авч болдог шинэлэг бүтээгдэхүүн юм. Энзим бүтээгдэхүүний тааламжгүй амт, үнэрийн асуудлыг бүрэн шийдсэн, уусмал нунтаг хэлбэрээр амттай бөгөөд хэрэглэхэд хялбар.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44644416487494,"sku":null,"price":57900.0,"currency_code":"MNT","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/1_dd679206-d99e-4a9a-93cc-ce487f4e3085.jpg?v=1770861052"},{"product_id":"хан-боргоцойн-энзим-pineapple-enzyme-bb-lab","title":"BB LAB Жимсний Энзим | BB LAB Pineapple enzyme","description":"\u003cp\u003eBB LAB Жимсний Энзим нь ананасны байгалийн амт дээр суурилсан, 70 гаруй төрлийн жимс, хүнсний ногоо, тариаг удаан хугацаанд исгэж гарган авсан өндөр идэвхт энзим бүтээгдэхүүн юм. Нэг уутанд 700,000 нэгжээс дээш хүчтэй энзимийн идэвхтэй агуулагдсан бөгөөд хоол боловсруулалтыг дэмжиж, бодисын солилцоог идэвхжүүлнэ. Ананасны шүүсэрхэг, сэргэлэн амт нь өдөр бүрийн энзим хэрэглээг тааламжтай болгодог.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44644419338310,"sku":null,"price":81800.0,"currency_code":"MNT","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/1_f706ec4c-5798-40d5-a783-7529f2267f93.jpg?v=1770861614"},{"product_id":"nutrionelife-камут-будааны-исгэлэн-энзим-голд-nutrionelife-kamut-wheat-enzyme-gold","title":"NutrioneLife КАМУТ Будааны Исгэлэн Энзим Голд | NutrioneLife KAMUT Wheat Enzyme Gold","description":"\u003cp\u003eКАМУТ® брэнд буудай бол эртний Египетээс гаралтай, \"хааны тариа\" гэж нэрлэгддэг тэжээллэг үр тариа юм. Энэ бүтээгдэхүүн нь Канадын цэвэр бүсээс ургуулсан жинхэнэ КАМУТ® буудайг БНСУ-ын уламжлалт хүүлэнгийн мөөгөнцрөөр 72 цагийн турш исгэж бэлтгэсэн. Нэг уутанд нийт 603,000 unit энзим агуулсан бөгөөд α-амилаза 600,000 unit (нүүрс ус задлах) + протеаза 3,000 unit (уураг задлах) хүчтэй найрлагатай. 17 төрлийн пробиотик, 9 төрлийн амин хүчил, витамин-эрдэс бодисын цогцолбороор баяжуулсан, HACCP баталгаажсан аюулгүй бүтээгдэхүүн.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44724338065478,"sku":null,"price":999999.0,"currency_code":"MNT","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/760_1000299040_ITEM2024121074654.png?v=1773220469"},{"product_id":"nutrionelife-паро-энзим-баланс-nutrionelife-paro-enzyme-balance","title":"NutrioneLife Паро Энзим Баланс | NutrioneLife Paro Enzyme Balance","description":"\u003cp\u003eНутривон Лайф Паро Энзим Баланс нь Италийн паро буудайгаар исгэсэн ферментийн нунтаг бүтээгдэхүүн юм. Паро буудай нь энгийн буудайнаас 2-3 дахин их уураг, эслэг, эрдэс бодис агуулсан эртний үр тариа. Пребиотик (фруктоолигосахарид), 17 төрлийн пробиотик, 5 төрлийн бүхэл бүтэн үр тариа нунтаг, чикори хандлага зэрэг хоол боловсруулалтыг дэмжих бодисуудаар баяжуулсан. Инжилмий амттай, өдөрт 1 уут (2г). 1 хайрцаг = 1 сар.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44725206777926,"sku":null,"price":999999.0,"currency_code":"MNT","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/760_1000451440_ITEM2024111121873.png?v=1773218316"},{"product_id":"nutrionelife-фарро-исгэсэн-энзим-nutrionelife-farro-fermented-enzyme","title":"NutrioneLife Фарро исгэсэн энзим | NutrioneLife Farro Fermented Enzyme","description":"\u003cp\u003eНутривон Лайф Фарро Исгэсэн Энзим нь Итали гаралтай паро буудайг исгэж гаргасан ферментийн бүтээгдэхүүн юм. 17 төрлийн пробиотик, пребиотик, 5 төрлийн бүхэл бүтэн үр тариа нунтаг, чикори хандлага зэрэг нэмэлт бодисуудаар баяжуулсан. Хоол боловсруулалтыг сайжруулж, гэдэсний эрүүл мэндийг дэмжинэ. Өдөрт 1 уут, 1 хайрцаг = 1 сар.\u003c\/p\u003e\n\n\n\u003cstyle data-wn-pills=\"universal\"\u003e\nbody.wn-pills-active {\n  --wn-pills-bottom: calc(18px + env(safe-area-inset-bottom, 0px));\n  --wn-pills-padding-bottom: 92px;\n  padding-bottom: calc(var(--wn-pills-padding-bottom, 92px) + env(safe-area-inset-bottom, 0px)) !important;\n}\n@media (min-width:768px) {\n  body.wn-pills-active { --wn-pills-padding-bottom: 100px; }\n}\n\n.wn-pills {\n  position: fixed;\n  left: 0; right: 0;\n  bottom: var(--wn-pills-bottom);\n  z-index: 998;\n  display: none;\n  pointer-events: none;\n  font-family: inherit;\n  padding: 0 16px;\n  transform: translate3d(0, var(--wn-pills-lag-y, 0px), 0);\n  transition: transform 820ms cubic-bezier(.22, 1, .36, 1), bottom 200ms ease-out;\n  will-change: transform, bottom;\n}\nbody.wn-pills-active .wn-pills { display: block; }\n\n.wn-pills__inner {\n  max-width: 720px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.wn-pills__btn {\n  pointer-events: auto;\n  width: 100%;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-size: 14.5px;\n  font-weight: 540;\n  letter-spacing: 0.005em;\n  text-decoration: none;\n  line-height: 1.25;\n  white-space: nowrap;\n  background: #FAF6EE;\n  color: #1A1410 !important;\n  border: 1px solid rgba(26, 20, 16, .15);\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .8) inset,\n    0 4px 12px -4px rgba(0, 0, 0, .07),\n    0 1px 3px -1px rgba(0, 0, 0, .05);\n  transform: translateY(22px);\n  opacity: 0;\n  transition:\n    transform 360ms cubic-bezier(.2,.8,.2,1),\n    opacity 280ms ease-out,\n    background .25s ease,\n    color .25s ease,\n    box-shadow .3s ease,\n    border-color .25s ease;\n  -webkit-tap-highlight-color: rgba(26, 20, 16, .12);\n  position: relative;\n  isolation: isolate;\n  will-change: transform, opacity;\n}\n.wn-pills__btn svg { flex-shrink: 0; opacity: .65; }\n.wn-pills__btn:hover {\n  background: #FFFDFA;\n  border-color: rgba(26, 20, 16, .28);\n  color: #14100C !important;\n  box-shadow:\n    0 1px 0 rgba(255, 255, 255, .9) inset,\n    0 6px 16px -4px rgba(0, 0, 0, .1),\n    0 2px 4px -1px rgba(0, 0, 0, .06);\n}\n.wn-pills__btn:hover svg { opacity: .85; }\n.wn-pills__btn:active { transform: translateY(0) scale(.985); }\n\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn { transform: translateY(0); opacity: 1; }\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn:nth-child(2) { transition-delay: 80ms; }\n\nbody.wn-pills-active.wn-pills-near-footer .wn-pills__btn {\n  transform: translateY(28px);\n  opacity: 0;\n  pointer-events: none;\n  transition-delay: 0ms;\n}\n\n.wn-pills__btn--primary::after {\n  content: '';\n  position: absolute;\n  inset: -3px;\n  border-radius: 999px;\n  background: rgba(200, 150, 62, .35);\n  filter: blur(12px);\n  opacity: 0;\n  z-index: -1;\n  pointer-events: none;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary {\n  animation: wn-pills-pulse 3.4s ease-in-out 2s infinite;\n}\nbody.wn-pills-active.wn-pills-ready .wn-pills__btn--primary::after {\n  animation: wn-pills-glow 3.4s ease-in-out 2s infinite;\n}\n.wn-pills__btn--primary:hover,\n.wn-pills__btn--primary:active,\n.wn-pills__btn--primary:focus-visible,\n.wn-pills__btn--primary:hover::after,\n.wn-pills__btn--primary:active::after,\n.wn-pills__btn--primary:focus-visible::after {\n  animation: none !important;\n}\n@keyframes wn-pills-pulse {\n  0%, 100% { transform: translateY(0) scale(1); }\n  50%      { transform: translateY(0) scale(1.018); }\n}\n@keyframes wn-pills-glow {\n  0%, 100% { opacity: 0; }\n  50%      { opacity: 0.5; }\n}\n\n@media (min-width: 480px) {\n  .wn-pills__btn { font-size: 15px; padding: 14px 28px; gap: 10px; }\n}\n@media (max-width: 360px) {\n  .wn-pills__btn { font-size: 13.5px; padding: 12px 16px; gap: 7px; }\n  .wn-pills__inner { gap: 8px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .wn-pills, .wn-pills__btn,\n  .wn-pills__btn--primary, .wn-pills__btn--primary::after {\n    animation: none !important;\n    transition: opacity 200ms ease-out !important;\n  }\n}\n@media print { .wn-pills { display: none !important; } }\n\u003c\/style\u003e\n\n\u003cscript data-wn-pills=\"universal\"\u003e\n(function() {\n  if (typeof window === 'undefined') return;\n  var path = window.location.pathname || '';\n  \/\/ Gate to product pages only (any \/products\/...)\n  if (path.indexOf('\/products\/') !== 0) return;\n  \/\/ Skip if already initialized (defensive — avoids duplicates if snippet loaded twice)\n  if (document.body.classList.contains('wn-pills-active')) return;\n\n  var BAR =\n    '\u003cdiv class=\"wn-pills\" role=\"region\" aria-label=\"Худалдан авах\"\u003e' +\n      '\u003cdiv class=\"wn-pills__inner\"\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--primary\" href=\"https:\/\/shippo.mn\/80054434\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Захиалах\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M3.5 6.5h13l-1.1 8.7a1.5 1.5 0 0 1-1.5 1.3H6.1a1.5 1.5 0 0 1-1.5-1.3L3.5 6.5Z\"\/\u003e' +\n            '\u003cpath d=\"M7 6.5V5a3 3 0 1 1 6 0v1.5\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eЗахиалах\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n        '\u003ca class=\"wn-pills__btn wn-pills__btn--secondary\" href=\"\/pages\/store-locator-1\" aria-label=\"Салбар хайх\"\u003e' +\n          '\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e' +\n            '\u003cpath d=\"M10 17.5s6.5-5.2 6.5-10.2a6.5 6.5 0 1 0-13 0c0 5 6.5 10.2 6.5 10.2Z\"\/\u003e' +\n            '\u003ccircle cx=\"10\" cy=\"7.3\" r=\"2.3\"\/\u003e' +\n          '\u003c\/svg\u003e' +\n          '\u003cspan\u003eСалбар хайх\u003c\/span\u003e' +\n        '\u003c\/a\u003e' +\n      '\u003c\/div\u003e' +\n    '\u003c\/div\u003e';\n\n  var GAP = 18;\n  var DESKTOP_FALLBACK = 'calc(18px + env(safe-area-inset-bottom, 0px))';\n  var lastBottomValue = '';\n\n  function isVisible(el) {\n    if (!el) return false;\n    var cs = window.getComputedStyle(el);\n    return !(cs.display === 'none' || cs.visibility === 'hidden' || parseFloat(cs.opacity) === 0);\n  }\n  function updatePillsBottom() {\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (!isVisible(msb)) {\n      if (lastBottomValue !== DESKTOP_FALLBACK) {\n        document.body.style.setProperty('--wn-pills-bottom', DESKTOP_FALLBACK);\n        lastBottomValue = DESKTOP_FALLBACK;\n      }\n      return;\n    }\n    var rect = msb.getBoundingClientRect();\n    var distFromBottom = Math.max(0, window.innerHeight - rect.top);\n    var bottomVal = (distFromBottom + GAP) + 'px';\n    if (bottomVal !== lastBottomValue) {\n      document.body.style.setProperty('--wn-pills-bottom', bottomVal);\n      lastBottomValue = bottomVal;\n    }\n  }\n  function observeFooter() {\n    var footer = document.querySelector('footer.footer, footer[class*=\"footer\"]');\n    if (!footer) return;\n    if (!('IntersectionObserver' in window)) {\n      var fb = function() {\n        var rect = footer.getBoundingClientRect();\n        var near = rect.top \u003c (window.innerHeight + 60);\n        document.body.classList.toggle('wn-pills-near-footer', near);\n      };\n      window.addEventListener('scroll', fb, {passive:true});\n      fb();\n      return;\n    }\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        document.body.classList.toggle('wn-pills-near-footer', e.isIntersecting);\n      });\n    }, {rootMargin: '60px 0px 0px 0px', threshold: 0.01});\n    io.observe(footer);\n  }\n  function attachSmoothFollow(pillsEl) {\n    var lastY = window.scrollY || window.pageYOffset || 0;\n    var settleTimer = null;\n    var lagMaxPx = 24;\n    var velocityScale = 0.55;\n    function onScroll() {\n      var y = window.scrollY || window.pageYOffset || 0;\n      var dy = y - lastY;\n      var lag = Math.max(Math.min(-dy * velocityScale, lagMaxPx), -lagMaxPx);\n      pillsEl.style.setProperty('--wn-pills-lag-y', lag + 'px');\n      lastY = y;\n      clearTimeout(settleTimer);\n      settleTimer = setTimeout(function() {\n        pillsEl.style.setProperty('--wn-pills-lag-y', '0px');\n      }, 220);\n      updatePillsBottom();\n    }\n    window.addEventListener('scroll', onScroll, { passive: true });\n  }\n  function init() {\n    if (document.body.classList.contains('wn-pills-active')) return;\n    document.body.classList.add('wn-pills-active');\n    var holder = document.createElement('div');\n    holder.innerHTML = BAR;\n    var pillsEl = holder.firstChild;\n    document.body.appendChild(pillsEl);\n    requestAnimationFrame(function() {\n      requestAnimationFrame(function() {\n        document.body.classList.add('wn-pills-ready');\n        observeFooter();\n        updatePillsBottom();\n        attachSmoothFollow(pillsEl);\n      });\n    });\n    var msb = document.querySelector('mobile-sticky-bar, .mobile-sticky-bar');\n    if (msb) {\n      if ('ResizeObserver' in window) {\n        new ResizeObserver(updatePillsBottom).observe(msb);\n      }\n      if ('MutationObserver' in window) {\n        new MutationObserver(updatePillsBottom).observe(msb, { attributes: true, attributeFilter: ['class','style'] });\n      }\n    }\n    var resizeT;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeT);\n      resizeT = setTimeout(updatePillsBottom, 60);\n    });\n    if (window.visualViewport) {\n      window.visualViewport.addEventListener('resize', updatePillsBottom);\n      window.visualViewport.addEventListener('scroll', updatePillsBottom);\n    }\n    var lastTick = 0;\n    function rafTick(now) {\n      if (now - lastTick \u003e 200) {\n        updatePillsBottom();\n        lastTick = now;\n      }\n      requestAnimationFrame(rafTick);\n    }\n    requestAnimationFrame(rafTick);\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e","brand":"Wellness Anar","offers":[{"title":"Default Title","offer_id":44725272477766,"sku":null,"price":999999.0,"currency_code":"MNT","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/9711\/3158\/files\/760_1000470828_ITEM2024121078697.png?v=1773221070"}],"url":"https:\/\/wellnessanar.com\/collections\/%d1%8d%d0%bd%d0%b7%d0%b8%d0%bc.oembed","provider":"Wellness Anar","version":"1.0","type":"link"}