{"product_id":"cinta-impermeable-5x10-por-dos","title":"StopLeak™ – Sella filtraciones al instante, incluso bajo la lluvia","description":"\u003cstyle\u003e\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #2d3748;\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n        }\n\n        .container { max-width: 100%; margin: 0; padding: 0; }\n\n        \/* HERO *\/\n        .hero-section {\n            background: linear-gradient(135deg, #0c4a6e 0%, #075985 50%, #0369a1 100%);\n            padding: 40px 20px;\n            text-align: center;\n        }\n        .hero-section h1 {\n            color: white;\n            font-size: clamp(28px, 5vw, 42px);\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n        }\n        .hero-section .highlight { color: #fbbf24; font-size: clamp(32px, 6vw, 48px); }\n        .hero-section p {\n            color: rgba(255,255,255,0.95);\n            font-size: clamp(16px, 3vw, 20px);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        \/* DOLOR \/ PROBLEMA *\/\n        .pain-section {\n            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);\n            padding: 50px 20px;\n            border-top: 4px solid #dc2626;\n            border-bottom: 4px solid #dc2626;\n        }\n        .pain-content h2 {\n            text-align: center; color: #991b1b;\n            font-size: clamp(26px, 5vw, 38px);\n            font-weight: 800; margin-bottom: 35px;\n        }\n        .pain-points { display: grid; gap: 20px; margin-bottom: 40px; }\n        .pain-point {\n            background: white; padding: 20px; border-radius: 12px;\n            display: flex; gap: 15px; align-items: start;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            border-left: 4px solid #dc2626;\n        }\n        .pain-icon { font-size: 32px; min-width: 40px; }\n        .pain-point p { color: #4a5568; font-size: 16px; line-height: 1.6; margin: 0; }\n        .pain-point strong { color: #991b1b; font-weight: 700; }\n        .pain-cta {\n            text-align: center; background: white; padding: 30px 20px;\n            border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n        }\n        .pain-promise { color: #1e3a8a; font-size: 20px; font-weight: 700; margin-bottom: 15px; }\n        .pain-promise strong { color: #dc2626; }\n        .pain-solution { color: #059669; font-size: 18px; font-weight: 600; margin: 0; }\n\n        \/* PRUEBA SOCIAL *\/\n        .social-proof-bar {\n            background: white; padding: 25px 20px;\n            border-top: 3px solid #10b981; border-bottom: 3px solid #10b981;\n        }\n        .proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }\n        .proof-stat { text-align: center; }\n        .stat-number { font-size: 32px; font-weight: 900; color: #0369a1; margin-bottom: 5px; }\n        .stat-label { font-size: 13px; color: #64748b; font-weight: 600; }\n        .live-activity {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            padding: 12px 15px; border-radius: 8px; text-align: center;\n            font-size: 14px; color: #065f46; font-weight: 600;\n            display: flex; align-items: center; justify-content: center; gap: 10px;\n        }\n        .activity-dot {\n            width: 10px; height: 10px; background: #10b981; border-radius: 50%;\n            display: inline-block; animation: pulse-dot 2s infinite;\n        }\n        @keyframes pulse-dot { 0%,100% { opacity:1; transform:scale(1);} 50% { opacity:0.5; transform:scale(1.2);} }\n\n        \/* ESCASEZ *\/\n        .scarcity-bar {\n            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n            padding: 20px; border-top: 3px solid #f59e0b; border-bottom: 3px solid #f59e0b;\n        }\n        .scarcity-content {\n            display: flex; align-items: center; justify-content: center;\n            gap: 10px; flex-wrap: wrap; margin-bottom: 15px;\n        }\n        .scarcity-icon { font-size: 28px; animation: shake 3s infinite; }\n        .scarcity-text { color: #78350f; font-size: 15px; font-weight: 600; text-align: center; }\n        .stock-number { color: #dc2626; font-size: 20px; font-weight: 900; }\n        .scarcity-timer { color: #78350f; font-size: 14px; font-weight: 700; }\n        .timer { color: #dc2626; font-size: 18px; font-weight: 900; font-family: 'Courier New', monospace; }\n        .scarcity-progress { background: rgba(0,0,0,0.1); height: 8px; border-radius: 20px; overflow: hidden; }\n        .scarcity-fill {\n            background: linear-gradient(90deg, #dc2626 0%, #f59e0b 100%);\n            height: 100%; width: 23%; border-radius: 20px; animation: pulse 2s infinite;\n        }\n\n        \/* GANCHO *\/\n        .hook-section { background: white; padding: 40px 20px; }\n        .hook-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #0369a1 0%, #075985 100%);\n            color: white; padding: 8px 20px; border-radius: 20px;\n            font-size: 12px; font-weight: 700; letter-spacing: 1px;\n            margin-bottom: 20px; animation: pulse 2s infinite;\n        }\n        @keyframes pulse { 0%,100% { transform: scale(1);} 50% { transform: scale(1.05);} }\n        .hook-title { color: #1e3a8a; font-size: clamp(28px, 6vw, 48px); font-weight: 900; line-height: 1.2; margin-bottom: 20px; }\n        .hook-subtitle { color: #4a5568; font-size: clamp(17px, 3vw, 22px); line-height: 1.6; margin-bottom: 40px; }\n        .product-showcase { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }\n        .product-image-container { position: relative; text-align: center; }\n        .product-badge-float {\n            position: absolute; top: -10px; right: -10px;\n            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);\n            color: white; padding: 8px 16px; border-radius: 20px;\n            font-size: 12px; font-weight: 700; box-shadow: 0 4px 15px rgba(251,191,36,0.4); z-index: 10;\n        }\n        .stock-badge {\n            position: absolute; top: 30px; left: -10px;\n            background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);\n            color: white; padding: 8px 16px; border-radius: 20px;\n            font-size: 11px; font-weight: 700; box-shadow: 0 4px 15px rgba(220,38,38,0.4); animation: shake 3s infinite;\n        }\n        @keyframes shake { 0%,100% { transform: translateX(0);} 10%,30%,50%,70%,90% { transform: translateX(-5px);} 20%,40%,60%,80% { transform: translateX(5px);} }\n        .product-image { width: 100%; max-width: 350px; border-radius: 20px; box-shadow: 0 15px 50px rgba(0,0,0,0.2); }\n        .trust-badges { display: flex; gap: 8px; justify-content: center; margin-top: 15px; flex-wrap: wrap; }\n        .mini-badge { background: #e0f2fe; color: #075985; padding: 6px 12px; border-radius: 12px; font-size: 11px; font-weight: 600; border: 1px solid #bae6fd; }\n        .product-quick-info {\n            display: flex; justify-content: space-around; gap: 20px; padding: 30px;\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border-radius: 16px;\n        }\n        .quick-info-item { text-align: center; }\n        .quick-info-item strong { display: block; font-size: 26px; font-weight: 800; color: #0369a1; margin-bottom: 5px; }\n        .quick-info-item span { font-size: 13px; color: #64748b; font-weight: 600; }\n\n        \/* STORYTELLING *\/\n        .storytelling-section { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 50px 20px; }\n        .story-header h2 { text-align: center; color: #1e3a8a; font-size: clamp(28px, 5vw, 42px); font-weight: 800; margin-bottom: 15px; }\n        .story-divider { width: 100px; height: 4px; background: linear-gradient(135deg, #0369a1 0%, #075985 100%); margin: 0 auto 50px; border-radius: 2px; }\n        .story-moment {\n            display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; align-items: center;\n            margin-bottom: 30px; background: white; padding: 20px 15px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        }\n        .story-moment.reverse { grid-template-columns: 1.5fr 1fr; }\n        .story-moment.reverse .story-image { order: 2; }\n        .story-image { position: relative; border-radius: 16px; overflow: hidden; }\n        .story-image img { width: 100%; height: 250px; object-fit: cover; display: block; }\n        .story-overlay {\n            position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.95);\n            width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;\n            font-size: 32px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        .story-text h3 { color: #0369a1; font-size: 20px; font-weight: 700; margin-bottom: 12px; }\n        .story-text p { color: #4a5568; font-size: 16px; line-height: 1.8; }\n        .story-text strong { color: #1e3a8a; font-weight: 700; }\n        .story-cta { text-align: center; margin-top: 50px; padding: 40px; background: white; border-radius: 20px; }\n        .story-question { font-size: 24px; color: #1e3a8a; font-weight: 700; margin-bottom: 25px; }\n        .story-button {\n            display: inline-block; background: linear-gradient(135deg, #0369a1 0%, #075985 100%);\n            color: white; padding: 18px 40px; border-radius: 50px; font-size: 18px; font-weight: 700;\n            text-decoration: none; box-shadow: 0 8px 25px rgba(3,105,161,0.3); transition: all 0.3s ease;\n        }\n        .story-button:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(3,105,161,0.4); }\n\n        \/* COMPARACIÓN *\/\n        .comparison-section { background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%); padding: 50px 20px; }\n        .comparison-table { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }\n        .comparison-table table { width: 100%; border-collapse: collapse; }\n\n        \/* BENEFICIOS *\/\n        .irresistible-benefits-section { background: white; padding: 50px 20px; }\n        .benefits-header { text-align: center; margin-bottom: 50px; }\n        .benefits-header h2 { color: #1e3a8a; font-size: clamp(28px, 5vw, 42px); font-weight: 800; margin-bottom: 15px; }\n        .benefits-header p { color: #64748b; font-size: 18px; }\n        .benefit-showcase { display: grid; gap: 40px; }\n        .benefit-card-premium {\n            display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; align-items: center;\n            background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%); border-radius: 16px;\n            overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease;\n        }\n        .benefit-card-premium:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(3,105,161,0.15); }\n        .benefit-image-wrapper { position: relative; height: 300px; }\n        .benefit-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }\n        .benefit-number {\n            position: absolute; top: 20px; left: 20px;\n            background: linear-gradient(135deg, #0369a1 0%, #075985 100%); color: white;\n            width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;\n            font-size: 24px; font-weight: 800; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n        }\n        .benefit-content-premium { padding: 20px 15px; }\n        .benefit-icon-large { font-size: 48px; margin-bottom: 15px; }\n        .benefit-content-premium h3 { color: #1e3a8a; font-size: 24px; font-weight: 800; margin-bottom: 15px; line-height: 1.3; }\n        .benefit-description { color: #4a5568; font-size: 16px; line-height: 1.8; margin-bottom: 20px; }\n        .benefit-description strong { color: #0369a1; font-weight: 700; }\n        .benefit-proof { display: flex; flex-direction: column; gap: 10px; }\n        .proof-item { color: #059669; font-size: 14px; font-weight: 600; padding-left: 10px; }\n\n        \/* USO *\/\n        .usage-section { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 50px 20px; }\n        .usage-steps { background: white; padding: 30px 20px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-top: 30px; }\n        .usage-step { display: flex; align-items: flex-start; gap: 15px; padding: 20px 0; border-bottom: 2px solid #e2e8f0; }\n        .usage-step:last-child { border-bottom: none; }\n        .usage-step .icon { font-size: 36px; min-width: 45px; }\n        .usage-step-content h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #1e3a8a; }\n        .usage-step-content p { color: #64748b; font-size: 14px; line-height: 1.6; margin: 0; }\n        .usage-tip { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); padding: 18px; border-radius: 12px; margin-top: 25px; border-left: 4px solid #f59e0b; }\n        .usage-tip p { color: #78350f; font-size: 14px; line-height: 1.6; margin: 0; }\n\n        \/* URGENCIA *\/\n        .urgency-section {\n            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); padding: 40px 20px;\n            border-top: 3px solid #f59e0b; border-bottom: 3px solid #f59e0b;\n        }\n        .urgency-icon { text-align: center; font-size: 60px; margin-bottom: 20px; }\n        .urgency-content h2 { text-align: center; color: #78350f; font-size: clamp(28px, 5vw, 38px); font-weight: 800; margin-bottom: 40px; }\n        .urgency-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }\n        .urgency-reason { background: white; padding: 30px; border-radius: 16px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }\n        .reason-icon { font-size: 48px; margin-bottom: 15px; }\n        .urgency-reason h3 { color: #1e3a8a; font-size: 20px; font-weight: 700; margin-bottom: 12px; }\n        .urgency-reason p { color: #4a5568; font-size: 15px; line-height: 1.6; }\n\n        \/* RIESGO CERO *\/\n        .risk-reversal-section { background: white; padding: 40px 20px; }\n        .risk-content { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }\n        .product-image-small img { width: 100%; max-width: 300px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); }\n        .risk-text h2 { color: #1e3a8a; font-size: clamp(24px, 4vw, 36px); font-weight: 800; margin-bottom: 20px; }\n        .risk-intro { color: #4a5568; font-size: 17px; line-height: 1.7; margin-bottom: 30px; }\n        .guarantee-points { display: flex; flex-direction: column; gap: 20px; margin-bottom: 25px; }\n        .guarantee-point { display: flex; gap: 15px; align-items: start; }\n        .point-icon { font-size: 24px; color: #10b981; min-width: 30px; }\n        .point-text strong { display: block; color: #1e3a8a; font-size: 16px; font-weight: 700; margin-bottom: 5px; }\n        .point-text p { color: #64748b; font-size: 14px; line-height: 1.6; margin: 0; }\n        .risk-closing {\n            color: #1e3a8a; font-size: 18px; line-height: 1.7; padding: 20px;\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border-radius: 12px; border-left: 4px solid #0369a1;\n        }\n        .risk-closing strong { color: #0369a1; }\n\n        \/* CTA PRINCIPAL *\/\n        .main-cta-section { background: linear-gradient(135deg, #0c4a6e 0%, #075985 50%, #0369a1 100%); padding: 50px 20px; }\n        .cta-container { max-width: 100%; margin: 0; padding: 0; }\n        .cta-header { text-align: center; margin-bottom: 40px; }\n        .cta-header h2 { color: white; font-size: clamp(28px, 5vw, 42px); font-weight: 800; margin-bottom: 12px; }\n        .cta-header p { color: rgba(255,255,255,0.9); font-size: 18px; }\n        .cta-product-display { background: white; border-radius: 20px; padding: 30px 20px; display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: center; }\n        .cta-product-image { position: relative; }\n        .cta-product-image img { width: 100%; max-width: 300px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); }\n        .cta-badge { position: absolute; top: -10px; right: 10px; background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); color: white; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 15px rgba(220,38,38,0.4); }\n        .cta-details h3 { color: #1e3a8a; font-size: 24px; font-weight: 800; margin-bottom: 20px; }\n        .cta-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }\n        .cta-features span { color: #059669; font-size: 14px; font-weight: 600; }\n        .cta-price { margin-bottom: 25px; }\n        .price-comparison { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 20px; border-radius: 12px; margin-bottom: 15px; }\n        .price-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }\n        .price-row:last-child { margin-bottom: 0; padding-top: 10px; border-top: 2px dashed #bae6fd; }\n        .price-label { color: #64748b; font-size: 14px; font-weight: 600; }\n        .old-price { color: #dc2626; font-size: 20px; text-decoration: line-through; font-weight: 700; }\n        .current-price { color: #0369a1; font-size: 42px; font-weight: 900; }\n        .savings-highlight { display: flex; flex-direction: column; gap: 8px; }\n        .savings { color: #059669; font-size: 16px; font-weight: 800; background: #f0fdf4; padding: 10px 15px; border-radius: 8px; display: block; text-align: center; }\n        .free-shipping { color: #0369a1; font-size: 14px; font-weight: 700; background: #eff6ff; padding: 8px 15px; border-radius: 8px; display: block; text-align: center; }\n        .mega-cta-button {\n            display: block; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white;\n            padding: 20px 30px; border-radius: 16px; text-decoration: none; text-align: center;\n            box-shadow: 0 8px 25px rgba(16,185,129,0.4); transition: all 0.3s ease; margin-bottom: 20px; animation: pulse-button 2s infinite;\n        }\n        @keyframes pulse-button { 0%,100% { transform: scale(1); box-shadow: 0 8px 25px rgba(16,185,129,0.4);} 50% { transform: scale(1.02); box-shadow: 0 12px 35px rgba(16,185,129,0.5);} }\n        .mega-cta-button:hover { transform: translateY(-3px) !important; box-shadow: 0 15px 40px rgba(16,185,129,0.5) !important; }\n        .button-text { display: block; font-size: 20px; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; }\n        .button-subtext { display: block; font-size: 14px; opacity: 0.95; }\n        .cta-guarantees { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 15px; }\n        .guarantee-item { background: #f0f9ff; color: #0369a1; font-size: 12px; font-weight: 600; padding: 8px 5px; border-radius: 6px; text-align: center; }\n        .urgency-reminder { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); color: #991b1b; padding: 15px; border-radius: 12px; text-align: center; font-size: 15px; border: 2px solid #dc2626; }\n        .urgency-reminder strong { color: #dc2626; font-size: 17px; }\n\n        \/* CTA FLOTANTE *\/\n        .sticky-cta {\n            position: fixed; bottom: 0; left: 0; right: 0;\n            background: linear-gradient(135deg, #10b981 0%, #059669 100%);\n            padding: 15px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); z-index: 1000; display: none; animation: slideUp 0.3s ease-out;\n        }\n        @keyframes slideUp { from { transform: translateY(100%);} to { transform: translateY(0);} }\n        .sticky-cta-content { display: flex; align-items: center; justify-content: space-between; gap: 15px; max-width: 100%; }\n        .sticky-price { color: white; }\n        .sticky-price-old { font-size: 12px; text-decoration: line-through; opacity: 0.8; }\n        .sticky-price-current { font-size: 24px; font-weight: 900; }\n        .sticky-cta-button { background: white; color: #059669; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: 800; \n        @media (max-width: 768px) { .sticky-cta { display: block; } }\n\n        \/* TESTIMONIOS *\/\n        .testimonials-section { background: linear-gradient(135deg, #0369a1 0%, #075985 100%); padding: 50px 20px; }\n        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }\n        .testimonial-card { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); position: relative; transition: all 0.3s ease; }\n        .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }\n        .testimonial-card::before { content: '\"'; position: absolute; top: 15px; left: 25px; font-size: 60px; color: #e0e7ff; font-family: Georgia, serif; line-height: 1; }\n        .testimonial-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; position: relative; z-index: 1; }\n        .testimonial-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #0369a1 0%, #075985 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; font-weight: 700; box-shadow: 0 4px 15px rgba(3,105,161,0.3); }\n        .testimonial-info { flex: 1; }\n        .testimonial-author { font-weight: 700; color: #1e3a8a; font-size: 16px; margin-bottom: 3px; }\n        .testimonial-location { color: #64748b; font-size: 13px; margin-bottom: 5px; }\n        .verified-badge { display: inline-flex; align-items: center; gap: 5px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white; padding: 3px 8px; border-radius: 10px; font-size: 10px; font-weight: 600; }\n        .stars { color: #fbbf24; font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }\n        .testimonial-card p { color: #4a5568; font-size: 14px; line-height: 1.7; margin-bottom: 12px; position: relative; z-index: 1; }\n        .testimonial-date { color: #94a3b8; font-size: 12px; font-style: italic; }\n\n       \n        \/* RATING *\/\n        .rating-section { background: linear-gradient(135deg, #075985 0%, #0369a1 100%); padding: 40px 20px; text-align: center; }\n        .rating-section .stars { font-size: 40px; margin-bottom: 15px; }\n        .rating-section .score { color: white; font-size: 48px; font-weight: 800; margin-bottom: 10px; }\n        .rating-section p { color: rgba(255,255,255,0.9); font-size: 15px; }\n\n        \/* ENTREGA *\/\n        .delivery-section { background: linear-gradient(135deg, #0369a1 0%, #075985 100%); padding: 40px 20px; }\n        .section-title { text-align: center; color: white; font-size: clamp(24px, 4vw, 32px); font-weight: 700; margin-bottom: 10px; }\n        .section-subtitle { text-align: center; color: rgba(255,255,255,0.9); font-size: clamp(14px, 2.5vw, 16px); margin-bottom: 30px; }\n        .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; }\n        .step-card { background: white; padding: 30px 20px; border-radius: 16px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }\n        .step-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(3,105,161,0.2); }\n        .step-number { background: linear-gradient(135deg, #0369a1 0%, #075985 100%); width: 50px; height: 50px; border-radius: 50%; margin: 0 auto 15px; line-height: 50px; font-weight: 700; color: white; font-size: 20px; box-shadow: 0 4px 15px rgba(3,105,161,0.3); }\n        .step-icon { font-size: 48px; margin-bottom: 15px; }\n        .step-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #1e3a8a; }\n        .step-card p { color: #64748b; font-size: 14px; }\n        .payment-box { background: white; padding: 30px 20px; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }\n        .payment-box h3 { text-align: center; font-size: 22px; font-weight: 700; margin-bottom: 25px; color: #1e3a8a; }\n        .payment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-bottom: 25px; }\n        .payment-item { text-align: center; padding: 20px 10px; border-radius: 12px; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); transition: transform 0.3s ease; }\n        .payment-item:hover { transform: scale(1.05); }\n        .payment-item .icon { font-size: 40px; margin-bottom: 10px; }\n        .payment-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 5px; color: #1e3a8a; }\n        .payment-item p { color: #64748b; font-size: 13px; }\n        .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; padding-top: 20px; border-top: 2px solid #bae6fd; }\n        .benefit-badge { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); padding: 15px 20px; border-radius: 12px; text-align: center; font-weight: 600; color: #1e40af; font-size: 14px; }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .product-showcase { grid-template-columns: 1fr; }\n            .product-quick-info { flex-direction: row; gap: 10px; padding: 20px 10px; }\n            .story-moment, .story-moment.reverse { grid-template-columns: 1fr; }\n            .story-moment.reverse .story-image { order: 0; }\n            .benefit-card-premium { grid-template-columns: 1fr; }\n            .benefit-image-wrapper { height: 200px; }\n            .urgency-grid { grid-template-columns: 1fr; }\n            .risk-content { grid-template-columns: 1fr; }\n            .product-image-small { text-align: center; }\n            .cta-product-display { grid-template-columns: 1fr; padding: 25px; }\n            .cta-product-image { text-align: center; }\n            .cta-features { grid-template-columns: 1fr; }\n            .steps-grid { grid-template-columns: 1fr; }\n            .comparison-table table { font-size: 13px; }\n            .comparison-table th, .comparison-table td { padding: 10px 8px !important; }\n        }\n    \u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"testimonials-section\"\u003e\n\u003cdiv class=\"testimonials-grid\"\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003c\/div\u003e\n\u003c!-- CTA FLOTANTE MÓVIL --\u003e\n\u003cdiv class=\"sticky-cta\" id=\"stickyCTA\"\u003e\n\u003cdiv class=\"sticky-cta-content\"\u003e\n\u003cdiv class=\"sticky-price\"\u003e\n\u003cdiv class=\"sticky-price-old\"\u003e$47.990\u003c\/div\u003e\n\u003cdiv class=\"sticky-price-current\"\u003e$23.990\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/novira.cl\/products\/cinta-impermeable-5x10-por-dos\" class=\"sticky-cta-button\"\u003eCOMPRAR AHORA\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Los recuadros con borde azul punteado y los comentarios EDITABLE marcan donde insertar tu texto o imagen sin desconfigurar el diseno. --\u003e\n\u003cstyle\u003e\n* { margin:0; padding:0; box-sizing:border-box; }\n.sl-wrap { font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif; line-height:1.6; color:#2d3748; background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%); max-width:680px; margin:0 auto; }\n.sl-wrap img { max-width:100%; display:block; }\n\n\/* ===== Bloque EDITABLE (marca visual para que sepas donde insertar) ===== *\/\n.sl-edit { position:relative; border:2px dashed #38bdf8; background:#f0f9ff; border-radius:14px; padding:22px 16px; margin:18px; text-align:center; color:#0369a1; }\n.sl-edit::before { content:\"\\270F\\FE0F EDITABLE \\2014 reemplaza por tu imagen o texto\"; position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:#0369a1; color:#fff; font-size:11px; font-weight:700; padding:3px 12px; border-radius:20px; white-space:nowrap; }\n.sl-edit p { color:#0369a1; font-size:14px; margin:6px 0 0; }\n.sl-edit-img { min-height:120px; display:flex; align-items:center; justify-content:center; font-size:42px; }\n\n\/* HERO *\/\n.sl-hero { background:linear-gradient(135deg,#0c4a6e 0%,#075985 50%,#0369a1 100%); padding:36px 20px; text-align:center; }\n.sl-hero h1 { color:#fff; font-size:clamp(26px,7vw,38px); font-weight:800; margin-bottom:12px; text-shadow:1px 2px 4px rgba(0,0,0,.2); }\n.sl-hero .hl { color:#fbbf24; }\n.sl-hero p { color:rgba(255,255,255,.95); font-size:clamp(15px,4vw,18px); }\n\n\/* TRUST BAR *\/\n.sl-trust { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; background:#fff; padding:14px 12px; border-bottom:3px solid #10b981; }\n.sl-trust span { background:#ecfdf5; color:#065f46; font-size:12px; font-weight:700; padding:6px 12px; border-radius:20px; }\n\n\/* PAIN *\/\n.sl-pain { background:linear-gradient(135deg,#fef2f2,#fee2e2); padding:34px 18px; border-bottom:4px solid #dc2626; }\n.sl-pain h2 { text-align:center; color:#991b1b; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:22px; }\n.sl-pp { background:#fff; border-left:4px solid #dc2626; border-radius:12px; padding:14px 16px; margin-bottom:12px; display:flex; gap:12px; align-items:center; box-shadow:0 3px 12px rgba(0,0,0,.07); }\n.sl-pp .ic { font-size:28px; min-width:34px; }\n.sl-pp p { font-size:15px; color:#4a5568; margin:0; }\n.sl-pp strong { color:#991b1b; }\n.sl-pain-note { text-align:center; color:#059669; font-weight:700; font-size:16px; margin-top:16px; }\n\n\/* HOOK *\/\n.sl-hook { background:#fff; padding:34px 18px; text-align:center; }\n.sl-badge { display:inline-block; background:linear-gradient(135deg,#0369a1,#075985); color:#fff; padding:7px 18px; border-radius:20px; font-size:11px; font-weight:700; letter-spacing:1px; margin-bottom:16px; }\n.sl-hook h2 { color:#1e3a8a; font-size:clamp(24px,6vw,34px); font-weight:900; line-height:1.2; margin-bottom:14px; }\n.sl-hook p { color:#4a5568; font-size:clamp(15px,4vw,18px); margin-bottom:24px; }\n.sl-prod-img { text-align:center; position:relative; }\n.sl-prod-img img { width:100%; max-width:340px; margin:0 auto; border-radius:18px; box-shadow:0 12px 40px rgba(0,0,0,.18); }\n.sl-quick { display:flex; justify-content:space-around; gap:10px; margin-top:22px; padding:20px 10px; background:linear-gradient(135deg,#f0f9ff,#e0f2fe); border-radius:16px; }\n.sl-quick div { text-align:center; }\n.sl-quick strong { display:block; font-size:24px; font-weight:800; color:#0369a1; }\n.sl-quick span { font-size:12px; color:#64748b; font-weight:600; }\n\n\/* BENEFITS *\/\n.sl-ben { background:linear-gradient(135deg,#f0f9ff,#e0f2fe); padding:34px 18px; }\n.sl-ben h2 { text-align:center; color:#1e3a8a; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:6px; }\n.sl-ben .sub { text-align:center; color:#64748b; font-size:15px; margin-bottom:24px; }\n.sl-bc { background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 18px rgba(0,0,0,.08); margin-bottom:18px; }\n.sl-bc-img { position:relative; height:200px; }\n.sl-bc-img img { width:100%; height:100%; object-fit:cover; }\n.sl-bc-num { position:absolute; top:14px; left:14px; background:linear-gradient(135deg,#0369a1,#075985); color:#fff; width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:800; box-shadow:0 4px 12px rgba(0,0,0,.2); }\n.sl-bc-body { padding:18px 16px; }\n.sl-bc-body .ic { font-size:38px; margin-bottom:8px; }\n.sl-bc-body h3 { color:#1e3a8a; font-size:20px; font-weight:800; margin-bottom:8px; }\n.sl-bc-body p { color:#4a5568; font-size:15px; }\n.sl-bc-body strong { color:#0369a1; }\n\n\/* COMPARISON *\/\n.sl-cmp { background:linear-gradient(135deg,#38bdf8,#0ea5e9); padding:34px 18px; }\n.sl-cmp h2 { text-align:center; color:#fff; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:18px; text-shadow:1px 1px 3px rgba(0,0,0,.15); }\n.sl-cmp table { width:100%; border-collapse:collapse; background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 6px 24px rgba(0,0,0,.15); font-size:14px; }\n.sl-cmp th { background:#1e3a8a; color:#fff; padding:12px 8px; font-weight:700; }\n.sl-cmp th:first-child, .sl-cmp td:first-child { text-align:left; padding-left:14px; }\n.sl-cmp td { padding:12px 8px; text-align:center; border-bottom:1px solid #e2e8f0; font-weight:600; }\n.sl-cmp tr:nth-child(even) td { background:#f0f9ff; }\n.sl-cmp .yes { color:#10b981; font-size:22px; }\n.sl-cmp .no { color:#ef4444; font-size:22px; }\n\n\/* STEPS *\/\n.sl-steps { background:#fff; padding:34px 18px; }\n.sl-steps h2 { text-align:center; color:#1e3a8a; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:20px; }\n.sl-step { display:flex; gap:14px; align-items:flex-start; padding:14px 0; border-bottom:2px solid #eef2f7; }\n.sl-step:last-child { border-bottom:none; }\n.sl-step .ic { font-size:30px; min-width:40px; }\n.sl-step h3 { color:#1e3a8a; font-size:16px; font-weight:700; margin-bottom:4px; }\n.sl-step p { color:#64748b; font-size:14px; margin:0; }\n\n\/* TESTIMONIALS *\/\n.sl-rev { background:linear-gradient(135deg,#0369a1,#075985); padding:34px 18px; }\n.sl-rev h2 { text-align:center; color:#fff; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:6px; }\n.sl-rev .sub { text-align:center; color:rgba(255,255,255,.85); font-size:14px; margin-bottom:22px; }\n.sl-rc { background:#fff; border-radius:16px; padding:20px 18px; margin-bottom:14px; box-shadow:0 4px 16px rgba(0,0,0,.12); }\n.sl-rc-top { display:flex; gap:12px; align-items:center; margin-bottom:10px; }\n.sl-av { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,#0369a1,#075985); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:15px; }\n.sl-rc-name { font-weight:700; color:#1e3a8a; font-size:15px; }\n.sl-rc-loc { color:#64748b; font-size:12px; }\n.sl-rc-vf { display:inline-block; background:linear-gradient(135deg,#10b981,#059669); color:#fff; font-size:10px; font-weight:600; padding:2px 7px; border-radius:8px; margin-top:3px; }\n.sl-stars { color:#fbbf24; font-size:16px; letter-spacing:2px; margin-bottom:8px; }\n.sl-rc p { color:#4a5568; font-size:14px; }\n\n\/* FAQ *\/\n.sl-faq { background:linear-gradient(135deg,#f0f9ff,#e0f2fe); padding:34px 18px; }\n.sl-faq h2 { text-align:center; color:#1e3a8a; font-size:clamp(22px,5.5vw,30px); font-weight:800; margin-bottom:20px; }\n.sl-fi { background:#fff; border-radius:12px; margin-bottom:10px; box-shadow:0 2px 10px rgba(0,0,0,.05); cursor:pointer; overflow:hidden; }\n.sl-fq { display:flex; justify-content:space-between; align-items:center; padding:16px; }\n.sl-fq h3 { font-size:15px; color:#1e3a8a; font-weight:700; margin:0; display:flex; gap:8px; align-items:center; }\n.sl-arrow { color:#0369a1; font-weight:700; transition:transform .3s; }\n.sl-fi.active .sl-arrow { transform:rotate(180deg); }\n.sl-fa { max-height:0; overflow:hidden; transition:max-height .35s ease,padding .35s ease; }\n.sl-fi.active .sl-fa { max-height:320px; padding:0 16px 16px; }\n.sl-fa p { color:#64748b; font-size:14px; margin:0; }\n\n\/* CTA *\/\n.sl-cta { background:linear-gradient(135deg,#0c4a6e,#075985 55%,#0369a1); padding:38px 18px; }\n.sl-cta h2 { color:#fff; text-align:center; font-size:clamp(24px,6vw,32px); font-weight:800; margin-bottom:18px; }\n.sl-cta-card { background:#fff; border-radius:18px; padding:24px 18px; }\n.sl-cta-img { text-align:center; position:relative; margin-bottom:18px; }\n.sl-cta-img img { width:100%; max-width:260px; margin:0 auto; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.15); }\n.sl-cta-tag { position:absolute; top:6px; right:18px; background:linear-gradient(135deg,#dc2626,#b91c1c); color:#fff; padding:7px 14px; border-radius:18px; font-size:12px; font-weight:700; }\n.sl-feat { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:18px; }\n.sl-feat span { color:#059669; font-size:13px; font-weight:600; }\n.sl-price { background:linear-gradient(135deg,#f0f9ff,#e0f2fe); padding:18px; border-radius:12px; margin-bottom:14px; }\n.sl-price-row { display:flex; justify-content:space-between; align-items:center; }\n.sl-old { color:#dc2626; font-size:18px; text-decoration:line-through; font-weight:700; }\n.sl-now { color:#0369a1; font-size:38px; font-weight:900; }\n.sl-save { display:block; text-align:center; color:#059669; font-weight:800; font-size:15px; background:#f0fdf4; padding:9px; border-radius:8px; margin-top:10px; }\n.sl-ship { display:block; text-align:center; color:#0369a1; font-weight:700; font-size:13px; background:#eff6ff; padding:8px; border-radius:8px; margin-top:6px; }\n.sl-btn { display:block; background:linear-gradient(135deg,#10b981,#059669); color:#fff; text-decoration:none; text-align:center; padding:18px; border-radius:14px; box-shadow:0 8px 22px rgba(16,185,129,.4); margin-bottom:14px; }\n.sl-btn b { display:block; font-size:18px; font-weight:800; text-transform:uppercase; }\n.sl-btn small { font-size:13px; opacity:.95; }\n.sl-gtee { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }\n.sl-gtee span { background:#f0f9ff; color:#0369a1; font-size:11px; font-weight:600; padding:8px 4px; border-radius:6px; text-align:center; }\n\n\/* DELIVERY *\/\n.sl-del { background:linear-gradient(135deg,#0369a1,#075985); padding:32px 18px; }\n.sl-del h2 { color:#fff; text-align:center; font-size:clamp(20px,5vw,28px); font-weight:700; margin-bottom:18px; }\n.sl-del-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; }\n.sl-dc { background:#fff; border-radius:14px; padding:18px 8px; text-align:center; }\n.sl-dc .ic { font-size:32px; margin-bottom:6px; }\n.sl-dc h3 { color:#1e3a8a; font-size:14px; font-weight:700; margin-bottom:4px; }\n.sl-dc p { color:#64748b; font-size:12px; margin:0; }\n\n\/* ROBUSTEZ DE BLOQUES EDITABLES (insertar texto\/imagen\/video sin desconfigurar) *\/\n.sl-wrap img, .sl-wrap video, .sl-wrap iframe { max-width:100% !important; height:auto; border:0; }\n.sl-wrap * { max-width:100%; }\n.sl-wrap table { table-layout:fixed; word-break:break-word; }\n.sl-edit { overflow:hidden; }\n.sl-edit \u003e * { max-width:100%; margin-left:auto; margin-right:auto; }\n.sl-edit img, .sl-edit video, .sl-edit iframe { display:block; border-radius:10px; }\n.sl-edit p:empty { display:none; }\n\n\/* SCARCITY (stock + tiempo) *\/\n.sl-scar { background:linear-gradient(135deg,#fef3c7,#fde68a); padding:16px 18px; border-top:3px solid #f59e0b; border-bottom:3px solid #f59e0b; }\n.sl-scar-row { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px 14px; text-align:center; }\n.sl-scar .ic { font-size:24px; }\n.sl-scar-txt { color:#78350f; font-size:14px; font-weight:600; }\n.sl-scar-stock { color:#dc2626; font-size:18px; font-weight:900; }\n.sl-scar-timer { color:#dc2626; font-size:17px; font-weight:900; font-family:'Courier New',monospace; }\n.sl-scar-bar { background:rgba(0,0,0,.1); height:8px; border-radius:20px; overflow:hidden; margin-top:12px; }\n.sl-scar-fill { background:linear-gradient(90deg,#dc2626,#f59e0b); height:100%; width:23%; border-radius:20px; }\n\n\/* STICKY *\/\n.sl-sticky { position:fixed; bottom:0; left:0; right:0; background:linear-gradient(135deg,#10b981,#059669); padding:12px 16px; box-shadow:0 -4px 18px rgba(0,0,0,.2); z-index:9999; display:none; }\n.sl-sticky-in { display:flex; align-items:center; justify-content:space-between; gap:12px; max-width:680px; margin:0 auto; }\n.sl-sticky .old { color:#fff; font-size:11px; text-decoration:line-through; opacity:.85; }\n.sl-sticky .now { color:#fff; font-size:22px; font-weight:900; }\n.sl-sticky a { background:#fff; color:#059669; padding:11px 22px; border-radius:25px; text-decoration:none; font-weight:800; font-size:15px; white-space:nowrap; }\n@media(min-width:769px){ .sl-sticky{ display:none!important; } }\n\u003c\/style\u003e\n\u003cdiv class=\"sl-wrap\"\u003e\n\u003c!-- ===== HERO ===== --\u003e\n\u003cdiv class=\"sl-hero\"\u003e\n\u003ch1\u003e💧 Adiós a las \u003cspan class=\"hl\"\u003eGoteras\u003c\/span\u003e para Siempre\u003c\/h1\u003e\n\u003cp\u003eSella cualquier filtración en segundos, incluso bajo la lluvia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== BARRA DE CONFIANZA ===== --\u003e\n\u003cdiv class=\"sl-trust\"\u003e\n\u003cspan\u003e✓ 100% Impermeable\u003c\/span\u003e \u003cspan\u003e✓ +5.000 Clientes\u003c\/span\u003e \u003cspan\u003e✓ 4.7★\u003c\/span\u003e \u003cspan\u003e✓ Envío Gratis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CONTADOR DE STOCK + TIEMPO ===== --\u003e\n\u003cdiv class=\"sl-scar\"\u003e\n\u003cdiv class=\"sl-scar-row\"\u003e\n\u003cspan class=\"ic\"\u003e⚠️\u003c\/span\u003e \u003cspan class=\"sl-scar-txt\"\u003eSolo quedan \u003cspan class=\"sl-scar-stock\" id=\"slStock\"\u003e17\u003c\/span\u003e unidades\u003c\/span\u003e \u003cspan class=\"sl-scar-txt\"\u003e· Oferta 50% termina en \u003cspan class=\"sl-scar-timer\" id=\"slTimer\"\u003e14:23:45\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-scar-bar\"\u003e\n\u003cdiv class=\"sl-scar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 👉 EDITABLE: IMAGEN\/VIDEO PRINCIPAL (reemplaza el contenido de este bloque) --\u003e\u003c!-- ===== DOLOR ===== --\u003e\n\u003cdiv class=\"sl-pain\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/GIF_93412520-f917-4a28-9dcc-283fce744c46.gif?v=1782314003\" alt=\"\" width=\"374\" height=\"374\"\u003e\u003c\/h2\u003e\n\u003ch2\u003e🛡️ SELLADO INSTANTÁNEO 100% IMPERMEABLE\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- ===== GANCHO + PRODUCTO ===== --\u003e\n\u003cdiv class=\"sl-hook\"\u003e\n\u003ch4 class=\"hook-title\"\u003eSella, Repara y Protege Tú Mismo en Segundos\u003c\/h4\u003e\n\u003cp style=\"text-align: left;\"\u003eCinta de butilo ultra resistente que tapa cualquier filtración sin maestros, sin obras y sin gastar una fortuna. Pegas, presionas y listo.\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/imagen_ppal_10x5_7550ca34-6c1a-4b21-ae56-cb3f781f7b86.png?v=1782831218\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"sl-prod-img\"\u003e\n\u003c!-- 👉 EDITABLE: cambia el src por tu imagen principal --\u003e \n\u003ch3 style=\"text-align: center;\"\u003e\u003cstrong\u003e5 Minutos Después - La Reparación\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp style=\"text-align: left;\"\u003eLimpias la zona, cortas el trozo de cinta que necesitas y \u003cstrong\u003ela presionas con tus propias manos.\u003c\/strong\u003e \u003cstrong\u003eSin maestros\u003c\/strong\u003e, sin esperar a nadie. El butilo se adhiere con fuerza y crea una barrera impermeable al instante.\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/antes_dp_cinta_e4147eea-c8ad-4627-b9a2-8460da4e4e7c.png?v=1782829883\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch4 style=\"text-align: left;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003e🛡️ SELLA AL INSTANTE, AGUANTA POR AÑOS\u003c\/strong\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: left;\" class=\"font-claude-response-body break-words whitespace-normal\"\u003e\n\u003cbr\u003eSu capa de butilo se adhiere con fuerza a casi cualquier superficie y crea una barrera 100% impermeable que no se despega con el sol, la lluvia ni el frío.\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/gotera_arriba_10x5m.png?v=1782830427\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cstrong\u003eSemanas Después - Tu Nueva Herramienta\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eYa la usaste en el techo, la canaleta, una tubería del baño y hasta en la lona del patio. \u003cstrong\u003eDonde aparece una filtración, ahí estás tú con la solución.\u003c\/strong\u003e Una sola compra, mil problemas resueltos.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/usos.png?v=1782267569\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"social-proof-bar\"\u003e\n\u003cdiv class=\"live-activity\"\u003e\n\u003cspan class=\"activity-dot\"\u003e\u003c\/span\u003e \u003cspan id=\"liveText\"\u003eRodrigo de Santiago acaba de comprar hace 3 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ESCASEZ --\u003e\n\u003cdiv class=\"scarcity-bar\"\u003e\n\u003cdiv class=\"scarcity-content\"\u003e\n\u003cdiv class=\"scarcity-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv class=\"scarcity-text\"\u003e\n\u003cstrong\u003eSTOCK LIMITADO:\u003c\/strong\u003e Solo quedan \u003cspan id=\"stockCount\" class=\"stock-number\"\u003e17\u003c\/span\u003e unidades\u003c\/div\u003e\n\u003cdiv class=\"scarcity-timer\"\u003eOferta 50% expira: \u003cspan id=\"timer\" class=\"timer\"\u003e14:23:45\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scarcity-progress\"\u003e\n\u003cdiv class=\"scarcity-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STORYTELLING --\u003e\u003c!-- COMPARACIÓN --\u003e\n\u003cdiv class=\"comparison-section\"\u003e\n\u003ch2 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" style=\"text-align: center;\"\u003e⚡ \u003cspan style=\"color: rgb(241, 237, 228);\"\u003eStopLeak™ vs Cinta Común\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eLa diferencia se nota apenas llega la primera lluvia\u003c\/p\u003e\n\u003cdiv class=\"comparison-table\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);\"\u003e\n\u003cth style=\"text-align: left; padding: 15px; color: white; font-weight: bold;\"\u003eCaracterística\u003c\/th\u003e\n\u003cth style=\"padding: 15px; color: white; font-weight: bold;\"\u003eStopLeak™\u003c\/th\u003e\n\u003cth style=\"padding: 15px; color: white; font-weight: bold;\"\u003eCinta Común\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: white;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cstrong\u003eSellado 100% Impermeable\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f0f9ff;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cstrong\u003eSe Adhiere Mojado y Bajo Lluvia\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: white;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cstrong\u003eResiste Sol, Calor y Frío\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f0f9ff;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cstrong\u003eCapa de Butilo de Alta Adhesión\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: white;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cstrong\u003eSirve para Interior y Exterior\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center; border-bottom: 1px solid #e2e8f0;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f0f9ff;\"\u003e\n\u003ctd style=\"padding: 15px; font-weight: 600;\"\u003e\u003cstrong\u003eDura Años Sin Despegarse\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center;\"\u003e\u003cspan style=\"color: #10b981; font-size: 28px;\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 15px; text-align: center;\"\u003e\u003cspan style=\"color: #ef4444; font-size: 28px;\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-prod-img\"\u003e\n\u003ch2 style=\"color: #1e3a8a;\" class=\"section-title\"\u003e👌 Cómo Usarla en 4 Pasos\u003c\/h2\u003e\n\u003cp style=\"color: #64748b;\" class=\"section-subtitle\"\u003eSellado profesional sin llamar a nadie\u003c\/p\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"icon\"\u003e🧽\u003c\/div\u003e\n\u003cdiv class=\"usage-step-content\"\u003e\n\u003ch3\u003e1. Limpia la superficie\u003c\/h3\u003e\n\u003cp\u003eRetira polvo, grasa o restos sueltos para que la cinta agarre con toda su fuerza.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"icon\"\u003e✂️\u003c\/div\u003e\n\u003cdiv class=\"usage-step-content\"\u003e\n\u003ch3\u003e2. Corta a la medida\u003c\/h3\u003e\n\u003cp\u003eMide la zona y corta el largo de cinta que necesites. Rinde de 5 a 10 metros.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv class=\"usage-step-content\"\u003e\n\u003ch3\u003e3. Pega y presiona firme\u003c\/h3\u003e\n\u003cp\u003eRetira el protector y aplica presionando bien para que el butilo selle por completo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"usage-step-content\"\u003e\n\u003ch3\u003e4. ¡Listo, casa seca!\u003c\/h3\u003e\n\u003cp\u003eLa barrera impermeable queda activa al instante. Resiste lluvia, sol y temperatura.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-tip\"\u003e\n\u003cp\u003e💡 \u003cstrong\u003eTip:\u003c\/strong\u003e Para mejor adhesión, aplica sobre superficie seca y a temperatura ambiente siempre que puedas. En emergencia bajo lluvia también funciona.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 👉 EDITABLE: BLOQUE DE TEXTO LIBRE (opcional). Borra o reemplaza. --\u003e\u003c!-- ===== BENEFICIOS (3) ===== --\u003e\u003c!-- ===== COMPARACIÓN ===== --\u003e\u003c!-- ===== RESEÑAS ===== --\u003e\n\u003cdiv class=\"sl-rev\"\u003e\n\u003ch2\u003e4.7⭐ Lo Que Dicen\u003c\/h2\u003e\n\u003cp class=\"sub\"\u003eHistorias reales de casas que dejaron de gotear\u003c\/p\u003e\n\u003cdiv class=\"sl-rc\"\u003e\n\u003cdiv class=\"sl-rc-top\"\u003e\n\u003cdiv class=\"sl-av\"\u003eRM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sl-rc-name\"\u003eRodrigo M.\u003c\/div\u003e\n\u003cdiv class=\"sl-rc-loc\"\u003eSantiago\u003c\/div\u003e\n\u003cspan class=\"sl-rc-vf\"\u003e✓ Verificada\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003eTenía una gotera hace meses. La pegué yo mismo en 5 minutos y llevamos dos lluvias fuertes sin una sola gota. Increíble.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-rc\"\u003e\n\u003cdiv class=\"sl-rc-top\"\u003e\n\u003cdiv class=\"sl-av\"\u003eVS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sl-rc-name\"\u003eValentina S.\u003c\/div\u003e\n\u003cdiv class=\"sl-rc-loc\"\u003eViña del Mar\u003c\/div\u003e\n\u003cspan class=\"sl-rc-vf\"\u003e✓ Verificada\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003eLa compré para el baño y terminé usándola hasta en la canaleta. Rinde muchísimo y pega fuerte. Ya pedí otra.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-rc\"\u003e\n\u003cdiv class=\"sl-rc-top\"\u003e\n\u003cdiv class=\"sl-av\"\u003eJR\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sl-rc-name\"\u003eJoaquín R.\u003c\/div\u003e\n\u003cdiv class=\"sl-rc-loc\"\u003eConcepción\u003c\/div\u003e\n\u003cspan class=\"sl-rc-vf\"\u003e✓ Verificada\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003eLlegó rápido y mejor de lo que esperaba. No se despega con el calor. Me habría ahorrado plata en plomeros.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== FAQ ===== --\u003e\n\u003cdiv class=\"sl-faq\"\u003e\n\u003cdiv class=\"sl-fi\"\u003e\n\u003cdiv class=\"sl-fa\"\u003e\n\u003cp\u003eEnvío gratis a todo Chile en 24–48h. Pagas al recibir, con 7 días de garantía.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CTA PRINCIPAL ===== --\u003e\n\u003cdiv class=\"sl-cta\"\u003e\n\u003ch2\u003eSella Tus Goteras de Una Vez\u003c\/h2\u003e\n\u003cdiv class=\"sl-cta-card\"\u003e\n\u003cdiv class=\"sl-cta-img\"\u003e\u003c!-- 👉 EDITABLE: imagen del producto en el CTA --\u003e\u003c\/div\u003e\n\u003cdiv class=\"sl-cta-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/CTA_cinta_10x5_46c786b7-e9e8-4b0d-835b-fb7117bc31c3.png?v=1782831366\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sl-cta-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sl-feat\"\u003e\n\u003cspan\u003e✓ Sella en Segundos\u003c\/span\u003e \u003cspan\u003e✓ 100% Impermeable\u003c\/span\u003e \u003cspan\u003e✓ Resiste Intemperie\u003c\/span\u003e \u003cspan\u003e✓ Sirve para Todo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-price\"\u003e\n\u003cdiv class=\"sl-price-row\"\u003e\n\u003cspan style=\"color: #64748b; font-weight: 600;\"\u003ePrecio normal\u003c\/span\u003e\u003cspan class=\"sl-old\"\u003e$47.990\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-price-row\"\u003e\n\u003cspan style=\"color: #64748b; font-weight: 600;\"\u003eHoy online\u003c\/span\u003e\u003cspan class=\"sl-now\"\u003e$23.990\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sl-save\"\u003e🎉 Ahorras $24.000 (50% OFF)\u003c\/span\u003e \u003cspan class=\"sl-ship\"\u003e+ ENVÍO GRATIS A TODO CHILE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 👉 EDITABLE: cambia el enlace por tu botón de compra \/ ancla al carrito --\u003e \u003ca href=\"https:\/\/novira.cl\/products\/cinta-impermeable-5x10-por-dos\" class=\"sl-btn\"\u003e \u003cb\u003e✅ Quiero Mi Cinta Ahora\u003c\/b\u003e \u003csmall\u003ePaga cuando la recibas • Llega en 24–48h\u003c\/small\u003e \u003c\/a\u003e\n\u003cdiv class=\"sl-gtee\"\u003e\n\u003cspan\u003e✓ Paga en Casa\u003c\/span\u003e\u003cspan\u003e✓ Envío Express\u003c\/span\u003e\u003cspan\u003e✓ Garantía 7 Días\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== ENTREGA ===== --\u003e\n\u003cdiv class=\"sl-del\"\u003e\n\u003ch2\u003e🏠 Pide y Paga en tu Casa\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/pagos_f3f457cf-ed19-4af1-a8f8-b4148d5ebb63.png?v=1777393839\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/sellos_pago_9fc9dcd5-8138-4113-848f-23cdd19e8b0e.png?v=1777393852\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"sl-del-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CTA FLOTANTE MÓVIL ===== --\u003e\n\u003cdiv class=\"sl-sticky\" id=\"slSticky\"\u003e\n\u003cdiv class=\"sl-sticky-in\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"old\"\u003e$47.990\u003c\/div\u003e\n\u003cdiv class=\"now\"\u003e$23.990\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 👉 EDITABLE: mismo enlace de compra --\u003e \u003ca href=\"https:\/\/novira.cl\/products\/cinta-impermeable-5x10-por-dos\"\u003eCOMPRAR\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"NOVIRA","offers":[{"title":"Default Title","offer_id":50243027075429,"sku":"VM10023658","price":23990.0,"currency_code":"CLP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/9845\/6421\/files\/CTA_cinta_10x5_46c786b7-e9e8-4b0d-835b-fb7117bc31c3.png?v=1782831366","url":"https:\/\/novira.cl\/products\/cinta-impermeable-5x10-por-dos","provider":"NOVIRA","version":"1.0","type":"link"}