{"product_id":"revive","title":"REVIVE","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n  \/* =========================================\n     REVIVE — PRODUCT INFORMATION\n     COLOR PALETTE:\n     Deep Purple: #3C176E\n     Purple:      #5D2B91\n     Gold:        #D99A24\n     Light Purple:#F7F2FB\n     ========================================= *\/\n\n  .ard-product-enhancer {\n    font-family: 'Poppins', sans-serif;\n    width: 100%;\n    margin: 15px 0 30px 0;\n    color: #1a1a1a;\n  }\n\n  \/* --- NEW PRODUCT BADGE --- *\/\n  .ard-essential-badge {\n    display: inline-flex;\n    align-items: center;\n    background: linear-gradient(\n      135deg,\n      #f1c76b 0%,\n      #d99a24 38%,\n      #6b3198 100%\n    );\n    color: #ffffff;\n    font-size: 11.5px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    margin-bottom: 15px;\n    box-shadow: 0 4px 12px rgba(93, 43, 145, 0.22);\n  }\n\n  \/* --- LIVE VIEWERS --- *\/\n  .ard-live-viewers {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: linear-gradient(\n      90deg,\n      #faf7fc 0%,\n      #f5eef9 100%\n    );\n    border: 1px solid #e4d5ef;\n    padding: 8px 14px;\n    border-radius: 8px;\n    margin-bottom: 18px;\n    font-size: 13.5px;\n    font-weight: 600;\n    color: #4c286e;\n  }\n\n  .ard-live-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    transition: background-color 0.4s ease, box-shadow 0.4s ease;\n  }\n\n  \/* Se conservan estos nombres de clase\n     por compatibilidad con scripts existentes *\/\n\n  .ard-dot-green {\n    background-color: #d99a24;\n    animation: ard-pulse-gold 1.5s infinite;\n  }\n\n  .ard-dot-red {\n    background-color: #6b3198;\n    animation: ard-pulse-purple 1.5s infinite;\n  }\n\n  @keyframes ard-pulse-gold {\n    0% {\n      box-shadow: 0 0 0 0 rgba(217, 154, 36, 0.55);\n    }\n    70% {\n      box-shadow: 0 0 0 6px rgba(217, 154, 36, 0);\n    }\n    100% {\n      box-shadow: 0 0 0 0 rgba(217, 154, 36, 0);\n    }\n  }\n\n  @keyframes ard-pulse-purple {\n    0% {\n      box-shadow: 0 0 0 0 rgba(107, 49, 152, 0.55);\n    }\n    70% {\n      box-shadow: 0 0 0 6px rgba(107, 49, 152, 0);\n    }\n    100% {\n      box-shadow: 0 0 0 0 rgba(107, 49, 152, 0);\n    }\n  }\n\n  .ard-live-text strong {\n    font-weight: 800;\n    font-size: 15px;\n    color: #3c176e;\n    transition: color 0.3s ease;\n  }\n\n  \/* --- SHORT DESCRIPTION --- *\/\n  .ard-short-desc {\n    font-size: 14.5px;\n    color: #4b5563;\n    line-height: 1.65;\n    margin-bottom: 25px;\n  }\n\n  .ard-short-desc strong {\n    color: #4d2176;\n  }\n\n  \/* --- ACCORDIONS --- *\/\n  .ard-accordion-group {\n    border-top: 1px solid #e9e3ed;\n  }\n\n  .ard-acc-item {\n    border-bottom: 1px solid #e9e3ed;\n  }\n\n  .ard-acc-summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 600;\n    font-size: 15px;\n    color: #27212d;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.3s ease;\n  }\n\n  .ard-acc-summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ard-acc-summary::after {\n    content: '+';\n    font-size: 22px;\n    font-weight: 400;\n    color: #9b8ba6;\n    transition: transform 0.3s ease, color 0.3s ease;\n  }\n\n  .ard-acc-item[open] .ard-acc-summary {\n    color: #5d2b91;\n  }\n\n  .ard-acc-item[open] .ard-acc-summary::after {\n    content: '−';\n    color: #d99a24;\n  }\n\n  .ard-acc-content {\n    padding-bottom: 20px;\n    font-size: 14px;\n    color: #4b5563;\n    line-height: 1.65;\n  }\n\n  .ard-acc-content ul {\n    margin: 0;\n    padding-left: 0;\n    list-style-type: none;\n  }\n\n  .ard-acc-content li {\n    margin-bottom: 11px;\n    display: flex;\n    gap: 8px;\n    align-items: flex-start;\n  }\n\n  .ard-acc-content strong {\n    color: #3c176e;\n  }\n\n  .ard-check {\n    color: #d99a24;\n    font-weight: 800;\n    flex-shrink: 0;\n  }\n\n  \/* --- REVIVE BRAND STATEMENT --- *\/\n  .ard-revive-statement {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #4b2079 0%,\n      #2d124e 100%\n    );\n    color: #ffffff;\n    border-radius: 9px;\n    text-align: center;\n    box-shadow: 0 5px 15px rgba(60, 23, 110, 0.15);\n  }\n\n  .ard-revive-statement span {\n    display: block;\n  }\n\n  .ard-revive-statement .ard-statement-small {\n    color: #f1c76b;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    margin-bottom: 5px;\n  }\n\n  .ard-revive-statement .ard-statement-main {\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.6px;\n  }\n\n  .ard-revive-statement .ard-statement-final {\n    margin-top: 3px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #f3eafa;\n  }\n\n  \/* --- FDA DISCLAIMER --- *\/\n  .ard-disclaimer {\n    background-color: #faf8fb;\n    border-left: 3px solid #d99a24;\n    padding: 10px 15px;\n    font-size: 11.5px;\n    color: #6b6570;\n    margin-top: 15px;\n    border-radius: 4px;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 480px) {\n    .ard-live-viewers {\n      font-size: 12.5px;\n    }\n\n    .ard-live-text strong {\n      font-size: 14px;\n    }\n\n    .ard-short-desc {\n      font-size: 14px;\n    }\n\n    .ard-acc-summary {\n      font-size: 14.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"ard-product-enhancer\"\u003e\n\n  \u003c!-- BADGE --\u003e\n  \u003cdiv id=\"rv-badge\" class=\"ard-essential-badge\"\u003e\n    ✨ NEW PRODUCT\n  \u003c\/div\u003e\n\n\n  \u003c!-- LIVE VIEWERS --\u003e\n  \u003cdiv class=\"ard-live-viewers\"\u003e\n\n    \u003cdiv id=\"rv-urgency-dot\" class=\"ard-live-dot ard-dot-red\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ard-live-text\"\u003e\n      \u003cstrong id=\"rv-view-count\"\u003e124\u003c\/strong\u003e\n      \u003cspan id=\"rv-live-msg\"\u003e\n        people are viewing this right now\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DESCRIPTION --\u003e\n  \u003cp id=\"rv-prod-desc\" class=\"ard-short-desc\"\u003e\n    💜 \u003cstrong\u003eRevive Your Strength!\u003c\/strong\u003e\n    ReVive is a comprehensive daily wellness formula featuring\n    \u003cstrong\u003eDouble Colostrum from bovine and goat sources\u003c\/strong\u003e,\n    plus collagen, resveratrol, NAD, glutathione, Vitamin C,\n    Vitamin D3 and Zinc. Designed to nourish your body’s natural\n    repair processes, ReVive brings powerful nutrition together\n    in one convenient daily sachet.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"ard-accordion-group\"\u003e\n\n    \u003c!-- FORMULA --\u003e\n    \u003cdetails open class=\"ard-acc-item\"\u003e\n\n      \u003csummary id=\"rv-title-1\" class=\"ard-acc-summary\"\u003e\n        💧 Double Colostrum Formula\n      \u003c\/summary\u003e\n\n      \u003cdiv id=\"rv-content-1\" class=\"ard-acc-content\"\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eDouble Colostrum:\u003c\/strong\u003e\n              Combines bovine and goat colostrum, providing\n              naturally occurring proteins and immunoglobulins.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003e533.2 mg of Immunoglobulins:\u003c\/strong\u003e\n              Delivers immunoglobulins as part of its Double\n              Colostrum \u0026amp; Wellness Proprietary Blend.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eCollagen:\u003c\/strong\u003e\n              Provides hydrolyzed collagen, a structural protein\n              found in skin, bones and connective tissues.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eWellness Blend:\u003c\/strong\u003e\n              Brings together Resveratrol, NAD and Glutathione\n              as part of a comprehensive daily formula.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- WELLNESS BENEFITS --\u003e\n    \u003cdetails class=\"ard-acc-item\"\u003e\n\n      \u003csummary id=\"rv-title-2\" class=\"ard-acc-summary\"\u003e\n        ✨ Wellness Benefits\n      \u003c\/summary\u003e\n\n      \u003cdiv id=\"rv-content-2\" class=\"ard-acc-content\"\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eImmune Support:\u003c\/strong\u003e\n              Vitamin C, Vitamin D3 and Zinc help support\n              normal immune function.*\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eCellular Energy:\u003c\/strong\u003e\n              NAD participates in essential cellular processes,\n              including normal cellular energy production.*\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eAntioxidant Support:\u003c\/strong\u003e\n              Features Resveratrol and Glutathione as part\n              of its wellness blend.*\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eStructural Support:\u003c\/strong\u003e\n              Hydrolyzed collagen provides a key structural\n              protein found throughout the body.*\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eDaily Wellness:\u003c\/strong\u003e\n              A convenient combination of colostrum, collagen\n              and key nutrients designed to support everyday\n              wellness.*\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- HOW TO TAKE --\u003e\n    \u003cdetails class=\"ard-acc-item\"\u003e\n\n      \u003csummary id=\"rv-title-3\" class=\"ard-acc-summary\"\u003e\n        📝 How to Take\n      \u003c\/summary\u003e\n\n      \u003cdiv id=\"rv-content-3\" class=\"ard-acc-content\"\u003e\n\n        \u003cdiv id=\"rv-how-to-text\"\u003e\n          🥄 Mix \u003cstrong\u003e1 sachet (12 g)\u003c\/strong\u003e into\n          8 fl oz of water or your favorite beverage.\n          Enjoy once daily.\n\n          \u003cbr\u003e\u003cbr\u003e\n\n          📦 \u003cstrong\u003eContains 21 individually portioned sachets.\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ard-revive-statement\"\u003e\n\n          \u003cspan id=\"rv-statement-small\" class=\"ard-statement-small\"\u003e\n            ONE SACHET. EVERY DAY.\n          \u003c\/span\u003e\n\n          \u003cspan id=\"rv-statement-main\" class=\"ard-statement-main\"\u003e\n            REPAIR. RECOVER. RENEW.\n          \u003c\/span\u003e\n\n          \u003cspan id=\"rv-statement-final\" class=\"ard-statement-final\"\u003e\n            REVIVE YOUR STRENGTH.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv id=\"rv-disclaimer-text\" class=\"ard-disclaimer\"\u003e\n\n          *These statements have not been evaluated by the Food\n          and Drug Administration. This product is not intended\n          to diagnose, treat, cure, or prevent any disease.\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function () {\n\n  \/* =========================================\n     LANGUAGE DETECTION\n     English = default\n     Spanish = URL beginning with \/es\n     Examples:\n     \/products\/revive       -\u003e EN\n     \/es\/products\/revive    -\u003e ES\n     \/es                    -\u003e ES\n     ========================================= *\/\n\n  const isSpanish = \/^\\\/es(?:\\\/|$)\/i.test(window.location.pathname);\n\n  if (!isSpanish) return;\n\n\n  \/* =========================================\n     SPANISH CONTENT\n     ========================================= *\/\n\n  const contentES = {\n\n    badge: \"✨ NUEVO PRODUCTO\",\n\n    liveMessage: \"personas están viendo este producto ahora\",\n\n    description: `\n      💜 \u003cstrong\u003e¡Revive Tu Fuerza!\u003c\/strong\u003e\n      ReVive es una fórmula integral para el bienestar diario que combina\n      \u003cstrong\u003eDoble Calostro de origen bovino y caprino\u003c\/strong\u003e,\n      además de colágeno, resveratrol, NAD, glutatión, Vitamina C,\n      Vitamina D3 y Zinc. Diseñado para nutrir los procesos naturales\n      de reparación de tu cuerpo, ReVive reúne una poderosa combinación\n      de nutrientes en un práctico sachet diario.\n    `,\n\n    title1: \"💧 Fórmula de Doble Calostro\",\n\n    formula: `\n      \u003cul\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eDoble Calostro:\u003c\/strong\u003e\n            Combina calostro bovino y caprino, aportando proteínas\n            e inmunoglobulinas presentes naturalmente.\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003e533.2 mg de Inmunoglobulinas:\u003c\/strong\u003e\n            Aporta inmunoglobulinas como parte de su Mezcla Propietaria\n            de Doble Calostro y Bienestar.\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eColágeno:\u003c\/strong\u003e\n            Aporta colágeno hidrolizado, una proteína estructural\n            presente en la piel, los huesos y los tejidos conectivos.\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eMezcla de Bienestar:\u003c\/strong\u003e\n            Combina Resveratrol, NAD y Glutatión como parte de una\n            fórmula integral de consumo diario.\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    `,\n\n    title2: \"✨ Beneficios para el Bienestar\",\n\n    benefits: `\n      \u003cul\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eApoyo Inmunológico:\u003c\/strong\u003e\n            La Vitamina C, Vitamina D3 y el Zinc ayudan a apoyar\n            la función normal del sistema inmunológico.*\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eEnergía Celular:\u003c\/strong\u003e\n            El NAD participa en procesos celulares esenciales,\n            incluyendo la producción normal de energía celular.*\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eApoyo Antioxidante:\u003c\/strong\u003e\n            Incluye Resveratrol y Glutatión como parte de su mezcla\n            de bienestar.*\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eApoyo Estructural:\u003c\/strong\u003e\n            El colágeno hidrolizado aporta una proteína estructural\n            clave presente en todo el cuerpo.*\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"ard-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\n            \u003cstrong\u003eBienestar Diario:\u003c\/strong\u003e\n            Una práctica combinación de calostro, colágeno y nutrientes\n            clave diseñada para apoyar el bienestar diario.*\n          \u003c\/span\u003e\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    `,\n\n    title3: \"📝 Modo de Uso\",\n\n    howTo: `\n      🥄 Mezcla \u003cstrong\u003e1 sachet (12 g)\u003c\/strong\u003e en\n      8 fl oz de agua o en tu bebida favorita.\n      Disfrútalo una vez al día.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      📦 \u003cstrong\u003eContiene 21 sachets en porciones individuales.\u003c\/strong\u003e\n    `,\n\n    statementSmall: \"UN SACHET. TODOS LOS DÍAS.\",\n\n    statementMain: \"REPARA. RECUPERA. RENUEVA.\",\n\n    statementFinal: \"REVIVE TU FUERZA.\",\n\n    disclaimer: `\n      *Estas declaraciones no han sido evaluadas por la Administración\n      de Alimentos y Medicamentos de los Estados Unidos (FDA).\n      Este producto no está destinado a diagnosticar, tratar,\n      curar ni prevenir ninguna enfermedad.\n    `\n  };\n\n\n  \/* =========================================\n     APPLY SPANISH CONTENT\n     ========================================= *\/\n\n  document.getElementById(\"rv-badge\").textContent =\n    contentES.badge;\n\n  document.getElementById(\"rv-live-msg\").textContent =\n    contentES.liveMessage;\n\n  document.getElementById(\"rv-prod-desc\").innerHTML =\n    contentES.description;\n\n  document.getElementById(\"rv-title-1\").textContent =\n    contentES.title1;\n\n  document.getElementById(\"rv-content-1\").innerHTML =\n    contentES.formula;\n\n  document.getElementById(\"rv-title-2\").textContent =\n    contentES.title2;\n\n  document.getElementById(\"rv-content-2\").innerHTML =\n    contentES.benefits;\n\n  document.getElementById(\"rv-title-3\").textContent =\n    contentES.title3;\n\n  document.getElementById(\"rv-how-to-text\").innerHTML =\n    contentES.howTo;\n\n  document.getElementById(\"rv-statement-small\").textContent =\n    contentES.statementSmall;\n\n  document.getElementById(\"rv-statement-main\").textContent =\n    contentES.statementMain;\n\n  document.getElementById(\"rv-statement-final\").textContent =\n    contentES.statementFinal;\n\n  document.getElementById(\"rv-disclaimer-text\").innerHTML =\n    contentES.disclaimer;\n\n})();\n\u003c\/script\u003e","brand":"Ardyss","offers":[{"title":"Default Title","offer_id":61205381054604,"sku":"REVIVE-1","price":65.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/8701\/2492\/files\/SHOPIFY_ArdyssImagenesProductos.png?v=1790116397","url":"https:\/\/ardyss.com\/products\/revive","provider":"Ardyss","version":"1.0","type":"link"}