{"product_id":"bateria-insta360-ace-pro-2-ace-pro-1800mah-carga-rapida-original","title":"Insta360 Ace Pro 2 - Battery","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Manrope:wght@400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* =========================================\n           ESTILOS ENCAPSULADOS (NO AFECTAN TU WEB)\n           ========================================= *\/\n        \n        \/* Contenedor Maestro *\/\n        .gsmpro-wrapper {\n            font-family: 'Manrope', sans-serif;\n            color: #444;\n            line-height: 1.6;\n            background-color: #fff;\n            width: 100%;\n            max-width: 1000px;\n            margin: 0 auto;\n            box-sizing: border-box;\n            border-top: 5px solid #d93025; \/* Línea roja estilo Ace Pro 2 *\/\n        }\n\n        \/* Reseteo interno *\/\n        .gsmpro-wrapper *, \n        .gsmpro-wrapper *::before, \n        .gsmpro-wrapper *::after {\n            box-sizing: inherit;\n        }\n\n        \/* Variables de Color (Red \u0026 Sunset Orange) *\/\n        .gsmpro-wrapper {\n            --gsm-red-leica: #d93025;     \/* Rojo intenso *\/\n            --gsm-orange-sunset: #f97316; \/* Naranja vibrante *\/\n            --gsm-dark: #1c1c1c;          \/* Negro casi puro *\/\n            --gsm-grey-light: #f3f4f6;\n            --gsm-white: #ffffff;\n            --gsm-gradient: linear-gradient(135deg, #d93025 0%, #c2410c 100%);\n        }\n\n        \/* Tipografía *\/\n        .gsmpro-wrapper h1, \n        .gsmpro-wrapper h2, \n        .gsmpro-wrapper h3 {\n            font-family: 'DM Serif Display', serif;\n            margin-top: 0;\n            color: var(--gsm-dark);\n            line-height: 1.2;\n        }\n\n        .gsmpro-wrapper h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            letter-spacing: -1px;\n        }\n\n        .gsmpro-wrapper h2 {\n            font-size: 2rem;\n            margin-bottom: 1.5rem;\n            position: relative;\n            display: inline-block;\n        }\n\n        .gsmpro-wrapper h2::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 40px;\n            height: 4px;\n            background: var(--gsm-red-leica);\n        }\n\n        .gsmpro-wrapper strong {\n            font-weight: 800;\n            color: var(--gsm-red-leica);\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .gsmpro-hero {\n            position: relative;\n            padding: 4rem 2rem;\n            background-color: var(--gsm-grey-light);\n            text-align: center;\n            overflow: hidden;\n            margin-bottom: 4rem;\n        }\n\n        .gsmpro-hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(217,48,37,0.05) 0%, rgba(255,255,255,0) 70%);\n            z-index: 0;\n        }\n\n        .gsmpro-hero-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .gsmpro-hero-badge {\n            display: inline-block;\n            background: var(--gsm-gradient);\n            color: white;\n            padding: 0.5rem 1.5rem;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 1.5rem;\n        }\n\n        .gsmpro-hero p {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto;\n            color: #666;\n        }\n\n        \/* --- HIGHLIGHT CARD (Compatibilidad) --- *\/\n        .gsmpro-compat-card {\n            background-color: var(--gsm-dark);\n            color: white;\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 4rem;\n            text-align: center;\n            margin-left: 2rem;\n            margin-right: 2rem;\n        }\n\n        .gsmpro-compat-card h3 {\n            color: white;\n            font-size: 1.5rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .gsmpro-compat-list {\n            display: flex;\n            justify-content: center;\n            gap: 1.5rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .gsmpro-compat-item {\n            background: rgba(255,255,255,0.1);\n            padding: 0.5rem 1rem;\n            border-radius: 4px;\n            font-weight: 700;\n            font-size: 0.9rem;\n        }\n\n        \/* --- FEATURES GRID --- *\/\n        .gsmpro-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2.5rem;\n            margin-bottom: 5rem;\n            padding: 0 2rem;\n        }\n\n        .gsmpro-feature-card {\n            padding: 2rem;\n            border: 1px solid #eee;\n            border-radius: 12px;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .gsmpro-feature-card:hover {\n            border-color: var(--gsm-red-leica);\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.05);\n        }\n\n        .gsmpro-feature-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: var(--gsm-dark);\n        }\n\n        .gsmpro-icon-box {\n            width: 50px;\n            height: 50px;\n            background: var(--gsm-grey-light);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.5rem;\n            color: var(--gsm-red-leica);\n        }\n\n        \/* --- SPECS TABLE --- *\/\n        .gsmpro-specs-container {\n            padding: 0 2rem;\n            margin-bottom: 4rem;\n        }\n\n        .gsmpro-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n\n        .gsmpro-table tr {\n            border-bottom: 1px solid #eee;\n        }\n\n        .gsmpro-table th {\n            text-align: left;\n            padding: 1.2rem 0;\n            color: var(--gsm-red-leica);\n            font-weight: 700;\n            width: 35%;\n            font-family: 'Manrope', sans-serif;\n            text-transform: uppercase;\n            font-size: 0.8rem;\n            letter-spacing: 1px;\n        }\n\n        .gsmpro-table td {\n            padding: 1.2rem 0;\n            color: var(--gsm-dark);\n        }\n\n        \/* --- EXPERT TIP --- *\/\n        .gsmpro-expert-tip {\n            background-color: #fff7ed; \/* Naranja muy suave *\/\n            border-left: 4px solid var(--gsm-orange-sunset);\n            padding: 2rem;\n            margin: 0 2rem 4rem;\n            border-radius: 0 12px 12px 0;\n        }\n\n        .gsmpro-expert-tip strong {\n            display: block;\n            color: var(--gsm-dark);\n            margin-bottom: 0.5rem;\n            font-family: 'DM Serif Display', serif;\n            font-size: 1.2rem;\n        }\n\n        \/* --- FOOTER --- *\/\n        .gsmpro-footer {\n            text-align: center;\n            padding: 3rem 0;\n            border-top: 1px solid #eee;\n            color: #888;\n            font-size: 0.85rem;\n        }\n\n        \/* Mobile *\/\n        @media (max-width: 768px) {\n            .gsmpro-hero h1 { font-size: 2.2rem; }\n            .gsmpro-table th, .gsmpro-table td { display: block; width: 100%; padding: 0.5rem 0; }\n            .gsmpro-table th { padding-top: 1.5rem; }\n            .gsmpro-compat-card { margin-left: 1rem; margin-right: 1rem; padding: 1.5rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"gsmpro-wrapper\"\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"gsmpro-hero\"\u003e\n\n\u003cdiv class=\"gsmpro-hero-content\"\u003e\n\n\u003cspan class=\"gsmpro-hero-badge\"\u003eOriginal Accessory\u003c\/span\u003e\n\u003ch1\u003eAce Pro 2 Battery\u003c\/h1\u003e\n\n\u003cp\u003e1800mAh of pure energy. Designed to support 8K recording and the longest adventures.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Compatibility Highlight --\u003e\n\u003cdiv class=\"gsmpro-compat-card\"\u003e\n\n\u003ch3\u003eFull Compatibility\u003c\/h3\u003e\n\n\u003cp\u003eWorks with the entire Ace family. A safe investment for your gear.\u003c\/p\u003e\n\n\u003cdiv class=\"gsmpro-compat-list\"\u003e\n\n\u003cspan class=\"gsmpro-compat-item\"\u003eAce Pro 2\u003c\/span\u003e \u003cspan class=\"gsmpro-compat-item\"\u003eAce Pro\u003c\/span\u003e \u003cspan class=\"gsmpro-compat-item\"\u003eAce\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Features Grid --\u003e\n\u003cdiv class=\"gsmpro-features\"\u003e\n\n\u003cdiv class=\"gsmpro-feature-card\"\u003e\n\n\u003cdiv class=\"gsmpro-icon-box\"\u003e⚡\u003c\/div\u003e\n\n\u003ch3\u003eFast Charging\u003c\/h3\u003e\n\n\u003cp\u003eDon't waste time. Compatible with fast charging technology to get you back in action in record time. Charge in-camera or in the Hub.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-feature-card\"\u003e\n\n\u003cdiv class=\"gsmpro-icon-box\"\u003e🔋\u003c\/div\u003e\n\n\u003ch3\u003eHigh Capacity\u003c\/h3\u003e\n\n\u003cp\u003eWith 1800mAh, it provides the necessary autonomy to power the Dual AI Chip and high-resolution recording without unexpected interruptions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-feature-card\"\u003e\n\n\u003cdiv class=\"gsmpro-icon-box\"\u003e🛡️\u003c\/div\u003e\n\n\u003ch3\u003eProtective Case\u003c\/h3\u003e\n\n\u003cp\u003eIncludes a hard storage case with space for a MicroSD card. Protects contacts and keeps your batteries organized.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Expert Tip --\u003e\n\u003cdiv class=\"gsmpro-expert-tip\"\u003e\n\n\u003cstrong\u003eGSMPRO Mountain Tip\u003c\/strong\u003e\n\u003cp\u003eExtreme cold drains batteries faster. Use the included case to store your spare battery inside your jacket (close to body heat) while skiing or trekking. This will keep its charge at 100% until you need to use it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Specs Table --\u003e\n\u003cdiv class=\"gsmpro-specs-container\"\u003e\n\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"gsmpro-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCAPACITY\u003c\/th\u003e\n\n\u003ctd\u003e1800 mAh\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eTYPE\u003c\/th\u003e\n\n\u003ctd\u003eRechargeable Lithium-Ion\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCOMPATIBILITY\u003c\/th\u003e\n\n\u003ctd\u003eAce Pro 2 \/ Ace Pro \/ Ace\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCHARGING\u003c\/th\u003e\n\n\u003ctd\u003eSupports Fast Charging\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eINCLUDES\u003c\/th\u003e\n\n\u003ctd\u003eBattery + Storage Case\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Footer --\u003e\n\u003cdiv class=\"gsmpro-footer\"\u003eGSMPRO Chile · Original Insta360 Accessories\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174361338204,"sku":"B0DJSSF4R8","price":95.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/fb25145de10cf7a57648112d824e2054_5451479e-b7fa-49dc-9296-8da963a26c06.jpg?v=1782957829","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/bateria-insta360-ace-pro-2-ace-pro-1800mah-carga-rapida-original","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}