{"product_id":"3-in-1-foldable-rechargeable-portable-power-bank","title":"⚡3-in-1 foldable rechargeable portable power bank","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\u003cstyle\u003e  \/* Shopify Product Description Stylesheet - Self-contained \u0026 Fully Responsive *\/  .power-desc-wrapper {    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    color: #333333;    line-height: 1.6;    max-width: 1200px;    margin: 0 auto;    padding: 0 10px;    word-break: break-word;  }  .power-desc-wrapper *, .power-desc-wrapper *::before, .power-desc-wrapper *::after {    box-sizing: border-box;  }  \/* 顶部主Banner模块 (科技极简现代深空灰系) *\/  .power-hero {    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #020617 100%);    border-radius: 16px;    padding: 35px 15px;    text-align: center;    margin-bottom: 30px;    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3);    color: #fff;  }  .power-hero h1 {    font-size: 24px;    color: #f8fafc;    margin-bottom: 12px;    font-weight: 700;  }  .power-hero p {    font-size: 14px;    color: #94a3b8;    max-width: 700px;    margin: 0 auto 15px auto;  }  .power-badge {    display: inline-block;    background: #38bdf8;    color: #0f172a;    padding: 5px 14px;    border-radius: 20px;    font-size: 11px;    font-weight: 700;    letter-spacing: 1px;    text-transform: uppercase;    box-shadow: 0 2px 5px rgba(0,0,0,0.1);  }  \/* Section Headings *\/  .power-section-title {    text-align: center;    font-size: 20px;    color: #0f172a;    margin: 35px 0 15px 0;    font-weight: 700;  }  \/* 核心卖点图标网格模块 *\/  .power-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 12px;    margin-bottom: 30px;  }  @media (min-width: 768px) {    .power-grid {      grid-template-columns: repeat(2, 1fr);      gap: 20px;      max-width: 800px;      margin-left: auto;      margin-right: auto;    }    .power-hero {      padding: 45px 20px;    }    .power-hero h1 {      font-size: 32px;    }    .power-hero p {      font-size: 16px;    }    .power-section-title {      font-size: 24px;    }  }  .power-card {    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);    border: 1px solid #e2e8f0;    border-radius: 12px;    padding: 15px 10px;    text-align: center;    box-shadow: 0 4px 12px rgba(0,0,0,0.02);  }  .power-card-icon {    width: 50px;    height: 50px;    margin: 0 auto 10px auto;    background: linear-gradient(135deg, #f1f5f9, #cbd5e1);    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    font-size: 20px;  }  .power-card h3 {    font-size: 14px;    color: #1e293b;    margin-bottom: 6px;    font-weight: 600;  }  .power-card p {    font-size: 12px;    color: #64748b;    margin: 0;  }  \/* 核心卖点详情模块(卡片形式，一张卡片展示一个核心卖点的类型) *\/  .power-feature-module {    background: linear-gradient(120deg, #f8fafc 0%, #f1f5f9 100%);    border-radius: 12px;    padding: 18px;    margin-bottom: 20px;    border-left: 4px solid #0f172a;    box-shadow: 0 4px 10px rgba(0,0,0,0.02);  }  .power-feature-module h3 {    font-size: 16px;    color: #0f172a;    margin-top: 0;    margin-bottom: 8px;    text-align: center;  }  .power-feature-module p {    font-size: 13px;    color: #475569;    margin: 0;    text-align: center;  }  \/* 详细特性展示与规格参数模块（带小边框样式包裹） *\/  .power-specs-wrapper {    background: #ffffff;    border: 2px solid #e2e8f0;    border-radius: 16px;    padding: 24px 16px;    margin-bottom: 30px;    box-shadow: 0 8px 20px rgba(0,0,0,0.03);  }  .power-specs-grid {    display: grid;    grid-template-columns: 1fr;    gap: 16px;    margin-top: 15px;  }  @media (min-width: 768px) {    .power-specs-grid {      grid-template-columns: repeat(2, 1fr);      gap: 20px;    }  }  .power-spec-box {    background: #f8fafc;    border: 1px solid #e2e8f0;    border-radius: 10px;    padding: 15px;  }  .power-spec-box h4 {    margin: 0 0 10px 0;    font-size: 14px;    color: #0f172a;    border-bottom: 2px solid #cbd5e1;    padding-bottom: 6px;    font-weight: 700;  }  .power-spec-list {    list-style: none;    padding: 0;    margin: 0;  }  .power-spec-list li {    font-size: 12px;    display: flex;    justify-content: space-between;    color: #475569;    border-bottom: 1px dashed #e2e8f0;    padding-bottom: 6px;    margin-bottom: 6px;    gap: 10px;  }  .power-spec-list li span:last-child {    font-weight: 600;    color: #0f172a;    text-align: right;  }  \/* 常见问题解答模块(下拉框形式，有小箭头能平滑旋转) *\/  .power-faq-container {    background: #ffffff;    border: 1px solid #e2e8f0;    border-radius: 12px;    overflow: hidden;    margin-bottom: 30px;    box-shadow: 0 4px 12px rgba(0,0,0,0.02);  }  .power-faq-container details {    border-bottom: 1px solid #f1f5f9;    transition: background 0.3s ease;    margin-bottom: 0;    border-radius: 0;    box-shadow: none;  }  .power-faq-container details:last-child {    border-bottom: none;  }  .power-faq-container summary {    width: 100%;    background: linear-gradient(to right, #f8fafc, #f1f5f9);    border: none;    padding: 14px 16px;    text-align: left;    font-size: 14px;    font-weight: 600;    color: #0f172a;    cursor: pointer;    display: flex;    justify-content: space-between;    align-items: center;    outline: none;    list-style: none;  }  .power-faq-container summary::-webkit-details-marker {    display: none;  }  .power-faq-container summary:hover {    background: linear-gradient(to right, #f1f5f9, #e2e8f0);  }  .power-faq-container summary::after {    content: \"▼\";    font-size: 10px;    color: #ffffff;    background: #0f172a;    width: 22px;    height: 22px;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;    margin-left: 10px;    flex-shrink: 0;    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.3);  }  .power-faq-container details[open] summary::after {    transform: rotate(180deg);    background: #38bdf8;    color: #0f172a;  }  .power-faq-container p {    background: #ffffff;    padding: 12px 16px 16px 16px;    font-size: 13px;    color: #475569;    margin: 0;    border-top: 1px solid #f8fafc;  }  \/* 货运与质量4大保证模块 *\/  .power-guarantee-wrapper {    margin-bottom: 30px;  }  .power-guarantee-grid {    display: grid;    grid-template-columns: 1fr;    gap: 12px;  }  @media (min-width: 768px) {    .power-guarantee-grid {      grid-template-columns: repeat(2, 1fr);      gap: 15px;    }  }  .power-guarantee-card {    background: #ffffff;    border: 1px solid #e2e8f0;    border-radius: 12px;    padding: 15px;    display: flex;    align-items: flex-start;    gap: 12px;    box-shadow: 0 4px 10px rgba(0,0,0,0.02);  }  .power-guarantee-icon {    font-size: 18px;    background: #f1f5f9;    color: #0f172a;    width: 38px;    height: 38px;    border-radius: 10px;    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;  }  .power-guarantee-card h4 {    margin: 0 0 4px 0;    font-size: 13px;    color: #0f172a;    font-weight: 700;  }  .power-guarantee-card p {    margin: 0;    font-size: 11px;    color: #64748b;  }  \/* 底部行动呼吁横幅（带悬停微动与点击浮动按钮） *\/  .power-cta-banner {    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);    border-radius: 16px;    color: #ffffff;    padding: 35px 20px;    text-align: center;    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);    margin-bottom: 20px;  }  .power-cta-banner h2 {    margin: 0 0 8px 0;    font-size: 20px;    font-weight: 700;    color: #f8fafc;  }  .power-cta-banner p {    margin: 0 0 20px 0;    font-size: 13px;    color: #94a3b8;  }  .power-cta-btn {    display: inline-block;    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);    color: #ffffff;    text-decoration: none;    font-weight: 700;    font-size: 14px;    padding: 12px 32px;    border-radius: 999px;    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;  }  .power-cta-btn:hover {    transform: translateY(-4px) scale(1.03);    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.5);  }  .power-cta-btn:active {    transform: translateY(-1px) scale(0.98);  }\u003c\/style\u003e\u003cdiv class=\"power-desc-wrapper\" id=\"power-top-anchor\"\u003e\n\u003c!-- 顶部主Banner模块 --\u003e\u003cdiv class=\"power-hero\"\u003e\n\u003cspan class=\"power-badge\"\u003eAll-in-One Power Solution\u003c\/span\u003e\u003ch1\u003e⚡3-in-1 Foldable Portable Power Bank \u0026amp; Charger\u003c\/h1\u003e\n\u003cp\u003eNever run out of power on the go. Featuring built-in multi-charging cables, wireless charging capability, and an integrated hands-free kickstand in an ultra-compact design.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img.alicdn.com\/imgextra\/i3\/2215167666010\/O1CN01...jpg\" alt=\"3-in-1 Foldable Portable Power Bank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/GIF_5421c851-aa39-4294-ba02-36b413fe82e7.gif?v=1785812495\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 核心卖点图标网格模块 --\u003e\u003ch2 class=\"power-section-title\"\u003eWhy Choose Our 3-in-1 Power Bank?\u003c\/h2\u003e\n\u003cdiv class=\"power-grid\"\u003e\n\u003cdiv class=\"power-card\"\u003e\n\u003cdiv class=\"power-card-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch3\u003eBuilt-in Cables\u003c\/h3\u003e\n\u003cp\u003eComes with integrated charging cords so you never need to carry extra tangled wires again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-card\"\u003e\n\u003cdiv class=\"power-card-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eWireless Charging\u003c\/h3\u003e\n\u003cp\u003eSupports fast magnetic wireless charging for effortless drop-and-go power replenishment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-card\"\u003e\n\u003cdiv class=\"power-card-icon\"\u003e📐\u003c\/div\u003e\n\u003ch3\u003eFoldable Kickstand\u003c\/h3\u003e\n\u003cp\u003eFeatures a built-in folding stand to prop up your phone securely while watching videos or video calling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-card\"\u003e\n\u003cdiv class=\"power-card-icon\"\u003e🎒\u003c\/div\u003e\n\u003ch3\u003ePocket-Sized Portability\u003c\/h3\u003e\n\u003cp\u003eUltra-compact and lightweight body with a handy carrying strap, perfect for travel and daily commutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 核心卖点详情模块(卡片形式，一张卡片展示一个核心卖点的类型) --\u003e\u003ch2 class=\"power-section-title\"\u003eCore Feature Details\u003c\/h2\u003e\n\u003cdiv class=\"power-feature-module\"\u003e\n\u003ch3\u003e🔌 Built-in Multi-Device Cords\u003c\/h3\u003e\n\u003cp\u003eSay goodbye to messy cable clutter. The integrated output cables accommodate different smartphone types instantly, making charging on the move seamless.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/1_8b2f7a57-32a1-4d8f-8921-2ba4589a44e6.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-feature-module\"\u003e\n\u003ch3\u003e⚡ Magnetic Wireless Charging Pad\u003c\/h3\u003e\n\u003cp\u003eEquipped with a high-efficiency magnetic surface that snaps securely to compatible devices for cable-free, fast energy transfer.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_bed121a5-76e9-47a5-80fb-263d703755ec.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-feature-module\"\u003e\n\u003ch3\u003e📐 Smart Hands-Free Kickstand\u003c\/h3\u003e\n\u003cp\u003eThe clever foldable support bracket allows your phone to stand steadily horizontally or vertically, perfect for entertainment while charging.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/3_b8e10179-129e-4d47-9d7c-a66fbd50814f.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-feature-module\"\u003e\n\u003ch3\u003e🎒 Ultra-Compact \u0026amp; Travel-Friendly\u003c\/h3\u003e\n\u003cp\u003eEngineered to easily fit into pockets, purses, or bags with a convenient lanyard strap, ensuring you stay powered up wherever life takes you.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/624a6cea-2287-4a54-8466-dcb01ef51c05.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-feature-module\"\u003e\n\u003ch3\u003e🛡️ Multi-Protection Safety System\u003c\/h3\u003e\n\u003cp\u003eBuilt-in smart chips safeguard against over-charging, overheating, short circuits, and voltage surges to keep your devices completely secure.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/5_8b387024-60ad-4844-a255-ee3192f5c0f9.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 详细特性展示与规格参数模块（带小边框样式包裹） --\u003e\u003cdiv class=\"power-specs-wrapper\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n\u003cspan class=\"power-badge\" style=\"background: #f1f5f9; color: #0f172a; border: 1px solid #cbd5e1;\"\u003eSpecifications\u003c\/span\u003e\u003ch3 style=\"font-size: 18px; color: #0f172a; margin: 6px 0 2px 0; font-weight: bold;\"\u003eProduct Technical Details\u003c\/h3\u003e\n\u003cp style=\"font-size: 12px; color: #64748b;\"\u003eEngineered for high-speed charging, maximum portability, and daily reliability.\u003c\/p\u003e\n\u003cp style=\"font-size: 12px; color: #64748b;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/468ef44610c31b5b50b747b4f9f5ee49_6b8995b1-fe80-4515-8946-8a9b2154e5a6.jpg?v=1785811976\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-specs-grid\"\u003e\n\u003cdiv class=\"power-spec-box\"\u003e\n\u003ch4\u003ePower \u0026amp; Performance\u003c\/h4\u003e\n\u003cul class=\"power-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eProduct Type\u003c\/span\u003e \u003cspan\u003e3-in-1 Foldable Power Bank\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eCharging Modes\u003c\/span\u003e \u003cspan\u003eWireless + Built-in Cables\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSpecial Feature\u003c\/span\u003e \u003cspan\u003eIntegrated Folding Kickstand\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003ePortability\u003c\/span\u003e \u003cspan\u003ePocket-Sized with Lanyard\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-spec-box\"\u003e\n\u003ch4\u003eCompatibility \u0026amp; Build\u003c\/h4\u003e\n\u003cul class=\"power-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eDevice Compatibility\u003c\/span\u003e \u003cspan\u003eUniversal Smart Phones \u0026amp; Gadgets\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003ePrimary Material\u003c\/span\u003e \u003cspan\u003eDurable Flame-Retardant ABS\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSafety Protections\u003c\/span\u003e \u003cspan\u003eOvercharge \u0026amp; Short-Circuit Guard\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003ePackage Includes\u003c\/span\u003e \u003cspan\u003e1x Power Bank \u0026amp; Charging Cord\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 常见问题解答模块(下拉框形式，有小箭头能平滑旋转) --\u003e\u003cdiv class=\"power-faq-container\"\u003e\n\u003cdiv style=\"margin-bottom: 15px; padding-top: 15px;\" class=\"ss-section-head\"\u003e\n\u003cspan class=\"power-badge\" style=\"background: #f1f5f9; color: #0f172a; border: 1px solid #cbd5e1; display: block; width: fit-content; margin: 0 auto 6px auto;\"\u003eFAQ\u003c\/span\u003e\u003ch2 class=\"power-section-title\" style=\"margin: 0 0 4px 0;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 13px; color: #64748b; margin: 0;\"\u003eTap any question below to expand details ▼\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eDoes this power bank come with built-in charging cables?\u003c\/summary\u003e\u003cp\u003eYes, it features integrated output cables so you can charge your devices directly without needing to pack extra wires.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails open=\"\"\u003e\u003csummary\u003eCan I use the wireless charging and built-in cables at the same time?\u003c\/summary\u003e\u003cp\u003eYes, the power bank is designed to support multiple devices simultaneously, making it ideal for sharing or charging multiple gadgets.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails open=\"\"\u003e\u003csummary\u003eIs it permitted in airline carry-on luggage?\u003c\/summary\u003e\u003cp\u003eYes, its standard capacity complies with major airline safety guidelines for portable power banks in carry-on bags.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails open=\"\"\u003e\u003csummary\u003eHow does the kickstand work?\u003c\/summary\u003e\u003cp\u003eThe back panel features a durable fold-out stand that pops open smoothly to prop your phone up at an optimal viewing angle.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 货运与质量4大保证模块 --\u003e\u003cdiv class=\"power-guarantee-wrapper\"\u003e\n\u003cdiv style=\"margin-bottom: 15px; text-align: center;\"\u003e\n\u003ch2 class=\"power-section-title\" style=\"margin: 0 0 4px 0;\"\u003eOur Quality Guarantees\u003c\/h2\u003e\n\u003cp style=\"font-size: 13px; color: #64748b; margin: 0;\"\u003eShop with complete peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-guarantee-grid\"\u003e\n\u003cdiv class=\"power-guarantee-card\"\u003e\n\u003cdiv class=\"power-guarantee-icon\"\u003e🔍\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e1. Trackable logistics\u003c\/h4\u003e\n\u003cp\u003eEvery shipment comes with active tracking numbers so you can monitor your package every step of the way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-guarantee-card\"\u003e\n\u003cdiv class=\"power-guarantee-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e2. Trackable delivery\u003c\/h4\u003e\n\u003cp\u003ePartnering with premium carriers to ensure your order arrives safely and on time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-guarantee-card\"\u003e\n\u003cdiv class=\"power-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e3. Safe packaging\u003c\/h4\u003e\n\u003cp\u003eProtective cushioning guarantees your electronic accessory arrives in pristine condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-guarantee-card\"\u003e\n\u003cdiv class=\"power-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e4. Comprehensive after-sales service\u003c\/h4\u003e\n\u003cp\u003eDedicated 24\/7 customer support and a hassle-free return policy for complete peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 底部行动呼吁横幅（带悬停微动与点击浮动按钮） --\u003e\u003cdiv class=\"power-cta-banner\"\u003e\n\u003ch2\u003eNever Run Out of Battery Again!\u003c\/h2\u003e\n\u003cp\u003eGet your 3-in-1 foldable portable power bank today and enjoy effortless charging anywhere.\u003c\/p\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"YLA","offers":[{"title":"Black \/ 5000mAh [Type-C port + Type-C cable]","offer_id":45911428431955,"sku":"TH6080532HEI","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5000mAh [Type-C port + Apple cable]","offer_id":45911428464723,"sku":"TH6080532HEIPG","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 5000mAh [Type-C port + Type-C cable]","offer_id":45911428497491,"sku":"TH6080532HUI","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 5000mAh [Type-C port + Apple cable]","offer_id":45911428530259,"sku":"TH6080532HUIPG","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Sliver \/ 5000mAh [Type-C port + Type-C cable]","offer_id":45911428563027,"sku":"TH6080532YIN","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Sliver \/ 5000mAh [Type-C port + Apple cable]","offer_id":45911428595795,"sku":"TH6080532YINPG","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 5000mAh [Type-C port + Type-C cable]","offer_id":45911428628563,"sku":"TH6080532LAN","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 5000mAh [Type-C port + Apple cable]","offer_id":45911428661331,"sku":"TH6080532LANPG","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6220\/5011\/files\/f20ea63c-6c42-4d0c-83e5-dba3c3f1931a.jpg?v=1785913183","url":"https:\/\/gogostorer.com\/products\/3-in-1-foldable-rechargeable-portable-power-bank","provider":"gogostorer","version":"1.0","type":"link"}