{"product_id":"starlink-gen-3-direct-dc-power-supply-12v-24v-to-57v-tesery","title":"Starlink Gen 3 Doğrudan DC Güç Kaynağı (12V\/24V'den 57V'ye) | Tesery","description":"\u003cstyle\u003e\n    \/* --- CSS Reset \u0026 Global Styles --- *\/\n    #tesery-pdp-wrapper {\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: #333;\n      background-color: #ffffff;\n      line-height: 1.6;\n      max-width: 100%;\n      margin: 0 auto;\n      overflow-x: hidden; \/* Prevent horizontal scroll *\/\n      box-sizing: border-box;\n    }\n\n    #tesery-pdp-wrapper * {\n      box-sizing: border-box;\n    }\n\n    \/* Colors *\/\n    #tesery-pdp-wrapper :root {\n      --primary-blue: #007BFF;\n      --text-black: #000000;\n      --bg-white: #ffffff;\n      --gray-light: #f8f9fa;\n    }\n\n    \/* Typography *\/\n    #tesery-pdp-wrapper h2 {\n      color: #007BFF;\n      font-size: 2rem;\n      margin-bottom: 0.5rem; \/* Reduced bottom margin for subtitle *\/\n      font-weight: 700;\n      text-align: center;\n      line-height: 1.2;\n    }\n  \n    #tesery-pdp-wrapper .section-subtitle {\n        text-align: center;\n        font-size: 1.1rem;\n        color: #666;\n        margin-bottom: 2rem;\n        font-weight: 400;\n        padding: 0 10px;\n    }\n\n    #tesery-pdp-wrapper h3 {\n      font-size: 1.25rem;\n      color: #000;\n      margin: 0 0 0.5rem 0;\n      font-weight: 600;\n    }\n\n    #tesery-pdp-wrapper p {\n      margin-bottom: 1rem;\n      color: #444;\n    }\n\n    \/* --- Top Hero Section (21:9 Image) --- *\/\n    .hero-banner {\n      width: 100%;\n      margin-bottom: 40px;\n      padding: 0 20px;\n    }\n\n    .hero-placeholder-image {\n      background-color: #e9ecef;\n      color: #6c757d;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      font-weight: 500;\n      text-align: center;\n      border-radius: 12px;\n      width: 100%;\n      aspect-ratio: 21\/9; \/* 21:9 Aspect Ratio *\/\n      border: 2px dashed #ced4da;\n      transition: all 0.3s ease;\n      cursor: pointer;\n    }\n\n    .hero-placeholder-image:hover {\n      border-color: #007BFF;\n      box-shadow: 0 4px 15px rgba(0, 123, 255, 0.15);\n      transform: translateY(-2px);\n    }\n\n    \/* --- Standard Placeholder for Feature Sections --- *\/\n    .placeholder-image {\n      background-color: #e9ecef;\n      color: #6c757d;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.0rem;\n      text-align: center;\n      width: 100%;\n      border: 2px dashed #ced4da;\n      transition: all 0.3s ease;\n    }\n  \n    .placeholder-image:hover {\n        border-color: #007BFF;\n    }\n\n    \/* --- Alternating Layout (Features) --- *\/\n    .split-section {\n      display: flex;\n      flex-wrap: wrap;\n      width: 100%;\n      margin-bottom: 0; \/* Continuous flow *\/\n      overflow: hidden;\n    }\n\n    \/* Image Side *\/\n    .split-image-container {\n      width: 60%;\n      position: relative;\n      padding: 0; \n    }\n\n    .split-image-container .placeholder-image {\n      width: 100%;\n      height: 100%;\n      border-radius: 0; \/* Reset for edge look *\/\n      border-radius: 12px; \/* Per requirement *\/\n      aspect-ratio: 4\/3; \n      object-fit: cover;\n    }\n\n    \/* Text Side *\/\n    .split-text-container {\n      width: 40%;\n      padding: 3rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      background: #fff;\n    }\n\n    \/* Alternating Logic *\/\n    .split-section:nth-of-type(odd) {\n      flex-direction: row; \/* Image Left, Text Right *\/\n    }\n\n    .split-section:nth-of-type(even) {\n      flex-direction: row-reverse; \/* Image Right, Text Left *\/\n    }\n\n    \/* Feature Text Styling *\/\n    .feature-title {\n      color: #000;\n    }\n  \n    .feature-title span {\n      color: #007BFF;\n    }\n\n    \/* The Blue Separator Line *\/\n    .title-separator {\n      width: 50px;\n      height: 3px;\n      background-color: #007BFF;\n      margin: 15px 0 20px 0;\n      border-radius: 2px;\n    }\n\n    \/* Text Overflow Protection *\/\n    .feature-desc {\n      display: -webkit-box;\n      -webkit-line-clamp: 6; \n      -webkit-box-orient: vertical;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    \/* Hover Effects for Sections *\/\n    .split-section {\n      transition: background-color 0.3s ease;\n    }\n    .split-section:hover .split-text-container {\n      background-color: #fcfcfc;\n    }\n\n    \/* --- Compatibility Section --- *\/\n    .compatibility-section {\n      padding: 40px 20px;\n      text-align: center;\n      background-color: #f8f9fa;\n      margin: 40px 0;\n      border-radius: 12px;\n    }\n\n    .comp-grid {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .comp-item {\n      background: #fff;\n      padding: 15px;\n      border-radius: 8px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      transition: transform 0.2s;\n    }\n\n    .comp-item:hover {\n      transform: scale(1.05);\n    }\n\n    .compatibility-icon {\n      font-size: 1.5rem;\n      color: #007BFF;\n      font-weight: bold;\n    }\n\n    \/* --- FAQ Section --- *\/\n    .faq-section {\n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto 40px auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid #eee;\n      margin-bottom: 10px;\n    }\n\n    .faq-question {\n      cursor: pointer;\n      padding: 15px 0;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: color 0.2s;\n    }\n\n    .faq-question:hover {\n      color: #007BFF;\n    }\n\n    .faq-question::after {\n      content: '+';\n      font-size: 1.5rem;\n      color: #007BFF;\n    }\n\n    .faq-question.active::after {\n      content: '-';\n    }\n\n    .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease-out;\n      color: #555;\n    }\n\n    .faq-answer p {\n      padding-bottom: 15px;\n      margin: 0;\n    }\n\n    \/* --- Responsive Media Queries --- *\/\n    @media (max-width: 768px) {\n      .hero-placeholder-image {\n        aspect-ratio: 16\/9; \/* Adjusted for mobile to avoid being too thin *\/\n        font-size: 1rem;\n      }\n\n      .split-section:nth-of-type(odd),\n      .split-section:nth-of-type(even) {\n        flex-direction: column; \/* Stack vertically *\/\n      }\n\n      .split-image-container {\n        width: 100%;\n        padding: 0 15px; \n        margin-top: 20px;\n      }\n\n      .split-text-container {\n        width: 100%;\n        padding: 20px;\n        text-align: center;\n        align-items: center;\n      }\n    \n      .title-separator {\n        margin: 15px auto 20px auto; \n      }\n    \n      .placeholder-image {\n         border-radius: 12px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"tesery-pdp-wrapper\"\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cdiv class=\"hero-placeholder-image\" aria-label=\"Tesery DC Converter Hero Image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_3.jpg?v=1767944265\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"margin-top: 40px;\"\u003eTesery Starlink Gen 3 Doğrudan DC Güç Kaynağı\u003c\/h2\u003e\n\u003cdiv class=\"section-subtitle\"\u003e12V\/24V'den 57V'ye Yükseltici Dönüştürücü | Yüksek Verimli Şebekeden Bağımsız Güç Çözümü\u003c\/div\u003e\n\u003c!-- Feature 1: Efficiency (Left Img, Right Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_2.jpg?v=1767944649\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003eNihai \u003cspan\u003eEnerji Verimliliği\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003ePil çalışma sürenizi %30'a kadar uzatın. Aracınızın 12V veya 24V DC gücünü Starlink'in ihtiyaç duyduğu 57V'a doğrudan dönüştürerek, bu cihaz DC-AC invertörlerle ilişkili enerji kaybını atlar ve %96'nın üzerinde verimlilikle çalışır.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: High-Power Output (Right Img, Left Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-3573376.jpg?v=1768088049\" alt=\"Starlink Gen 3 Doğrudan DC Güç Kaynağı (12V\/24V'den 57V'ye) | Tesery - Tesery Resmi Mağazası\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_1.jpg?v=1767944683\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003eStabil \u003cspan\u003eYüksek Güç Çıkışı\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eYüksek yük aktivitelerinde bile güvenilir performans. 4.5A (256W) ile tutarlı 57V sağlar. Bu yüksek amperaj, Starlink anteninizin açılış, yoğun veri iletimi ve dahili ısıtıcıların çalışması için yeterli güce sahip olmasını garanti eder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Voltage Compatibility (Left Img, Right Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-1852211.jpg?v=1768088049\" alt=\"Starlink Gen 3 Doğrudan DC Güç Kaynağı (12V\/24V'den 57V'ye) | Tesery - Tesery Resmi Mağazası\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starlink_Gen_3_Direct_DC_Power_Supply_12V24V_to_57V_6.jpg?v=1767944888\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003eYüksek Kalite\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"accent-color\"\u003eKablo DC Fişi\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cspan\u003eDayanıklılık ve performans için tasarlanmış üstün bağlantı deneyimi. Bu kablo, esnek PVC kılıf ve dış etkenlere karşı koruma sağlayan su geçirmez conta içerir. İçinde, 18AWG bakır tel düşük empedans ve cihazlarınız için stabil güç sağlar.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Rugged Design (Right Img, Left Text) --\u003e\n\u003cdiv class=\"split-section\"\u003e\n\u003cdiv class=\"split-image-container\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-4424267.png?v=1768088050\" alt=\"Starlink Gen 3 Doğrudan DC Güç Kaynağı (12V\/24V'den 57V'ye) | Tesery - Tesery Resmi Mağazası\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/4074fa68-925c-4346-9d29-35ba2477bf4f.png?v=1767945139\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-text-container\"\u003e\n\u003ch3 class=\"feature-title\"\u003eDayanıklı \u0026amp; \u003cspan\u003eGüvenli Tasarım\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"title-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eZorlu dış ortam koşullarına dayanacak şekilde tasarlanmıştır. Su geçirmez\/toz geçirmez alüminyum kabuk içinde (IP67 dereceli) organik silikon potting ile kaplanmıştır. Aşırı voltaj, düşük voltaj, aşırı akım, kısa devre ve aşırı ısınmaya karşı akıllı koruma içerir.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 3: Compatibility --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2\u003eDonanım Uyumluluğu\u003c\/h2\u003e\n\u003cp\u003eSadece Starlink Gen 3 (Standard) Router için özel olarak tasarlanmıştır.\u003c\/p\u003e\n\u003cdiv class=\"comp-grid\"\u003e\n\u003cdiv class=\"comp-item\"\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✓\u003c\/span\u003e Starlink Gen 3 Standard\u003c\/div\u003e\n\u003cdiv class=\"comp-item\"\u003e\n\u003cspan class=\"compatibility-icon\"\u003e✕\u003c\/span\u003e Gen 2 Motorlu (Uyumlu Değil)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 4: FAQ --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eSıkça Sorulan Sorular\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-1\"\u003eBunu Starlink Gen 2 ile kullanabilir miyim?\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-1\" class=\"faq-answer\"\u003e\n\u003cp\u003eHayır. Bu cihaz 57V çıkış verir, bu Gen 3 Standard kiti için özeldir. Gen 2 donanımda kullanılması hasara yol açabilir.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-2\"\u003eNeden invertör yerine bunu seçmeliyim?\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-2\" class=\"faq-answer\"\u003e\n\u003cp\u003eBir invertör kullanmak DC'yi AC'ye, sonra tekrar DC'ye dönüştürür ve güç kaybına yol açar. Tesery dönüştürücü doğrudan DC bağlantısı oluşturur, böylece %30'a kadar pil ömrü tasarrufu sağlar—şebekeden bağımsız kullanım için kritik önemde.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-3\"\u003eCihaz su geçirmez mi?\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-3\" class=\"faq-answer\"\u003e\n\u003cp\u003eEvet, dönüştürücü gövdesi silikon potting ile mühürlenmiştir ve IP67 derecelidir (su geçirmez, toz geçirmez, darbe dayanıklı). Lütfen kablo bağlantı noktalarının kuru tutulduğundan emin olun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\" data-target=\"faq-ans-4\"\u003e\"Snow Melt\" ısıtıcıyı destekliyor mu?\u003c\/h3\u003e\n\u003cdiv id=\"faq-ans-4\" class=\"faq-answer\"\u003e\n\u003cp\u003eKesinlikle. 4.5A (256W) çıkış kapasitesi ile, ısıtıcı elemanlar aktifken bile Starlink Gen 3'ün tepe güç gereksinimlerini aşar\u003c!-- Section 1: Hero Visual (21:9 Aspect Ratio) --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JavaScript for FAQ Interaction --\u003e\u003cbr\u003e\u003cscript\u003e\n    (function() {\n      const questions = document.querySelectorAll('#tesery-pdp-wrapper .faq-question');\n    \n      questions.forEach(question =\u003e {\n        question.addEventListener('click', function() {\n          const targetId = this.getAttribute('data-target');\n          const answer = document.getElementById(targetId);\n        \n          \/\/ Toggle active class on question for styling\n          this.classList.toggle('active');\n        \n          \/\/ Toggle max-height for slide effect\n          if (answer.style.maxHeight) {\n            answer.style.maxHeight = null;\n          } else {\n            answer.style.maxHeight = answer.scrollHeight + \"px\";\n          }\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"2 M","offer_id":47962140705000,"sku":"SAD015-2","price":2696.0,"currency_code":"TRY","in_stock":true},{"title":"3 M","offer_id":47962140737768,"sku":"SAD015-3","price":2970.0,"currency_code":"TRY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starlink-gen-3-direct-dc-power-supply-12v24v-to-57v-tesery-2614157.jpg?v=1768088049","url":"https:\/\/tr.tesery.com\/products\/starlink-gen-3-direct-dc-power-supply-12v-24v-to-57v-tesery","provider":"Tesery Official Store","version":"1.0","type":"link"}