{"product_id":"test-disk","title":"test-disk","description":"\u003cstyle\u003e\n#sound-mode-section {\n    background: #000;\n    color: white;\n    text-align: center;\n    font-family: Arial, sans-serif;\n    padding: 30px 20px;\n}\n\n#sound-mode-section h2 {\n    font-size: 1.5rem;\n    font-weight: 500;\n    margin-bottom: 20px;\n}\n\n.video-circle {\n    width: 270px;\n    height: 270px;\n    border-radius: 50%;\n    overflow: hidden;\n    margin: 0 auto 20px;\n    position: relative;\n}\n\n.video-circle video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n}\n\n.sound-tabs {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-bottom: 15px;\n}\n\n.sound-tab {\n    cursor: pointer;\n    font-size: 14px;\n    color: rgba(255,255,255,0.6);\n    border: none;\n    background: none;\n    padding: 5px 0;\n    transition: color 0.3s;\n}\n\n.sound-tab.active {\n    color: #bce84f;\n    font-weight: bold;\n    border-bottom: 2px solid white;\n}\n\n.sound-description {\n    font-size: 14px;\n    color: rgba(255,255,255,0.8);\n}\n  .active:after {\n    content: \"\";\n}\n\u003c\/style\u003e\n\n\u003cdiv id=\"sound-mode-section\"\u003e\n    \u003ch2 style=\"font-size:20px;color:white;\"\u003e\n        Personalise Every Beat , \u003cbr\u003e\n        \u003cspan style=\"color:#bce84f;\"\u003eOne Mode at a Time.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"video-circle\"\u003e\n        \u003cvideo id=\"soundVideo\" muted playsinline\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd7c5250cdef44f89c4466478a16db45.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n     \n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sound-tabs\"\u003e\n        \u003cbutton class=\"sound-tab\" data-mode=\"equalization\" data-video=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd7c5250cdef44f89c4466478a16db45.mp4\" data-desc=\"Crafted for rich vocals and deep clarity\"\u003eMusic Mode\u003c\/button\u003e\n        \u003cbutton class=\"sound-tab\" data-mode=\"vocal\" data-video=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/95c2ce21b837416684c6a1f3cf51360f.mp4\" data-desc=\"For ultra-fast audio sync and zero lag.\"\u003eGaming Mode\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sound-description\" id=\"soundDesc\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", () =\u003e {\n    const video = document.getElementById(\"soundVideo\");\n    const tabs = document.querySelectorAll(\".sound-tab\");\n    const desc = document.getElementById(\"soundDesc\");\n\n    let currentMode = null; \/\/ Track the current playing mode\n\n    \/\/ Start muted and paused\n    video.muted = true;\n    video.pause();\n\n    tabs.forEach(tab =\u003e {\n        tab.addEventListener(\"click\", () =\u003e {\n            const clickedMode = tab.dataset.mode;\n\n            \/\/ Enable sound when user clicks\n            video.muted = false;\n\n            if (currentMode === clickedMode \u0026\u0026 !video.paused) {\n                \/\/ Same tab clicked → pause video\n                video.pause();\n                currentMode = null;\n                tabs.forEach(t =\u003e t.classList.remove(\"active\"));\n                return;\n            }\n\n            \/\/ Update active tab styling\n            tabs.forEach(t =\u003e t.classList.remove(\"active\"));\n            tab.classList.add(\"active\");\n\n            \/\/ Set new video source \u0026 play from start\n            video.src = tab.dataset.video;\n            video.currentTime = 0;\n            video.play().catch(err =\u003e console.error(\"Video play error:\", err));\n\n            \/\/ Update description\n            desc.textContent = tab.dataset.desc;\n\n            \/\/ Update current mode\n            currentMode = clickedMode;\n        });\n    });\n});\n\u003c\/script\u003e\n\n","brand":"ACwO","offers":[{"title":"Default Title","offer_id":52071734083902,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"url":"https:\/\/acwo.com\/products\/test-disk","provider":"ACwO","version":"1.0","type":"link"}