{"product_id":"depiladora-ipl-de-uso-domestico","title":"Depiladora Láser IPL Profesional","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDepiladora IPL - Tienda\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* =========================================\n           VARIABLES Y ESTILOS BASE\n           ========================================= *\/\n        :root {\n            --primary-bg: #faf9f6; \n            --text-dark: #222222;\n            --text-gray: #666666;\n            --accent-purple: #b8bce0; \n            --accent-purple-dark: #9da3d1;\n            --white: #ffffff;\n            --yellow-star: #ffc107;\n            --pink-quote: #ff5eb5;\n        }\n\n        html { scroll-behavior: smooth; }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Montserrat', sans-serif;\n        }\n\n        body {\n            background-color: var(--primary-bg);\n            color: var(--text-dark);\n            line-height: 1.5;\n        }\n\n        .container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0 15px; \n        }\n\n        section { padding: 40px 0; overflow: hidden; }\n\n        \/* =========================================\n           TOP BANNER\n           ========================================= *\/\n        .top-banner {\n            background-color: var(--accent-purple);\n            color: var(--white);\n            text-align: center;\n            padding: 12px 10px;\n            font-size: 0.8rem;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 8px 20px;\n        }\n\n        \/* =========================================\n           HERO SECTION\n           ========================================= *\/\n        .hero-banner {\n            width: 100%;\n            height: 400px;\n            background-color: #e5e5e5; \n            background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/1014\/0529\/4958\/files\/1.1.png?v=1785351360); \n            background-size: cover;\n            background-position: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 30px 20px;\n            border-radius: 0 0 20px 20px;\n        }\n        .hero-banner h1 {\n            color: var(--white);\n            font-size: 2.2rem;\n            line-height: 1.1;\n            font-weight: 800;\n            text-shadow: 2px 2px 15px rgba(0,0,0,0.5);\n            max-width: 100%;\n        }\n\n        \/* =========================================\n           SECCIÓN DE PRODUCTO Y PRECIO\n           ========================================= *\/\n        .product-section {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            width: 100%;\n        }\n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            line-height: 1.1;\n            color: var(--text-dark);\n        }\n        .reviews {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 8px;\n            font-size: 0.95rem;\n            color: var(--text-gray);\n            margin-bottom: 25px;\n            font-weight: 500;\n        }\n        .stars { color: var(--yellow-star); letter-spacing: 2px; }\n        \n        .price-container {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 10px;\n            flex-wrap: wrap;\n        }\n        .current-price {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: var(--accent-purple-dark);\n        }\n        .old-price {\n            font-size: 1.2rem;\n            text-decoration: line-through;\n            color: var(--text-dark);\n            font-weight: 600;\n            opacity: 0.6;\n        }\n        .discount-badge {\n            background-color: var(--accent-purple);\n            color: var(--white);\n            padding: 6px 16px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 10px rgba(184, 188, 224, 0.4);\n        }\n\n        \/* Botón de la calculadora (Estilos base del botón verde) *\/\n        .buy-now-btn {\n            width: 100% !important;\n            background-color: #12851d !important; \n            color: #ffffff !important;\n            border: none !important;\n            border-radius: 50px !important;\n            padding: 16px !important;\n            font-size: 1.1rem !important;\n            font-weight: 700 !important;\n            cursor: pointer !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            gap: 10px !important;\n            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3) !important;\n            transition: transform 0.2s ease !important;\n            margin: 0 auto !important;\n        }\n        .buy-now-btn:active { transform: scale(0.98) !important; }\n        .buy-now-btn svg { width: 24px !important; height: 24px !important; fill: white !important; }\n\n        \/* Lista de características *\/\n        .features-list {\n            text-align: left;\n            margin-bottom: 40px;\n            display: flex;\n            flex-direction: column;\n            gap: 18px;\n            width: 100%;\n            max-width: 400px;\n            background: #fff;\n            padding: 25px;\n            border-radius: 20px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n        }\n        .features-list p { display: flex; align-items: center; gap: 15px; font-size: 1rem; font-weight: 600; }\n        .features-list svg { width: 22px; height: 22px; fill: var(--accent-purple-dark); flex-shrink: 0; }\n        \n        .shipping-progress { display: flex; justify-content: space-between; width: 100%; position: relative; margin-top: 20px; }\n        .shipping-progress::before { content: ''; position: absolute; top: 25px; left: 15%; right: 15%; height: 3px; background-color: var(--accent-purple); z-index: 1; }\n        .step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; width: 33%; }\n        .step-icon { width: 50px; height: 50px; background-color: var(--accent-purple); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 12px; }\n        .step-icon svg { width: 22px; height: 22px; fill: var(--white); }\n        .step p { font-size: 0.8rem; font-weight: 600; line-height: 1.3; }\n\n        \/* =========================================\n           SECCIÓN RESULTADOS Y TABLA\n           ========================================= *\/\n        .results-section .container { display: flex; flex-direction: column; gap: 40px; align-items: center; }\n        .results-img { width: 100%; height: 350px; background-color: #ddd; background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1014\/0529\/4958\/files\/14.png?v=1785351840'); background-size: cover; background-position: center; border-radius: 20px; order: -1; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }\n        .results-stats { width: 100%; background: #fff; padding: 30px 20px; border-radius: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }\n        .results-stats h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 30px; text-align: center; }\n        .stat-item { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eaeaea; }\n        .stat-item:last-child { border-bottom: none; }\n        .stat-circle { width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.2rem; font-weight: 800; color: var(--accent-purple-dark); position: relative; background: conic-gradient(var(--accent-purple) var(--p), transparent 0); }\n        .stat-circle::before { content: \"\"; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; background-color: var(--white); border-radius: 50%; z-index: 1; }\n        .stat-circle span { position: relative; z-index: 2; }\n        .stat-text { font-size: 1.05rem; color: var(--text-gray); flex: 1; }\n\n        .comparison-section { background-color: var(--primary-bg); display: flex; flex-direction: column; align-items: center; }\n        .comparison-section h2 { font-size: 1.6rem; margin-bottom: 30px; font-weight: 700; text-align: center; }\n        .compare-table-wrapper { width: 100%; max-width: 400px; background: #ffffff; border-radius: 15px; padding: 15px 10px; position: relative; z-index: 1; }\n        .pill-background { position: absolute; top: -10px; bottom: -10px; left: 36%; width: 25%; background-color: var(--accent-purple); border-radius: 15px; z-index: -1; }\n        .compare-table { width: 100%; border-collapse: collapse; table-layout: fixed; z-index: 2; }\n        .compare-table th:nth-child(1), .compare-table td:nth-child(1) { width: 35%; }\n        .compare-table th:nth-child(2), .compare-table td:nth-child(2) { width: 25%; }\n        .compare-table th:nth-child(3), .compare-table td:nth-child(3) { width: 20%; }\n        .compare-table th:nth-child(4), .compare-table td:nth-child(4) { width: 20%; }\n        .compare-table th, .compare-table td { padding: 12px 2px; font-size: 0.75rem; text-align: center; font-weight: 600; border-bottom: 1px solid #f0f0f0;}\n        .compare-table th { font-size: 0.75rem; border-bottom: transparent; }\n        .compare-table th:nth-child(2) { font-size: 1rem; color: var(--white); text-transform: uppercase; }\n        .compare-table td:nth-child(2) { color: var(--white); }\n        .compare-table tbody tr:last-child td { border-bottom: none; }\n        .compare-table td:nth-child(1), .compare-table th:nth-child(1) { text-align: left; padding-left: 5px; }\n        .table-icon { width: 16px; height: 16px; display: inline-block; }\n        .icon-white { stroke: var(--white); }\n        .icon-purple { stroke: var(--accent-purple); }\n\n        \/* =========================================\n           NUEVO: CALCULADORA DE AHORRO\n           ========================================= *\/\n        .calculator-section {\n            background-color: var(--accent-purple);\n            padding: 50px 15px;\n            color: var(--text-dark);\n            text-align: center;\n        }\n        .calc-container {\n            max-width: 500px;\n            margin: 0 auto;\n            background: var(--white);\n            padding: 35px 20px;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n        }\n        .calc-container h2 {\n            font-size: 1.6rem;\n            font-weight: 800;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        .calc-question {\n            font-size: 1rem;\n            margin-bottom: 25px;\n            font-weight: 600;\n            color: var(--text-gray);\n            line-height: 1.4;\n        }\n        .calc-options {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        .calc-btn-option {\n            background: var(--primary-bg);\n            border: 2px solid var(--accent-purple-dark);\n            color: var(--accent-purple-dark);\n            padding: 14px;\n            border-radius: 12px;\n            font-size: 1.05rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.2s ease;\n        }\n        .calc-btn-option:hover, .calc-btn-option:active {\n            background: var(--accent-purple-dark);\n            color: var(--white);\n            transform: scale(0.98);\n        }\n        \n        \/* Resultados ocultos inicialmente *\/\n        .calc-result {\n            display: none;\n            flex-direction: column;\n            gap: 15px;\n            animation: fadeIn 0.6s ease-in-out;\n        }\n        .calc-result-amount {\n            font-size: 2.2rem;\n            font-weight: 900;\n            color: #d32f2f; \/* Color rojo para resaltar el gasto *\/\n            margin: 5px 0;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n        }\n        .calc-savings {\n            font-size: 1.1rem;\n            color: #12851d; \/* Verde éxito *\/\n            font-weight: 700;\n            line-height: 1.4;\n        }\n        .calc-discount-msg {\n            background: #fff9e6;\n            border: 2px dashed var(--yellow-star);\n            padding: 15px;\n            border-radius: 12px;\n            font-size: 1rem;\n            font-weight: 800;\n            color: #b08500;\n            margin-top: 5px;\n            margin-bottom: 10px;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(15px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* =========================================\n           RESUMEN DE BENEFICIOS\n           ========================================= *\/\n        .benefits-section h2 { text-align: center; font-size: 2rem; margin-bottom: 40px; color: var(--text-dark);}\n        .benefits-grid { display: flex; flex-direction: column; gap: 20px; }\n        .benefit-block { background: #fff; padding: 20px; border-radius: 15px; }\n        .benefit-block h4 { display: flex; align-items: center; gap: 12px; font-size: 1.2rem; margin-bottom: 10px; font-weight: 700; }\n        .benefit-block p { font-size: 1rem; }\n        .benefit-img { width: 100%; height: 350px; background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/1014\/0529\/4958\/files\/8.webp?v=1785351545); background-size: cover; background-position: center; border-radius: 20px; order: -1; }\n        .check-icon { background: var(--primary-bg); border: 2px solid var(--accent-purple); color: var(--accent-purple); border-radius: 50%; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n        .ba-section .container { display: flex; flex-direction: column; align-items: center; gap: 25px; }\n        .ba-text { text-align: center; }\n        .ba-image-container { width: 100%; height: 350px; background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/1014\/0529\/4958\/files\/9_5a03cc94-52b6-4734-97fd-6118e828f391.webp?v=1785352503); background-size: cover; background-position: center; border-radius: 20px; }\n\n        .how-to-section { text-align: center; }\n        .video-placeholder { width: 100%; max-width: 500px; margin: 0 auto; border-radius: 20px; overflow: hidden; }\n        .video-placeholder video { width: 100%; height: auto; display: block; }\n\n        \/* TESTIMONIOS Y VIDEOS DE CLIENTES *\/\n        .testimonials-section { text-align: center; padding-bottom: 60px; }\n        .reviews-text-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }\n        .review-card { background-color: #f6f5f2; border-radius: 20px; padding: 35px 20px 20px; position: relative; text-align: center; }\n        .quote-icon { position: absolute; top: -15px; right: 15px; background-color: var(--pink-quote); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; line-height: 1; }\n        .review-stars { color: var(--yellow-star); font-size: 1.2rem; margin-bottom: 10px; }\n        .review-card h4 { font-size: 1.05rem; margin-bottom: 15px; font-weight: 500; }\n        .review-card p { font-size: 0.95rem; color: var(--text-gray); min-height: 70px; }\n        .review-city { border-top: 1px solid #e2e2e2; padding-top: 15px; font-weight: 800; font-style: italic; font-size: 0.85rem; text-transform: uppercase; }\n\n        .reviews-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }\n        .short-video-wrapper { border-radius: 20px; overflow: hidden; aspect-ratio: 9 \/ 16; }\n        .short-video-wrapper video { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n        @media (max-width: 768px) {\n            .hero-banner h1 { font-size: 2rem; }\n            .product-title { font-size: 2rem; }\n            \n            .compare-table th, .compare-table td { padding: 10px 2px; font-size: 0.7rem; }\n            .compare-table th:nth-child(2) { font-size: 0.95rem; }\n            .table-icon { width: 16px; height: 16px; }\n\n            .reviews-text-grid, .reviews-video-grid {\n                display: flex; \n                overflow-x: auto; \n                scroll-snap-type: x mandatory; \n                -webkit-overflow-scrolling: touch; \n                padding-top: 20px; \n                padding-bottom: 20px; \n                gap: 15px;\n            }\n            \n            .reviews-text-grid::-webkit-scrollbar, .reviews-video-grid::-webkit-scrollbar { display: none; }\n            .review-card { flex: 0 0 85%; scroll-snap-align: center; }\n            .short-video-wrapper { flex: 0 0 55%; scroll-snap-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- CINTA SUPERIOR --\u003e\n    \u003cdiv class=\"top-banner\"\u003e\n        \u003cspan\u003ePaga al recibir\u003c\/span\u003e\n        \u003cspan\u003eEntrega de 2 a 5 días hábiles\u003c\/span\u003e\n        \u003cspan\u003eProducto 100% garantizado\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BANNER CHICAS --\u003e\n    \u003cdiv class=\"hero-banner\"\u003e\n        \u003ch1\u003eempieza tu proceso de depilación definitiva desde casa\u003c\/h1\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SECCIÓN DE COMPRA --\u003e\n    \u003csection class=\"container\"\u003e\n        \u003cdiv class=\"product-section\"\u003e\n            \u003ch1 class=\"product-title\"\u003eDepiladora IPL (láser)\u003c\/h1\u003e\n            \u003cdiv class=\"reviews\"\u003e\n                \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n                \u003cspan\u003e12.566 CLIENTES SATISFECHAS\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"features-list\"\u003e\n                \u003cp\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    SIN DOLOR\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    ENTREGAS RÁPIDAS 2 A 5 DÍAS HÁBILES\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    PARA TODO TIPO DE PIEL\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"shipping-progress\"\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 20 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cp\u003e-\u003cbr\u003eREALIZADA LA COMPRA\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cp\u003e- - -\u003cbr\u003eEN CAMINO\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cp\u003e- - -\u003cbr\u003eENTREGADO EN TU CASA\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RESULTADOS (PORCENTAJES) --\u003e\n    \u003csection class=\"results-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003c!-- Imagen izquierda --\u003e\n            \u003cdiv class=\"results-img\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Estadísticas derecha --\u003e\n            \u003cdiv class=\"results-stats\"\u003e\n                \u003ch2\u003eLo que puedes empezar a notar en tu piel\u003c\/h2\u003e\n                \n                \u003cdiv class=\"stat-item\"\u003e\n                    \u003cdiv class=\"stat-circle\" style=\"--p: 93%;\"\u003e\u003cspan\u003e93%\u003c\/span\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"stat-text\"\u003e\n\u003cstrong\u003eCrecimiento más lento\u003c\/strong\u003e desde el primer mes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"stat-item\"\u003e\n                    \u003cdiv class=\"stat-circle\" style=\"--p: 88%;\"\u003e\u003cspan\u003e88%\u003c\/span\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"stat-text\"\u003eZonas \u003cstrong\u003esin vello\u003c\/strong\u003e visible\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"stat-item\"\u003e\n                    \u003cdiv class=\"stat-circle\" style=\"--p: 97%;\"\u003e\u003cspan\u003e97%\u003c\/span\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"stat-text\"\u003e\n\u003cstrong\u003eMenos rasurado\u003c\/strong\u003e en 8 semanas\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TABLA DE COMPARACIÓN --\u003e\n    \u003csection class=\"comparison-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2\u003eCompara nuestra IPL vs métodos tradicionales.\u003c\/h2\u003e\n            \u003cdiv class=\"compare-table-wrapper\"\u003e\n                \u003cdiv class=\"pill-background\"\u003e\u003c\/div\u003e\n                \n                \u003ctable class=\"compare-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e\u003c\/th\u003e\n                            \u003cth\u003eIPL\u003c\/th\u003e\n                            \u003cth\u003eCuchilla\u003c\/th\u003e\n                            \u003cth\u003eCera\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eDolor\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-white\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eDuración de resultados\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-white\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 12c-2-2.5-4-5-7-5a5 5 0 0 0 0 10c3 0 5-2.5 7-5zm0 0c2 2.5 4 5 7 5a5 5 0 0 0 0-10c-3 0-5 2.5-7 5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eIrritación y granitos\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-white\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eCosto a largo plazo\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-white\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"22 17 13.5 8.5 8.5 13.5 2 7\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"16 17 22 17 22 11\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"22 7 13.5 15.5 8.5 10.5 2 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"16 7 22 7 22 13\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"22 7 13.5 15.5 8.5 10.5 2 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"16 7 22 7 22 13\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eFrecuencia de uso\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-white\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003ccircle cx=\"8\" cy=\"15\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"15\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"15\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"1 4 1 10 7 10\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"23 20 23 14 17 14\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10M22 14l-4.64 4.36A9 9 0 0 1 3.51 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003csvg class=\"table-icon icon-purple\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003cpath d=\"M10 16l-2-2 2-2\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 14h5a3 3 0 0 1 0 6h-1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CALCULADORA DE AHORRO --\u003e\n    \u003csection class=\"calculator-section\"\u003e\n        \u003cdiv class=\"calc-container\" id=\"calc-step-1\"\u003e\n            \u003ch2\u003eDescubre cuánto dinero puedes ahorrar\u003c\/h2\u003e\n            \u003cp class=\"calc-question\"\u003e¿Con qué frecuencia gastas en métodos de depilación tradicional (cera, láser en clínica, cuchillas)?\u003c\/p\u003e\n            \u003cdiv class=\"calc-options\"\u003e\n                \u003cbutton class=\"calc-btn-option\" onclick=\"mostrarAhorro(720000)\"\u003e1 vez al mes\u003c\/button\u003e\n                \u003cbutton class=\"calc-btn-option\" onclick=\"mostrarAhorro(1440000)\"\u003eCada 15 días\u003c\/button\u003e\n                \u003cbutton class=\"calc-btn-option\" onclick=\"mostrarAhorro(2880000)\"\u003eTodas las semanas\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"calc-container calc-result\" id=\"calc-step-2\"\u003e\n            \u003ch2\u003e¡Mira lo que estás gastando!\u003c\/h2\u003e\n            \u003cp\u003eActualmente gastas un estimado de:\u003c\/p\u003e\n            \u003cdiv class=\"calc-result-amount\" id=\"calc-gasto-anual\"\u003e$0 al año\u003c\/div\u003e\n            \u003cp class=\"calc-savings\"\u003e¡Con nuestra Depiladora IPL pagas solo una vez y te ahorras todo ese dinero!\u003c\/p\u003e\n            \n            \u003cdiv class=\"calc-discount-msg\"\u003e\n                🎉 ¡Además desbloqueaste un descuento exclusivo del 15%!\n            \u003c\/div\u003e\n            \n            \u003c!-- ESTE BOTÓN AHORA DIRIGE AL BOTÓN DE COMPRA NATIVO --\u003e\n            \u003cbutton type=\"button\" class=\"buy-now-btn\" style=\"margin-top: 15px !important;\" onclick=\"irAlBotonDeCompra()\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                Pedir ahora y pagar contra entrega\n            \u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RESUMEN DE BENEFICIOS --\u003e\n    \u003csection class=\"benefits-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2\u003eResumen de beneficios.\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003c!-- Columna Izquierda --\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"benefit-block\"\u003e\n                        \u003ch4\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e Reduce el crecimiento\u003c\/h4\u003e\n                        \u003cp\u003eCon uso constante, notarás una disminución visible del vello en solo \u003cstrong\u003e4 a 6 semanas.\u003c\/strong\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-block\"\u003e\n                        \u003ch4\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e Ahorro a largo plazo\u003c\/h4\u003e\n                        \u003cp\u003eDi adiós a las citas costosas en salones o clínicas. ¡Una \u003cstrong\u003einversión única\u003c\/strong\u003e para resultados profesionales en casa!\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-block\"\u003e\n                        \u003ch4\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e Sin cortes ni ardor\u003c\/h4\u003e\n                        \u003cp\u003eOlvídate de cortes, quemaduras o vellos encarnados que deja la rasuradora o la cera.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Centro Imagen vacía --\u003e\n                \u003cdiv class=\"benefit-img\"\u003e\u003c\/div\u003e\n\n                \u003c!-- Columna Derecha --\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"benefit-block\"\u003e\n                        \u003ch4\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e Beneficios\u003c\/h4\u003e\n                        \u003cp\u003e🏠 \u003cstrong\u003eUso cómodo en casa:\u003c\/strong\u003e Sesiones rápidas y sin dolor desde la comodidad de tu hogar, sin agendar citas.\u003c\/p\u003e\n                        \u003cbr\u003e\n                        \u003cp\u003e👙 \u003cstrong\u003eApto para todo el cuerpo:\u003c\/strong\u003e Seguro para usar en piernas, axilas, rostro, línea del bikini y más.\u003c\/p\u003e\n                        \u003cbr\u003e\n                        \u003cp\u003e🔒 \u003cstrong\u003eTecnología segura y efectiva:\u003c\/strong\u003e Incluye sensor de contacto con la piel, ajuste de intensidad y modo automático para mayor comodidad.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ANTES Y DESPUÉS (TEXTO ARRIBA E IMAGEN) --\u003e\n    \u003csection class=\"ba-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"ba-text\"\u003e\n                \u003ch2\u003eAntes y Despues\u003c\/h2\u003e\n                \u003cp\u003eConoce los resultados de nuestra Depiladora IPL\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ba-image-container\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CÓMO USARLA --\u003e\n    \u003csection class=\"how-to-section container\"\u003e\n        \u003ch2\u003eConoce como usarla PASO A PASO\u003c\/h2\u003e\n        \u003cdiv class=\"video-placeholder\"\u003e\n            \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e20e49d1ea5e4877ba83b86bb395aaf4.mp4\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- NUEVA SECCIÓN: TESTIMONIOS Y VIDEOS DE CLIENTES --\u003e\n    \u003csection class=\"testimonials-section container\"\u003e\n        \u003ch2\u003eQUE DICEN NUESTRAS CLIENTES..\u003c\/h2\u003e\n        \u003c!-- Grid de Textos --\u003e\n        \u003cdiv class=\"reviews-text-grid\"\u003e\n            \u003cdiv class=\"review-card\"\u003e\n                \u003cdiv class=\"quote-icon\"\u003e❞\u003c\/div\u003e\n                \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003eAna, 35 años\u003c\/h4\u003e\n                \u003cp\u003eMe ahorré una fortuna en sesiones de depilación profesional.\u003c\/p\u003e\n                \u003cdiv class=\"review-city\"\u003eCIUDAD CARTAGENA\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"review-card\"\u003e\n                \u003cdiv class=\"quote-icon\"\u003e❞\u003c\/div\u003e\n                \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003eCamila, 29 años\u003c\/h4\u003e\n                \u003cp\u003eEs la mejor compra que he hecho para el cuidado de mi piel.\u003c\/p\u003e\n                \u003cdiv class=\"review-city\"\u003eCIUDAD VALLEDUPAR\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"review-card\"\u003e\n                \u003cdiv class=\"quote-icon\"\u003e❞\u003c\/div\u003e\n                \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003ch4\u003eDaniela, 26 años\u003c\/h4\u003e\n                \u003cp\u003eMe siento más segura y cómoda todo el tiempo!\u003c\/p\u003e\n                \u003cdiv class=\"review-city\"\u003eCIUDAD BOGOTA.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Grid de Videos Cortos Verticales (4 Lugares) --\u003e\n        \u003cdiv class=\"reviews-video-grid\"\u003e\n            \u003cdiv class=\"short-video-wrapper\"\u003e\u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c3018a75157a40d983d95f0cdec060de.mp4\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cdiv class=\"short-video-wrapper\"\u003e\u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fbd100430f6a4c958a9aa11c372aa45b.mp4\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cdiv class=\"short-video-wrapper\"\u003e\u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cd7690971b444f8783a4206a49c31968.mp4\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SCRIPTS ACTUALIZADOS Y LIMPIOS --\u003e\n    \u003cscript\u003e\n        \/\/ Lógica de la calculadora de ahorro\n        function mostrarAhorro(gastoAnual) {\n            document.getElementById('calc-step-1').style.display = 'none';\n            \n            \/\/ Formatear el número a pesos colombianos\n            var formatoCop = new Intl.NumberFormat('es-CO', {\n                style: 'currency',\n                currency: 'COP',\n                minimumFractionDigits: 0\n            }).format(gastoAnual);\n\n            document.getElementById('calc-gasto-anual').innerText = formatoCop + \" al año\";\n            document.getElementById('calc-step-2').style.display = 'flex';\n        }\n\n        \/\/ Función para llevar al cliente al botón de compra nativo de Shopify\n        function irAlBotonDeCompra() {\n            \/\/ Busca el contenedor nativo del botón de compra o el formulario de carrito\n            var botonNativo = document.querySelector('.releasit-button, .releasit-btn, form[action*=\"\/cart\/add\"], .product-form, .price');\n            \n            if (botonNativo) {\n                \/\/ Si lo encuentra, sube (o baja) hasta él y lo centra en la pantalla\n                botonNativo.scrollIntoView({ behavior: 'smooth', block: 'center' });\n            } else {\n                \/\/ Si por alguna razón no lo encuentra, sube al tope de la página\n                window.scrollTo({ top: 0, behavior: 'smooth' });\n            }\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Veluna","offers":[{"title":"Default Title","offer_id":54428850356590,"sku":"RH01516","price":149900.0,"currency_code":"COP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1014\/0529\/4958\/files\/1_64ca3c39-b9f3-4605-bbdf-95a6813b5d77.png?v=1785428665","url":"https:\/\/veluna.space\/products\/depiladora-ipl-de-uso-domestico","provider":"Veluna","version":"1.0","type":"link"}