{"product_id":"soporte-estandar-magnetico-insta360-ace-pro-2-pro-quick-release","title":"Insta360 Ace\/Ace Pro Standard Mount","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            --gsm-warning-bg: #e0f2fe;    \/* Azul suave para tips de uso *\/\n            --gsm-warning-text: #0369a1;  \/* Azul oscuro *\/\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: #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        }\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\"\u003eQuick Mount\u003c\/span\u003e\n\u003ch1\u003eStandard Magnetic Mount\u003c\/h1\u003e\n\n\u003cp\u003eInstant connection and total security. The double-locking system (Magnet + Hooks) keeps your camera secure on any adventure.\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\u003eHybrid Security\u003c\/h3\u003e\n\n\u003cp\u003eIt's not just a magnet. The system combines strong magnetic attraction for quick positioning with mechanical clips that physically lock the camera.\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\u003eQuick Release\u003c\/h3\u003e\n\n\u003cp\u003eMount and unmount in a second. Ideal for switching the camera between helmet, chest, and selfie stick without wasting time screwing.\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\u003eUniversal 2-Prong\u003c\/h3\u003e\n\n\u003cp\u003eCompatible with the standard action ecosystem. Use it seamlessly with all your existing GoPro or third-party accessories.\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 Time-Saving Tip\u003c\/strong\u003e\n\u003cp\u003eIf you have several places where you mount your camera (e.g., helmet, motorcycle, and selfie stick), we recommend having \u003cstrong\u003eone standard mount installed on each\u003c\/strong\u003e. This way, you just move the camera from one magnetic connector to another in seconds, without ever having to unscrew the base bolts again.\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\u003eStandard Mount\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSYSTEM\u003c\/th\u003e\n\n\u003ctd\u003eMagnetic + Mechanical (Quick Release)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCONNECTION\u003c\/th\u003e\n\n\u003ctd\u003e2-Prong (Universal Action)\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\u003eMATERIAL\u003c\/th\u003e\n\n\u003ctd\u003eHigh-Strength Plastic\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":58174363763036,"sku":"B0CKTJ746X","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/cec3a16e517fe74bd6455bb30a1ac68d_bd0fe939-552e-42bc-ab22-a7ec0ab7ce00.jpg?v=1782957848","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/soporte-estandar-magnetico-insta360-ace-pro-2-pro-quick-release","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}