{"title":"Página de inicio","description":null,"products":[{"product_id":"taiflowchi","title":"Tai Chi desde Cero: método simple para calmar la mente y el cuerpo","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400;1,500\u0026family=Jost:wght@300;400;500;600\u0026display=swap');\n\n  @keyframes pulse-badge {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.7; }\n  }\n\n  .tfc-wrap {\n    font-family: 'Jost', sans-serif;\n    max-width: 400px;\n    margin: 0 auto;\n    padding: 16px 0;\n  }\n\n  .tfc-alert-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .tfc-badge {\n    background: #e8f0e9;\n    color: #2c3d2e;\n    padding: 6px 14px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 0.06em;\n    animation: pulse-badge 1.4s ease-in-out infinite;\n  }\n\n  .tfc-viewers {\n    background: #f5f3ef;\n    color: #4a5e4d;\n    padding: 6px 14px;\n    border-radius: 4px;\n    font-size: 13px;\n  }\n\n  .tfc-box {\n    background: #2c3d2e;\n    color: #f5f0e8;\n    padding: 24px 28px;\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .tfc-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 22px;\n    color: #d4b896;\n    margin: 0 0 8px;\n    font-weight: 400;\n  }\n\n  .tfc-body {\n    font-size: 14px;\n    line-height: 1.6;\n    color: rgba(245, 240, 232, 0.78);\n    margin: 0 0 6px;\n  }\n\n  .tfc-label {\n    font-size: 12px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(245, 240, 232, 0.45);\n    margin: 0 0 14px;\n  }\n\n  .tfc-timer {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 58px;\n    font-weight: 500;\n    color: #f5f0e8;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .tfc-units {\n    font-size: 11px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: rgba(245, 240, 232, 0.38);\n    margin-bottom: 18px;\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n  }\n\n  .tfc-btn {\n    background: #4a7c59;\n    color: #f5f0e8;\n    font-family: 'Jost', sans-serif;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    padding: 14px 32px;\n    border: none;\n    border-radius: 6px;\n    cursor: pointer;\n    width: 100%;\n    transition: background 0.2s;\n  }\n\n  .tfc-btn:hover {\n    background: #3d6b4f;\n  }\n\u003c\/style\u003e\n\n\u003c!-- BARRA DE URGENCIA + VISTAS DINÁMICAS --\u003e\n\u003cdiv class=\"tfc-wrap\"\u003e\n  \u003cdiv class=\"tfc-alert-row\"\u003e\n    \u003cspan class=\"tfc-badge\"\u003eEl precio está por subir\u003c\/span\u003e\n    \u003cspan class=\"tfc-viewers\"\u003e\n      \u003cspan id=\"tfc-viewers\"\u003e31\u003c\/span\u003e personas están viendo\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CONTADOR DE URGENCIA --\u003e\n  \u003cdiv class=\"tfc-box\"\u003e\n    \u003cp class=\"tfc-title\"\u003eOferta solo por hoy\u003c\/p\u003e\n    \u003cp class=\"tfc-body\"\u003e\n      Tu lugar está reservado por \u003cstrong\u003e10 minutos\u003c\/strong\u003e.\u003cbr\u003e\n      Pasado ese tiempo, el cupo se libera.\n    \u003c\/p\u003e\n    \u003cp class=\"tfc-label\"\u003eLa oferta se termina en\u003c\/p\u003e\n    \u003cdiv class=\"tfc-timer\" id=\"tfc-countdown\"\u003e10:00\u003c\/div\u003e\n    \u003cdiv class=\"tfc-units\"\u003e\n      \u003cspan\u003eminutos\u003c\/span\u003e\n      \u003cspan\u003esegundos\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"tfc-btn\" onclick=\"window.location.href='https:\/\/taiflowchi.com\/cart\/42367871287378:1'\"\u003e\n      Quiero el 50% de descuento\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function () {\n\n    \/\/ ── Timer regresivo ──\n    var totalSeconds = 600;\n    var countdownEl = document.getElementById('tfc-countdown');\n\n    function updateTimer() {\n      var m = Math.floor(totalSeconds \/ 60);\n      var s = totalSeconds % 60;\n      countdownEl.textContent = ('0' + m).slice(-2) + ':' + ('0' + s).slice(-2);\n      if (totalSeconds \u003e 0) totalSeconds--;\n    }\n\n    updateTimer();\n    setInterval(updateTimer, 1000);\n\n    \/\/ ── Viewers dinámicos ──\n    var viewersEl = document.getElementById('tfc-viewers');\n\n    setInterval(function () {\n      var current = parseInt(viewersEl.textContent);\n      var delta = Math.floor(Math.random() * 3) - 1;\n      var next = Math.min(Math.max(current + delta, 24), 38);\n      viewersEl.textContent = next;\n    }, 4000);\n\n  });\n\u003c\/script\u003e","brand":"Tai Flow Chi","offers":[{"title":"Default Title","offer_id":42367871287378,"sku":null,"price":47000.0,"currency_code":"ARS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/1736\/2514\/files\/Programa_Tai_Chi_desde_Cero_Tai_Flow_Chi.png?v=1776437773"}],"url":"https:\/\/taiflowchi.com\/collections\/frontpage.oembed","provider":"Tai Flow Chi","version":"1.0","type":"link"}