{"product_id":"400-recetas-de-cafe","title":"IMPERIO DEL CAFE: +400 RECETAS","description":"\u003cdiv id=\"contenedor-urgencia-pro\" style=\"max-width: 480px; margin: 25px auto; font-family: 'Arial Black', Gadget, sans-serif; text-align: center;\"\u003e\n\n    \u003cp style=\"color: #3e2723; font-size: 14px; margin-bottom: 15px; font-family: 'Helvetica Neue', sans-serif;\"\u003e\n        \u003cspan style=\"color: #e63946; font-size: 18px; font-weight: bold;\"\u003e●\u003c\/span\u003e \n        \u003cspan id=\"gente-viendo\" style=\"font-weight: 800;\"\u003e74\u003c\/span\u003e personas están viendo esta oferta ahora\n    \u003c\/p\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 3px solid #3e2723; border-radius: 25px; padding: 0 0 30px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n        \n        \u003cdiv style=\"background-color: #3e2723; padding: 15px; margin-bottom: 20px;\"\u003e\n            \u003ch2 style=\"color: #ffffff; font-size: 20px; text-transform: uppercase; margin: 0; letter-spacing: 1px; line-height: 1.2;\"\u003e\n                🔥 ¡OFERTA SOLO POR HOY \u003cspan id=\"nombre-dia\" style=\"color: #ffcc00;\"\u003e\u003c\/span\u003e! 🔥\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv style=\"padding: 0 25px;\"\u003e\n            \u003cp style=\"color: #5d4037; font-size: 16px; margin-bottom: 20px; font-family: 'Helvetica Neue', sans-serif;\"\u003e\n                Tu lugar estará reservado por \u003cspan style=\"font-weight: 900; color: #e63946; border-bottom: 2px solid #e63946;\"\u003e10 minutos\u003c\/span\u003e\n            \u003c\/p\u003e\n\n            \u003cdiv style=\"display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 25px;\"\u003e\n                \u003cdiv style=\"background: #f4ece4; padding: 10px 15px; border-radius: 12px; min-width: 80px;\"\u003e\n                    \u003cspan id=\"min-box-final\" style=\"display: block; font-size: 55px; font-weight: 900; color: #3e2723; line-height: 1;\"\u003e10\u003c\/span\u003e\n                    \u003csmall style=\"font-size: 11px; color: #8d6e63; text-transform: uppercase; font-weight: 800;\"\u003eMinutos\u003c\/small\u003e\n                \u003c\/div\u003e\n                \u003cspan style=\"font-size: 45px; font-weight: bold; color: #3e2723;\"\u003e:\u003c\/span\u003e\n                \u003cdiv style=\"background: #f4ece4; padding: 10px 15px; border-radius: 12px; min-width: 80px;\"\u003e\n                    \u003cspan id=\"seg-box-final\" style=\"display: block; font-size: 55px; font-weight: 900; color: #3e2723; line-height: 1;\"\u003e00\u003c\/span\u003e\n                    \u003csmall style=\"font-size: 11px; color: #8d6e63; text-transform: uppercase; font-weight: 800;\"\u003eSegundos\u003c\/small\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"background: #d4a373; color: #3e2723; padding: 15px; border-radius: 15px; font-weight: 900; font-size: 15px; border: 2px solid #3e2723; box-shadow: 4px 4px 0px #3e2723;\"\u003e\n                HOY 50% DESCUENTO + BONUS 🎁\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top: 25px; padding: 20px; background: #fff; border: 2px solid #e0e0e0; border-radius: 20px; display: flex; align-items: center; gap: 15px; text-align: left;\"\u003e\n        \u003cimg src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/5693\/5693914.png\" alt=\"Garantía\" style=\"width: 60px; height: 60px; filter: contrast(1.2) sepia(0.5);\"\u003e\n        \u003cdiv\u003e\n            \u003ch4 style=\"margin: 0; color: #3e2723; font-size: 16px; font-weight: 900;\"\u003eGarantía de Satisfacción de 7 días\u003c\/h4\u003e\n            \u003cp style=\"margin: 5px 0 0 0; color: #6d4c41; font-size: 13px; line-height: 1.4; font-family: 'Helvetica Neue', sans-serif;\"\u003e\n                Prueba el recetario y el sistema de monetización. Si no te gusta, te devolvemos tu dinero. \u003cstrong\u003e¡Cero riesgo para ti!\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ 1. Mostrar el día actual de forma automática\n    const diasActuales = [\"DOMINGO\", \"LUNES\", \"MARTES\", \"MIÉRCOLES\", \"JUEVES\", \"VIERNES\", \"SÁBADO\"];\n    document.getElementById('nombre-dia').innerText = diasActuales[new Date().getDay()];\n\n    \/\/ 2. Contador de personas (Simulado dinámico)\n    setInterval(() =\u003e {\n        let n = Math.floor(Math.random() * (90 - 60 + 1)) + 60;\n        document.getElementById('gente-viendo').innerText = n;\n    }, 4000);\n\n    \/\/ 3. Temporizador de 10 minutos (Se reinicia al llegar a cero para mantener urgencia)\n    let segundosRestantes = 10 * 60;\n    const minD = document.getElementById('min-box-final');\n    const segD = document.getElementById('seg-box-final');\n\n    function actualizarReloj() {\n        let mins = Math.floor(segundosRestantes \/ 60);\n        let segs = segundosRestantes % 60;\n        minD.innerText = mins \u003c 10 ? '0' + mins : mins;\n        segD.innerText = segs \u003c 10 ? '0' + segs : segs;\n        \n        if (segundosRestantes \u003e 0) {\n            segundosRestantes--;\n        } else {\n            segundosRestantes = 10 * 60; \n        }\n    }\n    setInterval(actualizarReloj, 1000);\n\u003c\/script\u003e","brand":"+1500 Descargas","offers":[{"title":"Default Title","offer_id":53239584391441,"sku":null,"price":59000.0,"currency_code":"COP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/0404\/6097\/files\/mockprincipal.png?v=1774220779","url":"https:\/\/imperiodelcafe.site\/products\/400-recetas-de-cafe","provider":"Libro Digital IDC","version":"1.0","type":"link"}