{"title":"testst","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePromotion Countdown Timer\u003c\/title\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            text-align: center;\n            background-color: #f0f0f0;\n            padding: 50px;\n        }\n        #countdown {\n            font-size: 48px;\n            color: #333;\n        }\n    \u003c\/style\u003e\n\n\n    \u003ch1\u003eCountdown to Promotion Start\u003c\/h1\u003e\n    \u003cdiv id=\"countdown\"\u003e\u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Set the target time to 9:00 PM local time\n        let targetTime = new Date();\n        targetTime.setHours(21, 0, 0, 0); \/\/ 9:00 PM (21:00 in 24-hour format)\n\n        \/\/ If the current time is already past 9:00 PM, set the target to 9:00 PM the next day\n        if (new Date() \u003e targetTime) {\n            targetTime.setDate(targetTime.getDate() + 1);\n        }\n\n        function updateCountdown() {\n            const now = new Date();\n            const timeDifference = targetTime - now;\n\n            if (timeDifference \u003c= 0) {\n                document.getElementById('countdown').innerHTML = \"The promotion has started!\";\n                return;\n            }\n\n            const hours = Math.floor((timeDifference % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            const minutes = Math.floor((timeDifference % (1000 * 60 * 60)) \/ (1000 * 60));\n            const seconds = Math.floor((timeDifference % (1000 * 60)) \/ 1000);\n\n            document.getElementById('countdown').innerHTML = \n                `${hours.toString().padStart(2, '0')}:${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}`;\n        }\n\n        \/\/ Update the countdown every second\n        setInterval(updateCountdown, 1000);\n\n        \/\/ Initial call to display immediately\n        updateCountdown();\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"1-nom-ice-lattice-two-pack","title":"1 NOM \nIce lattice\n(two pack)","description":"\u003cp\u003eရေခဲတုံးများကို ပုံဖော်ရာတွင် အသုံးပြုနိင်သော ခွက်လေးဖြစ်ပါသည်။ တစ်ခုတွင် ၂ ချပ်ပါဝင်ပါသည်။\u003c\/p\u003e","brand":"1NOM","offers":[{"title":"Default Title","offer_id":40102137266326,"sku":"6938205118272","price":14000.0,"currency_code":"MMK","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0297\/7195\/6283\/products\/6938205118272_1.jpg?v=1757324945"}],"url":"https:\/\/khitzay.com.mm\/collections\/testst.oembed","provider":"Khit Zay","version":"1.0","type":"link"}