{"product_id":"crema-reafirmante-tensora-bolsas-ojeras","title":"Crema Reafirmante  Ojeras","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"\u003e\u003cscript src=\"\/_sdk\/element_sdk.js\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    html, body { height: 100%; width: 100%; }\n    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }\n    #app { height: 100%; width: 100%; display: flex; flex-direction: column; overflow-y: auto; }\n    img { width: 100%; height: auto; display: block; margin: 0; padding: 0; }\n  \u003c\/style\u003e\n\u003cstyle\u003ebody { box-sizing: border-box; }\u003c\/style\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/cdn.tailwindcss.com\/3.4.17\" type=\"text\/javascript\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/lucide@0.263.0\/dist\/umd\/lucide.min.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e \u003cscript src=\"\/_sdk\/data_sdk.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cdiv id=\"app\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Support image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/c318f89d-b6be-46d5-ab49-2cc4b4bf322b.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/3c829622-6bb6-451b-ba73-90030e821f67.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/3c0fdc97-1ea1-4019-bfad-01ef0f20c819.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/8199a0cb-21b0-4639-8776-b03102f0f86f.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 5\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/c4b5cbba-e7d9-4337-bf05-cc672685a852.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 6\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/543b9f29-bd88-4f9c-8738-345e734b9c6a.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 7\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/cc28018d-3341-43d2-8c33-2c7a810ead0d.png?v=1775753678\"\u003e \u003cimg loading=\"lazy\" alt=\"Support image 8\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/8254cbe3-b164-497b-b425-faee30938542.png?v=1775757445\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: fixed; right: -380px; top: 20px; width: 360px; background: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); padding: 16px; transition: right 0.3s ease-out; z-index: 9999; font-family: inherit;\" id=\"notification-tab\"\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003cdiv style=\"font-size: 12px; color: #10b981; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;\"\u003e✓ Nueva compra\u003c\/div\u003e\n\u003cdiv id=\"purchase-info\" style=\"font-size: 14px; color: #1f2937; margin-top: 4px; font-weight: 500;\"\u003eCompra confirmada\u003c\/div\u003e\n\u003cdiv id=\"purchase-detail\" style=\"font-size: 12px; color: #6b7280; margin-top: 2px;\"\u003eProcesando...\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; color: #ef4444; margin-top: 8px; font-weight: 600;\"\u003e⏰ Oferta expira en \u003cspan id=\"countdown-timer\"\u003e05:00\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton style=\"background: none; border: none; color: #9ca3af; cursor: pointer; font-size: 20px; padding: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\" id=\"close-notification\"\u003e×\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\n    const notificationTab = document.getElementById('notification-tab');\n    const closeBtn = document.getElementById('close-notification');\n    let countdownInterval = null;\n    \n    function showNotification(productName = 'Producto', price = '$0') {\n      document.getElementById('purchase-info').textContent = `${productName}`;\n      document.getElementById('purchase-detail').textContent = `${price} COP`;\n      notificationTab.style.right = '20px';\n      \n      setTimeout(() =\u003e {\n        notificationTab.style.right = '-380px';\n      }, 4000);\n    }\n    \n    closeBtn.addEventListener('click', () =\u003e {\n      notificationTab.style.right = '-380px';\n    });\n    \n    closeBtn.addEventListener('mouseover', () =\u003e {\n      closeBtn.style.color = '#4b5563';\n    });\n    \n    closeBtn.addEventListener('mouseout', () =\u003e {\n      closeBtn.style.color = '#9ca3af';\n    });\n    \n    function startCountdown() {\n      let timeLeft = 300;\n      const timerElement = document.getElementById('countdown-timer');\n      \n      if (countdownInterval) clearInterval(countdownInterval);\n      \n      countdownInterval = setInterval(() =\u003e {\n        const minutes = Math.floor(timeLeft \/ 60);\n        const seconds = timeLeft % 60;\n        timerElement.textContent = `${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`;\n        timeLeft--;\n      }, 1000);\n    }\n    \n    showNotification('Producto Crema Reafirmante', '79.900');\n    startCountdown();\n    \n    setInterval(() =\u003e {\n      showNotification('Producto Crema Reafirmante', '79.900');\n      startCountdown();\n    }, 15000);\n\n    window.elementSdk.init({\n      defaultConfig: {},\n      onConfigChange: async (config) =\u003e {},\n      mapToCapabilities: (config) =\u003e ({\n        recolorables: [],\n        borderables: [],\n        fontEditable: undefined,\n        fontSizeable: undefined\n      }),\n      mapToEditPanelValues: (config) =\u003e new Map()\n    });\n  \u003c\/script\u003e \u003cscript\u003e(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'9e9b7455b53e9cef',t:'MTc3NTc1ODA3OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='\/cdn-cgi\/challenge-platform\/scripts\/jsd\/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState\u0026\u0026(document.onreadystatechange=e,c())}}}})();\u003c\/script\u003e\u003c\/p\u003e","brand":"Ama store","offers":[{"title":"Default Title","offer_id":47637301035266,"sku":"Crema Reafirmante Tensora Bolsas Ojeras","price":79900.0,"currency_code":"COP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0781\/2228\/7362\/files\/c318f89d-b6be-46d5-ab49-2cc4b4bf322b.png?v=1775753678","url":"https:\/\/amacompra.com\/products\/crema-reafirmante-tensora-bolsas-ojeras","provider":"Ama store","version":"1.0","type":"link"}