{"product_id":"muse-nicotine-pouches-blue-razz-lemonade-copy","title":"Muse - Nicotine Pouches - Cool Mint","description":"\u003cdiv id=\"muse-pouches\" class=\"muse-wrap\"\u003e\n  \u003cstyle\u003e\n    #muse-pouches {\n      --panel: #171a21;\n      --panel-2: #1d212a;\n      --text: #ffffff;\n      --muted: #d7deea;\n      --line: rgba(255,255,255,0.08);\n      --accent: #8ef7c6;\n      --accent-2: #55d89b;\n      --shadow: 0 18px 50px rgba(0,0,0,0.28);\n      --radius: 22px;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at top right, rgba(142,247,198,0.10), transparent 25%),\n        radial-gradient(circle at top left, rgba(85,216,155,0.10), transparent 25%),\n        linear-gradient(180deg, #0d1014 0%, #11151b 100%);\n      border-radius: 28px;\n      padding: 28px;\n      overflow: hidden;\n    }\n\n    #muse-pouches * {\n      box-sizing: border-box;\n    }\n\n    #muse-pouches .muse-container {\n      width: 100%;\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n\n    #muse-pouches .muse-badge {\n      display: inline-block;\n      padding: 8px 14px;\n      border: 1px solid rgba(142,247,198,0.25);\n      background: rgba(142,247,198,0.08);\n      color: var(--accent);\n      border-radius: 999px;\n      font-size: 12px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n    }\n\n    #muse-pouches .muse-hero,\n    #muse-pouches .muse-section,\n    #muse-pouches .muse-note-card,\n    #muse-pouches .muse-faq-item {\n      background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    #muse-pouches .muse-hero {\n      padding: 36px;\n      margin-bottom: 24px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #muse-pouches .muse-hero:before {\n      content: \"\";\n      position: absolute;\n      width: 260px;\n      height: 260px;\n      right: -80px;\n      top: -80px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(85,216,155,0.22), transparent 65%);\n      pointer-events: none;\n    }\n\n    #muse-pouches .muse-title {\n      margin: 0 0 14px;\n      font-size: clamp(34px, 5vw, 48px);\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n      color: #fff !important;\n    }\n\n    #muse-pouches .muse-title span {\n      color: var(--accent);\n    }\n\n    #muse-pouches h1,\n    #muse-pouches h2,\n    #muse-pouches h3 {\n      color: #fff !important;\n    }\n\n    #muse-pouches .muse-sub {\n      max-width: 820px;\n      margin-bottom: 24px;\n      color: var(--muted);\n      line-height: 1.8;\n      font-size: 17px;\n    }\n\n    #muse-pouches .muse-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    #muse-pouches .muse-pill {\n      padding: 10px 14px;\n      border-radius: 999px;\n      border: 1px solid var(--line);\n      background: rgba(255,255,255,0.04);\n      color: #eef3fb;\n      font-size: 13px;\n    }\n\n    #muse-pouches .muse-grid-3 {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 18px;\n      margin-bottom: 24px;\n    }\n\n    #muse-pouches .muse-note-card {\n      padding: 24px;\n      min-width: 0;\n      transition: transform 0.25s ease, border-color 0.25s ease;\n    }\n\n    #muse-pouches .muse-note-card:hover {\n      transform: translateY(-4px);\n      border-color: rgba(142,247,198,0.25);\n    }\n\n    #muse-pouches .muse-note-card h3 {\n      margin: 0 0 10px;\n      font-size: 20px;\n      line-height: 1.25;\n    }\n\n    #muse-pouches .muse-note-card p {\n      margin: 0;\n      color: var(--muted);\n      line-height: 1.75;\n      font-size: 14px;\n    }\n\n    #muse-pouches .muse-sections {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 24px;\n      margin-bottom: 24px;\n      align-items: start;\n    }\n\n    #muse-pouches .muse-section {\n      padding: 30px;\n      min-width: 0;\n    }\n\n    #muse-pouches .muse-section h2 {\n      margin: 0 0 16px;\n      font-size: clamp(24px, 4vw, 28px);\n      line-height: 1.15;\n      letter-spacing: -0.02em;\n    }\n\n    #muse-pouches .muse-section p {\n      margin: 0 0 16px;\n      color: var(--muted);\n      line-height: 1.85;\n      font-size: 15px;\n    }\n\n    #muse-pouches .muse-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      gap: 12px;\n    }\n\n    #muse-pouches .muse-list li {\n      position: relative;\n      padding-left: 18px;\n      color: #eef3fb;\n      line-height: 1.7;\n      font-size: 14px;\n    }\n\n    #muse-pouches .muse-list li:before {\n      content: \"\";\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--accent);\n      position: absolute;\n      left: 0;\n      top: 9px;\n    }\n\n    #muse-pouches .muse-toggle {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));\n      gap: 8px;\n      margin-bottom: 18px;\n      padding: 6px;\n      border-radius: 18px;\n      background: rgba(255,255,255,0.04);\n      border: 1px solid var(--line);\n    }\n\n    #muse-pouches .muse-toggle button {\n      border: 0;\n      background: transparent;\n      color: var(--muted);\n      padding: 12px 10px;\n      border-radius: 14px;\n      cursor: pointer;\n      font-size: 14px;\n      transition: all 0.2s ease;\n    }\n\n    #muse-pouches .muse-toggle button.active {\n      background: linear-gradient(180deg, var(--accent), var(--accent-2));\n      color: #111;\n      font-weight: bold;\n    }\n\n    #muse-pouches .muse-strength-panel {\n      display: none;\n      padding: 22px;\n      border-radius: 18px;\n      background: rgba(255,255,255,0.03);\n      border: 1px solid var(--line);\n    }\n\n    #muse-pouches .muse-strength-panel.active {\n      display: block;\n    }\n\n    #muse-pouches .muse-strength-panel strong {\n      display: block;\n      margin-bottom: 10px;\n      font-size: 22px;\n      line-height: 1.25;\n      color: #fff !important;\n    }\n\n    #muse-pouches .muse-strength-panel span {\n      display: block;\n      color: var(--muted);\n      line-height: 1.8;\n      font-size: 14px;\n    }\n\n    #muse-pouches .muse-spec-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n      gap: 14px;\n      margin-top: 10px;\n    }\n\n    #muse-pouches .muse-spec {\n      padding: 18px;\n      border-radius: 18px;\n      background: rgba(255,255,255,0.03);\n      border: 1px solid var(--line);\n      min-width: 0;\n    }\n\n    #muse-pouches .muse-spec small {\n      display: block;\n      margin-bottom: 8px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.06em;\n      font-size: 10px;\n      line-height: 1.4;\n      word-break: normal;\n      overflow-wrap: normal;\n    }\n\n    #muse-pouches .muse-spec strong {\n      display: block;\n      color: #fff !important;\n      font-size: 15px;\n      line-height: 1.5;\n      word-break: normal;\n      overflow-wrap: normal;\n    }\n\n    #muse-pouches .muse-wide {\n      margin-bottom: 24px;\n    }\n\n    #muse-pouches .muse-faq {\n      display: grid;\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    #muse-pouches .muse-faq-question {\n      width: 100%;\n      border: 0;\n      background: transparent;\n      color: #fff;\n      padding: 20px 22px;\n      text-align: left;\n      font-size: 16px;\n      line-height: 1.35;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      gap: 16px;\n    }\n\n    #muse-pouches .muse-faq-question span:last-child {\n      color: var(--accent);\n      font-size: 22px;\n      line-height: 1;\n      flex: 0 0 auto;\n    }\n\n    #muse-pouches .muse-faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease;\n    }\n\n    #muse-pouches .muse-faq-answer-inner {\n      padding: 0 22px 20px;\n      color: var(--muted);\n      line-height: 1.8;\n      font-size: 14px;\n    }\n\n    #muse-pouches .muse-cta {\n      text-align: center;\n      padding: 30px 20px 10px;\n    }\n\n    #muse-pouches .muse-cta h2 {\n      margin: 0 0 12px;\n      font-size: clamp(26px, 4vw, 34px);\n      color: #fff !important;\n    }\n\n    #muse-pouches .muse-cta p {\n      max-width: 760px;\n      margin: 0 auto 18px;\n      color: var(--muted);\n      line-height: 1.85;\n      font-size: 15px;\n    }\n\n    @media (max-width: 700px) {\n      #muse-pouches {\n        padding: 18px;\n        border-radius: 22px;\n      }\n\n      #muse-pouches .muse-hero,\n      #muse-pouches .muse-section,\n      #muse-pouches .muse-note-card {\n        padding: 22px;\n      }\n\n      #muse-pouches .muse-sections,\n      #muse-pouches .muse-grid-3,\n      #muse-pouches .muse-spec-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #muse-pouches .muse-toggle {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"muse-container\"\u003e\n    \u003cdiv class=\"muse-hero\"\u003e\n      \u003cdiv class=\"muse-badge\"\u003eMuse • Tobacco-Free Nicotine Pouches\u003c\/div\u003e\n\n      \u003ch1 class=\"muse-title\"\u003eMuse \u003cspan\u003eNicotine Pouches\u003c\/span\u003e\n\u003c\/h1\u003e\n\n      \u003cdiv class=\"muse-sub\"\u003e\n        Muse Nicotine Pouches combine bold flavour, flexible strengths and a slim tobacco-free format designed for discreet everyday nicotine use. From icy mint and fizzy cola to sweet blue razz lemonade and smooth creamy coffee, the Muse range delivers clean nicotine satisfaction without smoke or vapour.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"muse-pills\"\u003e\n        \u003cdiv class=\"muse-pill\"\u003eBlue Razz Lemonade\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eCool Mint\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eIron Brew\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eCola Ice\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eCreamy Coffee\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003e4 Strengths\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eTobacco-Free\u003c\/div\u003e\n        \u003cdiv class=\"muse-pill\"\u003eSlim Pouches\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-grid-3\"\u003e\n      \u003cdiv class=\"muse-note-card\"\u003e\n        \u003ch3\u003eBold Flavours\u003c\/h3\u003e\n        \u003cp\u003eMuse includes punchy flavour profiles ranging from sweet soda-inspired blends to cool mint and smooth coffee flavours designed to stay enjoyable throughout use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"muse-note-card\"\u003e\n        \u003ch3\u003eDiscreet Nicotine\u003c\/h3\u003e\n        \u003cp\u003eSlim pouch sizing sits comfortably under the lip for a cleaner nicotine experience without smoke, vapour or ash.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"muse-note-card\"\u003e\n        \u003ch3\u003eStrength Flexibility\u003c\/h3\u003e\n        \u003cp\u003eAvailable in Mild, Standard, Strong and Max options so users can choose a nicotine level that suits their preference and experience level.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-sections\"\u003e\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eAbout Muse Pouches\u003c\/h2\u003e\n        \u003cp\u003eMuse Nicotine Pouches are designed for users who want a tobacco-free nicotine option that feels simple, modern and flavour-forward. Each pouch delivers nicotine gradually while sitting comfortably under the upper lip in a slim and discreet format.\u003c\/p\u003e\n        \u003cp\u003eWith multiple flavour profiles and strength options available, the range is built to suit a wide variety of preferences from icy freshness to sweet soda-inspired blends and smoother dessert-style flavours.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eFlavour Collection\u003c\/h2\u003e\n        \u003cul class=\"muse-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBlue Razz Lemonade\u003c\/strong\u003e combines sweet blue raspberry with citrus lemonade notes\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCool Mint\u003c\/strong\u003e delivers a crisp and icy mint finish\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIron Brew\u003c\/strong\u003e offers a sweet fizzy soda-inspired flavour\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCola Ice\u003c\/strong\u003e blends classic cola sweetness with cooling ice notes\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCreamy Coffee\u003c\/strong\u003e delivers a smooth roasted coffee flavour with creamy undertones\u003c\/li\u003e\n          \u003cli\u003eDesigned for comfortable all-day nicotine use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-sections\"\u003e\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eChoose Your Strength\u003c\/h2\u003e\n\n        \u003cdiv class=\"muse-toggle\"\u003e\n          \u003cbutton class=\"muse-strength-btn active\" data-target=\"mild\"\u003eMild\u003c\/button\u003e\n          \u003cbutton class=\"muse-strength-btn\" data-target=\"standard\"\u003eStandard\u003c\/button\u003e\n          \u003cbutton class=\"muse-strength-btn\" data-target=\"strong\"\u003eStrong\u003c\/button\u003e\n          \u003cbutton class=\"muse-strength-btn\" data-target=\"max\"\u003eMax\u003c\/button\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"mild\" class=\"muse-strength-panel active\"\u003e\n          \u003cstrong\u003eMild • 6mg\u003c\/strong\u003e\n          \u003cspan\u003eA lighter nicotine option suited to casual users or anyone looking for a smoother nicotine experience while keeping full Muse flavour.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"standard\" class=\"muse-strength-panel\"\u003e\n          \u003cstrong\u003eStandard • 12mg\u003c\/strong\u003e\n          \u003cspan\u003eA balanced nicotine level designed for comfortable everyday pouch use with steady nicotine delivery.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"strong\" class=\"muse-strength-panel\"\u003e\n          \u003cstrong\u003eStrong • 18mg\u003c\/strong\u003e\n          \u003cspan\u003eA more noticeable nicotine hit designed for experienced users wanting increased intensity.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"max\" class=\"muse-strength-panel\"\u003e\n          \u003cstrong\u003eMax • 24mg\u003c\/strong\u003e\n          \u003cspan\u003eThe highest Muse strength option for experienced nicotine pouch users looking for maximum nicotine satisfaction.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n        \u003cdiv class=\"muse-spec-grid\"\u003e\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eBrand\u003c\/small\u003e\n            \u003cstrong\u003eMuse\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eProduct Type\u003c\/small\u003e\n            \u003cstrong\u003eNicotine Pouches\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eFormat\u003c\/small\u003e\n            \u003cstrong\u003eSlim Pouches\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eStrengths\u003c\/small\u003e\n            \u003cstrong\u003e6mg, 12mg, 18mg, 24mg\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eFlavours\u003c\/small\u003e\n            \u003cstrong\u003e5 Flavour Options\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003ePouches Per Can\u003c\/small\u003e\n            \u003cstrong\u003eApprox. 20 Pouches\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eTobacco Content\u003c\/small\u003e\n            \u003cstrong\u003eTobacco-Free\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-spec\"\u003e\n            \u003csmall\u003eDesigned For\u003c\/small\u003e\n            \u003cstrong\u003eDiscreet Daily Use\u003c\/strong\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-wide\"\u003e\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eHow To Use Muse Nicotine Pouches\u003c\/h2\u003e\n        \u003cp\u003ePlace a pouch comfortably under your upper lip and leave it in place while the nicotine and flavour release gradually over time. Most users keep a pouch in place for around 20 to 45 minutes depending on strength and personal preference.\u003c\/p\u003e\n        \u003cp\u003eThere is no need to chew, vape, light or refill anything. Muse pouches are designed for simple and convenient nicotine use throughout the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-wide\"\u003e\n      \u003cdiv class=\"muse-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n        \u003cdiv class=\"muse-faq\"\u003e\n          \u003cdiv class=\"muse-faq-item\"\u003e\n            \u003cbutton class=\"muse-faq-question\"\u003e\n              \u003cspan\u003eWhat are Muse Nicotine Pouches?\u003c\/span\u003e\n              \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"muse-faq-answer\"\u003e\n              \u003cdiv class=\"muse-faq-answer-inner\"\u003eMuse are tobacco-free nicotine pouches designed to deliver nicotine gradually while sitting comfortably under the upper lip.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-faq-item\"\u003e\n            \u003cbutton class=\"muse-faq-question\"\u003e\n              \u003cspan\u003eWhat flavours are available?\u003c\/span\u003e\n              \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"muse-faq-answer\"\u003e\n              \u003cdiv class=\"muse-faq-answer-inner\"\u003eMuse is available in Blue Razz Lemonade, Cool Mint, Iron Brew, Cola Ice and Creamy Coffee.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-faq-item\"\u003e\n            \u003cbutton class=\"muse-faq-question\"\u003e\n              \u003cspan\u003eWhat strengths are available?\u003c\/span\u003e\n              \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"muse-faq-answer\"\u003e\n              \u003cdiv class=\"muse-faq-answer-inner\"\u003eMuse pouches are available in Mild 6mg, Standard 12mg, Strong 18mg and Max 24mg strengths.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-faq-item\"\u003e\n            \u003cbutton class=\"muse-faq-question\"\u003e\n              \u003cspan\u003eDo Muse pouches contain tobacco?\u003c\/span\u003e\n              \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"muse-faq-answer\"\u003e\n              \u003cdiv class=\"muse-faq-answer-inner\"\u003eNo. Muse Nicotine Pouches are completely tobacco-free.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"muse-faq-item\"\u003e\n            \u003cbutton class=\"muse-faq-question\"\u003e\n              \u003cspan\u003eHow long should I keep a pouch in?\u003c\/span\u003e\n              \u003cspan\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"muse-faq-answer\"\u003e\n              \u003cdiv class=\"muse-faq-answer-inner\"\u003eMost users keep a pouch in place for between 20 and 45 minutes depending on preference and nicotine strength.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"muse-cta\"\u003e\n      \u003ch2\u003eExplore The Muse Range\u003c\/h2\u003e\n      \u003cp\u003eWith bold flavours, flexible strengths and a slim tobacco-free format, Muse Nicotine Pouches are designed for clean and convenient everyday nicotine use.\u003c\/p\u003e\n      \u003cdiv class=\"muse-pill\"\u003e5 Flavours • 4 Strengths\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      var wrapper = document.getElementById('muse-pouches');\n      if (!wrapper) return;\n\n      var buttons = wrapper.querySelectorAll('.muse-strength-btn');\n      var panels = wrapper.querySelectorAll('.muse-strength-panel');\n\n      buttons.forEach(function(btn) {\n        btn.addEventListener('click', function() {\n          buttons.forEach(function(b) {\n            b.classList.remove('active');\n          });\n\n          panels.forEach(function(p) {\n            p.classList.remove('active');\n          });\n\n          btn.classList.add('active');\n\n          var target = wrapper.querySelector('#' + btn.getAttribute('data-target'));\n\n          if (target) {\n            target.classList.add('active');\n          }\n        });\n      });\n\n      var faqButtons = wrapper.querySelectorAll('.muse-faq-question');\n\n      faqButtons.forEach(function(btn) {\n        btn.addEventListener('click', function() {\n          var answer = btn.nextElementSibling;\n          var icon = btn.querySelector('span:last-child');\n          var isOpen = answer.style.maxHeight \u0026\u0026 answer.style.maxHeight !== '0px';\n\n          wrapper.querySelectorAll('.muse-faq-answer').forEach(function(item) {\n            item.style.maxHeight = null;\n          });\n\n          wrapper.querySelectorAll('.muse-faq-question span:last-child').forEach(function(i) {\n            i.textContent = '+';\n          });\n\n          if (!isOpen) {\n            answer.style.maxHeight = answer.scrollHeight + 'px';\n\n            if (icon) {\n              icon.textContent = '−';\n            }\n          }\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"muse","offers":[{"title":"Max","offer_id":57085675078007,"sku":"MUSE-NIC-POUCH-COOLMNT-MAX","price":5.99,"currency_code":"GBP","in_stock":true},{"title":"Strong","offer_id":57085675110775,"sku":"MUSE-NIC-POUCH-COOLMNT-STRNG","price":5.99,"currency_code":"GBP","in_stock":true},{"title":"Standard","offer_id":57085675143543,"sku":"MUSE-NIC-POUCH-COOLMNT-STNDRD","price":5.99,"currency_code":"GBP","in_stock":false},{"title":"Mild","offer_id":57085675176311,"sku":"MUSE-NIC-POUCH-COOLMNT-MLD","price":5.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2549\/9280\/files\/CoolMint_33fee32e-e296-4b1c-a191-729466123c02_png.webp?v=1778599018","url":"https:\/\/myvapestore.co.uk\/products\/muse-nicotine-pouches-blue-razz-lemonade-copy","provider":"My Vape Store","version":"1.0","type":"link"}