{"product_id":"maxwell-2-wireless-gaming-headset","title":"Maxwell 2 Wireless Gaming Headset","description":"\u003cdiv class=\"shogun-root\" data-shogun-id=\"689250fb5055d63a61ae3f68\" data-shogun-site-id=\"34127feb-565f-4bac-96e0-5b0224445e24\" data-shogun-page-id=\"689250fb5055d63a61ae3f68\" data-shogun-page-version-id=\"69fe4ff7765339497403b447\" data-shogun-platform-type=\"shopify\" data-shogun-variant-id=\"69fe4ff8765339497403c268\" data-shogun-page-type=\"product\" data-shogun-power-up-type=\"\" data-shogun-power-up-id=\"\" data-region=\"main\"\u003e \u003cdiv class=\"shg-box-vertical-align-wrapper\"\u003e \u003cdiv class=\"shg-box shg-c \" id=\"s-f76dfe25-512b-4778-9f3a-0b2d51da2a3a\"\u003e \u003cdiv class=\"shg-box-overlay\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shg-box-content\"\u003e \u003cdiv id=\"s-d4216493-02f9-425c-b058-37ffd7a35479\" class=\"shg-c nowrap \"\u003e \u003cdiv class=\"shg-rich-text shg-default-text-content\"\u003e\n\u003ch1 style=\"line-height: 28px;\"\u003e\u003cspan style=\"font-family: 'Visby Light'; font-size: 72px;\" data-fontfamily=\"Visby Light \"\u003e\u003cspan style=\"font-family: 'Visby Light';\" data-fontfamily=\"Visby Light \"\u003eMaxwell 2\u003c\/span\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/h1\u003e \u003ch1 style=\"line-height: 28px;\"\u003e\u003cspan style=\"font-family: 'Visby Regular'; font-size: 22px; letter-spacing: normal; font-weight: normal;\" data-fontfamily=\"Visby Thin \" data-letterspacing=\"Normal\" data-fontweight=\"Normal\"\u003eWireless Gaming Headset\u003c\/span\u003e\u003c\/h1\u003e\n\u003c\/div\u003e \u003c\/div\u003e \u003cdiv id=\"s-9e7eea2c-b2d0-4fb5-bd77-49de8b847289\" class=\"shg-c \"\u003e \u003cdiv class=\"shg-rich-text shg-theme-text-content\"\u003e\u003ch2 style=\"line-height: normal;\"\u003e\u003cspan style=\"font-size: 32px; color: rgb(0, 0, 0); letter-spacing: normal;\" data-letterspacing=\"Normal\"\u003eThe best sound in gaming — just got better\u003c\/span\u003e\u003c\/h2\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv id=\"s-f4f966b8-6004-43aa-b8c1-25017932ddf7\" class=\"shg-c \"\u003e \u003cdiv class=\"shg-rich-text shg-theme-text-content\"\u003e\u003cp\u003e\u003cspan style=\"font-size: 18px;\"\u003eWe’ve upgraded the best-performing wireless headset on the market with even better audio quality, improved comfort, and exciting new features. Experience heightened spatial immersion, tactical precision, and punchier bass response from our patent-pending SLAM™ technology. Advanced high-bandwidth microphone processing ensures you always sound your best on chat and stream.\u003c\/span\u003e\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv id=\"s-d464aaa4-e04c-48b3-9115-9e26023eeb43\" class=\"shg-c shg-align-left\"\u003e \u003cdiv class=\"image__container\"\u003e \u003cdiv id=\"gallery-icons\" class=\"gallery-icons\"\u003e \u003cimg id=\"icon-xbox\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/3013\/1908\/files\/ADZ_M2_SysIcons_XB_onblack.svg?v=1767729754\" alt=\"Xbox\"\u003e \u003cimg id=\"icon-ps\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/3013\/1908\/files\/ADZ_M2_SysIcons_PS_onblack.svg?v=1767729753\" alt=\"PlayStation\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cstyle\u003e\n.gallery-icons {\n    position: absolute;\n    bottom: 10%;\n    left: 43%;\n    transform: translateX(-50%);\n    width: 280px;\n    z-index: 5;\n    pointer-events: none;\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    max-height: calc(17% - 50px);\n}\n\n.gallery-icons img {\n  display: none; \/* hide all by default *\/\n  max-width: 280px;\n  background: transparent;\n}\n\n\u003c\/style\u003e \u003cscript\u003e\r\n(function() {\r\n  const waitForElements = (selectorArray, callback, interval = 100, timeout = 5000) =\u003e {\r\n    const startTime = Date.now();\r\n    const timer = setInterval(() =\u003e {\r\n      const elements = selectorArray.map(sel =\u003e document.querySelector(sel));\r\n      if (elements.every(el =\u003e el)) {\r\n        clearInterval(timer);\r\n        callback(...elements);\r\n      } else if (Date.now() - startTime \u003e timeout) {\r\n        clearInterval(timer);\r\n        console.warn('Timed out waiting for elements:', selectorArray);\r\n      }\r\n    }, interval);\r\n  };\r\n\r\n  waitForElements(\r\n    ['.single-option-selector[data-option=\"option1\"]', '#icon-xbox', '#icon-ps', '.product_gallery'],\r\n    (select, xboxIcon, psIcon, gallery) =\u003e {\r\n\r\n      \/\/ Helper to get the currently selected gallery cell\r\n      const getCurrentCell = () =\u003e gallery.querySelector('.gallery-cell.is-selected');\r\n\r\n      const updateIcons = (optionValue) =\u003e {\r\n        const val = optionValue?.toString().trim().toLowerCase();\r\n        \r\n        \/\/ Show\/hide icons\r\n        xboxIcon.style.display = val === 'xbox' ? 'block' : 'none';\r\n        psIcon.style.display = val === 'playstation' ? 'block' : 'none';\r\n        \r\n        \/\/ Move icons to current gallery image\r\n        const currentCell = getCurrentCell();\r\n        if (currentCell) {\r\n          \r\n          \/\/ Ensure icons are only appended once\r\n          const iconContainer = document.createElement('div');\r\n          iconContainer.className = 'gallery-icons';\r\n          iconContainer.appendChild(xboxIcon);\r\n          iconContainer.appendChild(psIcon);\r\n\r\n          \/\/ Remove old container if exists\r\n          const oldContainer = currentCell.querySelector('.gallery-icons');\r\n          if (oldContainer) oldContainer.remove();\r\n\r\n          currentCell.appendChild(iconContainer);\r\n        }\r\n      };\r\n\r\n      \/\/ Initial load\r\n      updateIcons(select.value);\r\n\r\n      \/\/ On user change\r\n      select.addEventListener('change', e =\u003e updateIcons(e.target.value));\r\n\r\n      \/\/ On Shopify AJAX variant change\r\n      document.addEventListener('variant:change', e =\u003e {\r\n        const newOption = e.detail?.variant?.option1;\r\n        updateIcons(newOption);\r\n      });\r\n\r\n      \/\/ If gallery changes selection (e.g., Flickity slides), move icons\r\n      const observer = new MutationObserver(() =\u003e updateIcons(select.value));\r\n      observer.observe(gallery, { attributes: true, subtree: true, attributeFilter: ['class'] });\r\n    }\r\n  );\r\n})();\r\n\u003c\/script\u003e \u003c\/div\u003e \u003cdiv id=\"s-fa697231-c23e-4f4e-9668-3399278e4cf9\" class=\"shg-c shg-align-left\"\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"Audeze","offers":[{"title":"PlayStation","offer_id":42763630215246,"sku":"208-MW-1125-01","price":329.0,"currency_code":"USD","in_stock":true},{"title":"Xbox","offer_id":42763630248014,"sku":"207-MW-1125-01","price":349.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/3013\/1908\/files\/ADZ_Maxwell2_GalleryPS_noicons_010826.png?v=1767900817","url":"https:\/\/www.audeze.mom\/products\/maxwell-2-wireless-gaming-headset","provider":"Audeze","version":"1.0","type":"link"}