{"product_id":"protector-pantalla-vidrio-templado-insta360-ace-pro-kit-instalacion","title":"Insta360 Ace Pro 2 Screen Protector\/Insta360 Ace Pro\/Ace","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Manrope:wght@400;600;800\u0026amp;display=swap\"\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 *\/\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            --gsm-glass-blue: #e0f2fe;    \/* Azul cristalino suave *\/\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        \/* --- 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: var(--gsm-glass-blue); \/* Fondo azulado para evocar cristal *\/\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        }\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\"\u003eTempered Glass\u003c\/span\u003e\n\u003ch1\u003eAce Pro Screen Protector\u003c\/h1\u003e\n\n\u003cp\u003eInvisible armor. High-strength tempered glass with 2.5D curved edges for a perfect touch experience.\u003c\/p\u003e\n\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\u003eReal Tempered Glass\u003c\/h3\u003e\n\n\u003cp\u003eSuperior resistance against scratches, impacts, and drops. Much more durable and clear than conventional plastic films.\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\u003eSmooth 2.5D Edges\u003c\/h3\u003e\n\n\u003cp\u003eErgonomic design with polished and rounded edges. Prevents the protector from snagging on clothing or accidentally lifting.\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\u003eInstallation Kit\u003c\/h3\u003e\n\n\u003cp\u003eIncludes everything needed for a clean, bubble-free application: wipes, adhesives, and guide. Professional protection at home.\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\u003eProtect Your Investment\u003c\/strong\u003e\n\u003cp\u003eThe flip screen is one of the most mobile and exposed parts of the Ace Pro. This protector ensures that the hinge and touch panel remain pristine, even if you carry the camera loose in your backpack with your keys.\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\u003ePRODUCT\u003c\/th\u003e\n\n\u003ctd\u003eScreen Protector\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMATERIAL\u003c\/th\u003e\n\n\u003ctd\u003eTempered Glass\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eDESIGN\u003c\/th\u003e\n\n\u003ctd\u003e2.5D Rounded Edges\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCOMPATIBILITY\u003c\/th\u003e\n\n\u003ctd\u003eInsta360 Ace Pro\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCOVERAGE\u003c\/th\u003e\n\n\u003ctd\u003ePrecise Fit (No gaps)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eINCLUDES\u003c\/th\u003e\n\n\u003ctd\u003eProtector + Application Kit\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":58174363664732,"sku":"B0CMV29JLT","price":65.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/3f39aa9f2564e307f86f35c5de95c95c_ea99d210-8ece-4bf0-998e-c2cff890fcd2.jpg?v=1782957847","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/protector-pantalla-vidrio-templado-insta360-ace-pro-kit-instalacion","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}