{"product_id":"starlink-mini-5-in-1-poe-injector-dc-conversion-kit","title":"5-in-1 PoE Injector for Starlink Mini with USB-C\/A Ports","description":"\u003cstyle\u003e\n    \/* =========================================\n       Global Styles \u0026 Reset\n       ========================================= *\/\n    .starlink-poe-wrapper {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: #ffffff;\n      color: #000000;\n      margin: 0;\n      padding: 0;\n      width: 100%;\n      overflow: hidden;\n      box-sizing: border-box;\n    }\n\n    .starlink-poe-wrapper * {\n      box-sizing: inherit;\n    }\n\n    \/* Headings - Black *\/\n    .starlink-poe-wrapper h2 {\n      color: #000000;\n      font-size: 28px;\n      font-weight: 700;\n      margin: 0 0 20px 0;\n    }\n\n    .starlink-poe-wrapper h3 {\n      color: #000000;\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 10px 0;\n    }\n\n    .starlink-poe-wrapper p {\n      font-size: 16px;\n      line-height: 1.6;\n      color: #333333;\n      margin: 0;\n    }\n\n    \/* Accent Highlight *\/\n    .starlink-poe-wrapper .highlight {\n      color: #007BFF;\n    }\n\n    \/* Decorative Blue Line *\/\n    .starlink-poe-wrapper .blue-line {\n      width: 50px;\n      height: 2px;\n      background-color: #007BFF;\n      margin: 15px auto;\n      transition: width 0.3s ease;\n    }\n\n    \/* =========================================\n       Top Media Section (Single 21:9 Image)\n       ========================================= *\/\n    .media-section {\n      width: 100%;\n      max-width: 1200px;\n      margin: 0 auto 40px auto;\n      display: flex;\n      justify-content: center;\n    }\n\n    .placeholder-main-image {\n      width: 100%;\n      aspect-ratio: 21 \/ 9;\n      background-color: #ffffff;\n      border: none;\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999999; \/* Light text to be visible on pure white *\/\n      font-size: 18px;\n      font-weight: 500;\n      text-align: center;\n      padding: 20px;\n      overflow: hidden;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      \/* Simulated cover effect for placeholder *\/\n      box-shadow: 0 4px 15px rgba(0,0,0,0.03); \n    }\n\n    .placeholder-main-image:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 10px 25px rgba(0, 123, 255, 0.08);\n      color: #007BFF;\n    }\n\n    \/* =========================================\n       Main Features (Alternating Layout 60\/40)\n       ========================================= *\/\n    .features-section {\n      width: 100%;\n      max-width: 1200px;\n      margin: 60px auto;\n      padding: 0;\n    }\n\n    .section-title-center {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .feature-row {\n      display: flex;\n      flex-direction: row;\n      align-items: stretch;\n      margin-bottom: 60px;\n      width: 100%;\n      transition: transform 0.3s ease;\n    }\n\n    \/* Alternating layout trick *\/\n    .feature-row:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-row:hover {\n      transform: translateY(-5px);\n    }\n\n    .feature-row:hover .blue-line {\n      width: 80px;\n    }\n\n    .feature-image-col {\n      width: 60%;\n      padding: 0; \/* Edge distance 0 *\/\n      display: flex;\n    }\n\n    .feature-image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: #ffffff;\n      border: none;\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 20px;\n      color: #999999;\n      font-size: 15px;\n      overflow: hidden;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n      transition: all 0.3s ease;\n    }\n\n    .feature-row:hover .feature-image-placeholder {\n      box-shadow: 0 10px 25px rgba(0, 123, 255, 0.08);\n    }\n\n    .feature-text-col {\n      width: 40%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      text-align: center;\n      padding: 30px 40px;\n    }\n\n    .feature-desc {\n      display: -webkit-box;\n      -webkit-line-clamp: 6; \/* Prevents text overflow *\/\n      -webkit-box-orient: vertical;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    \/* =========================================\n       Compatibility Section (Centered)\n       ========================================= *\/\n    .compatibility-section {\n      width: 100%;\n      max-width: 900px;\n      margin: 60px auto;\n      padding: 40px 20px;\n      text-align: center;\n      background-color: #fafbfc;\n      border-radius: 16px;\n      transition: background-color 0.3s ease;\n    }\n\n    .compatibility-section:hover {\n      background-color: #f1f5f9;\n    }\n\n    .compatibility-list {\n      list-style: none;\n      padding: 0;\n      margin: 30px 0 0 0;\n      display: inline-block;\n      text-align: left; \n    }\n\n    .compatibility-list li {\n      font-size: 16px;\n      margin-bottom: 20px;\n      line-height: 1.5;\n      color: #333;\n      transition: transform 0.2s ease;\n    }\n\n    .compatibility-list li:hover {\n      transform: translateX(5px);\n    }\n\n    .compatibility-icon {\n      color: #007BFF;\n      font-weight: bold;\n      margin-right: 10px;\n      font-size: 18px;\n    }\n\n    \/* =========================================\n       FAQ Section (Centered)\n       ========================================= *\/\n    .faq-section {\n      width: 100%;\n      max-width: 800px;\n      margin: 60px auto;\n      padding: 0 20px;\n      text-align: center;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid #eeeeee;\n      padding: 20px 0;\n      text-align: left;\n    }\n\n    .faq-question {\n      cursor: pointer;\n      margin: 0;\n      font-size: 18px;\n      font-weight: 600;\n      color: #000000;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: color 0.3s ease;\n    }\n\n    .faq-question:hover {\n      color: #007BFF;\n    }\n\n    .faq-question::after {\n      content: '+';\n      color: #007BFF;\n      font-size: 24px;\n      font-weight: 300;\n      transition: transform 0.3s ease;\n    }\n\n    .faq-question.active::after {\n      transform: rotate(45deg);\n    }\n\n    .faq-answer {\n      display: none;\n      padding-top: 15px;\n      color: #555555;\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    \/* =========================================\n       Responsive Design (Mobile \u003c 768px)\n       ========================================= *\/\n    @media (max-width: 768px) {\n      .placeholder-main-image {\n        aspect-ratio: 16 \/ 9; \/* Slightly taller on mobile for better viewing *\/\n      }\n\n      .feature-row,\n      .feature-row:nth-child(even) {\n        flex-direction: column !important;\n        margin-bottom: 40px;\n      }\n    \n      .feature-image-col, \n      .feature-text-col {\n        width: 100% !important;\n      }\n\n      .feature-text-col {\n        padding: 25px 15px;\n      }\n\n      .feature-image-placeholder {\n        aspect-ratio: 1 \/ 1;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"starlink-poe-wrapper\"\u003e\n\u003c!-- Top Media Section (Single 21:9 Image) --\u003e\n\u003cdiv class=\"media-section\"\u003e\n\u003cdiv class=\"placeholder-main-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5-in-1_PoE_Injector_for_Starlink_Mini_-_12V24V_DC_Conversion_Kit_with_USB-CA_Ports_5.jpg?v=1776490913\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Section (60\/40 Alternating Layout, 1:1 Images) --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title-center\"\u003eMain Features\u003c\/h2\u003e\n\u003c!-- Feature 1: Left Image, Right Text --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5-in-1_PoE_Injector_for_Starlink_Mini_with_USB-CA_Ports_8.jpg?v=1776493218\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3\u003eLightning-Fast \u003cspan class=\"highlight\"\u003eGigabit Speeds\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"blue-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eDelivers robust 150W power (DC 9-36V \u0026amp;out put 5-12V) for peak efficiency. Ensures lossless Gigabit transmission for fast downloads\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Right Image, Left Text --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5-in-1_PoE_Injector_for_Starlink_Mini_with_USB-CA_Ports.jpg?v=1776493696\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3\u003ePatented \u003cspan class=\"highlight\"\u003eAll-Weather Durability\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"blue-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eBuilt with an advanced soldered RJ45 design to survive extreme elements. Ensures stable and secure connections from freezing mountains (-25°C) to scorching deserts (+70°C).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Left Image, Right Text --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5-in-1PoEInjectorforStarlinkMini-12V24VDCConversionKitwithUSB-CAPorts_1.jpg?v=1776491885\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3\u003eClutter-Free, \u003cspan class=\"highlight\"\u003eClean Installation\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"blue-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eBuilt-in USB-A and USB-C outputs power routers directly. Eliminates bulky adapters and extra cables for a clean, highly efficient, and organized setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility Section --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2\u003eCompatibility\u003c\/h2\u003e\n\u003cul class=\"compatibility-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eDevices:\u003c\/strong\u003e Exclusively designed for the Starlink Mini and Starlink Mini X.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003ePower Systems:\u003c\/strong\u003e Fully compatible with standard 5V and 12V DC battery systems (supports a wide input range of DC 9-36V). Perfect for RVs, camper vans, boats, trucks, and off-grid solar setups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eCables:\u003c\/strong\u003e Designed to utilize your original Starlink Mini cable—no cutting or splicing required.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions (FAQ)\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-faq=\"1\"\u003eWill this work directly with my RV's 12V battery system?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\" data-answer=\"1\"\u003eYes. The injector supports a wide DC voltage input range from 9V to 36V, making it perfectly safe and efficient to wire directly to your 12V or 24V vehicle battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-faq=\"2\"\u003eDo I need to cut or modify my original Starlink cable to use this?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\" data-answer=\"2\"\u003eAbsolutely not. Our kit is specifically engineered to accept your original Starlink Mini cable without any modifications, keeping your warranty intact.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-faq=\"3\"\u003eWill using a 12V conversion kit slow down my internet speeds?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\" data-answer=\"3\"\u003eNo. This PoE injector is engineered for Gigabit network speeds and lossless data transmission. You will experience the full speed capabilities of your Starlink Mini.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-faq=\"4\"\u003eCan I leave the injector outside in the winter?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\" data-answer=\"4\"\u003eYes. It is built with industrial-grade components and is rated to operate flawlessly in extreme temperatures ranging from -25°C to +70°C (-13°F to 158°F).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-faq=\"5\"\u003eWhat are the USB-A and USB-C ports for?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\" data-answer=\"5\"\u003eThese ports are designed to provide direct power to your third-party network routers. This eliminates the need for extra power inverters or wall plugs, keeping your installation clean and minimal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Vanilla JS for FAQ Interaction --\u003e \u003cscript\u003e\n    (function() {\n      var questions = document.querySelectorAll('.starlink-poe-wrapper .faq-question');\n      questions.forEach(function(question) {\n        question.addEventListener('click', function() {\n          var id = this.getAttribute('data-faq');\n          var answer = document.querySelector('.starlink-poe-wrapper .faq-answer[data-answer=\"' + id + '\"]');\n        \n          this.classList.toggle('active');\n        \n          if (answer.style.display === 'block') {\n            answer.style.display = 'none';\n          } else {\n            answer.style.display = 'block';\n          }\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Default Title","offer_id":48263111803112,"sku":"SPA006","price":155.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/5-in-1-poe-injector-for-starlink-mini-with-usb-ca-ports-6692149.jpg?v=1776508817","url":"https:\/\/de.tesery.com\/products\/starlink-mini-5-in-1-poe-injector-dc-conversion-kit","provider":"Tesery Official Store","version":"1.0","type":"link"}