{"product_id":"dji-power-140w-gan-charger","title":"DJI Power 140W GaN Charger","description":"\u003cstyle\u003e\n\/* ============================================================\n   SPEEDYDRONE × DJI\n   DJI Power 140W GaN Charger\n   Premium Shopify Product Description\n   ============================================================ *\/\n\n.sd-power140 {\n  --sd-black: #111111;\n  --sd-grey: #6e6e73;\n  --sd-light: #f5f5f7;\n  --sd-border: #e5e5e7;\n  --sd-white: #ffffff;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 10px 20px 80px;\n\n  color: var(--sd-black);\n  font-family: inherit;\n  line-height: 1.5;\n}\n\n.sd-power140 *,\n.sd-power140 *::before,\n.sd-power140 *::after {\n  box-sizing: border-box;\n}\n\n.sd-power140 img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n\n\/* ============================================================\n   HERO \/ INTRO\n   ============================================================ *\/\n\n.sd140-hero {\n  max-width: 840px;\n  margin: 28px auto 60px;\n  text-align: center;\n}\n\n.sd140-eyebrow {\n  margin: 0 0 12px;\n\n  color: #77777c;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n}\n\n.sd140-hero h2 {\n  margin: 0;\n\n  color: var(--sd-black);\n  font-size: clamp(38px, 5vw, 60px);\n  font-weight: 650;\n  line-height: 1.04;\n  letter-spacing: -.045em;\n}\n\n.sd140-hero-copy {\n  max-width: 720px;\n  margin: 22px auto 0;\n\n  color: var(--sd-grey);\n  font-size: 18px;\n  line-height: 1.65;\n}\n\n\n\/* ============================================================\n   QUICK HIGHLIGHTS\n   ============================================================ *\/\n\n.sd140-highlights {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 12px;\n\n  max-width: 930px;\n  margin: 0 auto 78px;\n}\n\n.sd140-highlight {\n  min-width: 0;\n  padding: 22px 12px;\n\n  border-radius: 16px;\n  background: var(--sd-light);\n\n  text-align: center;\n}\n\n.sd140-highlight strong {\n  display: block;\n  margin: 0 0 4px;\n\n  color: var(--sd-black);\n  font-size: 20px;\n  font-weight: 650;\n  line-height: 1.15;\n  letter-spacing: -.02em;\n}\n\n.sd140-highlight span {\n  color: var(--sd-grey);\n  font-size: 13px;\n  line-height: 1.4;\n}\n\n\n\/* ============================================================\n   SECTION INTRO\n   ============================================================ *\/\n\n.sd140-section-heading {\n  max-width: 760px;\n  margin: 0 auto 34px;\n  text-align: center;\n}\n\n.sd140-section-heading span {\n  display: block;\n  margin-bottom: 9px;\n\n  color: #77777c;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sd140-section-heading h2 {\n  margin: 0;\n\n  color: var(--sd-black);\n  font-size: clamp(31px, 4vw, 46px);\n  font-weight: 650;\n  line-height: 1.1;\n  letter-spacing: -.035em;\n}\n\n.sd140-section-heading p {\n  max-width: 630px;\n  margin: 16px auto 0;\n\n  color: var(--sd-grey);\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n\n\/* ============================================================\n   DJI-STYLE SMALL IMAGE GRID\n   ============================================================ *\/\n\n.sd140-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 18px;\n\n  max-width: 1080px;\n  margin: 0 auto 82px;\n}\n\n.sd140-card {\n  position: relative;\n  min-width: 0;\n\n  overflow: hidden;\n\n  border-radius: 18px;\n  background: #ececef;\n\n  transform: translateZ(0);\n}\n\n\n\/* Image ratio *\/\n\n.sd140-card-media {\n  position: relative;\n\n  width: 100%;\n  aspect-ratio: 1.18 \/ 1;\n\n  overflow: hidden;\n}\n\n.sd140-card-media img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n  object-position: center;\n\n  transition: transform .55s cubic-bezier(.2,.6,.2,1);\n}\n\n@media (hover: hover) {\n  .sd140-card:hover .sd140-card-media img {\n    transform: scale(1.018);\n  }\n}\n\n\n\/* ============================================================\n   TOP-ONLY TEXT SCRIM\n   Important:\n   only darkens upper portion — image remains visible.\n   ============================================================ *\/\n\n.sd140-card-media::after {\n  content: \"\";\n\n  position: absolute;\n  z-index: 1;\n  inset: 0;\n\n  pointer-events: none;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(0,0,0,.52) 0%,\n      rgba(0,0,0,.31) 18%,\n      rgba(0,0,0,.13) 34%,\n      rgba(0,0,0,.035) 48%,\n      rgba(0,0,0,0) 61%\n    );\n}\n\n\n\/* ============================================================\n   FEATURE COPY\n   Top positioned — not bottom overlay\n   ============================================================ *\/\n\n.sd140-card-copy {\n  position: absolute;\n  z-index: 3;\n\n  top: 28px;\n  left: 30px;\n\n  width: min(78%, 440px);\n\n  padding: 0;\n\n  color: #ffffff;\n}\n\n.sd140-card-copy h3 {\n  max-width: 430px;\n\n  margin: 0 0 8px;\n\n  color: #ffffff;\n\n  font-size: clamp(22px, 2.3vw, 29px);\n  font-weight: 650;\n  line-height: 1.1;\n  letter-spacing: -.025em;\n\n  text-shadow:\n    0 1px 5px rgba(0,0,0,.20),\n    0 2px 14px rgba(0,0,0,.12);\n}\n\n.sd140-card-copy p {\n  max-width: 430px;\n\n  margin: 0;\n\n  color: rgba(255,255,255,.92);\n\n  font-size: 14.5px;\n  font-weight: 400;\n  line-height: 1.48;\n\n  text-shadow:\n    0 1px 5px rgba(0,0,0,.25);\n}\n\n\n\/* Optional right-side text positioning *\/\n\n.sd140-card-copy.is-right {\n  left: auto;\n  right: 30px;\n\n  text-align: left;\n}\n\n\n\/* ============================================================\n   IN THE BOX\n   ============================================================ *\/\n\n.sd140-box {\n  max-width: 1080px;\n\n  margin: 0 auto 78px;\n  padding: 48px 52px;\n\n  border-radius: 20px;\n\n  background: var(--sd-light);\n}\n\n.sd140-box-header {\n  margin-bottom: 28px;\n}\n\n.sd140-box-header span {\n  display: block;\n  margin-bottom: 6px;\n\n  color: #77777c;\n\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sd140-box-header h2 {\n  margin: 0;\n\n  color: var(--sd-black);\n\n  font-size: clamp(28px, 3.5vw, 40px);\n  font-weight: 650;\n  line-height: 1.1;\n  letter-spacing: -.03em;\n}\n\n.sd140-box-list {\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n\n  border-top: 1px solid #dcdcdf;\n}\n\n.sd140-box-list li {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n\n  gap: 20px;\n\n  padding: 22px 0;\n\n  border-bottom: 1px solid #dcdcdf;\n}\n\n.sd140-box-name {\n  color: var(--sd-black);\n\n  font-size: 16px;\n  font-weight: 600;\n}\n\n.sd140-box-qty {\n  flex-shrink: 0;\n\n  color: var(--sd-grey);\n\n  font-size: 15px;\n}\n\n\n\/* ============================================================\n   SPEEDYDRONE \/ CANADA GEO\n   Kept subtle to preserve DJI visual language\n   ============================================================ *\/\n\n.sd140-canada {\n  max-width: 820px;\n\n  margin: 0 auto 70px;\n\n  text-align: center;\n}\n\n.sd140-canada .sd140-eyebrow {\n  margin-bottom: 10px;\n}\n\n.sd140-canada h2 {\n  margin: 0;\n\n  color: var(--sd-black);\n\n  font-size: clamp(29px, 4vw, 43px);\n  font-weight: 650;\n  line-height: 1.1;\n  letter-spacing: -.035em;\n}\n\n.sd140-canada p {\n  max-width: 680px;\n\n  margin: 18px auto 0;\n\n  color: var(--sd-grey);\n\n  font-size: 16px;\n  line-height: 1.68;\n}\n\n\n\/* ============================================================\n   TECHNICAL NOTE\n   ============================================================ *\/\n\n.sd140-note {\n  max-width: 900px;\n\n  margin: 0 auto 74px;\n  padding: 20px 24px;\n\n  border-radius: 14px;\n\n  background: #fafafa;\n\n  color: #77777c;\n\n  font-size: 12.5px;\n  line-height: 1.65;\n}\n\n.sd140-note strong {\n  color: #55555a;\n  font-weight: 600;\n}\n\n\n\/* ============================================================\n   FAQ\n   ============================================================ *\/\n\n.sd140-faq {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.sd140-faq-heading {\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.sd140-faq-heading span {\n  display: block;\n\n  margin-bottom: 8px;\n\n  color: #77777c;\n\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sd140-faq-heading h2 {\n  margin: 0;\n\n  color: var(--sd-black);\n\n  font-size: clamp(29px, 4vw, 42px);\n  font-weight: 650;\n  line-height: 1.1;\n  letter-spacing: -.035em;\n}\n\n.sd140-faq details {\n  border-bottom: 1px solid var(--sd-border);\n}\n\n.sd140-faq summary {\n  position: relative;\n\n  padding: 22px 40px 22px 0;\n\n  cursor: pointer;\n  list-style: none;\n\n  color: var(--sd-black);\n\n  font-size: 16px;\n  font-weight: 600;\n  line-height: 1.45;\n}\n\n.sd140-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.sd140-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  top: 17px;\n  right: 2px;\n\n  color: #77777c;\n\n  font-size: 26px;\n  font-weight: 300;\n}\n\n.sd140-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.sd140-faq-answer {\n  max-width: 790px;\n\n  padding: 0 0 23px;\n\n  color: var(--sd-grey);\n\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.sd140-faq-answer p {\n  margin: 0;\n}\n\n\n\/* ============================================================\n   TABLET\n   ============================================================ *\/\n\n@media (max-width: 900px) {\n\n  .sd140-card-media {\n    aspect-ratio: 1.08 \/ 1;\n  }\n\n  .sd140-card-copy {\n    top: 24px;\n    left: 24px;\n\n    width: calc(100% - 48px);\n  }\n\n  .sd140-card-copy.is-right {\n    left: 24px;\n    right: auto;\n  }\n\n  .sd140-card-copy p {\n    max-width: 390px;\n  }\n}\n\n\n\/* ============================================================\n   MOBILE\n   ============================================================ *\/\n\n@media (max-width: 767px) {\n\n  .sd-power140 {\n    padding:\n      4px\n      14px\n      58px;\n  }\n\n\n  \/* Hero *\/\n\n  .sd140-hero {\n    margin:\n      20px\n      auto\n      42px;\n  }\n\n  .sd140-hero h2 {\n    font-size: clamp(35px, 10vw, 46px);\n  }\n\n  .sd140-hero-copy {\n    margin-top: 18px;\n\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n\n  \/* Highlights *\/\n\n  .sd140-highlights {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 8px;\n\n    margin-bottom: 55px;\n  }\n\n  .sd140-highlight {\n    padding: 18px 8px;\n\n    border-radius: 13px;\n  }\n\n  .sd140-highlight strong {\n    font-size: 18px;\n  }\n\n  .sd140-highlight span {\n    font-size: 12px;\n  }\n\n\n  \/* Heading *\/\n\n  .sd140-section-heading {\n    margin-bottom: 26px;\n  }\n\n  .sd140-section-heading p {\n    margin-top: 13px;\n\n    font-size: 15px;\n  }\n\n\n  \/* Cards *\/\n\n  .sd140-grid {\n    grid-template-columns: 1fr;\n\n    gap: 12px;\n\n    margin-bottom: 58px;\n  }\n\n  .sd140-card {\n    border-radius: 15px;\n  }\n\n  .sd140-card-media {\n    aspect-ratio: .98 \/ 1;\n  }\n\n\n  \/* Keep copy high and compact *\/\n\n  .sd140-card-copy,\n  .sd140-card-copy.is-right {\n    top: 21px;\n    left: 21px;\n    right: 21px;\n\n    width: auto;\n  }\n\n  .sd140-card-copy h3 {\n    max-width: 90%;\n\n    margin-bottom: 6px;\n\n    font-size: 22px;\n    line-height: 1.11;\n  }\n\n  .sd140-card-copy p {\n    max-width: 92%;\n\n    font-size: 13.5px;\n    line-height: 1.43;\n  }\n\n\n  \/* Lighter gradient on mobile too *\/\n\n  .sd140-card-media::after {\n    background:\n      linear-gradient(\n        180deg,\n        rgba(0,0,0,.53) 0%,\n        rgba(0,0,0,.30) 18%,\n        rgba(0,0,0,.11) 35%,\n        rgba(0,0,0,.025) 49%,\n        rgba(0,0,0,0) 61%\n      );\n  }\n\n\n  \/* Box *\/\n\n  .sd140-box {\n    margin-bottom: 55px;\n    padding: 31px 22px;\n\n    border-radius: 16px;\n  }\n\n  .sd140-box-header {\n    margin-bottom: 23px;\n  }\n\n  .sd140-box-list li {\n    padding: 19px 0;\n  }\n\n\n  \/* Canada *\/\n\n  .sd140-canada {\n    margin-bottom: 54px;\n\n    padding: 0 8px;\n  }\n\n  .sd140-canada p {\n    font-size: 15px;\n  }\n\n\n  \/* Note *\/\n\n  .sd140-note {\n    margin-bottom: 55px;\n\n    padding: 18px 18px;\n\n    font-size: 12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .sd140-faq summary {\n    padding:\n      20px\n      36px\n      20px\n      0;\n\n    font-size: 15px;\n  }\n\n  .sd140-faq summary::after {\n    top: 15px;\n  }\n\n}\n\n\n\/* ============================================================\n   VERY SMALL MOBILE\n   ============================================================ *\/\n\n@media (max-width: 390px) {\n\n  .sd140-card-copy p {\n    max-width: 96%;\n\n    font-size: 13px;\n  }\n\n  .sd140-card-copy h3 {\n    max-width: 96%;\n\n    font-size: 21px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"sd-power140\"\u003e\n\n\n  \u003c!-- ========================================================\n       HERO\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-hero\"\u003e\n\n    \u003cp class=\"sd140-eyebrow\"\u003e\n      DJI Power\n    \u003c\/p\u003e\n\n    \u003ch2\u003e\n      140W Power.\u003cbr\u003e\n      Ready to Go.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sd140-hero-copy\"\u003e\n      DJI Power 140W GaN Charger brings high-output USB-C charging,\n      intelligent multi-port power management, and a compact GaN design\n      together in one travel-ready charger for DJI gear and everyday devices.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ========================================================\n       QUICK HIGHLIGHTS\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-highlights\"\u003e\n\n    \u003cdiv class=\"sd140-highlight\"\u003e\n      \u003cstrong\u003e140W\u003c\/strong\u003e\n      \u003cspan\u003eMax USB-C Output\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sd140-highlight\"\u003e\n      \u003cstrong\u003e3 Ports\u003c\/strong\u003e\n      \u003cspan\u003e2× USB-C + 1× USB-A\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sd140-highlight\"\u003e\n      \u003cstrong\u003eGaN\u003c\/strong\u003e\n      \u003cspan\u003eCompact \u0026amp; Efficient\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sd140-highlight\"\u003e\n      \u003cstrong\u003ePD 3.1\u003c\/strong\u003e\n      \u003cspan\u003eBroad Compatibility\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ========================================================\n       TAKE A CLOSER LOOK\n       ======================================================== --\u003e\n\n  \u003cheader class=\"sd140-section-heading\"\u003e\n\n    \u003cspan\u003e\n      Take a Closer Look\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      One charger. More possibilities.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      High-power charging, intelligent power allocation, and everyday\n      compatibility in a compact design made to travel.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n\n  \u003c!-- ========================================================\n       FEATURE GRID\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-grid\"\u003e\n\n\n    \u003c!-- FEATURE 01 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/1.webp?v=1786228440\" alt=\"DJI Power 140W GaN Charger 140W output and three-port charging\" loading=\"eager\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          140W Output \u0026amp; 3-Port Power Allocation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Two USB-C ports and one USB-A port charge up to three devices\n          at once, with up to 140 W available from a single USB-C port.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n\n    \u003c!-- FEATURE 02 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/2_32e1c1b0-0906-4dbf-82f0-39f4fb47806e.webp?v=1786228440\" alt=\"DJI Power 140W GaN Charger high conversion efficiency and temperature control\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          Efficient by Design.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          GaN technology improves power conversion efficiency and reduces\n          heat, while built-in thermal protection helps keep charging stable.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n\n    \u003c!-- FEATURE 03 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/3.webp?v=1786228439\" alt=\"Compact palm-sized DJI Power 140W GaN Charger for travel\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          Palm-Sized. Travel Ready.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          High-output performance in a compact body that slips easily\n          into a drone bag, creator kit, backpack, or carry-on.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n\n    \u003c!-- FEATURE 04 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/4.webp?v=1786228439\" alt=\"DJI Power 7A USB-C Digital Display Cable OLED real-time power display\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          See Charging in Real Time.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Pair with the DJI Power 7A USB-C Digital Display Cable to view\n          real-time power, voltage, and current directly on its OLED display.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n\n    \u003c!-- FEATURE 05 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/5.webp?v=1786228440\" alt=\"DJI Power 140W GaN Charger PD 3.1 laptop phone and device compatibility\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          PD 3.1. Extensive Compatibility.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Charge compatible laptops, smartphones, gaming devices, DJI gear,\n          and more with one compact high-power charging solution.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n\n    \u003c!-- FEATURE 06 --\u003e\n\n    \u003carticle class=\"sd140-card\"\u003e\n\n      \u003cdiv class=\"sd140-card-media\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/6.webp?v=1786228439\" alt=\"DJI Power 140W GaN Charger fast charging DJI Air 3S and Mavic 4 Pro batteries\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sd140-card-copy\"\u003e\n\n        \u003ch3\u003e\n          Built for the DJI Ecosystem.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          With a compatible Charging Hub and 7A cable, recharge three\n          DJI Air 3S batteries in about 180 minutes or three Mavic 4 Pro\n          batteries in about 240 minutes.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ========================================================\n       IN THE BOX\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-box\"\u003e\n\n    \u003cheader class=\"sd140-box-header\"\u003e\n\n      \u003cspan\u003e\n        What's Included\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        In the Box\n      \u003c\/h2\u003e\n\n    \u003c\/header\u003e\n\n\n    \u003cul class=\"sd140-box-list\"\u003e\n\n      \u003cli\u003e\n\n        \u003cspan class=\"sd140-box-name\"\u003e\n          DJI Power 140W GaN Charger\n        \u003c\/span\u003e\n\n        \u003cspan class=\"sd140-box-qty\"\u003e\n          × 1\n        \u003c\/span\u003e\n\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ========================================================\n       SPEEDYDRONE CANADA \/ GEO\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-canada\"\u003e\n\n    \u003cp class=\"sd140-eyebrow\"\u003e\n      SpeedyDrone Canada\n    \u003c\/p\u003e\n\n    \u003ch2\u003e\n      DJI Power, available locally.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Shop the DJI Power 140W GaN Charger from SpeedyDrone Canada.\n      Toronto local pickup and Canada-wide shipping are available,\n      making it easy to add high-power DJI charging to your travel,\n      creator, or drone setup.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ========================================================\n       PERFORMANCE NOTE\n       ======================================================== --\u003e\n\n  \u003cdiv class=\"sd140-note\"\u003e\n\n    \u003cstrong\u003ePerformance Note:\u003c\/strong\u003e\n\n    Maximum charging output depends on the connected device, charging\n    protocol, cable, battery level, temperature, and operating conditions.\n    DJI Air 3S and Mavic 4 Pro charging times are measured under controlled\n    conditions using compatible charging equipment and may vary in actual use.\n    DJI-device priority power allocation is supported only with compatible\n    DJI devices and the required DJI Power 7A USB-C Digital Display Cable.\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- ========================================================\n       FAQ\n       ======================================================== --\u003e\n\n  \u003csection class=\"sd140-faq\"\u003e\n\n    \u003cheader class=\"sd140-faq-heading\"\u003e\n\n      \u003cspan\u003e\n        FAQ\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        DJI Power 140W GaN Charger\n      \u003c\/h2\u003e\n\n    \u003c\/header\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How much power can the DJI Power 140W GaN Charger deliver?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          A single compatible USB-C connection can deliver up to 140 W.\n          Actual output depends on the connected device, supported charging\n          protocol, cable, battery level, and operating conditions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it charge three devices at the same time?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. The charger includes two USB-C ports and one USB-A port,\n          allowing up to three compatible devices to charge simultaneously.\n          Available power is dynamically distributed according to the\n          connected devices and their charging requirements.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the DJI Power 7A USB-C Digital Display Cable included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          No. This listing includes the DJI Power 140W GaN Charger only.\n          The DJI Power 7A USB-C Digital Display Cable is available separately\n          or as part of selected DJI charging combos.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use the charger with laptops and smartphones?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. The USB-C ports support PD 3.1 and the charger supports\n          multiple common charging protocols for compatible laptops,\n          smartphones, tablets, gaming devices, DJI products, and other\n          electronics. Actual charging speed varies by device.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the DJI Power 140W GaN Charger suitable for travel?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. Its compact GaN design makes it well suited for travel,\n          drone bags, creator kits, and everyday carry while providing\n          high-output charging for multiple compatible devices.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I buy the DJI Power 140W GaN Charger in Canada?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sd140-faq-answer\"\u003e\n\n        \u003cp\u003e\n          The DJI Power 140W GaN Charger is available from SpeedyDrone Canada,\n          with Toronto local pickup and Canada-wide shipping available for\n          eligible orders.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"DJI","offers":[{"title":"Default Title","offer_id":47929122455689,"sku":"24150508","price":99.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/da2bced671c57ad642f6f4b0a51bf240_origin.jpg?v=1786228281","url":"https:\/\/www.speedydrone.ca\/products\/dji-power-140w-gan-charger","provider":"SpeedyDrone Canada ","version":"1.0","type":"link"}