{"product_id":"dji-fpv-remote-controller-3-o4","title":"Remote Controller - DJI FPV 3","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: 10px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    \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 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n      font-family: 'Montserrat', sans-serif;\n    }\n\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 4rem 1.5rem; \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 { \n      font-size: clamp(2.2rem, 5vw, 3.2rem); \n      color: var(--gsm-blue); \n      line-height: 1.1; \n      margin-bottom: 1rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.3rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 800px; \n      margin: 0 auto; \n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2rem; \n      border-radius: 24px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.04); \n      display: flex; \n      flex-direction: column;\n    }\n    .gsm-card:hover { \n      transform: translateY(-5px); \n      box-shadow: 0 15px 35px rgba(0,0,30,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      grid-column: span 2;\n      flex-direction: row;\n      align-items: center;\n      gap: 30px;\n    }\n    .gsm-card.highlight .content-text { flex: 1; }\n    .gsm-card.highlight h3 { color: #FFFFFF !important; font-size: 1.8rem; margin-bottom: 1rem; }\n    .gsm-card.highlight p { color: rgba(255,255,255,0.85) !important; font-size: 1.1rem; }\n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n      min-width: 70px;\n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.7rem; color: var(--gsm-navy); }\n    .icon-box { \n      width: 48px; \n      height: 48px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 14px; \n      background: white; \n      color: var(--gsm-blue);\n      box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 10px 5px; scrollbar-width: none; }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 300px; \n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFCC00; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: var(--gsm-navy); margin-top: 1rem; display: block; }\n    \n    \/* SPECS *\/\n    .specs-container { \n      background: #ffffff; \n      border-radius: 28px; \n      border: 1px solid #f0f0f0; \n      padding: 2.5rem; \n      margin-bottom: 4rem;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.02);\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: 700; color: var(--gsm-navy); font-size: 1rem; }\n    .spec-value { color: #555; text-align: right; font-size: 1rem; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid transparent; transition: all 0.3s ease; }\n    details[open] { border-color: var(--gsm-blue); background: #fff; }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: var(--gsm-blue); }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #666; font-size: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { flex-direction: column; grid-column: span 1; text-align: center; }\n      .gsm-card.highlight .icon-box { margin: 0 auto 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-reviews { flex-direction: column; }\n      .spec-row { flex-direction: column; gap: 4px; }\n      .spec-value { text-align: left; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eTotal Control and FPV Precision\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eDesigned for the new era of DJI O4 transmission, the DJI FPV Remote Controller 3 redefines the connection between pilot and aircraft.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eDJI FPV Remote Controller 3\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=\"M5 12h14\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"content-text\"\u003e\n\n\u003ch3\u003eDJI O4 Ecosystem\u003c\/h3\u003e\n\n\u003cp\u003eNative integration with DJI's most advanced video transmission technology. Enjoy ultra-low latency and unprecedented signal stability with every maneuver.\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=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"m5 11 4-7\"\u003e\u003c\/path\u003e\u003cpath d=\"m19 11-4-7\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 11h20\"\u003e\u003c\/path\u003e\u003cpath d=\"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4\"\u003e\u003c\/path\u003e\u003cpath d=\"m9 11 1 9\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 11l-1 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eRefined Ergonomics\u003c\/h3\u003e\n\n\u003cp\u003eExtended control sticks 2mm for perfect one or two-finger handling. Lightweight design and integrated antenna for greater comfort.\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=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect rx=\"2\" y=\"2\" x=\"3\" height=\"12\" width=\"18\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 22v-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 22v-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 18v-4\"\u003e\u003c\/path\u003e\u003cpath d=\"m12 14 4-2.5V10l-4 2.5L8 10v1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eProfessional Simulation\u003c\/h3\u003e\n\n\u003cp\u003eCompatible with Liftoff, Uncrashed, DCL, and The Drone Racing League. Perfect your skills before taking off in the real world.\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=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e\u003cpath d=\"m16.2 4.2 2.8 2.8\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 12h4\"\u003e\u003c\/path\u003e\u003cpath d=\"m16.2 19.8 2.8-2.8\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e\u003cpath d=\"m4.2 19.8 2.8-2.8\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h4\"\u003e\u003c\/path\u003e\u003cpath d=\"m4.2 4.2 2.8 2.8\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003ePro Manual Mode\u003c\/h3\u003e\n\n\u003cp\u003eIn addition to Normal and Sport modes, unlock total control to master sophisticated stunts and pure freestyle flying.\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;\"\u003eExpert Reviews\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\"The stick response is incredibly fluid. The 2mm increase makes a huge difference in micro-adjustment precision.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eAndrés M. - FPV Pilot\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 with the Avata 2 and the O4 connection is in a different league. Zero interference even in dense urban environments.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eCarla R. - Content 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\"Ideal for practicing in Liftoff. The transition from simulator to real flight is almost identical thanks to this controller.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eRoberto T. - DCL Competitor\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.6rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 8px; display: inline-block; margin-bottom: 1.5rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eTransmission Protocol\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDJI O4 (Latest Generation)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFlight Modes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNormal, Sport, Manual (Customizable)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSimulator Compatibility\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLiftoff, Uncrashed, DCL, DRL\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAntenna Design\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIntegrated (Increased Durability)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eHardware Compatibility\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDJI Neo, Avata 2, O3\/O4 Air Unit\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\"\u003eLighter than the previous model\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.6rem; text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with the original DJI Avata?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe DJI FPV Remote Controller 3 is optimized for O4 systems. It is compatible with DJI Avata 2, DJI Neo, and O3\/O4 air units. For Avata 1, it is recommended to check for specific firmware updates.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I adjust the stick tension?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe package includes a special screwdriver. You can adjust the tension of the sticks by opening the rear compartments, allowing for a customized tactile feel for cinematic or racing flight.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it for simulators only without owning a drone?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes! It's an excellent training tool. It connects via direct USB-C to PC\/Mac and is natively recognized by major FPV flight simulators.\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 var(--gsm-blue);\"\u003e\n\n\u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Trust Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 15px; font-weight: 500;\"\u003e100% Original DJI Product • Specialized Technical Support • Immediate Delivery\u003c\/p\u003e\n\n\u003cdiv style=\"display: inline-block; background: var(--gsm-navy); color: white; padding: 8px 20px; border-radius: 50px; font-weight: bold; font-size: 0.9rem;\"\u003eTECHNOLOGY WITHIN REACH\u003c\/div\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":"Default Title","offer_id":58173968646492,"sku":"B0CS6JCX2W","price":370.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/3_00fd6259-2458-4f92-be73-05fc2495c0a3.png?v=1782947521","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/dji-fpv-remote-controller-3-o4","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}