{"product_id":"power-bank-with-apple-watch-charger-pd-22-5w-fast-charging-usb-c-a-ports-led-display-for-iphone-16-15-galaxy-s24-s22-iwatch-ultra-8-7-6-5-4","title":"Power Bank with Apple Watch Charger: PD 22.5W Fast Charging, USB-C\/A Ports, LED Display for iPhone 16\/15, Galaxy S24\/S22, iWatch Ultra\/8\/7\/6\/5\/4","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cmeta name=\"description\" content=\"Power bank with built-in Apple Watch magnetic charger. 22.5W PD fast charging, USB-C and USB-A ports, LED battery display. Compatible with iPhone 16\/15, Samsung Galaxy S24\/S22, Apple Watch Ultra\/Series 4–9. Travel-ready all-in-one charging solution.\"\u003e\n  \u003ctitle\u003ePower Bank with Apple Watch Charger – 22.5W PD Fast Charge, USB-C\/A, LED Display | iPhone 16, Galaxy S24, iWatch Ultra\u003c\/title\u003e\n\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Power Bank with Apple Watch Charger – PD 22.5W Fast Charging, USB-C\/A Ports, LED Display\",\n    \"description\": \"Portable power bank with built-in Apple Watch magnetic charger. 22.5W Power Delivery fast charging via USB-C, USB-A output, LED battery percentage display. Compatible with iPhone 16, iPhone 15, Samsung Galaxy S24\/S22, Apple Watch Ultra, Series 4, 5, 6, 7, 8, 9, and SE.\",\n    \"sku\": \"PB-AW-PD225-LED\",\n    \"brand\": { \"@type\": \"Brand\", \"name\": \"YourBrand\" }\n  }\n  \u003c\/script\u003e\n\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --black: #0f0f0f;\n      --white: #ffffff;\n      --gray-100: #f5f4f0;\n      --gray-200: #e8e7e2;\n      --gray-400: #9a9890;\n      --gray-600: #5a5955;\n      --green-bg: #eaf3de;\n      --green-text: #3b6d11;\n      --blue-bg: #e6f1fb;\n      --blue-text: #185fa5;\n      --amber-bg: #faeeda;\n      --amber-text: #854f0b;\n      --pink-bg: #fbeaf0;\n      --pink-text: #993556;\n      --teal-bg: #e1f5ee;\n      --teal-text: #0f6e56;\n      --purple-bg: #eeedfe;\n      --purple-text: #534ab7;\n      --coral-bg: #faece7;\n      --coral-text: #993c1d;\n      --radius-sm: 6px;\n      --radius-md: 10px;\n      --radius-lg: 16px;\n      --radius-pill: 999px;\n    }\n\n    html { font-size: 16px; -webkit-font-smoothing: antialiased; }\n    body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--black); min-height: 100vh; }\n    .page { max-width: 900px; margin: 0 auto; padding: 3rem 2rem 5rem; }\n\n    \/* ─── Badges ─── *\/\n    .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.75rem; }\n    .badge {\n      font-size: 10.5px; font-weight: 500; letter-spacing: .06em;\n      text-transform: uppercase; padding: 4px 12px; border-radius: var(--radius-pill);\n    }\n    .b-green  { background: var(--green-bg);  color: var(--green-text); }\n    .b-blue   { background: var(--blue-bg);   color: var(--blue-text); }\n    .b-amber  { background: var(--amber-bg);  color: var(--amber-text); }\n    .b-teal   { background: var(--teal-bg);   color: var(--teal-text); }\n    .b-purple { background: var(--purple-bg); color: var(--purple-text); }\n    .b-pink   { background: var(--pink-bg);   color: var(--pink-text); }\n    .b-coral  { background: var(--coral-bg);  color: var(--coral-text); }\n\n    \/* ─── Hero ─── *\/\n    h1 {\n      font-family: 'DM Serif Display', serif;\n      font-size: clamp(1.65rem, 4vw, 2.25rem);\n      font-weight: 400; line-height: 1.18;\n      letter-spacing: -.02em; color: var(--black); margin-bottom: .6rem;\n    }\n    .tagline { font-size: 15px; color: var(--gray-600); font-style: italic; margin-bottom: 1.75rem; line-height: 1.6; }\n\n    \/* ─── Port Diagram ─── *\/\n    .port-diagram {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2rem;\n    }\n    .port-header {\n      background: var(--black); padding: .75rem 1.25rem;\n      font-size: 11px; font-weight: 500; letter-spacing: .08em;\n      text-transform: uppercase; color: rgba(255,255,255,.6);\n    }\n    .port-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n      gap: 1px; background: var(--gray-200);\n    }\n    .port-cell {\n      background: var(--white); padding: 1rem 1.1rem;\n      display: flex; flex-direction: column; gap: 4px;\n    }\n    .port-name { font-size: 13px; font-weight: 500; color: var(--black); }\n    .port-spec { font-size: 12px; color: var(--gray-400); }\n    .port-use  { font-size: 11.5px; color: var(--gray-600); margin-top: 2px; }\n    .port-tag  {\n      display: inline-block; font-size: 10px; font-weight: 500;\n      letter-spacing: .05em; text-transform: uppercase;\n      padding: 2px 8px; border-radius: var(--radius-pill); margin-top: 4px;\n      width: fit-content;\n    }\n\n    \/* ─── Stats Bar ─── *\/\n    .stats-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\n      gap: 1px; background: var(--gray-200);\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2rem;\n    }\n    .stat-cell {\n      background: var(--white); padding: 1rem .75rem;\n      display: flex; flex-direction: column; align-items: center;\n      text-align: center; gap: 4px;\n    }\n    .stat-num {\n      font-family: 'DM Serif Display', serif;\n      font-size: 1.75rem; font-weight: 400; line-height: 1; color: var(--black);\n    }\n    .stat-unit { font-size: 12px; font-weight: 500; color: var(--black); }\n    .stat-label { font-size: 11px; color: var(--gray-400); }\n\n    \/* ─── Compat chips ─── *\/\n    .compat-group-label {\n      font-size: 11px; font-weight: 500; letter-spacing: .08em;\n      text-transform: uppercase; color: var(--gray-400); margin-bottom: 8px;\n    }\n    .compat-strip { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.25rem; }\n    .compat-chip {\n      font-size: 11.5px; background: var(--gray-100);\n      border: 1px solid var(--gray-200); border-radius: var(--radius-pill);\n      padding: 4px 12px; color: var(--gray-600);\n    }\n    .compat-chip strong { font-weight: 500; color: var(--black); }\n\n    \/* ─── Body Copy ─── *\/\n    .desc {\n      font-size: 15px; line-height: 1.8; color: #2a2a2a;\n      margin-bottom: 2rem; padding-bottom: 2rem;\n      border-bottom: 1px solid var(--gray-200);\n    }\n    .desc p + p { margin-top: 1rem; }\n    .desc strong { font-weight: 500; }\n\n    \/* ─── Section label ─── *\/\n    .section-label {\n      font-size: 11px; font-weight: 500; letter-spacing: .1em;\n      text-transform: uppercase; color: var(--gray-400); margin-bottom: 1rem;\n    }\n\n    \/* ─── Feature Grid ─── *\/\n    .feat-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 12px; margin-bottom: 2.5rem;\n    }\n    .feat-card {\n      background: var(--gray-100); border-radius: var(--radius-lg);\n      padding: 1.1rem 1.1rem 1.2rem;\n      border: 1px solid var(--gray-200); transition: border-color .2s;\n    }\n    .feat-card:hover { border-color: #c8c6c0; }\n    .feat-icon {\n      width: 34px; height: 34px; border-radius: var(--radius-sm);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 17px; margin-bottom: .65rem;\n    }\n    .feat-card h3 { font-size: 13px; font-weight: 500; margin-bottom: 4px; }\n    .feat-card p  { font-size: 12px; color: var(--gray-600); line-height: 1.55; }\n\n    \/* ─── Charges Estimator ─── *\/\n    .charges-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n      gap: 10px; margin-bottom: 2.5rem;\n    }\n    .charge-card {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      padding: 1rem; background: var(--white); text-align: center;\n    }\n    .charge-times {\n      font-family: 'DM Serif Display', serif;\n      font-size: 2rem; font-weight: 400; line-height: 1;\n      color: var(--black); display: block; margin-bottom: 4px;\n    }\n    .charge-device { font-size: 12.5px; font-weight: 500; color: var(--black); margin-bottom: 3px; }\n    .charge-note   { font-size: 11px; color: var(--gray-400); }\n\n    \/* ─── Spec Table ─── *\/\n    .specs-wrap {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2.5rem;\n    }\n    .spec-row {\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 11px 16px; border-bottom: 1px solid var(--gray-200); font-size: 13.5px;\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-row:nth-child(even) { background: var(--gray-100); }\n    .spec-label { color: var(--gray-600); }\n    .spec-val   { font-weight: 500; text-align: right; }\n\n    \/* ─── Long-form ─── *\/\n    .longform h2 {\n      font-family: 'DM Serif Display', serif; font-size: 1.25rem;\n      font-weight: 400; margin: 2rem 0 .6rem;\n    }\n    .longform p { font-size: 14.5px; line-height: 1.8; color: #333; margin-bottom: .8rem; }\n    .longform ul { margin: .5rem 0 .8rem 1.25rem; }\n    .longform ul li { font-size: 14px; line-height: 1.7; color: #333; margin-bottom: 4px; }\n\n    hr { border: none; border-top: 1px solid var(--gray-200); margin: 2rem 0; }\n\n    @media (max-width: 600px) {\n      .page { padding: 2rem 1.25rem 4rem; }\n      .stat-num { font-size: 1.4rem; }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003cmain class=\"page\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cdiv class=\"badge-row\"\u003e\n    \u003cspan class=\"badge b-blue\"\u003eBuilt-in Apple Watch Charger\u003c\/span\u003e\n    \u003cspan class=\"badge b-purple\"\u003e22.5W PD Fast Charge\u003c\/span\u003e\n    \u003cspan class=\"badge b-green\"\u003eLED Battery Display\u003c\/span\u003e\n    \u003cspan class=\"badge b-teal\"\u003eUSB-C + USB-A Ports\u003c\/span\u003e\n    \u003cspan class=\"badge b-amber\"\u003eCharge 3 Devices\u003c\/span\u003e\n    \u003cspan class=\"badge b-coral\"\u003eTravel Carry-On Safe\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- H1 --\u003e\n  \u003ch1 itemprop=\"name\"\u003ePower Bank with Apple Watch Charger — 22.5W PD Fast Charging, USB-C\/A Ports, LED Display\u003c\/h1\u003e\n  \u003cp class=\"tagline\"\u003eOne compact bank that fast-charges your iPhone, charges your Apple Watch, and powers everything else — no extra cables, no separate charger to pack.\u003c\/p\u003e\n\n  \u003c!-- Port Diagram --\u003e\n  \u003cdiv class=\"port-diagram\"\u003e\n    \u003cdiv class=\"port-header\"\u003ePort layout — charge up to 3 devices simultaneously\u003c\/div\u003e\n    \u003cdiv class=\"port-grid\"\u003e\n      \u003cdiv class=\"port-cell\"\u003e\n        \u003cspan class=\"port-name\"\u003eUSB-C In \/ Out\u003c\/span\u003e\n        \u003cspan class=\"port-spec\"\u003e22.5W PD Fast Charge\u003c\/span\u003e\n        \u003cspan class=\"port-use\"\u003eiPhone 15\/16 fast charge · Recharge the bank\u003c\/span\u003e\n        \u003cspan class=\"port-tag\" style=\"background:var(--blue-bg);color:var(--blue-text)\"\u003eInput + Output\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"port-cell\"\u003e\n        \u003cspan class=\"port-name\"\u003eUSB-A Out\u003c\/span\u003e\n        \u003cspan class=\"port-spec\"\u003e18W Quick Charge\u003c\/span\u003e\n        \u003cspan class=\"port-use\"\u003eAndroid · iPad · older iPhones\u003c\/span\u003e\n        \u003cspan class=\"port-tag\" style=\"background:var(--green-bg);color:var(--green-text)\"\u003eOutput only\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"port-cell\"\u003e\n        \u003cspan class=\"port-name\"\u003eApple Watch Charger\u003c\/span\u003e\n        \u003cspan class=\"port-spec\"\u003eBuilt-in magnetic puck\u003c\/span\u003e\n        \u003cspan class=\"port-use\"\u003eAll Apple Watch Series 4–Ultra 2\u003c\/span\u003e\n        \u003cspan class=\"port-tag\" style=\"background:var(--purple-bg);color:var(--purple-text)\"\u003eOutput — no cable needed\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stats Bar --\u003e\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e10K\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003emAh\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eCapacity\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e22.5\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eWatts\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003ePD fast charge\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e3\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eDevices\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eAt once\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003eLED\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003e%\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eExact readout\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e226g\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eWeight\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003ePocket portable\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compat chips --\u003e\n  \u003cdiv class=\"compat-group-label\"\u003eiPhone \u0026amp; Apple Watch compatibility\u003c\/div\u003e\n  \u003cdiv class=\"compat-strip\"\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 16 \/ 16 Pro \/ 16 Pro Max\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 15 \/ 15 Pro \/ 15 Pro Max\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 14 series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 13 \/ 12 (USB-C cable)\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eApple Watch Ultra \/ Ultra 2\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eApple Watch Series 4–9\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eApple Watch SE (1st \u0026amp; 2nd gen)\u003c\/strong\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compat-group-label\"\u003eAndroid \u0026amp; other devices\u003c\/div\u003e\n  \u003cdiv class=\"compat-strip\" style=\"margin-bottom:1.75rem;\"\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eSamsung Galaxy S24 \/ S24 Ultra\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eSamsung Galaxy S22 \/ S23 series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eGoogle Pixel 8 \/ 9\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eiPad Pro (USB-C)\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eAirPods Pro \/ AirPods 4\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eAll USB-C devices\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Short Description --\u003e\n  \u003cdiv class=\"desc\" itemprop=\"description\"\u003e\n    \u003cp\u003eTravelling with an iPhone and an Apple Watch normally means packing two separate chargers — the phone charger and the Apple Watch magnetic puck — or hunting for the one hotel USB socket that fits both. This power bank eliminates both problems with a \u003cstrong\u003ebuilt-in Apple Watch magnetic charging puck\u003c\/strong\u003e that folds flush with the bank's surface, combined with a \u003cstrong\u003e22.5W USB-C Power Delivery port\u003c\/strong\u003e that fast-charges iPhone 15 and 16 from 0 to 50% in approximately 30 minutes.\u003c\/p\u003e\n    \u003cp\u003eThe \u003cstrong\u003e10,000mAh capacity\u003c\/strong\u003e carries approximately 2.5 full charges for an iPhone 16, 5–6 charges for an Apple Watch, or a full charge for a mid-size Android phone with capacity left over. A \u003cstrong\u003eprecision LED display\u003c\/strong\u003e shows remaining charge as an exact percentage — not a vague 4-bar indicator, but a number — so you always know exactly how much power you have before leaving the hotel, boarding a flight, or heading into a full day of hiking or meetings.\u003c\/p\u003e\n    \u003cp\u003eThe \u003cstrong\u003eUSB-A port\u003c\/strong\u003e adds an 18W Quick Charge output for a second device simultaneously — charge your iPhone via USB-C, your Apple Watch on the magnetic puck, and a partner's Android phone via USB-A at the same time. At 226g and fitting in a jacket pocket, this is the one portable charger designed specifically for the Apple Watch + iPhone carry.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Cards --\u003e\n  \u003cp class=\"section-label\"\u003eWhat sets it apart\u003c\/p\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--purple-bg)\"\u003e⌚\u003c\/div\u003e\n      \u003ch3\u003eBuilt-in Apple Watch Puck\u003c\/h3\u003e\n      \u003cp\u003eIntegrated magnetic charger folds flush — no separate charging cable to pack, lose, or untangle\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--blue-bg)\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003e22.5W PD Fast Charging\u003c\/h3\u003e\n      \u003cp\u003eUSB-C port fast-charges iPhone 15\/16 to 50% in ~30 minutes — 3× faster than standard 5W charging\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--green-bg)\"\u003e💡\u003c\/div\u003e\n      \u003ch3\u003eLED Percentage Display\u003c\/h3\u003e\n      \u003cp\u003eExact battery percentage readout — know whether you have 87% or 23% remaining before you head out\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--teal-bg)\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003e3-Device Simultaneous\u003c\/h3\u003e\n      \u003cp\u003eUSB-C + USB-A + Apple Watch puck output at the same time — one bank, three devices, one outlet to recharge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--amber-bg)\"\u003e✈️\u003c\/div\u003e\n      \u003ch3\u003eAirline Carry-On Compliant\u003c\/h3\u003e\n      \u003cp\u003eUnder 100Wh — TSA and IATA compliant for carry-on without declaration or approval\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--coral-bg)\"\u003e🪫\u003c\/div\u003e\n      \u003ch3\u003ePass-Through Charging\u003c\/h3\u003e\n      \u003cp\u003eCharge the power bank and output to devices simultaneously — top up overnight from one wall adapter\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Charges Estimator --\u003e\n  \u003cp class=\"section-label\"\u003eEstimated charges from full capacity\u003c\/p\u003e\n  \u003cdiv class=\"charges-grid\"\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e2.5×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eiPhone 16 Pro Max\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e4,685mAh battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e3×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eiPhone 16\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e3,561mAh battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e1.5×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eSamsung Galaxy S24 Ultra\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e5,000mAh battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e5–6×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eApple Watch Ultra 2\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e542mAh battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e2×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eiPad mini (USB-C)\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e5,124mAh battery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"charge-card\"\u003e\n      \u003cspan class=\"charge-times\"\u003e8–9×\u003c\/span\u003e\n      \u003cspan class=\"charge-device\"\u003eAirPods Pro case\u003c\/span\u003e\n      \u003cspan class=\"charge-note\"\u003e~500mAh case battery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- Spec Table --\u003e\n  \u003cp class=\"section-label\"\u003eProduct specifications\u003c\/p\u003e\n  \u003cdiv class=\"specs-wrap\" itemprop=\"additionalProperty\" itemscope itemtype=\"https:\/\/schema.org\/PropertyValue\"\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery capacity\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e10,000mAh \/ 37Wh\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eUSB-C output\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e22.5W PD (5V\/3A · 9V\/2.5A · 12V\/1.5A)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eUSB-A output\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e18W Quick Charge 3.0\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eApple Watch charger\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eBuilt-in magnetic puck — Series 4 to Ultra 2\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eUSB-C input (recharge)\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e18W (recharge in ~2.5 hours)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTotal output (simultaneous)\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eUp to 30W across all ports\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eLED percentage readout\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003ePass-through charging\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eYes\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e226g\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e140 × 68 × 15mm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eAirline compliance\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e37Wh — under 100Wh carry-on limit\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eSafety features\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eOvercharge, over-discharge, short circuit, over-temp protection\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eCertifications\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eCE, FCC, RoHS\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Long-form SEO copy --\u003e\n  \u003cdiv class=\"longform\"\u003e\n\n    \u003ch2\u003eWhy a built-in Apple Watch charger matters for travel\u003c\/h2\u003e\n    \u003cp\u003eApple Watch uses a proprietary magnetic inductive charging system that is not compatible with any standard cable connector. Every other device you own can be charged with a USB-C cable — the Apple Watch cannot. This means every Apple Watch owner who travels must carry a separate Apple Watch charging puck alongside their standard cable kit. The puck is small but it represents one more item to pack, one more item to forget, and one more item to search for in a bag at 6am in a hotel room. A power bank with the charging puck integrated eliminates it from the packing list entirely — the Watch charges directly off the bank's surface, and the bank itself recharges from the same USB-C cable used for the phone.\u003c\/p\u003e\n\n    \u003ch2\u003e22.5W PD — how fast charging actually works on iPhone\u003c\/h2\u003e\n    \u003cp\u003eApple iPhones from iPhone 8 onward support USB Power Delivery fast charging — but only when paired with a charger that outputs at least 18W. The standard 5W Apple charger (included with older iPhones) charges at approximately 1% per minute. A 22.5W PD charger charges at approximately 2–3% per minute in the 0–80% range, where fast charging protocols are most active. From a dead battery, this means 50% in roughly 30 minutes and a full charge in under 90 minutes on iPhone 15 and 16 models. iPhone 12 and 13 support up to 20W fast charging via USB-C to Lightning cable — the 22.5W output is fully backward compatible and the phone negotiates its maximum supported wattage automatically.\u003c\/p\u003e\n\n    \u003ch2\u003eUnderstanding the 10,000mAh capacity claim\u003c\/h2\u003e\n    \u003cp\u003eBattery capacity is rated at the cell's nominal voltage (typically 3.7V) rather than the output voltage used for device charging (5V for USB). This means real-world energy delivery is lower than the mAh figure suggests — a 10,000mAh cell contains approximately 37Wh of energy, and accounting for voltage conversion efficiency (typically 85–90%), the usable energy delivered to devices is around 31–33Wh. This is why the charge counts shown in the estimator are approximate and slightly below what a naive mAh-to-mAh comparison would suggest. The 10,000mAh figure is accurate to the cell rating — the effective output is the figure that matters for real-world use.\u003c\/p\u003e\n\n    \u003ch2\u003eAirline carry-on rules for power banks\u003c\/h2\u003e\n    \u003cp\u003eInternational Air Transport Association (IATA) and TSA regulations limit power banks in carry-on luggage to those rated under 100Wh without airline approval, and under 160Wh with approval. Power banks are prohibited in checked luggage entirely. This bank's 37Wh rating places it well under the 100Wh threshold — it can be carried in hand luggage on any commercial flight without declaration, approval, or any interaction with security beyond standard screening. The watt-hour rating (37Wh) is printed on the bank's label and is the figure airline security checks when verifying compliance.\u003c\/p\u003e\n\n    \u003ch2\u003eWhich Apple Watch models are compatible\u003c\/h2\u003e\n    \u003cp\u003eThe built-in magnetic charging puck is compatible with all Apple Watch models that use the standard circular magnetic charging format. This covers Apple Watch Series 4 (2018) through Series 9 (2023), Apple Watch SE (first and second generation), and Apple Watch Ultra and Ultra 2. Apple Watch Series 1, 2, and 3 also use the same circular magnetic format and are compatible. Apple Watch Ultra and Ultra 2 support fast charging at up to 3W when using Apple's dedicated fast-charge magnetic cable — the built-in puck charges at the standard 1W rate, which is sufficient for overnight or multi-hour top-up use during travel days.\u003c\/p\u003e\n\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003eDoes it fast-charge the Apple Watch?\u003c\/strong\u003e The built-in puck charges at standard magnetic charging speed (approximately 0–100% in 2–2.5 hours for most Apple Watch models). Apple Watch fast charging requires Apple's dedicated fast-charge cable — this puck charges at standard speed, which is adequate for overnight charging or charging during a flight.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCan I recharge the power bank with the same cable I use for my iPhone?\u003c\/strong\u003e Yes. The USB-C port accepts input for recharging the bank at up to 18W — the same USB-C cable used for iPhone 15\/16 also recharges the bank. One cable handles both the bank and the phone.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eDoes the Apple Watch charger retract or fold?\u003c\/strong\u003e The magnetic puck is integrated into the bank's surface on a short flexible arm that folds flat against the body when not in use. It does not fully retract inside the housing — it folds to a flush position for compact carry.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eWill it charge iPhone and Apple Watch at the same time?\u003c\/strong\u003e Yes. USB-C, USB-A, and the Apple Watch puck all operate simultaneously. The bank manages power distribution automatically — if all three are in use, total output is shared up to the 30W combined maximum.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eIs it compatible with Samsung Galaxy S24 fast charging?\u003c\/strong\u003e Yes. The USB-A port supports 18W Quick Charge 3.0, which is compatible with Samsung's Adaptive Fast Charging protocol. The USB-C port at 22.5W PD also charges Samsung Galaxy S series via USB-C to USB-C at fast charge speeds.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/main\u003e\n\n\u003c\/body\u003e","brand":"Dropinprices","offers":[{"title":"Default Title","offer_id":52294877413652,"sku":"PB-AW-10000-PD22","price":23.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/1122\/8948\/files\/J2ugaaPXGJ7fmtUPk9X02Q0_0_gps_generated.png?v=1775007570","url":"https:\/\/charises-beautiful-things.myshopify.com\/products\/power-bank-with-apple-watch-charger-pd-22-5w-fast-charging-usb-c-a-ports-led-display-for-iphone-16-15-galaxy-s24-s22-iwatch-ultra-8-7-6-5-4","provider":"Charise's Beautiful Things","version":"1.0","type":"link"}