{"product_id":"insta360-palo-de-selfie-invisible-de-114-cm-para-x5-x4-x3","title":"Insta360 114cm Invisible Selfie Stick for X5 \/ X4 \/ X3","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n\n    #gsm-product-content { \n      font-family: 'Inter', 'Montserrat', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n      padding: 20px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 2rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n      border: 1px solid rgba(3, 137, 252, 0.1);\n    }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      grid-template-rows: auto;\n      gap: 20px; \n      margin-bottom: 4rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n      border: 1px solid rgba(0,0,0,0.04); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: #00003A; \n      color: white !important; \n      grid-column: span 2;\n      flex-direction: row;\n      align-items: center;\n      gap: 30px;\n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: #EDFF00; \n      min-width: 70px; \n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { \n      width: 54px; \n      height: 54px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 16px; \n      background: white; \n      color: #0389FC; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; padding: 10px 5px; }\n    .review-card { \n      background: #fff; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      flex: 1; \n      box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    }\n    .stars { color: #f59e0b; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .reviewer { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 10px; display: block; }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \n      border: 1px solid #f0f0f0; \n      padding: 2.5rem; \n      margin-bottom: 4rem; \n    }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f5; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: #00003A; }\n    .spec-value { color: #666; font-weight: 400; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9fbfd; margin-bottom: 12px; border-radius: 16px; border: 1px solid #edf2f7; transition: all 0.3s; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 4px 20px rgba(3,137,252,0.08); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: bold; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; line-height: 1.5; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; flex-direction: column; text-align: center; }\n      .gsm-card.highlight .icon-box { margin: 0 auto 1.5rem; }\n      .gsm-reviews { flex-direction: column; } \n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"text-transform: uppercase; font-weight: 800; color: #0389fc; letter-spacing: 2px; margin-bottom: 1rem; font-size: 0.9rem;\"\u003eGenuine Insta360 Accessory\u003c\/div\u003e\n\n\u003ch1\u003eYour 360 photos, now without limits.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe selfie stick that magically disappears thanks to Insta360's patented stitching software.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; font-weight: bold; color: #00003a; font-size: 1.2rem; border: 2px solid #00003A; display: inline-block; padding: 8px 20px; border-radius: 50px;\"\u003eInsta360 Invisible Stick 114cm\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT CARD --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"22\" x2=\"22\" y1=\"2\" x1=\"2\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eDigital Magic: Invisible Effect\u003c\/h3\u003e\n\n\u003cp\u003eNow you see it, now you don't. Insta360's algorithms automatically remove the stick from your shots, allowing you to capture impossible third-person angles without visual obstructions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"\u003e\u003c\/path\u003e\u003cline y2=\"22\" x2=\"2\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\u003cline y2=\"15\" x2=\"9\" y1=\"15\" x1=\"17.5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFeather-light\u003c\/h3\u003e\n\n\u003cp\u003eConstructed with advanced aerospace materials that guarantee extreme portability without sacrificing the necessary strength for action.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"11\" width=\"18\" y=\"11\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eStronger than ever\u003c\/h3\u003e\n\n\u003cp\u003eReinforced structure to maintain stability even in high-intensity scenarios. Forget about vibrations in your action videos.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline y2=\"10\" x2=\"14\" y1=\"3\" x1=\"21\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"10\" y1=\"21\" x1=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDamping mechanism\u003c\/h3\u003e\n\n\u003cp\u003eThe new spring structure allows for smooth, fast, and durable extension. Deploy it in seconds and capture the perfect moment.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem;\"\u003eWhat Our Experts Say\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Essential if you have an X3 or X4. The difference between seeing the stick or not is what makes your videos look like they were shot with a professional drone.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Carlos R., Video Creator\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Super lightweight. I carry it in my backpack all day and you can't tell it's there. The extension system is much firmer than previous versions.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Ana M., Travel Blogger\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I use it for skiing and it perfectly withstands wind pressure and movement. A must-have accessory.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Jorge T., Action Sports\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid #0389FC; padding-bottom: 8px; display: inline-block; margin-bottom: 1rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMaximum Length\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e114 cm (44.8 in)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eRetracted Length\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e23.3 cm (9.1 in)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e118g\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHigh-strength aviation aluminum\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eCompatibility\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eX4, X3, ONE X2, ONE RS, ONE R, ONE X\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMount\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eStandard 1\/4\" screw\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.8rem; text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDoes it really disappear in the video?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, as long as you use an Insta360 360-degree camera (like the X4 or X3). The camera has two lenses, and the stick is positioned in the \"blind spot\" between them, allowing the software to completely erase it.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with cameras from other brands?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt has a standard 1\/4\" screw, so you can physically mount almost any lightweight camera. However, the \"invisible\" effect is only guaranteed with Insta360 camera software.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used underwater?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt is made of resistant aluminum, but it is recommended to rinse it with fresh water and dry it completely after use in saltwater to maintain the smoothness of the extension mechanism.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Commitment\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-size: 1.1rem; color: #00003a;\"\u003e100% genuine Insta360 product, sealed and with official warranty. \u003cbr\u003e\u003cstrong\u003eExpress shipping throughout Chile.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Black","offer_id":58174363631964,"sku":"B0BKZNX4KF","price":78.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Captura_de_pantalla_2026-02-10_182843.png?v=1782957847","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/insta360-palo-de-selfie-invisible-de-114-cm-para-x5-x4-x3","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}