{"id":1907,"date":"2025-07-21T10:14:26","date_gmt":"2025-07-21T17:14:26","guid":{"rendered":"https:\/\/shop.ievoshop.com\/?post_type=product&#038;p=1907"},"modified":"2026-03-11T20:57:08","modified_gmt":"2026-03-12T03:57:08","slug":"reto7d","status":"publish","type":"product","link":"https:\/\/demo.lavolabssolutions.com\/es\/producto\/reto7d\/","title":{"rendered":"Reto 7D"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"1907\" class=\"elementor elementor-1907\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f006624 e-con-full e-flex e-con e-parent\" data-id=\"f006624\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27c898d elementor-widget elementor-widget-html\" data-id=\"27c898d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - Benefits Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          headline: 'Transform your body in just 7 days \u2014 the <span class=\"highlight\">7D Challenge<\/span> delivers real results.',\n          imageAlt: \"7D Challenge - Liver-D and Colon-D Complete Detox System\",\n          benefits: [\n            \"Liver & Gallbladder Detox\",\n            \"Complete Colon Cleanse\",\n            \"Reduces Bloating & Gas\",\n            \"Supports Healthy Weight\",\n            \"Increased Energy\",\n            \"Feel Lighter & Refreshed\"\n          ]\n        },\n        es: {\n          headline: 'Transforma tu cuerpo en solo 7 d\u00edas \u2014 el <span class=\"highlight\">Reto 7D<\/span> ofrece resultados reales.',\n          imageAlt: \"Reto 7D - Sistema Completo de Desintoxicaci\u00f3n Liver-D y Colon-D\",\n          benefits: [\n            \"Desintoxicaci\u00f3n del H\u00edgado y Ves\u00edcula\",\n            \"Limpieza Completa del Colon\",\n            \"Reduce la Hinchaz\u00f3n y los Gases\",\n            \"Apoya un Peso Saludable\",\n            \"Mayor Energ\u00eda\",\n            \"Si\u00e9ntete M\u00e1s Ligero y Renovado\"\n          ]\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Update headline\n        const headline = document.querySelector('#ie-7d-benefits .benefits-headline');\n        if (headline) headline.innerHTML = t.headline;\n        \n        \/\/ Update image alt\n        const productImage = document.querySelector('#ie-7d-benefits .benefits-image img');\n        if (productImage) productImage.alt = t.imageAlt;\n        \n        \/\/ Update benefit cards\n        const benefitTexts = document.querySelectorAll('#ie-7d-benefits .benefit-text');\n        benefitTexts.forEach((el, index) => {\n          if (t.benefits[index]) {\n            el.textContent = t.benefits[index];\n          }\n        });\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D BENEFITS ========== *\/\n    #ie-7d-benefits {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --navy-dark: #111D35;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Supporting *\/\n      --coffee-brown: #8B6914;\n      --cream: #FDF8F3;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-benefits *,\n    #ie-7d-benefits *::before,\n    #ie-7d-benefits *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== BENEFITS SECTION ========== *\/\n    #ie-7d-benefits .benefits-section {\n      padding: 80px 20px;\n      max-width: 1300px;\n      margin: 0 auto;\n    }\n\n    #ie-7d-benefits .benefits-wrapper {\n      display: grid;\n      grid-template-columns: 1fr 1.1fr;\n      gap: 60px;\n      align-items: center;\n    }\n\n    \/* === Product Image Side === *\/\n    #ie-7d-benefits .benefits-image {\n      position: relative;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      padding: 20px;\n    }\n\n    #ie-7d-benefits .benefits-image img {\n      max-width: 100%;\n      height: auto;\n      max-height: 520px;\n      object-fit: contain;\n      filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.12));\n      transition: transform 0.5s ease;\n    }\n\n    #ie-7d-benefits .benefits-image:hover img {\n      transform: translateY(-8px);\n    }\n\n    \/* === Content Side === *\/\n    #ie-7d-benefits .benefits-content {\n      padding: 10px 0;\n    }\n\n    #ie-7d-benefits .benefits-headline {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(1.6rem, 3vw, 2.2rem);\n      font-weight: 800;\n      color: var(--navy);\n      line-height: 1.15;\n      margin-bottom: 35px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-benefits .benefits-headline .highlight {\n      color: var(--teal);\n    }\n\n    #ie-7d-benefits .benefits-headline .highlight-orange {\n      color: var(--teal-dark);\n    }\n\n    \/* === Benefits Grid === *\/\n    #ie-7d-benefits .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n      background: var(--white);\n      padding: 28px;\n      border-radius: 16px;\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-benefits .benefit-card {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 18px 20px;\n      background: var(--grey-bg);\n      border-radius: 16px;\n      transition: all 0.3s ease;\n      border: 1px solid var(--border);\n      cursor: default;\n    }\n\n    #ie-7d-benefits .benefit-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n      border-color: var(--teal-border);\n    }\n\n    #ie-7d-benefits .benefit-card:nth-child(1):hover,\n    #ie-7d-benefits .benefit-card:nth-child(4):hover,\n    #ie-7d-benefits .benefit-card:nth-child(5):hover {\n      border-color: var(--teal-border);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n    }\n\n    \/* === Benefit Icons === *\/\n    #ie-7d-benefits .benefit-icon {\n      width: 52px;\n      height: 52px;\n      min-width: 52px;\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #ie-7d-benefits .benefit-icon img {\n      width: 28px;\n      height: 28px;\n      object-fit: contain;\n    }\n\n    #ie-7d-benefits .benefit-icon svg {\n      width: 28px;\n      height: 28px;\n    }\n\n    \/* Icon color variants \u2014 product-specific accents *\/\n    #ie-7d-benefits .benefit-icon.green {\n      background: linear-gradient(145deg, #6B9B4D 0%, #4A7C59 100%);\n    }\n\n    #ie-7d-benefits .benefit-icon.orange {\n      background: linear-gradient(145deg, #F59E0B 0%, #D97706 100%);\n    }\n\n    #ie-7d-benefits .benefit-icon.green-light {\n      background: linear-gradient(145deg, #81C784 0%, #4A7C59 100%);\n    }\n\n    #ie-7d-benefits .benefit-icon.gold {\n      background: linear-gradient(145deg, #FFD54F 0%, #D97706 100%);\n    }\n\n    #ie-7d-benefits .benefit-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.3;\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 1024px) {\n      #ie-7d-benefits .benefits-wrapper {\n        grid-template-columns: 1fr;\n        gap: 50px;\n      }\n\n      #ie-7d-benefits .benefits-image {\n        order: -1;\n      }\n\n      #ie-7d-benefits .benefits-image img {\n        max-height: 400px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      #ie-7d-benefits .benefits-section {\n        padding: 50px 16px;\n      }\n\n      #ie-7d-benefits .benefits-grid {\n        grid-template-columns: 1fr;\n        padding: 20px;\n        gap: 12px;\n      }\n\n      #ie-7d-benefits .benefit-card {\n        padding: 16px;\n      }\n\n      #ie-7d-benefits .benefit-icon {\n        width: 48px;\n        height: 48px;\n        min-width: 48px;\n      }\n\n      #ie-7d-benefits .benefits-headline {\n        text-align: center;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== BENEFITS SECTION ========== -->\n  <div id=\"ie-7d-benefits\">\n  <section class=\"benefits-section\" id=\"benefits\">\n    <div class=\"benefits-wrapper\">\n\n      <!-- ============================================================\n                 MAIN PRODUCT IMAGE\n                 ============================================================\n                 \n                 \ud83d\udccd REPLACE: \"YOUR-PRODUCT-IMAGE-URL-HERE\"\n                 \n                 \u2705 USE: Your 7D Challenge image showing both Liver-D and Colon-D\n                        (Image 1 from your uploads: Untitled_design_-_2025-12-25T191505_973.png)\n                 \n                 \ud83d\udcdd EXAMPLE:\n                    - Local file: src=\"images\/7d-challenge-products.png\"\n                    - Full URL: src=\"https:\/\/yoursite.com\/images\/7d-challenge.png\"\n                    - Shopify: src=\"{{ 'product-image.png' | asset_url }}\"\n                 \n                 ============================================================ -->\n      <div class=\"benefits-image\">\n        <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/100_Natural_Vegan_Gluten-Free_3_268_Vitamin_C_21.png?v=1768194990\" alt=\"7D Challenge - Liver-D and Colon-D Complete Detox System\">\n      <\/div>\n\n      <!-- Benefits Content -->\n      <div class=\"benefits-content\">\n        <h2 class=\"benefits-headline\">\n          Transform your body in just 7 days \u2014 the <span class=\"highlight\">7D Challenge<\/span> delivers real results.\n        <\/h2>\n\n        <div class=\"benefits-grid\">\n\n          <!-- BENEFIT 1: Liver & Gallbladder Detox -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon orange\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path\n                  d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.93 0 1.82-.13 2.68-.35a9.996 9.996 0 0 0 3.67-1.95c.65-.55 1.15-1.15 1.65-1.85.5-.7.85-1.5 1.15-2.35.3-.85.5-1.75.6-2.7.05-.4.05-.8.05-1.2 0-.65-.05-1.3-.2-1.9-.25-1.15-.75-2.25-1.45-3.2a9.892 9.892 0 0 0-5.15-3.7C13.82 2.13 12.93 2 12 2z\" \/>\n                <path d=\"M12 2c-1.5 0-2.5 1.5-2.5 3.5 0 1.5.5 3 1.5 4l1 1\" \/>\n                <path d=\"M8.5 8.5c-.5.5-1 1.5-1 2.5 0 1.5 1 3 2.5 3.5\" \/>\n                <circle cx=\"6\" cy=\"6\" r=\"1\" \/>\n                <circle cx=\"18\" cy=\"8\" r=\"1\" \/>\n                <circle cx=\"17\" cy=\"16\" r=\"1\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Liver & Gallbladder Detox<\/span>\n          <\/div>\n\n          <!-- BENEFIT 2: Complete Colon Cleanse -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon green\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M7 18c-1.5 0-3-1-3-3 0-1.5 1-2.5 2-3-.5-1-1-2-1-3 0-2 1.5-3 3-3 .5 0 1 0 1.5.5\" \/>\n                <path d=\"M17 18c1.5 0 3-1 3-3 0-1.5-1-2.5-2-3 .5-1 1-2 1-3 0-2-1.5-3-3-3-.5 0-1 0-1.5.5\" \/>\n                <path d=\"M12 6c-1 0-2 .5-2 2s1 2.5 2 3c1 .5 2 1 2 3s-1 2-2 2\" \/>\n                <path d=\"M12 2v2\" \/>\n                <path d=\"M12 20v2\" \/>\n                <path d=\"M9 22h6\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Complete Colon Cleanse<\/span>\n          <\/div>\n\n          <!-- BENEFIT 3: Reduces Bloating & Gas -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon green-light\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path\n                  d=\"M12 22c-4 0-7-2-7-5 0-2 1-3.5 2.5-4.5.5-3 2-5.5 4.5-5.5s4 2.5 4.5 5.5c1.5 1 2.5 2.5 2.5 4.5 0 3-3 5-7 5z\" \/>\n                <path d=\"M12 7V4\" \/>\n                <path d=\"M8 9l-2-2\" \/>\n                <path d=\"M16 9l2-2\" \/>\n                <path d=\"M12 17v-5\" \/>\n                <path d=\"M10 14l2 2 2-2\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Reduces Bloating & Gas<\/span>\n          <\/div>\n\n          <!-- BENEFIT 4: Supports Healthy Weight -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon orange\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M12 3v2\" \/>\n                <circle cx=\"12\" cy=\"7\" r=\"2\" \/>\n                <path d=\"M5.2 11h13.6\" \/>\n                <path d=\"M6 11l-1 9h14l-1-9\" \/>\n                <path d=\"M3 11l2-4h14l2 4\" \/>\n                <path d=\"M12 11v5\" \/>\n                <path d=\"M9 16h6\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Supports Healthy Weight<\/span>\n          <\/div>\n\n          <!-- BENEFIT 5: Increased Energy -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon gold\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Increased Energy<\/span>\n          <\/div>\n\n          <!-- BENEFIT 6: Feel Lighter & Refreshed -->\n          <div class=\"benefit-card\">\n            <div class=\"benefit-icon green\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\" \/>\n                <line x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\" \/>\n                <line x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\" \/>\n                <circle cx=\"5\" cy=\"5\" r=\"1\" \/>\n                <circle cx=\"19\" cy=\"19\" r=\"1\" \/>\n              <\/svg>\n            <\/div>\n            <span class=\"benefit-text\">Feel Lighter & Refreshed<\/span>\n          <\/div>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n  <\/div>\n\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b21f62 elementor-widget elementor-widget-html\" data-id=\"2b21f62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - How It Works Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          sectionTitle: \"7D Challenge Detox Program\",\n          sectionSubtitle: \"A simple 2-step system to cleanse your body and feel refreshed in just 7 days\",\n          \n          \/\/ Step 1 - Colon\n          step1Badge: \"Step 1 \u2014 Days 1-5\",\n          step1Title: \"Colon Cleanse\",\n          step1ImageAlt: \"Colon-D - All Natural Complete Cleanse\",\n          step1Instruction1Title: \"3 Cups Daily\",\n          step1Instruction1Sub: \"Morning \u2022 Noon \u2022 Evening\",\n          step1Instruction2Title: \"1 Bag Makes 1 Gallon\",\n          step1Instruction2Sub: \"Of refreshing detox tea\",\n          timeLabels: [\"Morning\", \"Noon\", \"Evening\"],\n          \n          \/\/ Step 2 - Liver\n          step2Badge: \"Step 2 \u2014 Days 6-7\",\n          step2Title: \"Liver Support & Mix\",\n          step2ImageAlt: \"Liver-D - Purify, Cleanse & Replenish\",\n          step2Instruction1Title: \"Day 6: Liver Support + Liver Mix\",\n          step2Instruction1Sub: \"Take both supplements together\",\n          step2Instruction2Title: \"Day 7: Complete the Cleanse\",\n          step2Instruction2Sub: \"Liver Support only\",\n          liverLabels: [\"Liver Support\", \"Liver Mix\"]\n        },\n        es: {\n          sectionTitle: \"Programa de Desintoxicaci\u00f3n Reto 7D\",\n          sectionSubtitle: \"Un sistema simple de 2 pasos para limpiar tu cuerpo y sentirte renovado en solo 7 d\u00edas\",\n          \n          \/\/ Step 1 - Colon\n          step1Badge: \"Paso 1 \u2014 D\u00edas 1-5\",\n          step1Title: \"Limpieza del Colon\",\n          step1ImageAlt: \"Colon-D - Limpieza Completa 100% Natural\",\n          step1Instruction1Title: \"3 Tazas al D\u00eda\",\n          step1Instruction1Sub: \"Ma\u00f1ana \u2022 Mediod\u00eda \u2022 Noche\",\n          step1Instruction2Title: \"1 Bolsa Rinde 1 Gal\u00f3n\",\n          step1Instruction2Sub: \"De refrescante t\u00e9 desintoxicante\",\n          timeLabels: [\"Ma\u00f1ana\", \"Mediod\u00eda\", \"Noche\"],\n          \n          \/\/ Step 2 - Liver\n          step2Badge: \"Paso 2 \u2014 D\u00edas 6-7\",\n          step2Title: \"Soporte Hep\u00e1tico y Mezcla\",\n          step2ImageAlt: \"Liver-D - Purifica, Limpia y Renueva\",\n          step2Instruction1Title: \"D\u00eda 6: Soporte Hep\u00e1tico + Mezcla Hep\u00e1tica\",\n          step2Instruction1Sub: \"Toma ambos suplementos juntos\",\n          step2Instruction2Title: \"D\u00eda 7: Completa la Limpieza\",\n          step2Instruction2Sub: \"Solo Soporte Hep\u00e1tico\",\n          liverLabels: [\"Soporte Hep\u00e1tico\", \"Mezcla Hep\u00e1tica\"]\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Update section header\n        const sectionTitle = document.querySelector('#ie-7d-howitworks .section-title2');\n        const sectionSubtitle = document.querySelector('#ie-7d-howitworks .section-subtitle');\n        if (sectionTitle) sectionTitle.textContent = t.sectionTitle;\n        if (sectionSubtitle) sectionSubtitle.textContent = t.sectionSubtitle;\n        \n        \/\/ Get step cards\n        const colonCard = document.querySelector('#ie-7d-howitworks .step-card.colon');\n        const liverCard = document.querySelector('#ie-7d-howitworks .step-card.liver');\n        \n        \/\/ Step 1 - Colon\n        if (colonCard) {\n          colonCard.querySelector('.step-badge').textContent = t.step1Badge;\n          colonCard.querySelector('.step-title').textContent = t.step1Title;\n          colonCard.querySelector('.step-product img').alt = t.step1ImageAlt;\n          \n          const colonInstructions = colonCard.querySelectorAll('.instruction-text');\n          colonInstructions[0].innerHTML = t.step1Instruction1Title + '<span>' + t.step1Instruction1Sub + '<\/span>';\n          colonInstructions[1].innerHTML = t.step1Instruction2Title + '<span>' + t.step1Instruction2Sub + '<\/span>';\n          \n          const colonTimeIcons = colonCard.querySelectorAll('.time-icon span');\n          colonTimeIcons.forEach((el, i) => {\n            if (t.timeLabels[i]) el.textContent = t.timeLabels[i];\n          });\n        }\n        \n        \/\/ Step 2 - Liver\n        if (liverCard) {\n          liverCard.querySelector('.step-badge').textContent = t.step2Badge;\n          liverCard.querySelector('.step-title').textContent = t.step2Title;\n          liverCard.querySelector('.step-product img').alt = t.step2ImageAlt;\n          \n          const liverInstructions = liverCard.querySelectorAll('.instruction-text');\n          liverInstructions[0].innerHTML = t.step2Instruction1Title + '<span>' + t.step2Instruction1Sub + '<\/span>';\n          liverInstructions[1].innerHTML = t.step2Instruction2Title + '<span>' + t.step2Instruction2Sub + '<\/span>';\n          \n          const liverIcons = liverCard.querySelectorAll('.time-icon span');\n          liverIcons.forEach((el, i) => {\n            if (t.liverLabels[i]) el.textContent = t.liverLabels[i];\n          });\n        }\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D HOW IT WORKS ========== *\/\n    #ie-7d-howitworks {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Product accent colors (hybrid) *\/\n      --green-primary: #4A7C59;\n      --green-light: #6B9B4D;\n      --orange-primary: #D97706;\n      --orange-light: #F59E0B;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-howitworks *,\n    #ie-7d-howitworks *::before,\n    #ie-7d-howitworks *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== HOW IT WORKS SECTION ========== *\/\n    #ie-7d-howitworks .how-it-works {\n      padding: 80px 20px;\n      max-width: 1300px;\n      margin: 0 auto;\n    }\n\n    #ie-7d-howitworks .section-header {\n      text-align: center;\n      margin-bottom: 60px;\n    }\n\n    #ie-7d-howitworks .section-title2 {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      font-weight: 800;\n      color: var(--navy);\n      margin-bottom: 12px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-howitworks .section-subtitle {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.1rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      max-width: 600px;\n      margin: 0 auto;\n    }\n\n    \/* === Steps Container === *\/\n    #ie-7d-howitworks .steps-container {\n      display: grid;\n      grid-template-columns: 1fr auto 1fr;\n      gap: 30px;\n      align-items: stretch;\n    }\n\n    \/* === Step Card === *\/\n    #ie-7d-howitworks .step-card {\n      background: var(--white);\n      border-radius: 16px;\n      padding: 35px 30px;\n      position: relative;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      display: flex;\n      flex-direction: column;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    #ie-7d-howitworks .step-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n    }\n\n    \/* Product-colored top borders (hybrid) *\/\n    #ie-7d-howitworks .step-card.colon {\n      border-top: 5px solid var(--green-primary);\n    }\n\n    #ie-7d-howitworks .step-card.liver {\n      border-top: 5px solid var(--orange-primary);\n    }\n\n    \/* Step Badge \u2014 product-colored (hybrid) *\/\n    #ie-7d-howitworks .step-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 20px;\n      border-radius: 50px;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 20px;\n      width: fit-content;\n    }\n\n    #ie-7d-howitworks .step-badge.green {\n      background: linear-gradient(135deg, var(--green-light) 0%, var(--green-primary) 100%);\n      color: white;\n    }\n\n    #ie-7d-howitworks .step-badge.orange {\n      background: linear-gradient(135deg, var(--orange-light) 0%, var(--orange-primary) 100%);\n      color: white;\n    }\n\n    #ie-7d-howitworks .step-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 25px;\n      letter-spacing: -0.3px;\n    }\n\n    \/* Product Image *\/\n    #ie-7d-howitworks .step-product {\n      width: 100%;\n      height: 220px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 25px;\n    }\n\n    #ie-7d-howitworks .step-product img {\n      max-width: 100%;\n      max-height: 100%;\n      object-fit: contain;\n      filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));\n      transition: transform 0.4s ease;\n    }\n\n    #ie-7d-howitworks .step-card:hover .step-product img {\n      transform: translateY(-8px);\n    }\n\n    \/* Instructions *\/\n    #ie-7d-howitworks .step-instructions {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      margin-top: auto;\n    }\n\n    #ie-7d-howitworks .instruction-item {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 14px 18px;\n      background: var(--grey-bg);\n      border-radius: 16px;\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-howitworks .instruction-icon {\n      width: 44px;\n      height: 44px;\n      min-width: 44px;\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    \/* Product-colored instruction icons (hybrid) *\/\n    #ie-7d-howitworks .instruction-icon.green {\n      background: linear-gradient(145deg, var(--green-light) 0%, var(--green-primary) 100%);\n    }\n\n    #ie-7d-howitworks .instruction-icon.orange {\n      background: linear-gradient(145deg, var(--orange-light) 0%, var(--orange-primary) 100%);\n    }\n\n    #ie-7d-howitworks .instruction-icon svg {\n      width: 22px;\n      height: 22px;\n    }\n\n    #ie-7d-howitworks .instruction-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.9rem;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    #ie-7d-howitworks .instruction-text span {\n      display: block;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.8rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      margin-top: 2px;\n    }\n\n    \/* === Arrow Connector === *\/\n    #ie-7d-howitworks .arrow-connector {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 20px 0;\n    }\n\n    #ie-7d-howitworks .arrow-connector svg {\n      width: 50px;\n      height: 50px;\n      color: var(--teal);\n      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));\n    }\n\n    \/* === Time Icons Row === *\/\n    #ie-7d-howitworks .time-icons {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      margin-top: 20px;\n      padding-top: 20px;\n      border-top: 1px dashed var(--border);\n    }\n\n    #ie-7d-howitworks .time-icon {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n    }\n\n    #ie-7d-howitworks .time-icon svg {\n      width: 28px;\n      height: 28px;\n      color: var(--text-medium);\n    }\n\n    #ie-7d-howitworks .time-icon span {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.7rem;\n      font-weight: 600;\n      color: var(--text-medium);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 900px) {\n      #ie-7d-howitworks .steps-container {\n        grid-template-columns: 1fr;\n        gap: 20px;\n      }\n\n      #ie-7d-howitworks .arrow-connector {\n        transform: rotate(90deg);\n        padding: 10px 0;\n      }\n\n      #ie-7d-howitworks .step-card {\n        padding: 30px 25px;\n      }\n    }\n\n    @media (max-width: 500px) {\n      #ie-7d-howitworks .how-it-works {\n        padding: 50px 16px;\n      }\n\n      #ie-7d-howitworks .step-product {\n        height: 180px;\n      }\n\n      #ie-7d-howitworks .time-icons {\n        gap: 15px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== HOW IT WORKS SECTION ========== -->\n  <div id=\"ie-7d-howitworks\">\n  <section class=\"how-it-works\" id=\"how-it-works\">\n\n    <!-- Section Header -->\n    <div class=\"section-header\">\n      <h2 class=\"section-title2\">7D Challenge Detox Program<\/h2>\n      <p class=\"section-subtitle\">A simple 2-step system to cleanse your body and feel refreshed in just 7 days<\/p>\n    <\/div>\n\n    <!-- Steps -->\n    <div class=\"steps-container\">\n\n      <!-- ============================================================\n                 STEP 1: COLON CLEANSE (Days 1-5)\n                 ============================================================ -->\n      <div class=\"step-card colon\">\n        <div class=\"step-badge green\">Step 1 \u2014 Days 1-5<\/div>\n        <h3 class=\"step-title\">Colon Cleanse<\/h3>\n\n        <!-- \n                    \ud83d\udccd MAIN IMAGE: COLON-D PRODUCT\n                    ============================================================\n                    \n                    REPLACE: \"YOUR-COLON-D-IMAGE-URL\"\n                    \n                    \u2705 USE: Colon-D green pouch product image\n                    \n                    \ud83d\udcdd EXAMPLE:\n                       src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/...\/colon-d.png\"\n                    \n                    ============================================================ \n                -->\n        <div class=\"step-product\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/Untitled_design_-_2025-12-28T211847.111.png?v=1766985534\" alt=\"Colon-D - All Natural Complete Cleanse\">\n        <\/div>\n\n        <!-- Instructions -->\n        <div class=\"step-instructions\">\n          <div class=\"instruction-item\">\n            <div class=\"instruction-icon green\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M17 8h1a4 4 0 1 1 0 8h-1\" \/>\n                <path d=\"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z\" \/>\n                <line x1=\"6\" y1=\"2\" x2=\"6\" y2=\"4\" \/>\n                <line x1=\"10\" y1=\"2\" x2=\"10\" y2=\"4\" \/>\n                <line x1=\"14\" y1=\"2\" x2=\"14\" y2=\"4\" \/>\n              <\/svg>\n            <\/div>\n            <div class=\"instruction-text\">\n              3 Cups Daily\n              <span>Morning \u2022 Noon \u2022 Evening<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"instruction-item\">\n            <div class=\"instruction-icon green\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M5.5 8.5L9 12l-3.5 3.5\" \/>\n                <path d=\"M2 12h7\" \/>\n                <path d=\"M22 12c0 5-3.5 10-10 10S2 17 2 12 5.5 2 12 2s10 5 10 10z\" \/>\n                <path d=\"M14 12h.01\" \/>\n                <path d=\"M17 12h.01\" \/>\n                <path d=\"M20 12h.01\" \/>\n              <\/svg>\n            <\/div>\n            <div class=\"instruction-text\">\n              1 Bag Makes 1 Gallon\n              <span>Of refreshing detox tea<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Time Icons -->\n        <div class=\"time-icons\">\n          <div class=\"time-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"4\" \/>\n              <path d=\"M12 2v2\" \/>\n              <path d=\"M12 20v2\" \/>\n              <path d=\"M4.93 4.93l1.41 1.41\" \/>\n              <path d=\"M17.66 17.66l1.41 1.41\" \/>\n              <path d=\"M2 12h2\" \/>\n              <path d=\"M20 12h2\" \/>\n              <path d=\"M6.34 17.66l-1.41 1.41\" \/>\n              <path d=\"M19.07 4.93l-1.41 1.41\" \/>\n            <\/svg>\n            <span>Morning<\/span>\n          <\/div>\n          <div class=\"time-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"5\" \/>\n              <path d=\"M12 1v2\" \/>\n              <path d=\"M12 21v2\" \/>\n              <path d=\"M4.22 4.22l1.42 1.42\" \/>\n              <path d=\"M18.36 18.36l1.42 1.42\" \/>\n              <path d=\"M1 12h2\" \/>\n              <path d=\"M21 12h2\" \/>\n              <path d=\"M4.22 19.78l1.42-1.42\" \/>\n              <path d=\"M18.36 5.64l1.42-1.42\" \/>\n            <\/svg>\n            <span>Noon<\/span>\n          <\/div>\n          <div class=\"time-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z\" \/>\n            <\/svg>\n            <span>Evening<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Arrow Connector -->\n      <div class=\"arrow-connector\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z\" \/>\n        <\/svg>\n      <\/div>\n\n      <!-- ============================================================\n                 STEP 2: LIVER DETOX (Days 6-7)\n                 ============================================================ -->\n      <div class=\"step-card liver\">\n        <div class=\"step-badge orange\">Step 2 \u2014 Days 6-7<\/div>\n        <h3 class=\"step-title\">Liver Support & Mix<\/h3>\n\n        <!-- \n                    \ud83d\udccd MAIN IMAGE: LIVER-D PRODUCT\n                    ============================================================\n                    \n                    REPLACE: \"YOUR-LIVER-D-IMAGE-URL\"\n                    \n                    \u2705 USE: Liver-D orange\/silver pouch product image\n                    \n                    \ud83d\udcdd EXAMPLE:\n                       src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/...\/liver-d.png\"\n                    \n                    ============================================================ \n                -->\n        <div class=\"step-product\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/Untitled_design_-_2025-12-28T211940.712.png?v=1766985591\" alt=\"Liver-D - Purify, Cleanse & Replenish\">\n        <\/div>\n\n        <!-- Instructions -->\n        <div class=\"step-instructions\">\n          <div class=\"instruction-item\">\n            <div class=\"instruction-icon orange\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M8 2h8\" \/>\n                <path\n                  d=\"M9 2v2.789a4 4 0 0 1-.672 2.219l-2.656 3.984A4 4 0 0 0 5 13.212V19a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5.788a4 4 0 0 0-.672-2.22l-2.656-3.984A4 4 0 0 1 15 4.79V2\" \/>\n                <path d=\"M7 15h10\" \/>\n              <\/svg>\n            <\/div>\n            <div class=\"instruction-text\">\n              Day 6: Liver Support + Liver Mix\n              <span>Take both supplements together<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"instruction-item\">\n            <div class=\"instruction-icon orange\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\"\n                stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\" \/>\n                <path d=\"m9 12 2 2 4-4\" \/>\n              <\/svg>\n            <\/div>\n            <div class=\"instruction-text\">\n              Day 7: Complete the Cleanse\n              <span>Liver Support only<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Components Icons -->\n        <div class=\"time-icons\">\n          <div class=\"time-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M8 2h8\" \/>\n              <path\n                d=\"M9 2v2.789a4 4 0 0 1-.672 2.219l-2.656 3.984A4 4 0 0 0 5 13.212V19a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5.788a4 4 0 0 0-.672-2.22l-2.656-3.984A4 4 0 0 1 15 4.79V2\" \/>\n            <\/svg>\n            <span>Liver Support<\/span>\n          <\/div>\n          <div class=\"time-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M10 2v7.31\" \/>\n              <path d=\"M14 9.3V1.99\" \/>\n              <path d=\"M8.5 2h7\" \/>\n              <path d=\"M14 9.3a6.5 6.5 0 1 1-4 0\" \/>\n              <path d=\"M5.52 16h12.96\" \/>\n            <\/svg>\n            <span>Liver Mix<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n  <\/div>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7413f57 elementor-widget elementor-widget-html\" data-id=\"7413f57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - Reviews Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          title: 'Real People. <span>Real Results.<\/span>',\n          subtitle: \"See what our customers are saying about the 7D Challenge\",\n          verifiedBuyer: \"Verified Buyer\",\n          \n          \/\/ Reviews\n          reviews: [\n            {\n              quote: '\"I lost 8 pounds in just 7 days and my bloating is completely gone! I finally feel like myself again.\"',\n              author: \"\u2014 Sarah M.\",\n              location: \"Los Angeles, CA\"\n            },\n            {\n              quote: '\"After years of feeling sluggish, the 7D Challenge gave me my energy back. My digestion has never been better!\"',\n              author: \"\u2014 Michael T.\",\n              location: \"Houston, TX\"\n            },\n            {\n              quote: '\"The liver detox was gentle but effective. My skin is clearer and I wake up with so much more energy!\"',\n              author: \"\u2014 Jennifer L.\",\n              location: \"Miami, FL\"\n            }\n          ],\n          \n          \/\/ Stats\n          stats: [\n            \"4.9 Average Rating\",\n            \"100,000+ Happy Customers\",\n            \"100% Natural\"\n          ]\n        },\n        es: {\n          title: 'Personas Reales. <span>Resultados Reales.<\/span>',\n          subtitle: \"Mira lo que nuestros clientes dicen sobre el Reto 7D\",\n          verifiedBuyer: \"Comprador Verificado\",\n          \n          \/\/ Reviews\n          reviews: [\n            {\n              quote: '\"\u00a1Perd\u00ed 8 libras en solo 7 d\u00edas y mi hinchaz\u00f3n desapareci\u00f3 por completo! Finalmente me siento yo misma otra vez.\"',\n              author: \"\u2014 Sarah M.\",\n              location: \"Los \u00c1ngeles, CA\"\n            },\n            {\n              quote: '\"Despu\u00e9s de a\u00f1os sinti\u00e9ndome sin energ\u00eda, el Reto 7D me devolvi\u00f3 mi vitalidad. \u00a1Mi digesti\u00f3n nunca ha estado mejor!\"',\n              author: \"\u2014 Michael T.\",\n              location: \"Houston, TX\"\n            },\n            {\n              quote: '\"La desintoxicaci\u00f3n del h\u00edgado fue suave pero efectiva. \u00a1Mi piel est\u00e1 m\u00e1s clara y me despierto con mucha m\u00e1s energ\u00eda!\"',\n              author: \"\u2014 Jennifer L.\",\n              location: \"Miami, FL\"\n            }\n          ],\n          \n          \/\/ Stats\n          stats: [\n            \"4.9 Calificaci\u00f3n Promedio\",\n            \"100,000+ Clientes Satisfechos\",\n            \"100% Natural\"\n          ]\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Update header\n        const title = document.querySelector('#ie-7d-reviews .reviews-title');\n        const subtitle = document.querySelector('#ie-7d-reviews .reviews-subtitle');\n        if (title) title.innerHTML = t.title;\n        if (subtitle) subtitle.textContent = t.subtitle;\n        \n        \/\/ Update review cards\n        const reviewCards = document.querySelectorAll('#ie-7d-reviews .review-card');\n        reviewCards.forEach((card, index) => {\n          if (t.reviews[index]) {\n            const quote = card.querySelector('.review-quote');\n            const author = card.querySelector('.review-author');\n            const location = card.querySelector('.review-location');\n            const verified = card.querySelector('.review-verified');\n            \n            if (quote) quote.textContent = t.reviews[index].quote;\n            if (author) author.textContent = t.reviews[index].author;\n            if (location) location.textContent = t.reviews[index].location;\n            if (verified) {\n              \/\/ Keep the SVG, just update text\n              const svg = verified.querySelector('svg');\n              verified.innerHTML = '';\n              if (svg) verified.appendChild(svg);\n              verified.appendChild(document.createTextNode(' ' + t.verifiedBuyer));\n            }\n          }\n        });\n        \n        \/\/ Update stats\n        const statTexts = document.querySelectorAll('#ie-7d-reviews .stat-text');\n        statTexts.forEach((stat, index) => {\n          if (t.stats[index]) {\n            stat.textContent = t.stats[index];\n          }\n        });\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D REVIEWS ========== *\/\n    #ie-7d-reviews {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Product accent colors (hybrid) *\/\n      --green-primary: #4A7C59;\n      --green-light: #6B9B4D;\n      --orange-primary: #D97706;\n      --orange-light: #F59E0B;\n\n      \/* Functional *\/\n      --star-gold: #FBBF24;\n      --green-check: #22C55E;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-reviews *,\n    #ie-7d-reviews *::before,\n    #ie-7d-reviews *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== REVIEWS SECTION ========== *\/\n    #ie-7d-reviews .reviews-section {\n      padding: 80px 20px;\n      max-width: 1200px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    \/* === Header === *\/\n    #ie-7d-reviews .reviews-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n\n    #ie-7d-reviews .reviews-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      font-weight: 800;\n      color: var(--navy);\n      margin-bottom: 12px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-reviews .reviews-title span {\n      color: var(--teal);\n    }\n\n    #ie-7d-reviews .reviews-subtitle {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.05rem;\n      font-weight: 400;\n      color: var(--text-medium);\n    }\n\n    \/* === Reviews Grid === *\/\n    #ie-7d-reviews .reviews-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-bottom: 50px;\n    }\n\n    \/* === Review Card === *\/\n    #ie-7d-reviews .review-card {\n      background: var(--white);\n      border-radius: 16px;\n      padding: 30px 25px;\n      text-align: center;\n      border: 1px solid var(--border);\n      position: relative;\n      transition: all 0.3s ease;\n    }\n\n    #ie-7d-reviews .review-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n      border-color: var(--teal-border);\n    }\n\n    \/* Featured card (middle) *\/\n    #ie-7d-reviews .review-card.featured {\n      background: var(--white);\n      border: 2px solid var(--teal);\n      transform: scale(1.02);\n    }\n\n    #ie-7d-reviews .review-card.featured:hover {\n      transform: scale(1.02) translateY(-4px);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n    }\n\n    \/* Profile Image \u2014 product-colored borders (hybrid) *\/\n    #ie-7d-reviews .review-avatar {\n      width: 90px;\n      height: 90px;\n      margin: 0 auto 20px;\n      position: relative;\n      cursor: pointer;\n      transition: transform 0.3s ease;\n    }\n\n    #ie-7d-reviews .review-avatar:hover {\n      transform: translateY(-4px);\n    }\n\n    #ie-7d-reviews .review-avatar img {\n      width: 100%;\n      height: 100%;\n      border-radius: 50%;\n      object-fit: cover;\n    }\n\n    #ie-7d-reviews .review-avatar.orange::before {\n      content: '';\n      position: absolute;\n      inset: -4px;\n      border-radius: 50%;\n      border: 3px solid var(--orange-primary);\n    }\n\n    #ie-7d-reviews .review-avatar.green::before {\n      content: '';\n      position: absolute;\n      inset: -4px;\n      border-radius: 50%;\n      border: 3px solid var(--green-primary);\n    }\n\n    \/* Stars *\/\n    #ie-7d-reviews .review-stars {\n      display: flex;\n      justify-content: center;\n      gap: 4px;\n      margin-bottom: 16px;\n    }\n\n    #ie-7d-reviews .review-stars svg {\n      width: 20px;\n      height: 20px;\n      fill: var(--star-gold);\n    }\n\n    \/* Quote *\/\n    #ie-7d-reviews .review-quote {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.95rem;\n      color: var(--text-medium);\n      line-height: 1.7;\n      margin-bottom: 20px;\n      font-style: italic;\n    }\n\n    \/* Author *\/\n    #ie-7d-reviews .review-author {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 4px;\n    }\n\n    #ie-7d-reviews .review-location {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 400;\n      color: var(--text-light);\n      margin-bottom: 12px;\n    }\n\n    \/* Verified Badge *\/\n    #ie-7d-reviews .review-verified {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.8rem;\n      font-weight: 600;\n      color: var(--green-check);\n    }\n\n    #ie-7d-reviews .review-verified svg {\n      width: 16px;\n      height: 16px;\n    }\n\n    \/* === Stats Bar === *\/\n    #ie-7d-reviews .reviews-stats {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 50px;\n      padding: 25px 40px;\n      background: var(--white);\n      border-radius: 16px;\n      border: 1px solid var(--border);\n      flex-wrap: wrap;\n    }\n\n    #ie-7d-reviews .stat-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #ie-7d-reviews .stat-icon {\n      width: 24px;\n      height: 24px;\n      color: var(--teal);\n    }\n\n    #ie-7d-reviews .stat-icon.star {\n      color: var(--star-gold);\n    }\n\n    #ie-7d-reviews .stat-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.9rem;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    \/* Product images decoration *\/\n    #ie-7d-reviews .reviews-product-decoration {\n      position: absolute;\n      bottom: 20px;\n      right: 20px;\n      width: 120px;\n      opacity: 0.9;\n    }\n\n    #ie-7d-reviews .reviews-product-decoration img {\n      width: 100%;\n      height: auto;\n    }\n\n    \/* === Image Popup Modal === *\/\n    #ie-7d-reviews .image-modal {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0.85);\n      z-index: 9999;\n      justify-content: center;\n      align-items: center;\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    #ie-7d-reviews .image-modal.active {\n      display: flex;\n      opacity: 1;\n    }\n\n    #ie-7d-reviews .modal-content {\n      position: relative;\n      max-width: 90%;\n      max-height: 90%;\n      animation: ie7dModalZoomIn 0.3s ease;\n    }\n\n    @keyframes ie7dModalZoomIn {\n      from {\n        transform: scale(0.8);\n        opacity: 0;\n      }\n      to {\n        transform: scale(1);\n        opacity: 1;\n      }\n    }\n\n    #ie-7d-reviews .modal-content img {\n      max-width: 400px;\n      max-height: 400px;\n      width: 100%;\n      height: auto;\n      border-radius: 50%;\n      border: 5px solid white;\n      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);\n    }\n\n    #ie-7d-reviews .modal-close {\n      position: absolute;\n      top: -15px;\n      right: -15px;\n      width: 40px;\n      height: 40px;\n      background: white;\n      border: none;\n      border-radius: 50%;\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n      transition: all 0.3s ease;\n    }\n\n    #ie-7d-reviews .modal-close:hover {\n      background: var(--teal);\n      transform: rotate(90deg);\n    }\n\n    #ie-7d-reviews .modal-close:hover svg {\n      color: white;\n    }\n\n    #ie-7d-reviews .modal-close svg {\n      width: 20px;\n      height: 20px;\n      color: var(--text-dark);\n      transition: color 0.3s ease;\n    }\n\n    #ie-7d-reviews .modal-name {\n      text-align: center;\n      margin-top: 20px;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.2rem;\n      font-weight: 700;\n      color: white;\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 900px) {\n      #ie-7d-reviews .reviews-grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n        max-width: 450px;\n        margin-left: auto;\n        margin-right: auto;\n      }\n\n      #ie-7d-reviews .review-card.featured {\n        transform: none;\n        order: -1;\n      }\n\n      #ie-7d-reviews .review-card.featured:hover {\n        transform: translateY(-4px);\n      }\n\n      #ie-7d-reviews .reviews-stats {\n        gap: 30px;\n        padding: 20px 25px;\n      }\n\n      #ie-7d-reviews .reviews-product-decoration {\n        display: none;\n      }\n    }\n\n    @media (max-width: 600px) {\n      #ie-7d-reviews .reviews-section {\n        padding: 50px 16px;\n      }\n\n      #ie-7d-reviews .reviews-stats {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      #ie-7d-reviews .stat-item {\n        width: 100%;\n        justify-content: center;\n      }\n\n      #ie-7d-reviews .review-card {\n        padding: 25px 20px;\n      }\n\n      #ie-7d-reviews .review-avatar {\n        width: 80px;\n        height: 80px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== REVIEWS SECTION ========== -->\n  <div id=\"ie-7d-reviews\">\n  <section class=\"reviews-section\" id=\"reviews\">\n\n    <!-- Header -->\n    <div class=\"reviews-header\">\n      <h2 class=\"reviews-title\">Real People. <span>Real Results.<\/span><\/h2>\n      <p class=\"reviews-subtitle\">See what our customers are saying about the 7D Challenge<\/p>\n    <\/div>\n\n    <!-- Reviews Grid -->\n    <div class=\"reviews-grid\">\n\n      <!-- Review 1 -->\n      <div class=\"review-card\">\n        <div class=\"review-avatar orange\"\n          onclick=\"openImageModal('https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/1_f61a279e-7bb8-4e67-a758-c6a588b87817.png?v=1766994429', 'Sarah M.')\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/1_f61a279e-7bb8-4e67-a758-c6a588b87817.png?v=1766994429\" alt=\"Sarah M.\">\n        <\/div>\n        <div class=\"review-stars\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n        <\/div>\n        <p class=\"review-quote\">\"I lost 8 pounds in just 7 days and my bloating is completely gone! I finally feel like\n          myself again.\"<\/p>\n        <p class=\"review-author\">\u2014 Sarah M.<\/p>\n        <p class=\"review-location\">Los Angeles, CA<\/p>\n        <span class=\"review-verified\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                    Verified Buyer\n                <\/span>\n      <\/div>\n\n      <!-- Review 2 (Featured) -->\n      <div class=\"review-card featured\">\n        <div class=\"review-avatar green\"\n          onclick=\"openImageModal('https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/3.png?v=1766994429', 'Michael T.')\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/3.png?v=1766994429\" alt=\"Michael T.\">\n        <\/div>\n        <div class=\"review-stars\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n        <\/div>\n        <p class=\"review-quote\">\"After years of feeling sluggish, the 7D Challenge gave me my energy back. My digestion\n          has never been better!\"<\/p>\n        <p class=\"review-author\">\u2014 Michael T.<\/p>\n        <p class=\"review-location\">Houston, TX<\/p>\n        <span class=\"review-verified\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                    Verified Buyer\n                <\/span>\n      <\/div>\n\n      <!-- Review 3 -->\n      <div class=\"review-card\">\n        <div class=\"review-avatar orange\"\n          onclick=\"openImageModal('https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/2_89d01d94-b72a-4c25-87f6-c6a0a8cb7eb9.png?v=1766994430', 'Jennifer L.')\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/2_89d01d94-b72a-4c25-87f6-c6a0a8cb7eb9.png?v=1766994430\" alt=\"Jennifer L.\">\n        <\/div>\n        <div class=\"review-stars\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n          <\/svg>\n        <\/div>\n        <p class=\"review-quote\">\"The liver detox was gentle but effective. My skin is clearer and I wake up with so much\n          more energy!\"<\/p>\n        <p class=\"review-author\">\u2014 Jennifer L.<\/p>\n        <p class=\"review-location\">Miami, FL<\/p>\n        <span class=\"review-verified\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>\n                    Verified Buyer\n                <\/span>\n      <\/div>\n\n    <\/div>\n\n    <!-- Stats Bar -->\n    <div class=\"reviews-stats\">\n      <div class=\"stat-item\">\n        <svg class=\"stat-icon star\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\" \/>\n        <\/svg>\n        <span class=\"stat-text\">4.9 Average Rating<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <svg class=\"stat-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n          stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" \/>\n          <circle cx=\"9\" cy=\"7\" r=\"4\" \/>\n          <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\" \/>\n          <path d=\"M16 3.13a4 4 0 0 1 0 7.75\" \/>\n        <\/svg>\n        <span class=\"stat-text\">100,000+ Happy Customers<\/span>\n      <\/div>\n      <div class=\"stat-item\">\n        <svg class=\"stat-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n          stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" \/>\n          <path d=\"M9 12l2 2 4-4\" \/>\n        <\/svg>\n        <span class=\"stat-text\">100% Natural<\/span>\n      <\/div>\n    <\/div>\n\n  <\/section>\n\n  <!-- Image Popup Modal -->\n  <div class=\"image-modal\" id=\"imageModal\" onclick=\"closeImageModal(event)\">\n    <div class=\"modal-content\" onclick=\"event.stopPropagation()\">\n      <button class=\"modal-close\" onclick=\"closeImageModal(event)\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n                    <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n                <\/svg>\n            <\/button>\n      <img decoding=\"async\" id=\"modalImage\" src=\"\" alt=\"\">\n      <p class=\"modal-name\" id=\"modalName\"><\/p>\n    <\/div>\n  <\/div>\n  <\/div>\n  <script>\n    function openImageModal(imageSrc, name) {\n            const modal = document.getElementById('imageModal');\n            const modalImage = document.getElementById('modalImage');\n            const modalName = document.getElementById('modalName');\n            \n            modalImage.src = imageSrc;\n            modalName.textContent = name;\n            modal.classList.add('active');\n            document.body.style.overflow = 'hidden';\n        }\n\n        function closeImageModal(event) {\n            const modal = document.getElementById('imageModal');\n            modal.classList.remove('active');\n            document.body.style.overflow = '';\n        }\n\n        \/\/ Close modal with Escape key\n        document.addEventListener('keydown', function(event) {\n            if (event.key === 'Escape') {\n                closeImageModal();\n            }\n        });\n  <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99c7952 elementor-widget elementor-widget-html\" data-id=\"99c7952\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - Comparison Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          badge: \"No Other Product Compares\",\n          title: \"Why the 7D Challenge is Your Best Choice\",\n          subtitle: \"Choosing the right detox program can make all the difference in your results. Here's how the 7D Challenge compares to typical detox products.\",\n          \n          \/\/ Table header\n          tableTitle: \"Comparing 7D Challenge<br>To The Competition\",\n          productName: \"7D Challenge\",\n          competitorName: \"Other Detox<br>Programs\",\n          \n          \/\/ Features\n          features: [\n            \"100% Natural Ingredients\",\n            \"Complete 2-Phase System (Colon + Liver)\",\n            \"Includes Liver & Gallbladder Cleanse\",\n            \"Gentle Formula \u2014 No Harsh Laxatives\",\n            \"Complete 7-Day Program with Instructions\",\n            \"Vegan & Gluten-Free\",\n            \"FDA and Cofepris Registered Labs\",\n            \"High-Quality Premium Ingredients\"\n          ]\n        },\n        es: {\n          badge: \"Ning\u00fan Otro Producto Se Compara\",\n          title: \"Por Qu\u00e9 el Reto 7D es Tu Mejor Opci\u00f3n\",\n          subtitle: \"Elegir el programa de desintoxicaci\u00f3n correcto puede marcar toda la diferencia en tus resultados. As\u00ed es como el Reto 7D se compara con los productos t\u00edpicos de desintoxicaci\u00f3n.\",\n          \n          \/\/ Table header\n          tableTitle: \"Comparando el Reto 7D<br>Con la Competencia\",\n          productName: \"Reto 7D\",\n          competitorName: \"Otros Programas<br>de Desintoxicaci\u00f3n\",\n          \n          \/\/ Features\n          features: [\n            \"100% Ingredientes Naturales\",\n            \"Sistema Completo de 2 Fases (Colon + H\u00edgado)\",\n            \"Incluye Limpieza de H\u00edgado y Ves\u00edcula\",\n            \"F\u00f3rmula Suave \u2014 Sin Laxantes Agresivos\",\n            \"Programa Completo de 7 D\u00edas con Instrucciones\",\n            \"Vegano y Sin Gluten\",\n            \"Laboratorios Registrados FDA y Cofepris\",\n            \"Ingredientes Premium de Alta Calidad\"\n          ]\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Update header\n        const badge = document.querySelector('#ie-7d-comparison .comparison-badge');\n        const title = document.querySelector('#ie-7d-comparison .comparison-title');\n        const subtitle = document.querySelector('#ie-7d-comparison .comparison-subtitle');\n        \n        if (badge) {\n          \/\/ Keep the ::after pseudo-element by only changing text content\n          badge.childNodes[0].textContent = t.badge;\n        }\n        if (title) title.textContent = t.title;\n        if (subtitle) subtitle.textContent = t.subtitle;\n        \n        \/\/ Update table header\n        const tableTitle = document.querySelector('#ie-7d-comparison .table-header-title');\n        const productName = document.querySelector('#ie-7d-comparison .header-product-name');\n        const competitorName = document.querySelector('#ie-7d-comparison .header-competitor-name');\n        \n        if (tableTitle) tableTitle.innerHTML = t.tableTitle;\n        if (productName) productName.textContent = t.productName;\n        if (competitorName) competitorName.innerHTML = t.competitorName;\n        \n        \/\/ Update feature rows\n        const features = document.querySelectorAll('#ie-7d-comparison .row-feature');\n        features.forEach((feature, index) => {\n          if (t.features[index]) {\n            feature.textContent = t.features[index];\n          }\n        });\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D COMPARISON ========== *\/\n    #ie-7d-comparison {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Functional *\/\n      --green-check: #22C55E;\n      --red-x: #EF4444;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-comparison *,\n    #ie-7d-comparison *::before,\n    #ie-7d-comparison *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== COMPARISON SECTION ========== *\/\n    #ie-7d-comparison .comparison-section {\n      padding: 80px 20px;\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    \/* === Header === *\/\n    #ie-7d-comparison .comparison-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n\n    #ie-7d-comparison .comparison-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(1.8rem, 4vw, 2.5rem);\n      font-weight: 800;\n      color: var(--navy);\n      margin-bottom: 16px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-comparison .comparison-badge {\n      display: inline-block;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 600;\n      color: var(--text-medium);\n      margin-bottom: 12px;\n      position: relative;\n    }\n\n    #ie-7d-comparison .comparison-badge::after {\n      content: '';\n      display: block;\n      width: 50px;\n      height: 3px;\n      background: linear-gradient(90deg, var(--teal), var(--navy));\n      margin: 12px auto 0;\n      border-radius: 2px;\n    }\n\n    #ie-7d-comparison .comparison-subtitle {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      max-width: 700px;\n      margin: 0 auto;\n      line-height: 1.7;\n    }\n\n    \/* === Table Container === *\/\n    #ie-7d-comparison .comparison-table-wrapper {\n      background: var(--grey-bg);\n      border-radius: 16px;\n      padding: 30px;\n      overflow: hidden;\n      border: 1px solid var(--border);\n    }\n\n    \/* === Table Header === *\/\n    #ie-7d-comparison .table-header {\n      display: grid;\n      grid-template-columns: 1.8fr 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 10px;\n      padding-bottom: 20px;\n    }\n\n    #ie-7d-comparison .table-header-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--navy);\n      display: flex;\n      align-items: flex-end;\n      letter-spacing: -0.3px;\n    }\n\n    #ie-7d-comparison .table-header-product {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 12px;\n    }\n\n    #ie-7d-comparison .header-product-image {\n      width: 80px;\n      height: 80px;\n      object-fit: contain;\n      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));\n    }\n\n    #ie-7d-comparison .header-product-name {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: var(--navy);\n    }\n\n    #ie-7d-comparison .header-competitor {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 12px;\n    }\n\n    #ie-7d-comparison .competitor-icon {\n      width: 80px;\n      height: 80px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(27, 42, 74, 0.05);\n      border-radius: 16px;\n    }\n\n    #ie-7d-comparison .competitor-icon svg {\n      width: 45px;\n      height: 45px;\n      color: var(--text-light);\n      opacity: 0.6;\n    }\n\n    #ie-7d-comparison .header-competitor-name {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 500;\n      color: var(--text-light);\n      text-align: center;\n    }\n\n    \/* === Table Rows === *\/\n    #ie-7d-comparison .table-row {\n      display: grid;\n      grid-template-columns: 1.8fr 1fr 1fr;\n      gap: 20px;\n      padding: 18px 0;\n      border-top: 1px solid var(--border);\n      align-items: center;\n      transition: background 0.2s ease;\n    }\n\n    #ie-7d-comparison .table-row:hover {\n      background: rgba(255, 255, 255, 0.6);\n      margin: 0 -15px;\n      padding-left: 15px;\n      padding-right: 15px;\n      border-radius: 8px;\n    }\n\n    #ie-7d-comparison .row-feature {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.95rem;\n      font-weight: 500;\n      color: var(--navy);\n    }\n\n    #ie-7d-comparison .row-check,\n    #ie-7d-comparison .row-x {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    #ie-7d-comparison .row-check svg {\n      width: 26px;\n      height: 26px;\n      color: var(--green-check);\n    }\n\n    #ie-7d-comparison .row-x svg {\n      width: 24px;\n      height: 24px;\n      color: var(--red-x);\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 768px) {\n      #ie-7d-comparison .comparison-section {\n        padding: 50px 16px;\n      }\n\n      #ie-7d-comparison .comparison-table-wrapper {\n        padding: 20px 15px;\n        border-radius: 16px;\n      }\n\n      #ie-7d-comparison .table-header {\n        grid-template-columns: 1.2fr 1fr 1fr;\n        gap: 10px;\n      }\n\n      #ie-7d-comparison .table-header-title {\n        font-size: 1rem;\n      }\n\n      #ie-7d-comparison .header-product-image {\n        width: 60px;\n        height: 60px;\n      }\n\n      #ie-7d-comparison .header-product-name {\n        font-size: 0.8rem;\n      }\n\n      #ie-7d-comparison .competitor-icon {\n        width: 60px;\n        height: 60px;\n      }\n\n      #ie-7d-comparison .competitor-icon svg {\n        width: 35px;\n        height: 35px;\n      }\n\n      #ie-7d-comparison .header-competitor-name {\n        font-size: 0.75rem;\n      }\n\n      #ie-7d-comparison .table-row {\n        grid-template-columns: 1.2fr 1fr 1fr;\n        gap: 10px;\n        padding: 14px 0;\n      }\n\n      #ie-7d-comparison .row-feature {\n        font-size: 0.85rem;\n      }\n\n      #ie-7d-comparison .row-check svg {\n        width: 22px;\n        height: 22px;\n      }\n\n      #ie-7d-comparison .row-x svg {\n        width: 20px;\n        height: 20px;\n      }\n    }\n\n    @media (max-width: 500px) {\n      #ie-7d-comparison .table-header-title {\n        font-size: 0.85rem;\n      }\n\n      #ie-7d-comparison .row-feature {\n        font-size: 0.78rem;\n      }\n\n      #ie-7d-comparison .header-product-image,\n      #ie-7d-comparison .competitor-icon {\n        width: 50px;\n        height: 50px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== COMPARISON SECTION ========== -->\n  <div id=\"ie-7d-comparison\">\n  <section class=\"comparison-section\">\n\n    <!-- Header -->\n    <div class=\"comparison-header\">\n      <span class=\"comparison-badge\">No Other Product Compares<\/span>\n      <h2 class=\"comparison-title\">Why the 7D Challenge is Your Best Choice<\/h2>\n      <p class=\"comparison-subtitle\">\n        Choosing the right detox program can make all the difference in your results. Here's how the 7D Challenge\n        compares to typical detox products.\n      <\/p>\n    <\/div>\n\n    <!-- Comparison Table -->\n    <div class=\"comparison-table-wrapper\">\n\n      <!-- Table Header -->\n      <div class=\"table-header\">\n        <div class=\"table-header-title\">Comparing 7D Challenge<br>To The Competition<\/div>\n\n        <!-- 7D Challenge Column Header -->\n        <div class=\"table-header-product\">\n          <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/1_ba798429-2280-4aeb-b01f-92b4d78921dd.png?v=1747271837\" alt=\"7D Challenge\" class=\"header-product-image\">\n          <span class=\"header-product-name\">7D Challenge<\/span>\n        <\/div>\n\n        <!-- Competitor Column Header -->\n        <div class=\"header-competitor\">\n          <div class=\"competitor-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M8 2h8\" \/>\n              <path\n                d=\"M9 2v2.789a4 4 0 0 1-.672 2.219l-2.656 3.984A4 4 0 0 0 5 13.212V19a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5.788a4 4 0 0 0-.672-2.22l-2.656-3.984A4 4 0 0 1 15 4.79V2\" \/>\n            <\/svg>\n          <\/div>\n          <span class=\"header-competitor-name\">Other Detox<br>Programs<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Row 1 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">100% Natural Ingredients<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 2 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">Complete 2-Phase System (Colon + Liver)<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 3 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">Includes Liver & Gallbladder Cleanse<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 4 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">Gentle Formula \u2014 No Harsh Laxatives<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 5 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">Complete 7-Day Program with Instructions<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 6 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">Vegan & Gluten-Free<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 7 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">FDA and Cofepris Registered Labs<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n      <!-- Row 8 -->\n      <div class=\"table-row\">\n        <div class=\"row-feature\">High-Quality Premium Ingredients<\/div>\n        <div class=\"row-check\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"20 6 9 17 4 12\" \/>\n          <\/svg>\n        <\/div>\n        <div class=\"row-x\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n            stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" \/>\n            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" \/>\n          <\/svg>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n  <\/div>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0253a2 elementor-widget elementor-widget-html\" data-id=\"f0253a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - Research Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          \/\/ Block 1: Nature's Power\n          researchTitle: \"Nature's most powerful cleansing ingredients\",\n          researchText1: \"We carefully selected each ingredient based on centuries of traditional use and modern scientific research. Our formulas combine time-tested herbs like milk thistle, artichoke, and turmeric \u2014 known for their natural detoxifying properties.\",\n          researchText2: \"Every batch is produced in FDA and COFEPRIS registered laboratories, ensuring the highest quality and safety standards. That's how we deliver products you can trust for your wellness journey.\",\n          researchImageAlt: \"Natural detox ingredients - herbs and botanicals\",\n          \n          \/\/ Block 2: Toxin Stats\n          statsTitle: 'Toxins can build up <span>over 10+ years<\/span> in your body',\n          statsText1: \"Every day, your body is exposed to toxins from processed foods, environmental pollutants, and stress. Over time, these toxins accumulate in your liver, colon, and gallbladder \u2014 slowing down your metabolism and draining your energy.\",\n          statsText2: \"The 7D Challenge uses a strategic 2-phase approach: first cleansing the colon to clear the pathway, then detoxifying the liver and gallbladder. This sequence ensures maximum effectiveness and helps your body reset naturally.\",\n          statsImageAlt: \"Toxin buildup over time graph\"\n        },\n        es: {\n          \/\/ Block 1: Nature's Power\n          researchTitle: \"Los ingredientes de limpieza m\u00e1s poderosos de la naturaleza\",\n          researchText1: \"Seleccionamos cuidadosamente cada ingrediente bas\u00e1ndonos en siglos de uso tradicional e investigaci\u00f3n cient\u00edfica moderna. Nuestras f\u00f3rmulas combinan hierbas probadas como el cardo mariano, la alcachofa y la c\u00farcuma \u2014 conocidas por sus propiedades desintoxicantes naturales.\",\n          researchText2: \"Cada lote se produce en laboratorios registrados por la FDA y COFEPRIS, garantizando los m\u00e1s altos est\u00e1ndares de calidad y seguridad. As\u00ed es como entregamos productos en los que puedes confiar para tu bienestar.\",\n          researchImageAlt: \"Ingredientes naturales de desintoxicaci\u00f3n - hierbas y bot\u00e1nicos\",\n          \n          \/\/ Block 2: Toxin Stats\n          statsTitle: 'Las toxinas pueden acumularse <span>por m\u00e1s de 10 a\u00f1os<\/span> en tu cuerpo',\n          statsText1: \"Cada d\u00eda, tu cuerpo est\u00e1 expuesto a toxinas de alimentos procesados, contaminantes ambientales y estr\u00e9s. Con el tiempo, estas toxinas se acumulan en tu h\u00edgado, colon y ves\u00edcula biliar \u2014 ralentizando tu metabolismo y agotando tu energ\u00eda.\",\n          statsText2: \"El Reto 7D utiliza un enfoque estrat\u00e9gico de 2 fases: primero limpia el colon para despejar el camino, luego desintoxica el h\u00edgado y la ves\u00edcula biliar. Esta secuencia asegura la m\u00e1xima efectividad y ayuda a tu cuerpo a reiniciarse naturalmente.\",\n          statsImageAlt: \"Gr\u00e1fico de acumulaci\u00f3n de toxinas con el tiempo\"\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Block 1: Research content\n        const researchTitle = document.querySelector('#ie-7d-research .research-title');\n        const researchTexts = document.querySelectorAll('#ie-7d-research .research-text');\n        const researchImage = document.querySelector('#ie-7d-research .research-image img');\n        \n        if (researchTitle) researchTitle.textContent = t.researchTitle;\n        if (researchTexts[0]) researchTexts[0].textContent = t.researchText1;\n        if (researchTexts[1]) researchTexts[1].textContent = t.researchText2;\n        if (researchImage) researchImage.alt = t.researchImageAlt;\n        \n        \/\/ Block 2: Stats content\n        const statsTitle = document.querySelector('#ie-7d-research .stats-title');\n        const statsTexts = document.querySelectorAll('#ie-7d-research .stats-text');\n        const statsImage = document.querySelector('#ie-7d-research .stats-graph img');\n        \n        if (statsTitle) statsTitle.innerHTML = t.statsTitle;\n        if (statsTexts[0]) statsTexts[0].textContent = t.statsText1;\n        if (statsTexts[1]) statsTexts[1].textContent = t.statsText2;\n        if (statsImage) statsImage.alt = t.statsImageAlt;\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D RESEARCH ========== *\/\n    #ie-7d-research {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-research *,\n    #ie-7d-research *::before,\n    #ie-7d-research *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== RESEARCH SECTION ========== *\/\n    #ie-7d-research .research-section {\n      padding: 80px 20px;\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n\n    \/* === Block 1: Research Intro === *\/\n    #ie-7d-research .research-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 60px;\n      align-items: center;\n      margin-bottom: 80px;\n    }\n\n    #ie-7d-research .research-block.reverse {\n      direction: rtl;\n    }\n\n    #ie-7d-research .research-block.reverse>* {\n      direction: ltr;\n    }\n\n    #ie-7d-research .research-content {\n      padding: 20px 0;\n    }\n\n    #ie-7d-research .research-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(1.8rem, 3.5vw, 2.4rem);\n      font-weight: 800;\n      color: var(--navy);\n      line-height: 1.2;\n      margin-bottom: 24px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-research .research-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      line-height: 1.8;\n      margin-bottom: 16px;\n    }\n\n    #ie-7d-research .research-text:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Research Image *\/\n    #ie-7d-research .research-image {\n      width: 100%;\n      border-radius: 16px;\n      overflow: hidden;\n      background: var(--grey-bg);\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-research .research-image img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      min-height: 320px;\n      max-height: 400px;\n    }\n\n    \/* === Block 2: Stats\/Graph Section === *\/\n    #ie-7d-research .stats-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 60px;\n      align-items: center;\n      background: var(--grey-bg);\n      border-radius: 16px;\n      padding: 50px;\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-research .stats-graph {\n      width: 100%;\n      border-radius: 16px;\n      overflow: hidden;\n      background: var(--white);\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-research .stats-graph img {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n    }\n\n    #ie-7d-research .stats-content {\n      padding: 10px 0;\n    }\n\n    #ie-7d-research .stats-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(1.6rem, 3vw, 2.2rem);\n      font-weight: 800;\n      color: var(--navy);\n      line-height: 1.25;\n      margin-bottom: 24px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-research .stats-title span {\n      color: var(--teal);\n    }\n\n    #ie-7d-research .stats-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      line-height: 1.8;\n      margin-bottom: 16px;\n    }\n\n    #ie-7d-research .stats-text:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 900px) {\n      #ie-7d-research .research-section {\n        padding: 50px 20px;\n      }\n\n      #ie-7d-research .research-block {\n        grid-template-columns: 1fr;\n        gap: 40px;\n        margin-bottom: 60px;\n      }\n\n      #ie-7d-research .research-block.reverse {\n        direction: ltr;\n      }\n\n      #ie-7d-research .research-image {\n        order: -1;\n      }\n\n      #ie-7d-research .stats-block {\n        grid-template-columns: 1fr;\n        gap: 40px;\n        padding: 30px 25px;\n      }\n\n      #ie-7d-research .stats-graph {\n        order: -1;\n      }\n    }\n\n    @media (max-width: 500px) {\n      #ie-7d-research .research-section {\n        padding: 40px 16px;\n      }\n\n      #ie-7d-research .research-image img {\n        min-height: 250px;\n      }\n\n      #ie-7d-research .stats-block {\n        padding: 25px 20px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== RESEARCH SECTION ========== -->\n  <div id=\"ie-7d-research\">\n  <section class=\"research-section\">\n\n    <!-- Block 1: Nature's Power -->\n    <div class=\"research-block\">\n      <div class=\"research-content\">\n        <h2 class=\"research-title\">Nature's most powerful cleansing ingredients<\/h2>\n        <p class=\"research-text\">\n          We carefully selected each ingredient based on centuries of traditional use and modern scientific research.\n          Our formulas combine time-tested herbs like milk thistle, artichoke, and turmeric \u2014 known for their natural\n          detoxifying properties.\n        <\/p>\n        <p class=\"research-text\">\n          Every batch is produced in FDA and COFEPRIS registered laboratories, ensuring the highest quality and safety\n          standards. That's how we deliver products you can trust for your wellness journey.\n        <\/p>\n      <\/div>\n\n      <!-- \n                \ud83d\udccd IMAGE 1: NATURAL INGREDIENTS \/ LAB IMAGE\n                ============================================================\n                \n                REPLACE: \"YOUR-RESEARCH-IMAGE-1-URL\"\n                \n                \u2705 USE: Natural herbs\/ingredients image OR lab\/science image\n                \n                ============================================================ \n            -->\n      <div class=\"research-image\">\n        <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/Untitled_design_-_2025-12-28T213703.776.png?v=1766986636\" alt=\"Natural detox ingredients - herbs and botanicals\">\n      <\/div>\n    <\/div>\n\n    <!-- Block 2: Toxin Buildup Stats -->\n    <div class=\"stats-block\">\n\n      <!-- \n                \ud83d\udccd IMAGE 2: GRAPH \/ INFOGRAPHIC\n                ============================================================\n                \n                REPLACE: \"YOUR-GRAPH-IMAGE-URL\"\n                \n                \u2705 USE: Toxin buildup graph or body cleanse infographic\n                \n                ============================================================ \n            -->\n      <div class=\"stats-graph\">\n        <img decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0570\/3909\/3811\/files\/Gemini_Generated_Image_jn7m9kjn7m9kjn7m.png?v=1766986633\" alt=\"Toxin buildup over time graph\">\n      <\/div>\n\n      <div class=\"stats-content\">\n        <h2 class=\"stats-title\">Toxins can build up <span>over 10+ years<\/span> in your body<\/h2>\n        <p class=\"stats-text\">\n          Every day, your body is exposed to toxins from processed foods, environmental pollutants, and stress. Over\n          time, these toxins accumulate in your liver, colon, and gallbladder \u2014 slowing down your metabolism and\n          draining your energy.\n        <\/p>\n        <p class=\"stats-text\">\n          The 7D Challenge uses a strategic 2-phase approach: first cleansing the colon to clear the pathway, then\n          detoxifying the liver and gallbladder. This sequence ensures maximum effectiveness and helps your body reset\n          naturally.\n        <\/p>\n      <\/div>\n    <\/div>\n\n  <\/section>\n  <\/div>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31c72b3 elementor-widget elementor-widget-html\" data-id=\"31c72b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>PROENZI+ - Clinical Advisory Board<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <script>\n        (function() {\n            const isSpanish = window.location.pathname.includes('es', 'es-mx');\n            \n            const translations = {\n                en: {\n                    title: \"Formulated by Pharmaceutical Scientists and\",\n                    titleHighlight: \"Verified by our Clinical Advisory Board\",\n                    \n                    experts: [\n                        {\n                            name: \"Armando Gonz\u00e1lez Mora\",\n                            credentials: \"PCB\",\n                            title: \"Pharmaceutical Chemist Biologist & Formulation Specialist\",\n                            bio: \"Graduate of BUAP with 8+ years specializing in nutraceutical R&D. Creator of 150+ innovative formulas, expert in liposomal technology and nanotechnology for enhanced bioavailability. Led COFEPRIS Good Manufacturing Practices certification.\"\n                        },\n                        {\n                            name: \"Luis Alonso Rodr\u00edguez Su\u00e1rez\",\n                            credentials: \"PCB\",\n                            title: \"Pharmaceutical Chemist Biologist & Quality Control Expert\",\n                            bio: \"BUAP graduate with 12+ years in pharmaceutical and nutraceutical industries. Expert in GMP implementation and NOM-059 certification. Specializes in process validation, quality systems, and critical utilities management.\"\n                        },\n                        {\n                            name: \"Sharon Guti\u00e9rrez Falc\u00f3n\",\n                            credentials: \"PCB\",\n                            title: \"Pharmaceutical Chemist Biologist & Health Regulation Specialist\",\n                            bio: \"BUAP graduate recognized for research excellence at international conferences. Selected by CONACYT for genetic research projects. Experience at Instituto Nacional de Ciencias M\u00e9dicas y Nutrici\u00f3n Salvador Zubir\u00e1n.\"\n                        },\n                        {\n                            name: \"Dr. Luis Alfonso Reyes\",\n                            credentials: \"ND\",\n                            title: \"Doctor of Naturopathy & Natural Medicine Pioneer\",\n                            bio: \"Doctor of Naturopathy with over 10 years of experience in health and wellness. Pioneering force behind iEvolution's acclaimed formulations, combining traditional naturopathic wisdom with modern nutritional science.\"\n                        }\n                    ]\n                },\n                es: {\n                    title: \"Formulado por Cient\u00edficos Farmac\u00e9uticos y\",\n                    titleHighlight: \"Verificado por nuestro Consejo Cl\u00ednico Asesor\",\n                    \n                    experts: [\n                        {\n                            name: \"Armando Gonz\u00e1lez Mora\",\n                            credentials: \"QFB\",\n                            title: \"Qu\u00edmico Farmac\u00e9utico Bi\u00f3logo y Especialista en Formulaci\u00f3n\",\n                            bio: \"Egresado de la BUAP con m\u00e1s de 8 a\u00f1os especializ\u00e1ndose en I+D de nutrac\u00e9uticos. Creador de m\u00e1s de 150 f\u00f3rmulas innovadoras, experto en tecnolog\u00eda liposomal y nanotecnolog\u00eda. Lider\u00f3 la certificaci\u00f3n BPM de COFEPRIS.\"\n                        },\n                        {\n                            name: \"Luis Alonso Rodr\u00edguez Su\u00e1rez\",\n                            credentials: \"QFB\",\n                            title: \"Qu\u00edmico Farmac\u00e9utico Bi\u00f3logo y Experto en Control de Calidad\",\n                            bio: \"Egresado de la BUAP con m\u00e1s de 12 a\u00f1os en las industrias farmac\u00e9utica y nutrac\u00e9utica. Experto en implementaci\u00f3n de BPM y certificaci\u00f3n NOM-059. Especializado en validaci\u00f3n de procesos y sistemas de calidad.\"\n                        },\n                        {\n                            name: \"Sharon Guti\u00e9rrez Falc\u00f3n\",\n                            credentials: \"QFB\",\n                            title: \"Qu\u00edmica Farmac\u00e9utica Bi\u00f3loga y Especialista en Regulaci\u00f3n Sanitaria\",\n                            bio: \"Egresada de la BUAP reconocida por excelencia en investigaci\u00f3n en conferencias internacionales. Seleccionada por CONACYT para proyectos de investigaci\u00f3n gen\u00e9tica. Experiencia en el Instituto Nacional de Ciencias M\u00e9dicas.\"\n                        },\n                        {\n                            name: \"Dr. Luis Alfonso Reyes\",\n                            credentials: \"ND\",\n                            title: \"Doctor en Naturopat\u00eda y Pionero en Medicina Natural\",\n                            bio: \"Doctor en Naturopat\u00eda con m\u00e1s de 10 a\u00f1os de experiencia en salud y bienestar. Fuerza pionera detr\u00e1s de las formulaciones de iEvolution, combinando sabidur\u00eda naturop\u00e1tica tradicional con ciencia nutricional moderna.\"\n                        }\n                    ]\n                }\n            };\n\n            document.addEventListener('DOMContentLoaded', function() {\n                const lang = isSpanish ? 'es' : 'en';\n                const t = translations[lang];\n                \n                const title = document.querySelector('#ie-proenzi-experts .section-title');\n                if (title) title.innerHTML = `${t.title}<br><span class=\"highlight\">${t.titleHighlight}<\/span>`;\n                \n                const expertCards = document.querySelectorAll('#ie-proenzi-experts .expert-card');\n                expertCards.forEach((card, index) => {\n                    if (t.experts[index]) {\n                        const expert = t.experts[index];\n                        const name = card.querySelector('.expert-name');\n                        const titleEl = card.querySelector('.expert-title');\n                        const bio = card.querySelector('.expert-bio');\n                        \n                        if (name) name.textContent = `${expert.name}, ${expert.credentials}`;\n                        if (titleEl) titleEl.textContent = expert.title;\n                        if (bio) bio.textContent = expert.bio;\n                    }\n                });\n            });\n        })();\n    <\/script>\n    <style>\n        \/* ========== SCOPED: iEVOLUTION PROENZI+ EXPERTS ========== *\/\n        #ie-proenzi-experts {\n            \/* Primary Colors *\/\n            --navy: #1B2A4A;\n            --navy-light: #2D3E5F;\n            --teal: #2AAFD3;\n            --teal-light: #5DC4E0;\n            --teal-dark: #1E8FAD;\n            --teal-bg: rgba(42, 175, 211, 0.08);\n            --teal-border: rgba(42, 175, 211, 0.15);\n\n            \/* Background Colors *\/\n            --white: #FFFFFF;\n            --grey-bg: #F8FAFB;\n            --border: #E8EDF2;\n\n            \/* Text Colors *\/\n            --text-dark: #1B2A4A;\n            --text-medium: #6B7B8D;\n            --text-light: #94A3B8;\n\n            \/* Base *\/\n            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: var(--text-dark);\n            -webkit-font-smoothing: antialiased;\n            box-sizing: border-box;\n        }\n\n        #ie-proenzi-experts *,\n        #ie-proenzi-experts *::before,\n        #ie-proenzi-experts *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        \/* ========== EXPERTS SECTION ========== *\/\n        #ie-proenzi-experts .experts-section {\n            padding: 60px 20px 80px;\n            max-width: 1280px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        #ie-proenzi-experts .section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        #ie-proenzi-experts .section-title {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: clamp(1.75rem, 4vw, 2.5rem);\n            font-weight: 800;\n            color: var(--navy);\n            line-height: 1.3;\n            letter-spacing: -1.5px;\n        }\n\n        #ie-proenzi-experts .section-title .highlight {\n            color: var(--teal);\n        }\n\n        \/* Experts Grid \u2014 4 columns *\/\n        #ie-proenzi-experts .experts-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n\n        \/* Expert Card *\/\n        #ie-proenzi-experts .expert-card {\n            position: relative;\n            background: var(--white);\n            border-radius: 16px;\n            overflow: hidden;\n            border: 1px solid var(--border);\n            transition: all 0.35s ease;\n        }\n\n        #ie-proenzi-experts .expert-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n            border-color: var(--teal-border);\n        }\n\n        #ie-proenzi-experts .expert-card::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--teal), var(--navy));\n            transform: scaleX(0);\n            transition: transform 0.35s ease;\n        }\n\n        #ie-proenzi-experts .expert-card:hover::after {\n            transform: scaleX(1);\n        }\n\n        \/* Expert Image *\/\n        #ie-proenzi-experts .expert-image-wrapper {\n            position: relative;\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            overflow: hidden;\n            background: var(--grey-bg);\n        }\n\n        #ie-proenzi-experts .expert-image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center top;\n            transition: transform 0.5s ease;\n        }\n\n        #ie-proenzi-experts .expert-card:hover .expert-image {\n            transform: scale(1.05);\n        }\n\n        \/* Expert Info Box *\/\n        #ie-proenzi-experts .expert-info {\n            padding: 24px;\n        }\n\n        #ie-proenzi-experts .expert-name {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 1.1rem;\n            font-weight: 700;\n            color: var(--navy);\n            margin-bottom: 6px;\n            letter-spacing: -0.3px;\n            line-height: 1.25;\n        }\n\n        #ie-proenzi-experts .expert-title {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 0.8rem;\n            font-weight: 600;\n            color: var(--teal);\n            margin-bottom: 12px;\n            line-height: 1.4;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        #ie-proenzi-experts .expert-title::before {\n            content: '';\n            width: 3px;\n            height: 14px;\n            background: var(--teal);\n            border-radius: 2px;\n            flex-shrink: 0;\n        }\n\n        #ie-proenzi-experts .expert-bio {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 0.85rem;\n            font-weight: 400;\n            color: var(--text-medium);\n            line-height: 1.7;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1100px) {\n            #ie-proenzi-experts .experts-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n        }\n\n        @media (max-width: 800px) {\n            #ie-proenzi-experts .experts-section {\n                padding: 50px 16px 60px;\n            }\n\n            #ie-proenzi-experts .experts-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 16px;\n            }\n\n            #ie-proenzi-experts .expert-info {\n                padding: 16px;\n            }\n\n            #ie-proenzi-experts .expert-name {\n                font-size: 0.95rem;\n            }\n\n            #ie-proenzi-experts .expert-title {\n                font-size: 0.75rem;\n            }\n\n            #ie-proenzi-experts .expert-bio {\n                font-size: 0.78rem;\n                display: -webkit-box;\n                -webkit-line-clamp: 4;\n                -webkit-box-orient: vertical;\n                overflow: hidden;\n            }\n        }\n\n        @media (max-width: 480px) {\n            #ie-proenzi-experts .section-title {\n                font-size: 1.5rem;\n            }\n\n            #ie-proenzi-experts .experts-grid {\n                gap: 12px;\n            }\n\n            #ie-proenzi-experts .expert-info {\n                padding: 12px;\n            }\n\n            #ie-proenzi-experts .expert-name {\n                font-size: 0.85rem;\n            }\n\n            #ie-proenzi-experts .expert-bio {\n                font-size: 0.75rem;\n                -webkit-line-clamp: 3;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- ========== EXPERTS SECTION - PROENZI+ ========== -->\n    <div id=\"ie-proenzi-experts\">\n    <section class=\"experts-section\">\n\n        <!-- Header -->\n        <div class=\"section-header\">\n            <h2 class=\"section-title\">\n                Formulated by Pharmaceutical Scientists and<br>\n                <span class=\"highlight\">Verified by our Clinical Advisory Board<\/span>\n            <\/h2>\n        <\/div>\n\n        <!-- Experts Grid -->\n        <div class=\"experts-grid\">\n\n            <!-- Expert 1 - Armando Gonz\u00e1lez Mora -->\n            <div class=\"expert-card\">\n                <div class=\"expert-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/demo.lavolabssolutions.com\/wp-content\/uploads\/2026\/02\/01.webp\" \n                         alt=\"Armando Gonz\u00e1lez Mora\" \n                         class=\"expert-image\" \n                         loading=\"lazy\">\n                <\/div>\n                <div class=\"expert-info\">\n                    <h3 class=\"expert-name\">Armando Gonz\u00e1lez Mora, PCB<\/h3>\n                    <p class=\"expert-title\">Pharmaceutical Chemist Biologist & Formulation Specialist<\/p>\n                    <p class=\"expert-bio\">\n                        Graduate of BUAP with 8+ years specializing in nutraceutical R&D. Creator of 150+ innovative formulas, expert in liposomal technology and nanotechnology for enhanced bioavailability. Led COFEPRIS Good Manufacturing Practices certification.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Expert 2 - Luis Alonso Rodr\u00edguez Su\u00e1rez -->\n            <div class=\"expert-card\">\n                <div class=\"expert-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/demo.lavolabssolutions.com\/wp-content\/uploads\/2026\/02\/02.webp\" \n                         alt=\"Luis Alonso Rodr\u00edguez Su\u00e1rez\" \n                         class=\"expert-image\" \n                         loading=\"lazy\">\n                <\/div>\n                <div class=\"expert-info\">\n                    <h3 class=\"expert-name\">Luis Alonso Rodr\u00edguez Su\u00e1rez, PCB<\/h3>\n                    <p class=\"expert-title\">Pharmaceutical Chemist Biologist & Quality Control Expert<\/p>\n                    <p class=\"expert-bio\">\n                        BUAP graduate with 12+ years in pharmaceutical and nutraceutical industries. Expert in GMP implementation and NOM-059 certification. Specializes in process validation, quality systems, and critical utilities management.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Expert 3 - Sharon Guti\u00e9rrez Falc\u00f3n -->\n            <div class=\"expert-card\">\n                <div class=\"expert-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/demo.lavolabssolutions.com\/wp-content\/uploads\/2026\/02\/03.webp\" \n                         alt=\"Sharon Guti\u00e9rrez Falc\u00f3n\" \n                         class=\"expert-image\" \n                         loading=\"lazy\">\n                <\/div>\n                <div class=\"expert-info\">\n                    <h3 class=\"expert-name\">Sharon Guti\u00e9rrez Falc\u00f3n, PCB<\/h3>\n                    <p class=\"expert-title\">Pharmaceutical Chemist Biologist & Health Regulation Specialist<\/p>\n                    <p class=\"expert-bio\">\n                        BUAP graduate recognized for research excellence at international conferences. Selected by CONACYT for genetic research projects. Experience at Instituto Nacional de Ciencias M\u00e9dicas y Nutrici\u00f3n Salvador Zubir\u00e1n.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Expert 4 - Dr. Luis Alfonso Reyes -->\n            <div class=\"expert-card\">\n                <div class=\"expert-image-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/demo.lavolabssolutions.com\/wp-content\/uploads\/2026\/02\/04.webp\" \n                         alt=\"Dr. Luis Alfonso Reyes\" \n                         class=\"expert-image\" \n                         loading=\"lazy\">\n                <\/div>\n                <div class=\"expert-info\">\n                    <h3 class=\"expert-name\">Dr. Luis Alfonso Reyes, ND<\/h3>\n                    <p class=\"expert-title\">Doctor of Naturopathy & Natural Medicine Pioneer<\/p>\n                    <p class=\"expert-bio\">\n                        Doctor of Naturopathy with over 10 years of experience in health and wellness. Pioneering force behind iEvolution's acclaimed formulations, combining traditional naturopathic wisdom with modern nutritional science.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n    <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b17ddd elementor-widget elementor-widget-html\" data-id=\"3b17ddd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>7D Challenge - FAQ Section<\/title>\n  <script>\n    (function() {\n      \/\/ Language detection based on URL\n      const isSpanish = window.location.pathname.includes('es', 'es-mx');\n      \n      \/\/ Translations object\n      const translations = {\n        en: {\n          badge: \"Got Questions?\",\n          title: \"Frequently Asked Questions\",\n          subtitle: \"Everything you need to know about the 7D Challenge detox program\",\n          \n          faqs: [\n            {\n              question: \"What is the 7D Challenge?\",\n              answer: `<p>The 7D Challenge is a complete 7-day body reset system designed to cleanse your colon and detoxify your liver and gallbladder using 100% natural ingredients.<\/p>\n                <p>It includes two products: <strong>Colon-D<\/strong> (a detox tea for days 1-5) and <strong>Liver-D<\/strong> (liver support supplements for days 6-7). Together, they work to eliminate toxins, reduce bloating, and help you feel lighter and more energized.<\/p>`\n            },\n            {\n              question: \"How do I use the 7D Challenge?\",\n              answer: `<p><strong>Days 1-5 (Colon Cleanse):<\/strong><\/p>\n                <ul><li>Brew 1 bag of Colon-D tea in 1 gallon of water<\/li><li>Drink 3 cups daily \u2014 morning, noon, and evening<\/li><\/ul>\n                <p><strong>Days 6-7 (Liver Detox):<\/strong><\/p>\n                <ul><li>Day 6: Take Liver Support + Liver Mix together<\/li><li>Day 7: Take Liver Support to complete the cleanse<\/li><\/ul>\n                <p>Complete instructions are included with your kit.<\/p>`\n            },\n            {\n              question: \"What's included in the kit?\",\n              answer: `<p>Your 7D Challenge kit includes:<\/p>\n                <ul><li><strong>1 Colon-D Detox Tea Bag<\/strong> \u2014 Makes 1 gallon of tea for the 5-day colon cleanse<\/li>\n                <li><strong>1 Liver-D Kit<\/strong> \u2014 Contains Liver Support bottle + Liver Mix bottle<\/li>\n                <li><strong>Complete 7-Day Instructions<\/strong> \u2014 Step-by-step guide for best results<\/li><\/ul>`\n            },\n            {\n              question: \"Is the 7D Challenge safe?\",\n              answer: `<p>Yes! The 7D Challenge is made with 100% natural ingredients and is produced in FDA and COFEPRIS registered laboratories. Our formula is gentle \u2014 no harsh laxatives or chemicals.<\/p>\n                <p>However, we recommend consulting with your doctor before starting any detox program if you are pregnant, nursing, taking medication, or have any medical conditions.<\/p>`\n            },\n            {\n              question: \"What results can I expect?\",\n              answer: `<p>After completing the 7D Challenge, most people experience:<\/p>\n                <ul><li>Reduced bloating and gas<\/li><li>Increased energy levels<\/li><li>Feeling lighter and refreshed<\/li><li>Better digestion<\/li><li>Clearer skin<\/li><li>Support for healthy weight management<\/li><\/ul>\n                <p>Results may vary depending on your body and lifestyle. For best results, maintain a healthy diet and drink plenty of water during the program.<\/p>`\n            },\n            {\n              question: \"Can I eat normally during the cleanse?\",\n              answer: `<p>Yes, you can continue eating during the 7D Challenge. However, for optimal results, we recommend:<\/p>\n                <ul><li>Eating light, whole foods (fruits, vegetables, lean proteins)<\/li><li>Avoiding processed foods, fried foods, and excessive sugar<\/li><li>Drinking plenty of water throughout the day<\/li><li>Limiting alcohol and caffeine<\/li><\/ul>\n                <p>The cleaner your diet, the better your results will be!<\/p>`\n            },\n            {\n              question: \"How often can I do the 7D Challenge?\",\n              answer: `<p>We recommend doing the 7D Challenge <strong>once every 3-4 months<\/strong> for maintenance. This allows your body to benefit from regular detoxification without overdoing it.<\/p>\n                <p>Some people choose to do it seasonally (4 times per year) to reset their system with the changing seasons.<\/p>`\n            },\n            {\n              question: \"Is the 7D Challenge vegan and gluten-free?\",\n              answer: `<p>Yes! The 7D Challenge is:<\/p>\n                <ul><li>100% Natural<\/li><li>Vegan-friendly<\/li><li>Gluten-free<\/li><li>Made with plant-based ingredients<\/li><\/ul>\n                <p>Our products are suitable for most dietary preferences and restrictions.<\/p>`\n            }\n          ]\n        },\n        es: {\n          badge: \"\u00bfTienes Preguntas?\",\n          title: \"Preguntas Frecuentes\",\n          subtitle: \"Todo lo que necesitas saber sobre el programa de desintoxicaci\u00f3n Reto 7D\",\n          \n          faqs: [\n            {\n              question: \"\u00bfQu\u00e9 es el Reto 7D?\",\n              answer: `<p>El Reto 7D es un sistema completo de reinicio corporal de 7 d\u00edas dise\u00f1ado para limpiar tu colon y desintoxicar tu h\u00edgado y ves\u00edcula biliar usando ingredientes 100% naturales.<\/p>\n                <p>Incluye dos productos: <strong>Colon-D<\/strong> (un t\u00e9 desintoxicante para los d\u00edas 1-5) y <strong>Liver-D<\/strong> (suplementos de soporte hep\u00e1tico para los d\u00edas 6-7). Juntos, trabajan para eliminar toxinas, reducir la hinchaz\u00f3n y ayudarte a sentirte m\u00e1s ligero y con m\u00e1s energ\u00eda.<\/p>`\n            },\n            {\n              question: \"\u00bfC\u00f3mo uso el Reto 7D?\",\n              answer: `<p><strong>D\u00edas 1-5 (Limpieza del Colon):<\/strong><\/p>\n                <ul><li>Prepara 1 bolsa de t\u00e9 Colon-D en 1 gal\u00f3n de agua<\/li><li>Bebe 3 tazas al d\u00eda \u2014 ma\u00f1ana, mediod\u00eda y noche<\/li><\/ul>\n                <p><strong>D\u00edas 6-7 (Desintoxicaci\u00f3n del H\u00edgado):<\/strong><\/p>\n                <ul><li>D\u00eda 6: Toma Soporte Hep\u00e1tico + Mezcla Hep\u00e1tica juntos<\/li><li>D\u00eda 7: Toma Soporte Hep\u00e1tico para completar la limpieza<\/li><\/ul>\n                <p>Las instrucciones completas est\u00e1n incluidas con tu kit.<\/p>`\n            },\n            {\n              question: \"\u00bfQu\u00e9 incluye el kit?\",\n              answer: `<p>Tu kit del Reto 7D incluye:<\/p>\n                <ul><li><strong>1 Bolsa de T\u00e9 Desintoxicante Colon-D<\/strong> \u2014 Rinde 1 gal\u00f3n de t\u00e9 para la limpieza de colon de 5 d\u00edas<\/li>\n                <li><strong>1 Kit Liver-D<\/strong> \u2014 Contiene botella de Soporte Hep\u00e1tico + botella de Mezcla Hep\u00e1tica<\/li>\n                <li><strong>Instrucciones Completas de 7 D\u00edas<\/strong> \u2014 Gu\u00eda paso a paso para mejores resultados<\/li><\/ul>`\n            },\n            {\n              question: \"\u00bfEs seguro el Reto 7D?\",\n              answer: `<p>\u00a1S\u00ed! El Reto 7D est\u00e1 hecho con ingredientes 100% naturales y se produce en laboratorios registrados por la FDA y COFEPRIS. Nuestra f\u00f3rmula es suave \u2014 sin laxantes agresivos ni qu\u00edmicos.<\/p>\n                <p>Sin embargo, recomendamos consultar con tu m\u00e9dico antes de comenzar cualquier programa de desintoxicaci\u00f3n si est\u00e1s embarazada, amamantando, tomando medicamentos o tienes alguna condici\u00f3n m\u00e9dica.<\/p>`\n            },\n            {\n              question: \"\u00bfQu\u00e9 resultados puedo esperar?\",\n              answer: `<p>Despu\u00e9s de completar el Reto 7D, la mayor\u00eda de las personas experimentan:<\/p>\n                <ul><li>Reducci\u00f3n de hinchaz\u00f3n y gases<\/li><li>Aumento de niveles de energ\u00eda<\/li><li>Sensaci\u00f3n de ligereza y frescura<\/li><li>Mejor digesti\u00f3n<\/li><li>Piel m\u00e1s clara<\/li><li>Apoyo para el control de peso saludable<\/li><\/ul>\n                <p>Los resultados pueden variar dependiendo de tu cuerpo y estilo de vida. Para mejores resultados, mant\u00e9n una dieta saludable y bebe mucha agua durante el programa.<\/p>`\n            },\n            {\n              question: \"\u00bfPuedo comer normalmente durante la limpieza?\",\n              answer: `<p>S\u00ed, puedes continuar comiendo durante el Reto 7D. Sin embargo, para resultados \u00f3ptimos, recomendamos:<\/p>\n                <ul><li>Comer alimentos ligeros e integrales (frutas, verduras, prote\u00ednas magras)<\/li><li>Evitar alimentos procesados, fritos y exceso de az\u00facar<\/li><li>Beber mucha agua durante el d\u00eda<\/li><li>Limitar el alcohol y la cafe\u00edna<\/li><\/ul>\n                <p>\u00a1Entre m\u00e1s limpia sea tu dieta, mejores ser\u00e1n tus resultados!<\/p>`\n            },\n            {\n              question: \"\u00bfCon qu\u00e9 frecuencia puedo hacer el Reto 7D?\",\n              answer: `<p>Recomendamos hacer el Reto 7D <strong>una vez cada 3-4 meses<\/strong> como mantenimiento. Esto permite que tu cuerpo se beneficie de la desintoxicaci\u00f3n regular sin exagerar.<\/p>\n                <p>Algunas personas eligen hacerlo estacionalmente (4 veces al a\u00f1o) para reiniciar su sistema con los cambios de estaci\u00f3n.<\/p>`\n            },\n            {\n              question: \"\u00bfEl Reto 7D es vegano y sin gluten?\",\n              answer: `<p>\u00a1S\u00ed! El Reto 7D es:<\/p>\n                <ul><li>100% Natural<\/li><li>Apto para veganos<\/li><li>Sin gluten<\/li><li>Hecho con ingredientes de origen vegetal<\/li><\/ul>\n                <p>Nuestros productos son adecuados para la mayor\u00eda de las preferencias y restricciones diet\u00e9ticas.<\/p>`\n            }\n          ]\n        }\n      };\n\n      \/\/ Apply translations when DOM is ready\n      document.addEventListener('DOMContentLoaded', function() {\n        const lang = isSpanish ? 'es' : 'en';\n        const t = translations[lang];\n        \n        \/\/ Update header\n        const badge = document.querySelector('#ie-7d-faq .faq-badge');\n        const title = document.querySelector('#ie-7d-faq .faq-title');\n        const subtitle = document.querySelector('#ie-7d-faq .faq-subtitle');\n        \n        if (badge) badge.textContent = t.badge;\n        if (title) title.textContent = t.title;\n        if (subtitle) subtitle.textContent = t.subtitle;\n        \n        \/\/ Update FAQ items\n        const faqItems = document.querySelectorAll('#ie-7d-faq .faq-item');\n        faqItems.forEach((item, index) => {\n          if (t.faqs[index]) {\n            const questionText = item.querySelector('.faq-question-text');\n            const answerContent = item.querySelector('.faq-answer-content');\n            \n            if (questionText) questionText.textContent = t.faqs[index].question;\n            if (answerContent) answerContent.innerHTML = t.faqs[index].answer;\n          }\n        });\n      });\n    })();\n  <\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\"\n    rel=\"stylesheet\">\n  <style>\n    \/* ========== SCOPED: iEVOLUTION 7D FAQ ========== *\/\n    #ie-7d-faq {\n      \/* Primary Colors *\/\n      --navy: #1B2A4A;\n      --navy-light: #2D3E5F;\n      --teal: #2AAFD3;\n      --teal-light: #5DC4E0;\n      --teal-dark: #1E8FAD;\n      --teal-bg: rgba(42, 175, 211, 0.08);\n      --teal-border: rgba(42, 175, 211, 0.15);\n\n      \/* Background Colors *\/\n      --white: #FFFFFF;\n      --grey-bg: #F8FAFB;\n      --border: #E8EDF2;\n\n      \/* Text Colors *\/\n      --text-dark: #1B2A4A;\n      --text-medium: #6B7B8D;\n      --text-light: #94A3B8;\n\n      \/* Base *\/\n      font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      color: var(--text-dark);\n      -webkit-font-smoothing: antialiased;\n      line-height: 1.6;\n      box-sizing: border-box;\n    }\n\n    #ie-7d-faq *,\n    #ie-7d-faq *::before,\n    #ie-7d-faq *::after {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    \/* ========== FAQ SECTION ========== *\/\n    #ie-7d-faq .faq-section {\n      padding: 80px 20px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* === Header === *\/\n    #ie-7d-faq .faq-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n\n    #ie-7d-faq .faq-badge {\n      display: inline-block;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 600;\n      color: var(--teal);\n      text-transform: uppercase;\n      letter-spacing: 2.5px;\n      margin-bottom: 12px;\n    }\n\n    #ie-7d-faq .faq-title {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      font-weight: 800;\n      color: var(--navy);\n      margin-bottom: 16px;\n      letter-spacing: -1.5px;\n    }\n\n    #ie-7d-faq .faq-subtitle {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.05rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      max-width: 600px;\n      margin: 0 auto;\n    }\n\n    \/* === FAQ List === *\/\n    #ie-7d-faq .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    \/* === FAQ Item === *\/\n    #ie-7d-faq .faq-item {\n      background: var(--white);\n      border-radius: 16px;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      transition: all 0.3s ease;\n    }\n\n    #ie-7d-faq .faq-item:hover {\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.08);\n    }\n\n    #ie-7d-faq .faq-item.active {\n      border-color: var(--teal-border);\n      box-shadow: 0 20px 50px -12px rgba(27, 42, 74, 0.12);\n    }\n\n    \/* === Question === *\/\n    #ie-7d-faq .faq-question {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      padding: 22px 28px;\n      cursor: pointer;\n      transition: background 0.2s ease;\n    }\n\n    #ie-7d-faq .faq-question:hover {\n      background: var(--grey-bg);\n    }\n\n    #ie-7d-faq .faq-question-text {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 1.05rem;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.4;\n    }\n\n    #ie-7d-faq .faq-icon {\n      width: 32px;\n      height: 32px;\n      min-width: 32px;\n      border-radius: 50%;\n      background: var(--grey-bg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s ease;\n      border: 1px solid var(--border);\n    }\n\n    #ie-7d-faq .faq-item.active .faq-icon {\n      background: var(--teal);\n      border-color: var(--teal);\n      transform: rotate(180deg);\n    }\n\n    #ie-7d-faq .faq-icon svg {\n      width: 18px;\n      height: 18px;\n      color: var(--text-medium);\n      transition: color 0.3s ease;\n    }\n\n    #ie-7d-faq .faq-item.active .faq-icon svg {\n      color: white;\n    }\n\n    \/* === Answer === *\/\n    #ie-7d-faq .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.4s ease;\n    }\n\n    #ie-7d-faq .faq-item.active .faq-answer {\n      max-height: 500px;\n    }\n\n    #ie-7d-faq .faq-answer-content {\n      padding: 0 28px 24px 28px;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.95rem;\n      font-weight: 400;\n      color: var(--text-medium);\n      line-height: 1.8;\n    }\n\n    #ie-7d-faq .faq-answer-content p {\n      margin-bottom: 12px;\n    }\n\n    #ie-7d-faq .faq-answer-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    #ie-7d-faq .faq-answer-content ul {\n      margin: 12px 0;\n      padding-left: 20px;\n    }\n\n    #ie-7d-faq .faq-answer-content li {\n      margin-bottom: 8px;\n    }\n\n    #ie-7d-faq .faq-answer-content strong {\n      color: var(--navy);\n    }\n\n    \/* === Responsive === *\/\n    @media (max-width: 600px) {\n      #ie-7d-faq .faq-section {\n        padding: 50px 16px;\n      }\n\n      #ie-7d-faq .faq-question {\n        padding: 18px 20px;\n        gap: 16px;\n      }\n\n      #ie-7d-faq .faq-question-text {\n        font-size: 0.95rem;\n      }\n\n      #ie-7d-faq .faq-answer-content {\n        padding: 0 20px 20px 20px;\n        font-size: 0.9rem;\n      }\n\n      #ie-7d-faq .faq-icon {\n        width: 28px;\n        height: 28px;\n        min-width: 28px;\n      }\n\n      #ie-7d-faq .faq-icon svg {\n        width: 16px;\n        height: 16px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- ========== FAQ SECTION ========== -->\n  <div id=\"ie-7d-faq\">\n  <section class=\"faq-section\" id=\"faq\">\n\n    <!-- Header -->\n    <div class=\"faq-header\">\n      <span class=\"faq-badge\">Got Questions?<\/span>\n      <h2 class=\"faq-title\">Frequently Asked Questions<\/h2>\n      <p class=\"faq-subtitle\">Everything you need to know about the 7D Challenge detox program<\/p>\n    <\/div>\n\n    <!-- FAQ List -->\n    <div class=\"faq-list\">\n\n      <!-- FAQ 1 -->\n      <div class=\"faq-item active\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">What is the 7D Challenge?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>The 7D Challenge is a complete 7-day body reset system designed to cleanse your colon and detoxify your\n              liver and gallbladder using 100% natural ingredients.<\/p>\n            <p>It includes two products: <strong>Colon-D<\/strong> (a detox tea for days 1-5) and\n              <strong>Liver-D<\/strong> (liver support supplements for days 6-7). Together, they work to eliminate\n              toxins, reduce bloating, and help you feel lighter and more energized.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 2 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">How do I use the 7D Challenge?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p><strong>Days 1-5 (Colon Cleanse):<\/strong><\/p>\n            <ul>\n              <li>Brew 1 bag of Colon-D tea in 1 gallon of water<\/li>\n              <li>Drink 3 cups daily \u2014 morning, noon, and evening<\/li>\n            <\/ul>\n            <p><strong>Days 6-7 (Liver Detox):<\/strong><\/p>\n            <ul>\n              <li>Day 6: Take Liver Support + Liver Mix together<\/li>\n              <li>Day 7: Take Liver Support to complete the cleanse<\/li>\n            <\/ul>\n            <p>Complete instructions are included with your kit.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 3 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">What's included in the kit?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>Your 7D Challenge kit includes:<\/p>\n            <ul>\n              <li><strong>1 Colon-D Detox Tea Bag<\/strong> \u2014 Makes 1 gallon of tea for the 5-day colon cleanse<\/li>\n              <li><strong>1 Liver-D Kit<\/strong> \u2014 Contains Liver Support bottle + Liver Mix bottle<\/li>\n              <li><strong>Complete 7-Day Instructions<\/strong> \u2014 Step-by-step guide for best results<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 4 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">Is the 7D Challenge safe?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>Yes! The 7D Challenge is made with 100% natural ingredients and is produced in FDA and COFEPRIS\n              registered laboratories. Our formula is gentle \u2014 no harsh laxatives or chemicals.<\/p>\n            <p>However, we recommend consulting with your doctor before starting any detox program if you are pregnant,\n              nursing, taking medication, or have any medical conditions.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 5 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">What results can I expect?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>After completing the 7D Challenge, most people experience:<\/p>\n            <ul>\n              <li>Reduced bloating and gas<\/li>\n              <li>Increased energy levels<\/li>\n              <li>Feeling lighter and refreshed<\/li>\n              <li>Better digestion<\/li>\n              <li>Clearer skin<\/li>\n              <li>Support for healthy weight management<\/li>\n            <\/ul>\n            <p>Results may vary depending on your body and lifestyle. For best results, maintain a healthy diet and\n              drink plenty of water during the program.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 6 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">Can I eat normally during the cleanse?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>Yes, you can continue eating during the 7D Challenge. However, for optimal results, we recommend:<\/p>\n            <ul>\n              <li>Eating light, whole foods (fruits, vegetables, lean proteins)<\/li>\n              <li>Avoiding processed foods, fried foods, and excessive sugar<\/li>\n              <li>Drinking plenty of water throughout the day<\/li>\n              <li>Limiting alcohol and caffeine<\/li>\n            <\/ul>\n            <p>The cleaner your diet, the better your results will be!<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 7 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">How often can I do the 7D Challenge?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>We recommend doing the 7D Challenge <strong>once every 3-4 months<\/strong> for maintenance. This allows\n              your body to benefit from regular detoxification without overdoing it.<\/p>\n            <p>Some people choose to do it seasonally (4 times per year) to reset their system with the changing\n              seasons.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 8 -->\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFAQ(this)\">\n          <span class=\"faq-question-text\">Is the 7D Challenge vegan and gluten-free?<\/span>\n          <div class=\"faq-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n              stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\" \/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer\">\n          <div class=\"faq-answer-content\">\n            <p>Yes! The 7D Challenge is:<\/p>\n            <ul>\n              <li>100% Natural<\/li>\n              <li>Vegan-friendly<\/li>\n              <li>Gluten-free<\/li>\n              <li>Made with plant-based ingredients<\/li>\n            <\/ul>\n            <p>Our products are suitable for most dietary preferences and restrictions.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n\n\n  <\/section>\n  <\/div>\n\n  <!-- JavaScript for Accordion -->\n  <script>\n    function toggleFAQ(element) {\n            const faqItem = element.parentElement;\n            const isActive = faqItem.classList.contains('active');\n            \n            \/\/ Close all FAQ items within this section\n            document.querySelectorAll('#ie-7d-faq .faq-item').forEach(item => {\n                item.classList.remove('active');\n            });\n            \n            \/\/ Open clicked item if it wasn't already open\n            if (!isActive) {\n                faqItem.classList.add('active');\n            }\n        }\n  <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d10a0d e-con-full e-flex e-con e-parent\" data-id=\"4d10a0d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-11070fb e-flex e-con-boxed e-con e-child\" data-id=\"11070fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a9609f elementor-widget elementor-widget-shortcode\" data-id=\"6a9609f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div id=\"wellness-reviews-section\" style=\"font-family:'Plus Jakarta Sans','Plus Jakarta Sans Fallback',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;max-width:900px;margin:0 auto;box-sizing:border-box;\" class=\"wr-reviews-container\" data-product-id=\"1907\">\n            \n            <!-- SUMMARY SECTION -->\n            <div style=\"background:#1B2A4A;border-radius:16px;padding:28px;color:white;display:flex;flex-wrap:wrap;gap:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);margin-bottom:24px;\">\n                <div style=\"text-align:center;padding-right:24px;border-right:1px solid rgba(255,255,255,0.2);min-width:120px;\">\n                    <div style=\"font-size:48px;font-weight:700;line-height:1;margin-bottom:8px;\">4.7<\/div>\n                    <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:24px;height:24px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:24px;height:24px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:24px;height:24px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:24px;height:24px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:24px;height:24px;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\">\n                <defs>\n                    <linearGradient id=\"halfGrad24px\">\n                        <stop offset=\"50%\" stop-color=\"#2AAFD3\"\/>\n                        <stop offset=\"50%\" stop-color=\"#DDE3D9\"\/>\n                    <\/linearGradient>\n                <\/defs>\n                <path fill=\"url(#halfGrad24px)\" d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/>\n            <\/svg><\/span>                    <div style=\"font-size:14px;opacity:0.9;margin-top:8px;\">106 reviews<\/div>\n                <\/div>\n                <div style=\"flex:1;display:flex;flex-direction:column;gap:6px;justify-content:center;min-width:200px;\">\n                                        <div style=\"display:flex;align-items:center;gap:10px;font-size:13px;\">\n                        <span style=\"width:55px;opacity:0.9;\">5 stars<\/span>\n                        <div style=\"flex:1;height:8px;background:rgba(255,255,255,0.2);border-radius:4px;overflow:hidden;\">\n                            <div style=\"height:100%;width:73.584905660377%;background:#2AAFD3;border-radius:4px;transition:width 0.6s ease-out;\"><\/div>\n                        <\/div>\n                        <span style=\"width:30px;text-align:right;opacity:0.8;font-size:12px;\">78<\/span>\n                    <\/div>\n                                        <div style=\"display:flex;align-items:center;gap:10px;font-size:13px;\">\n                        <span style=\"width:55px;opacity:0.9;\">4 stars<\/span>\n                        <div style=\"flex:1;height:8px;background:rgba(255,255,255,0.2);border-radius:4px;overflow:hidden;\">\n                            <div style=\"height:100%;width:23.584905660377%;background:#2AAFD3;border-radius:4px;transition:width 0.6s ease-out;\"><\/div>\n                        <\/div>\n                        <span style=\"width:30px;text-align:right;opacity:0.8;font-size:12px;\">25<\/span>\n                    <\/div>\n                                        <div style=\"display:flex;align-items:center;gap:10px;font-size:13px;\">\n                        <span style=\"width:55px;opacity:0.9;\">3 stars<\/span>\n                        <div style=\"flex:1;height:8px;background:rgba(255,255,255,0.2);border-radius:4px;overflow:hidden;\">\n                            <div style=\"height:100%;width:2.8301886792453%;background:#2AAFD3;border-radius:4px;transition:width 0.6s ease-out;\"><\/div>\n                        <\/div>\n                        <span style=\"width:30px;text-align:right;opacity:0.8;font-size:12px;\">3<\/span>\n                    <\/div>\n                                        <div style=\"display:flex;align-items:center;gap:10px;font-size:13px;\">\n                        <span style=\"width:55px;opacity:0.9;\">2 stars<\/span>\n                        <div style=\"flex:1;height:8px;background:rgba(255,255,255,0.2);border-radius:4px;overflow:hidden;\">\n                            <div style=\"height:100%;width:0%;background:#2AAFD3;border-radius:4px;transition:width 0.6s ease-out;\"><\/div>\n                        <\/div>\n                        <span style=\"width:30px;text-align:right;opacity:0.8;font-size:12px;\">0<\/span>\n                    <\/div>\n                                        <div style=\"display:flex;align-items:center;gap:10px;font-size:13px;\">\n                        <span style=\"width:55px;opacity:0.9;\">1 stars<\/span>\n                        <div style=\"flex:1;height:8px;background:rgba(255,255,255,0.2);border-radius:4px;overflow:hidden;\">\n                            <div style=\"height:100%;width:0%;background:#2AAFD3;border-radius:4px;transition:width 0.6s ease-out;\"><\/div>\n                        <\/div>\n                        <span style=\"width:30px;text-align:right;opacity:0.8;font-size:12px;\">0<\/span>\n                    <\/div>\n                                    <\/div>\n            <\/div>\n            \n            <!-- REVIEW FORM SECTION - COLLAPSIBLE -->\n            <div style=\"margin-bottom:24px;\">\n                <button type=\"button\" id=\"wr-toggle-form-btn\" onclick=\"document.getElementById('wr-form-wrapper').classList.toggle('wr-form-open'); this.classList.toggle('wr-btn-active');\" style=\"width:100%;padding:16px 24px;background:#1B2A4A;color:white;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(27,42,74,0.12);\">\n                    <svg style=\"width:20px;height:20px;fill:currentColor;\" viewBox=\"0 0 24 24\"><path d=\"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z\"\/><\/svg>\n                    Write a Review\n                    <svg id=\"wr-chevron\" style=\"width:20px;height:20px;fill:currentColor;transition:transform 0.3s ease;margin-left:auto;\" viewBox=\"0 0 24 24\"><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"\/><\/svg>\n                <\/button>\n                \n                <div id=\"wr-form-wrapper\" style=\"max-height:0;overflow:hidden;transition:max-height 0.4s ease-out, opacity 0.3s ease, margin 0.3s ease;opacity:0;margin-top:0;\">\n                    <div style=\"background:#FFFFFF;border-radius:0 0 16px 16px;padding:28px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;border-top:none;\">\n                        <h3 style=\"font-size:18px;font-weight:600;color:#1B2A4A;margin:0 0 6px 0;\">Share Your Experience<\/h3>\n                        <p style=\"color:#6B7B8D;margin:0 0 20px 0;font-size:14px;\">Help others by sharing your thoughts on this product<\/p>\n                        \n                        <div class=\"wr-form-message\" id=\"wr-form-message\" style=\"display:none;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-size:15px;\"><\/div>\n                        \n                        <form id=\"wr-review-form\" onsubmit=\"return wrSubmitReview(event);\">\n                            <input type=\"hidden\" name=\"product_id\" value=\"1907\">\n                            \n                            <div style=\"margin-bottom:18px;\">\n                                <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:8px;font-size:14px;\">Your Rating *<\/label>\n                                <div class=\"wr-rating-input\" style=\"display:flex;gap:4px;flex-direction:row-reverse;justify-content:flex-end;\">\n                                                                        <input type=\"radio\" name=\"rating\" id=\"wr-star5\" value=\"5\" style=\"display:none;\">\n                                    <label for=\"wr-star5\" style=\"cursor:pointer;padding:2px;\">\n                                        <svg class=\"wr-star-input\" style=\"width:32px;height:32px;fill:#DDE3D9;transition:all 0.2s;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                                    <\/label>\n                                                                        <input type=\"radio\" name=\"rating\" id=\"wr-star4\" value=\"4\" style=\"display:none;\">\n                                    <label for=\"wr-star4\" style=\"cursor:pointer;padding:2px;\">\n                                        <svg class=\"wr-star-input\" style=\"width:32px;height:32px;fill:#DDE3D9;transition:all 0.2s;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                                    <\/label>\n                                                                        <input type=\"radio\" name=\"rating\" id=\"wr-star3\" value=\"3\" style=\"display:none;\">\n                                    <label for=\"wr-star3\" style=\"cursor:pointer;padding:2px;\">\n                                        <svg class=\"wr-star-input\" style=\"width:32px;height:32px;fill:#DDE3D9;transition:all 0.2s;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                                    <\/label>\n                                                                        <input type=\"radio\" name=\"rating\" id=\"wr-star2\" value=\"2\" style=\"display:none;\">\n                                    <label for=\"wr-star2\" style=\"cursor:pointer;padding:2px;\">\n                                        <svg class=\"wr-star-input\" style=\"width:32px;height:32px;fill:#DDE3D9;transition:all 0.2s;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                                    <\/label>\n                                                                        <input type=\"radio\" name=\"rating\" id=\"wr-star1\" value=\"1\" style=\"display:none;\">\n                                    <label for=\"wr-star1\" style=\"cursor:pointer;padding:2px;\">\n                                        <svg class=\"wr-star-input\" style=\"width:32px;height:32px;fill:#DDE3D9;transition:all 0.2s;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg>\n                                    <\/label>\n                                                                    <\/div>\n                            <\/div>\n                            \n                            <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;\">\n                                <div>\n                                    <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:6px;font-size:13px;\" for=\"wr-author_name\">Your Name *<\/label>\n                                    <input type=\"text\" style=\"width:100%;padding:11px 14px;border:2px solid #E8EDF2;border-radius:10px;font-size:14px;background:#F8FAFB;box-sizing:border-box;transition:all 0.2s;\" name=\"author_name\" id=\"wr-author_name\" value=\"\" required>\n                                <\/div>\n                                <div>\n                                    <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:6px;font-size:13px;\" for=\"wr-author_email\">Email *<\/label>\n                                    <input type=\"email\" style=\"width:100%;padding:11px 14px;border:2px solid #E8EDF2;border-radius:10px;font-size:14px;background:#F8FAFB;box-sizing:border-box;transition:all 0.2s;\" name=\"author_email\" id=\"wr-author_email\" value=\"\" required>\n                                <\/div>\n                            <\/div>\n                            \n                            <div style=\"margin-bottom:18px;\">\n                                <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:6px;font-size:13px;\" for=\"wr-review_title\">Review Title<\/label>\n                                <input type=\"text\" style=\"width:100%;padding:11px 14px;border:2px solid #E8EDF2;border-radius:10px;font-size:14px;background:#F8FAFB;box-sizing:border-box;transition:all 0.2s;\" name=\"title\" id=\"wr-review_title\" placeholder=\"Summarize your experience\">\n                            <\/div>\n                            \n                            <div style=\"margin-bottom:18px;\">\n                                <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:6px;font-size:13px;\" for=\"wr-review_content\">Your Review *<\/label>\n                                <textarea style=\"width:100%;padding:11px 14px;border:2px solid #E8EDF2;border-radius:10px;font-size:14px;background:#F8FAFB;box-sizing:border-box;min-height:100px;resize:vertical;transition:all 0.2s;font-family:inherit;\" name=\"content\" id=\"wr-review_content\" placeholder=\"Share your experience with this product. What did you like? What could be better?\" required><\/textarea>\n                            <\/div>\n                            \n                            <div style=\"margin-bottom:18px;\">\n                                <label style=\"display:block;font-weight:600;color:#1B2A4A;margin-bottom:6px;font-size:13px;\">Add Photos & Videos<\/label>\n                                <div style=\"position:relative;border:2px dashed #E8EDF2;border-radius:10px;padding:20px;text-align:center;background:#F8FAFB;transition:all 0.2s;\">\n                                    <input type=\"file\" \n                                           id=\"wr-file-input\" \n                                           multiple \n                                           accept=\"image\/*,video\/*\" \n                                           onchange=\"wrHandleFiles(this.files)\"\n                                           style=\"position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10;\">\n                                    <svg style=\"width:32px;height:32px;fill:#1B2A4A;margin-bottom:8px;pointer-events:none;\" viewBox=\"0 0 24 24\">\n                                        <path d=\"M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2h-3zm-3 4V8h-3V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8h-3zM5 19l3-4 2 3 3-4 4 5H5z\"\/>\n                                    <\/svg>\n                                    <p style=\"color:#1B2A4A;font-weight:500;margin:0 0 4px 0;font-size:13px;pointer-events:none;\">Click or drag files here to upload<\/p>\n                                    <p style=\"color:#6B7B8D;font-size:11px;margin:0;pointer-events:none;\">Up to 5 images \u2022 Videos up to 50MB<\/p>\n                                <\/div>\n                                <div id=\"wr-file-preview\" style=\"display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:15px;\"><\/div>\n                                <div id=\"wr-file-status\" style=\"display:none;margin-top:10px;padding:12px 16px;background:#1B2A4A;color:white;border-radius:8px;font-size:14px;font-weight:500;\"><\/div>\n                            <\/div>\n                            \n                            <script>\n                            var wrUploadedFiles = [];\n                            var wrAjaxUrl = \"https:\/\/demo.lavolabssolutions.com\/wp-admin\/admin-ajax.php\";\n                            var wrNonce = \"6f08ee813b\";\n                            \n                            function wrHandleFiles(files) {\n                                for (var i = 0; i < files.length; i++) {\n                                    if (wrUploadedFiles.length < 10) {\n                                        wrUploadedFiles.push(files[i]);\n                                    }\n                                }\n                                wrUpdatePreview();\n                            }\n                            \n                            function wrUpdatePreview() {\n                                var container = document.getElementById(\"wr-file-preview\");\n                                var status = document.getElementById(\"wr-file-status\");\n                                container.innerHTML = \"\";\n                                \n                                if (wrUploadedFiles.length > 0) {\n                                    status.style.display = \"block\";\n                                    status.innerHTML = \"\ud83d\udcce \" + wrUploadedFiles.length + \" file\" + (wrUploadedFiles.length > 1 ? \"s\" : \"\") + \" selected and ready to upload\";\n                                } else {\n                                    status.style.display = \"none\";\n                                }\n                                \n                                wrUploadedFiles.forEach(function(file, index) {\n                                    var div = document.createElement(\"div\");\n                                    div.style.cssText = \"position:relative;background:#f5f5f5;border-radius:12px;overflow:hidden;aspect-ratio:1;box-shadow:0 2px 8px rgba(0,0,0,0.1);\";\n                                    \n                                    if (file.type.startsWith(\"image\/\")) {\n                                        var reader = new FileReader();\n                                        reader.onload = function(e) {\n                                            div.innerHTML = \"<img src=\\\"\" + e.target.result + \"\\\" style=\\\"width:100%;height:100%;object-fit:cover;\\\">\" +\n                                                \"<div style=\\\"position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:white;padding:8px 6px 6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\\\">\ud83d\udcf7 \" + file.name.substring(0,15) + \"<\/div>\" +\n                                                \"<button type=\\\"button\\\" onclick=\\\"wrRemoveFile(\" + index + \")\\\" style=\\\"position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:50%;background:#e74c3c;border:2px solid white;color:white;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,0.3);\\\">&times;<\/button>\";\n                                        };\n                                        reader.readAsDataURL(file);\n                                    } else if (file.type.startsWith(\"video\/\")) {\n                                        div.innerHTML = \"<div style=\\\"width:100%;height:100%;background:#1a1a2e;display:flex;align-items:center;justify-content:center;\\\"><span style=\\\"font-size:40px;\\\">\ud83c\udfac<\/span><\/div>\" +\n                                            \"<div style=\\\"position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:white;padding:8px 6px 6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\\\">\ud83c\udfac \" + file.name.substring(0,15) + \"<\/div>\" +\n                                            \"<button type=\\\"button\\\" onclick=\\\"wrRemoveFile(\" + index + \")\\\" style=\\\"position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:50%;background:#e74c3c;border:2px solid white;color:white;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,0.3);\\\">&times;<\/button>\";\n                                    }\n                                    \n                                    container.appendChild(div);\n                                });\n                                \n                                wrUpdateSubmitButton();\n                            }\n                            \n                            function wrRemoveFile(index) {\n                                wrUploadedFiles.splice(index, 1);\n                                wrUpdatePreview();\n                            }\n                            \n                            function wrUpdateSubmitButton() {\n                                var btn = document.querySelector(\"#wr-review-form .wr-submit-btn\");\n                                if (!btn) return;\n                                \n                                if (wrUploadedFiles.length > 0) {\n                                    btn.innerHTML = \"<svg style=\\\"width:18px;height:18px;fill:currentColor;\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M2.01 21L23 12 2.01 3 2 10l15 2-15 2z\\\"\/><\/svg> Submit Review with \" + wrUploadedFiles.length + \" file\" + (wrUploadedFiles.length > 1 ? \"s\" : \"\");\n                                    btn.style.background = \"#2AAFD3\";\n                                } else {\n                                    btn.innerHTML = \"<svg style=\\\"width:18px;height:18px;fill:currentColor;\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M2.01 21L23 12 2.01 3 2 10l15 2-15 2z\\\"\/><\/svg> Submit Review\";\n                                    btn.style.background = \"#1B2A4A\";\n                                }\n                            }\n                            \n                            function wrSubmitReview(e) {\n                                e.preventDefault();\n                                e.stopPropagation();\n                                \n                                var form = document.getElementById(\"wr-review-form\");\n                                var btn = form.querySelector(\".wr-submit-btn\");\n                                var msgDiv = document.getElementById(\"wr-form-message\");\n                                \n                                \/\/ Get form values\n                                var productId = form.querySelector(\"[name=product_id]\").value;\n                                var rating = form.querySelector(\"[name=rating]:checked\");\n                                var title = form.querySelector(\"[name=title]\").value;\n                                var content = form.querySelector(\"[name=content]\").value;\n                                var authorName = form.querySelector(\"[name=author_name]\").value;\n                                var authorEmail = form.querySelector(\"[name=author_email]\").value;\n                                \n                                \/\/ Validate\n                                if (!rating) {\n                                    wrShowMessage(\"error\", \"Please select a star rating\");\n                                    return false;\n                                }\n                                if (!content.trim()) {\n                                    wrShowMessage(\"error\", \"Please write your review\");\n                                    return false;\n                                }\n                                if (!authorName.trim()) {\n                                    wrShowMessage(\"error\", \"Please enter your name\");\n                                    return false;\n                                }\n                                if (!authorEmail.trim()) {\n                                    wrShowMessage(\"error\", \"Please enter your email\");\n                                    return false;\n                                }\n                                \n                                \/\/ Loading state\n                                var totalFiles = wrUploadedFiles.length;\n                                var loadingText = totalFiles > 0 ? \"Uploading \" + totalFiles + \" file\" + (totalFiles > 1 ? \"s\" : \"\") + \"...\" : \"Submitting...\";\n                                btn.disabled = true;\n                                btn.innerHTML = \"<span style=\\\"display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,0.3);border-top-color:white;border-radius:50%;animation:wr-spin 0.8s linear infinite;\\\"><\/span> \" + loadingText;\n                                msgDiv.style.display = \"none\";\n                                \n                                \/\/ Build FormData\n                                var formData = new FormData();\n                                formData.append(\"action\", \"submit_wellness_review\");\n                                formData.append(\"nonce\", wrNonce);\n                                formData.append(\"product_id\", productId);\n                                formData.append(\"rating\", rating.value);\n                                formData.append(\"title\", title);\n                                formData.append(\"content\", content);\n                                formData.append(\"author_name\", authorName);\n                                formData.append(\"author_email\", authorEmail);\n                                \n                                \/\/ Add files\n                                wrUploadedFiles.forEach(function(file, i) {\n                                    if (file.type.startsWith(\"image\/\")) {\n                                        formData.append(\"images[\" + i + \"]\", file);\n                                    } else if (file.type.startsWith(\"video\/\")) {\n                                        formData.append(\"videos[\" + i + \"]\", file);\n                                    }\n                                });\n                                \n                                \/\/ Send AJAX request\n                                var xhr = new XMLHttpRequest();\n                                xhr.open(\"POST\", wrAjaxUrl, true);\n                                xhr.onreadystatechange = function() {\n                                    if (xhr.readyState === 4) {\n                                        btn.disabled = false;\n                                        wrUpdateSubmitButton();\n                                        \n                                        if (xhr.status === 200) {\n                                            try {\n                                                var response = JSON.parse(xhr.responseText);\n                                                if (response.success) {\n                                                    wrShowMessage(\"success\", \"<strong>Thank you!<\/strong> \" + response.data.message);\n                                                    \n                                                    \/\/ Reset form\n                                                    form.reset();\n                                                    wrUploadedFiles = [];\n                                                    wrUpdatePreview();\n                                                    \n                                                    \/\/ Scroll to message\n                                                    msgDiv.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n                                                    \n                                                    \/\/ Collapse form after 4 seconds\n                                                    setTimeout(function() {\n                                                        document.getElementById(\"wr-form-wrapper\").classList.remove(\"wr-form-open\");\n                                                        document.getElementById(\"wr-toggle-form-btn\").classList.remove(\"wr-btn-active\");\n                                                    }, 4000);\n                                                } else {\n                                                    wrShowMessage(\"error\", response.data.message || \"Something went wrong\");\n                                                }\n                                            } catch (err) {\n                                                wrShowMessage(\"error\", \"Invalid response from server\");\n                                            }\n                                        } else {\n                                            wrShowMessage(\"error\", \"Server error. Please try again.\");\n                                        }\n                                    }\n                                };\n                                xhr.send(formData);\n                                \n                                return false;\n                            }\n                            \n                            function wrShowMessage(type, message) {\n                                var msgDiv = document.getElementById(\"wr-form-message\");\n                                var bgColor = type === \"success\" ? \"rgba(74,124,89,0.1)\" : \"rgba(199,93,93,0.1)\";\n                                var textColor = type === \"success\" ? \"#1B2A4A\" : \"#C75D5D\";\n                                var icon = type === \"success\" \n                                    ? \"<svg width=\\\"22\\\" height=\\\"22\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"\" + textColor + \"\\\"><path d=\\\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\\\"\/><\/svg>\"\n                                    : \"<svg width=\\\"22\\\" height=\\\"22\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"\" + textColor + \"\\\"><path d=\\\"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z\\\"\/><\/svg>\";\n                                \n                                msgDiv.style.display = \"flex\";\n                                msgDiv.style.alignItems = \"center\";\n                                msgDiv.style.gap = \"12px\";\n                                msgDiv.style.background = bgColor;\n                                msgDiv.style.color = textColor;\n                                msgDiv.innerHTML = icon + \"<span>\" + message + \"<\/span>\";\n                                msgDiv.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n                            }\n                            <\/script>\n                            \n                            <button type=\"submit\" class=\"wr-submit-btn\" style=\"width:100%;padding:14px 24px;background:#1B2A4A;color:white;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.2s;\">\n                                <svg style=\"width:18px;height:18px;fill:currentColor;\" viewBox=\"0 0 24 24\"><path d=\"M2.01 21L23 12 2.01 3 2 10l15 2-15 2z\"\/><\/svg>\n                                Submit Review\n                            <\/button>\n                        <\/form>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- REVIEWS LIST SECTION -->\n            <div style=\"display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px;\">\n                <h3 style=\"margin:0;font-size:18px;font-weight:600;color:#1B2A4A;\">Customer Reviews (106)<\/h3>\n                <div style=\"display:flex;gap:8px;align-items:center;\">\n                    <select class=\"wr-sort-select\" style=\"padding:10px 14px;border:1px solid #E8EDF2;border-radius:8px;background:white;font-size:14px;cursor:pointer;\">\n                        <option value=\"newest\">Newest First<\/option>\n                        <option value=\"oldest\">Oldest First<\/option>\n                        <option value=\"highest\">Highest Rated<\/option>\n                        <option value=\"lowest\">Lowest Rated<\/option>\n                        <option value=\"helpful\">Most Helpful<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n            \n            <div id=\"wr-reviews-list\" class=\"wr-reviews-list\" style=\"display:flex;flex-direction:column;gap:16px;\" data-product-id=\"1907\" data-offset=\"20\" data-total=\"106\">\n                                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">R<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Roberto Alvarado<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Excellent for digestive health. I had nervous colitis and this product helped me a lot. The natural ingredients are gentle but very effective.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"107\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">L<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Linda Thompson<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#DDE3D9;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Good natural cleanse<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            I appreciate the all-natural ingredients. The cleanse was gentle but effective. I would recommend drinking lots of water throughout.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"108\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">S<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Sof\u00eda Villareal<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            The 7D Challenge kit is perfect. It cleanses the liver and colon naturally. I feel light and full of energy after the treatment.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"109\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">P<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Pedro Carrillo<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            It worked wonderfully. My wife convinced me and I do not regret it. The reflux I had disappeared and now I sleep much better. Quality product.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"110\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">E<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Emma Rodriguez<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Worth every penny!<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            This cleanse really works! I did the full 7 days and my digestive issues improved significantly. The tea is tasty and easy to prepare.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"111\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">V<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Valeria S\u00e1nchez<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#DDE3D9;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Muy buen producto<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            El tratamiento es efectivo y f\u00e1cil de seguir. Not\u00e9 mejor\u00eda en mi digesti\u00f3n desde el d\u00eda 3. Recomiendo tomarlo con mucha agua.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"112\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">R<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Rodrigo Fuentes<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Limpieza profunda<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            El Liver-D junto con el Colon-D hacen una combinaci\u00f3n perfecta. Mi cuerpo se siente limpio y renovado. Excelente inversi\u00f3n en salud.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"113\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">G<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Gloria Herrera<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Mi favorito para desintoxicar<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Llevo un a\u00f1o haciendo este reto cada 3 meses. Siempre me siento incre\u00edble despu\u00e9s. Los ingredientes naturales son muy efectivos.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"114\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">A<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Anthony Lopez<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Great cleanse program!<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            My whole family loves this 7D Challenge. We do it together and we all feel amazing afterwards. Highly recommend for anyone wanting to detox.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"115\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">C<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Crist\u00f3bal Mendoza<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">El mejor del mercado<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Prob\u00e9 varias opciones antes de encontrar este kit. Es el m\u00e1s completo y efectivo. Mi sistema digestivo funciona perfectamente ahora.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"116\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">C<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">C\u00e9sar Dom\u00ednguez<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            After months of stress and poor eating habits, this detox was exactly what I needed. I feel renewed and energized.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"105\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">A<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Ang\u00e9lica Mora<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            First time doing a detox and the results exceeded my expectations. The tea is delicious and the cleanse was gentle yet effective.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"106\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\"><\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">\u00d3scar Villanueva<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            I prefer to invest in health rather than in medicines. This kit keeps me healthy and free from digestive issues. Excellent product.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"103\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">M<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Margarita Soto<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#DDE3D9;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Very effective. The treatment worked very well for me. Less gas, better digestion, and more energy. The only thing is that the taste of the Liver Support is intense.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"104\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">S<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Stephanie Lee<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Absolutely love this!<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            The 7D Challenge has become my quarterly ritual. I always feel so refreshed afterwards. The tea is gentle and the liver cleanse is thorough.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"102\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">R<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Rosario Pe\u00f1a<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Excellent product<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            The quality is evident. The ingredients are top-notch and the results are real. My abdomen is flat and without inflammation.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"101\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">M<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Manuel Estrada<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Radical change in my well-being. I used to live with constant stomach discomfort. After the 7D Challenge, everything changed. Now I eat without fear and I feel great.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"100\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">F<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Fernanda Guerrero<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            I love that everything is natural. Ingredients like turmeric and ginger are excellent for health. Guaranteed results.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"99\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">A<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Alejandro Quiroz<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#DDE3D9;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                <h3 style=\"font-size:16px;font-weight:600;color:#1B2A4A;margin:0 0 10px 0;\">Highly recommended<\/h3>\n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            The kit is easy to use and the results are good. My digestion improved significantly. Only the taste of the liver mix is a bit strong.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"98\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"wr-review-card\" style=\"background:#FFFFFF;border-radius:16px;padding:24px;box-shadow:0 4px 24px rgba(27,42,74,0.08);border:1px solid #E8EDF2;transition:all 0.3s ease;\">\n                        <div style=\"display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap;gap:10px;\">\n                            <div style=\"display:flex;align-items:center;gap:12px;\">\n                                <div style=\"width:44px;height:44px;border-radius:50%;background:#1B2A4A;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0;\">Y<\/div>\n                                <div>\n                                    <h4 style=\"margin:0 0 3px 0;font-size:15px;font-weight:600;color:#1B2A4A;\">Yolanda Espinosa<\/h4>\n                                    <span style=\"font-size:12px;color:#6B7B8D;\">10 meses ago<\/span>\n                                <\/div>\n                                                                <span style=\"display:inline-flex;align-items:center;gap:4px;background:rgba(74,124,89,0.1);color:#1B2A4A;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;\">\n                                    <svg style=\"width:12px;height:12px;\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                                    Verified\n                                <\/span>\n                                                            <\/div>\n                            <div style=\"display:flex;align-items:center;gap:6px;\">\n                                <span style=\"display:inline-flex;align-items:center;gap:2px;line-height:1;\"><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg style=\"width:16px;height:16px;fill:#2AAFD3;flex-shrink:0;display:inline-block;\" viewBox=\"0 0 24 24\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/span>                            <\/div>\n                        <\/div>\n                        \n                                                \n                        <div style=\"color:#6B7B8D;line-height:1.6;margin-bottom:16px;font-size:14px;\">\n                            Miraculous product. I had fatty liver problems and my doctor noticed improvement after using this product regularly. The ingredients are very effective.                        <\/div>\n                        \n                                                \n                        <div style=\"display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #E8EDF2;\">\n                            <button class=\"wr-helpful-btn\" data-review-id=\"97\" style=\"display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E8EDF2;border-radius:20px;background:transparent;color:#6B7B8D;font-size:13px;cursor:pointer;transition:all 0.2s;\">\n                                <svg style=\"width:16px;height:16px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\/><\/svg>\n                                Helpful (<span class=\"wr-helpful-count\">0<\/span>)\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                                                <\/div>\n            \n                        <div id=\"wr-load-more-container\" style=\"text-align:center;margin-top:24px;\">\n                <button type=\"button\" id=\"wr-load-more-btn\" onclick=\"wrLoadMoreReviews()\" style=\"padding:14px 32px;background:white;border:2px solid #1B2A4A;color:#1B2A4A;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease;\">\n                    Load More Reviews\n                    <span id=\"wr-remaining-count\" style=\"opacity:0.7;margin-left:6px;\">(86 more)<\/span>\n                <\/button>\n            <\/div>\n                    <\/div>\n        \n        <!-- Lightbox -->\n        <div id=\"wr-lightbox-overlay\" style=\"position:fixed;inset:0;background:rgba(0,0,0,0.95);z-index:999999;display:none;align-items:center;justify-content:center;padding:20px;\" onclick=\"wrCloseLightbox()\">\n            <button style=\"position:absolute;top:20px;right:20px;width:50px;height:50px;border:none;background:rgba(255,255,255,0.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;\" onclick=\"wrCloseLightbox()\">\n                <svg style=\"width:24px;height:24px;\" viewBox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke=\"white\" stroke-width=\"2.5\" fill=\"none\"\/><\/svg>\n            <\/button>\n            <div id=\"wr-lightbox-content\" style=\"max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;\" onclick=\"event.stopPropagation()\"><\/div>\n        <\/div>\n        \n        <script>\n        function wrOpenLightbox(type, src) {\n            var container = document.getElementById('wr-lightbox-content');\n            var overlay = document.getElementById('wr-lightbox-overlay');\n            \n            if (type === 'image') {\n                container.innerHTML = '<img decoding=\"async\" src=\"' + src + '\" style=\"max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 50px rgba(0,0,0,0.5);\">';\n            } else {\n                container.innerHTML = '<video src=\"' + src + '\" controls autoplay style=\"max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 50px rgba(0,0,0,0.5);\"><\/video>';\n            }\n            \n            overlay.style.display = 'flex';\n            document.body.style.overflow = 'hidden';\n        }\n        \n        function wrCloseLightbox() {\n            var overlay = document.getElementById('wr-lightbox-overlay');\n            var container = document.getElementById('wr-lightbox-content');\n            var video = container.querySelector('video');\n            if (video) video.pause();\n            overlay.style.display = 'none';\n            container.innerHTML = '';\n            document.body.style.overflow = '';\n        }\n        \n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape') wrCloseLightbox();\n        });\n        \n        var wrLoadMoreAjaxUrl = 'https:\/\/demo.lavolabssolutions.com\/wp-admin\/admin-ajax.php';\n        var wrLoadMoreNonce = 'dafdb8447e';\n        \n        function wrLoadMoreReviews() {\n            var list = document.getElementById('wr-reviews-list');\n            var btn = document.getElementById('wr-load-more-btn');\n            var container = document.getElementById('wr-load-more-container');\n            var productId = list.getAttribute('data-product-id');\n            var offset = parseInt(list.getAttribute('data-offset'));\n            var total = parseInt(list.getAttribute('data-total'));\n            var remaining = total - offset;\n            \n            btn.innerHTML = '<span style=\"display:inline-block;width:16px;height:16px;border:2px solid rgba(74,124,89,0.3);border-top-color:#1B2A4A;border-radius:50%;animation:wr-spin 0.8s linear infinite;margin-right:8px;\"><\/span> Loading...';\n            btn.disabled = true;\n            \n            var xhr = new XMLHttpRequest();\n            xhr.open('POST', wrLoadMoreAjaxUrl, true);\n            xhr.setRequestHeader('Content-Type', 'application\/x-www-form-urlencoded');\n            \n            xhr.onload = function() {\n                if (xhr.status === 200) {\n                    try {\n                        var response = JSON.parse(xhr.responseText);\n                        if (response.success && response.data.html && response.data.count > 0) {\n                            list.insertAdjacentHTML('beforeend', response.data.html);\n                            var newOffset = offset + response.data.count;\n                            list.setAttribute('data-offset', newOffset);\n                            \n                            remaining = total - newOffset;\n                            if (remaining <= 0) {\n                                container.style.display = 'none';\n                            } else {\n                                var remainingEl = document.getElementById('wr-remaining-count');\n                                if (remainingEl) remainingEl.textContent = '(' + remaining + ' more)';\n                                btn.innerHTML = 'Load More Reviews <span style=\"opacity:0.7;margin-left:6px;\">(' + remaining + ' more)<\/span>';\n                                btn.disabled = false;\n                            }\n                        } else {\n                            \/\/ No more reviews to load\n                            container.style.display = 'none';\n                        }\n                    } catch (e) {\n                        \/\/ JSON parse error - reset button\n                        console.error('Load more error:', e);\n                        btn.innerHTML = 'Load More Reviews <span style=\"opacity:0.7;margin-left:6px;\">(' + remaining + ' more)<\/span>';\n                        btn.disabled = false;\n                    }\n                } else {\n                    \/\/ HTTP error - reset button so user can retry\n                    console.error('Load more HTTP error:', xhr.status);\n                    btn.innerHTML = 'Load More Reviews <span style=\"opacity:0.7;margin-left:6px;\">(' + remaining + ' more)<\/span>';\n                    btn.disabled = false;\n                }\n            };\n            \n            xhr.onerror = function() {\n                \/\/ Network error - reset button so user can retry\n                console.error('Load more network error');\n                btn.innerHTML = 'Load More Reviews <span style=\"opacity:0.7;margin-left:6px;\">(' + remaining + ' more)<\/span>';\n                btn.disabled = false;\n            };\n            \n            xhr.send('action=wr_load_more_reviews&nonce=' + wrLoadMoreNonce + '&product_id=' + productId + '&offset=' + offset);\n        }\n        <\/script>\n        \n        <style>\n            .wr-helpful-btn:hover, .wr-helpful-btn.voted { background:rgba(74,124,89,0.1) !important; border-color:#1B2A4A !important; color:#1B2A4A !important; }\n            #wr-review-form input:focus, #wr-review-form textarea:focus { outline:none; border-color:#1B2A4A !important; background:white !important; box-shadow:0 0 0 3px rgba(74,124,89,0.1); }\n            .wr-rating-input label:hover svg, .wr-rating-input label:hover ~ label svg, .wr-rating-input input:checked ~ label svg { fill:#2AAFD3 !important; transform:scale(1.1); }\n            .wr-upload-area:hover, .wr-upload-area.dragover { border-color:#1B2A4A !important; background:rgba(74,124,89,0.05) !important; }\n            .wr-submit-btn:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(74,124,89,0.3); }\n            .wr-submit-btn:disabled { opacity:0.6; cursor:not-allowed; transform:none !important; }\n            .wr-form-message.wr-message-success { display:flex !important; background:rgba(74,124,89,0.1); color:#1B2A4A; }\n            .wr-form-message.wr-message-error { display:flex !important; background:rgba(199,93,93,0.1); color:#C75D5D; }\n            .wr-preview-item { position:relative; aspect-ratio:1; border-radius:8px; overflow:hidden; background:#F8FAFB; }\n            .wr-preview-item img, .wr-preview-item video { width:100%; height:100%; object-fit:cover; }\n            .wr-preview-remove { position:absolute; top:4px; right:4px; width:22px; height:22px; border-radius:50%; background:#C75D5D; border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; }\n            .wr-preview-remove svg { width:12px; height:12px; fill:white; }\n            .wr-submit-btn .spinner { width:18px; height:18px; border:2px solid rgba(255,255,255,0.3); border-top-color:white; border-radius:50%; animation:wr-spin 0.8s linear infinite; }\n            @keyframes wr-spin { to { transform:rotate(360deg); } }\n            #wr-load-more-btn:hover { background:#1B2A4A; color:white; }\n            #wr-load-more-btn:disabled { opacity:0.7; cursor:wait; }\n            \n            \/* Dropdown toggle button styles *\/\n            #wr-toggle-form-btn:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(74,124,89,0.3); }\n            #wr-toggle-form-btn.wr-btn-active { border-radius:12px 12px 0 0; }\n            #wr-toggle-form-btn.wr-btn-active #wr-chevron { transform:rotate(180deg); }\n            \n            \/* Dropdown form wrapper animation *\/\n            #wr-form-wrapper.wr-form-open { max-height:1200px !important; opacity:1 !important; margin-top:0 !important; }\n            \n            @media (max-width:600px) { \n                #wr-review-form > div[style*=\"grid-template-columns:1fr 1fr\"] { grid-template-columns:1fr !important; } \n                .wr-reviews-container > div:first-child { flex-direction:column !important; }\n                .wr-reviews-container > div:first-child > div:first-child { border-right:none !important; border-bottom:1px solid rgba(255,255,255,0.2) !important; padding-right:0 !important; padding-bottom:20px !important; }\n            }\n        <\/style>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p><!-- WooCommerce Short Description - 21D Challenge --><\/p>\n<div style=\"font-family: inherit; max-width: 100%; color: #333;\">\n<p><!-- Package Info Box --><\/p>\n<div style=\"background: #e8f4f8; padding: 15px 20px; border-radius: 8px; margin-bottom: 20px;\">\n<p style=\"font-weight: bold; color: #2c3e50; margin: 0 0 10px 0; font-size: 16px;\">\ud83d\udce6 El paquete incluye:<\/p>\n<p style=\"color: #5a6c7d; margin: 5px 0; padding-left: 10px;\">- Kit de desintoxicaci\u00f3n hep\u00e1tica Liver-D<\/p>\n<p style=\"color: #5a6c7d; margin: 5px 0; padding-left: 10px;\">- 1 bolsa de t\u00e9 desintoxicante Colon-D<\/p>\n<\/div>\n<p><!-- Benefits --><\/p>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">Desintoxicaci\u00f3n profunda del h\u00edgado y el colon<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">El sistema Liver-D limpia y restaura el h\u00edgado, mientras que el t\u00e9 Colon-D desintoxica de forma natural el colon, eliminando las toxinas acumuladas.<\/p>\n<\/div>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">\u2705 Mejora la digesti\u00f3n y reduce la inflamaci\u00f3n<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">Los ingredientes naturales optimizan su proceso digestivo, reduciendo s\u00edntomas como la acidez, los gases y la hinchaz\u00f3n abdominal.<\/p>\n<\/div>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">\u2705 Estimula el metabolismo y ayuda a perder peso<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">La combinaci\u00f3n de ingredientes naturales activa su metabolismo, facilitando la eliminaci\u00f3n de grasas y mejorando sus niveles de energ\u00eda diarios.<\/p>\n<\/div>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">\u2705 Refuerza el sistema inmunitario<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">Favorece la salud intestinal y refuerza las defensas naturales.<\/p>\n<\/div>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">\u2705 Proporciona protecci\u00f3n antioxidante<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">Rico en vitamina C, extracto de alcachofa, cardo mariano y c\u00farcuma que combaten el estr\u00e9s oxidativo y el envejecimiento celular.<\/p>\n<\/div>\n<div style=\"margin-bottom: 15px; padding: 12px 15px; background: #fafafa; border-radius: 8px;\">\n<p style=\"font-weight: bold; margin: 0 0 5px 0; color: #2c3e50;\">Resultados completos en 7 d\u00edas<\/p>\n<p style=\"color: #5a6c7d; margin: 0; font-size: 14px; line-height: 1.5;\">Programa completo que trabaja sin\u00e9rgicamente para limpiar, restaurar y revitalizar su cuerpo, con resultados visibles en la energ\u00eda, la digesti\u00f3n y el bienestar general.<\/p>\n<\/div>\n<\/div>","protected":false},"featured_media":6921,"template":"","meta":[],"product_brand":[],"product_cat":[33,82,60],"product_tag":[37,38,39],"wf_product_folders":[],"class_list":{"0":"post-1907","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-all-products","7":"product_cat-detox","8":"product_cat-top-sellers","9":"product_tag-colombia","10":"product_tag-mexico","11":"product_tag-united-states","13":"first","14":"instock","15":"taxable","16":"shipping-taxable","17":"purchasable","18":"product-type-simple"},"_links":{"self":[{"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product\/1907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":301,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product\/1907\/revisions"}],"predecessor-version":[{"id":8131,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product\/1907\/revisions\/8131"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/media\/6921"}],"wp:attachment":[{"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/media?parent=1907"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product_brand?post=1907"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product_cat?post=1907"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/product_tag?post=1907"},{"taxonomy":"wf_product_folders","embeddable":true,"href":"https:\/\/demo.lavolabssolutions.com\/es\/wp-json\/wp\/v2\/wf_product_folders?post=1907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}