{"product_id":"lithium-powered-transfer-pump","title":"Lithium Powered Transfer Pump","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Portable Submersible Liquid Transfer Pump\nTarget Audience: Agricultural vehicle operators, drivers, outdoor workers, water tank owners\nVisual Style: Modern, technical, reliable, clean\nColor Strategy: Primary Teal (#00a896) matching the product structural accents, Charcoal text (#222222), Soft Teal backgrounds (#f2f8f7)\nModule Order: Hero -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Feature 4 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_7, Feature1=detail_3, Feature2=detail_2, Feature3=detail_1, Feature4=detail_5\nSpecification Data Source: Extracted from detail images and report (no specification image placeholder is rendered)\nCompare Section: Not included (no explicit comparison data provided in the sources)\nInformation Boundary: Strictly relies on the provided 100W copper-wire motor, 12V dual compatibility, detachable stainless steel filter, and safety warning against gasoline\/alcohol. No unverified facts are introduced.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #00a896;\n      --primary-hover: #008f80;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9fdfd;\n      --bg-soft: #f2f8f7;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #e0ecea;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 24px 0;\n      border-bottom: 2px solid var(--border-color);\n      padding-bottom: 8px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--primary);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--primary);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    .product-detail-container .tag-alert {\n      background-color: #fff1f0;\n      color: #cf1322;\n      border: 1px solid #ffa39e;\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 4vw, 3rem);\n      align-items: center;\n      padding-top: 20px;\n    }\n\n    .hero-content {\n      display: flex;\n      flex-direction: column;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 4vw, 3rem);\n      align-items: center;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-bottom: 24px;\n    }\n\n    .feature-item.reverse {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      font-size: 18px;\n      line-height: 1.5;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .spec-table .spec-value {\n      display: block;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-soft);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive Lock - No font shrinking below targets *\/\n    @media (max-width: 767px) {\n      .hero-section {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      .hero-content {\n        order: 2;\n      }\n\n      .hero-media {\n        order: 1;\n      }\n\n      .feature-item {\n        grid-template-columns: 1fr !important;\n        gap: 24px;\n        padding: 16px;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td:first-child {\n        width: 100%;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e⚡ Cordless Dual-Power Support\u003c\/div\u003e\n\n\u003ch1\u003eSubmersible Cordless Liquid Transfer Pump\u003c\/h1\u003e\n\n\u003cp\u003eA portable and reliable pumping system designed to quickly transfer non-flammable liquids anywhere. Featuring a modular, cordless battery pack, it frees you from heavy cords and fixed power outlets during outdoor tasks.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eCordless Freedom\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDual-Power Option\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSubmersible Pumping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909150301\/eee093e7d0664a8e397536e01f58a327.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003ch2\u003eCore Product Features\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img116\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145058\/7e1e6f0a3df90a236fc56993d59f635d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDual-Power Supply System\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a sealed waterproof connection terminal, this system can be powered by either the dedicated portable lithium battery pack for ultimate portability, or connected to a 12V vehicle battery using the alligator clip connectors.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDedicated Lithium Battery Pack\u003c\/span\u003e \u003cspan class=\"tag\"\u003e12V Alligator Clips Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"feature-media\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img114\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145058\/fa6670b0d2b0bcf247f2551c615b609c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\" style=\"direction: ltr;\"\u003e\n\u003ch3\u003ePowerful 100W Copper-Wire Motor\u003c\/h3\u003e\n\n\u003cp\u003eThe internal 100W copper-coil motor offers efficient and steady power output. It is engineered to maintain balanced operational pressure and deliver reliable liquid flow rates with quiet operation.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e100W Copper Motor\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLow Noise Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145058\/5e46d08e182fb3df163dd2c314c57f9f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDetachable Stainless Steel Filter\u003c\/h3\u003e\n\n\u003cp\u003eThe bottom of the cylindrical stainless steel pump features a threaded, detachable teal cap enclosing a fine stainless steel mesh filter. It intercepts solid debris, protects the motor, and unscrews easily for quick rinsing.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eThreaded Bottom Cap\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStainless Steel Filter Mesh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"feature-media\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img115\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909145058\/aeb5b357811f5a11c30dea42ee1cffed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\" style=\"direction: ltr;\"\u003e\n\u003ch3\u003eVersatile Liquid Compatibility\u003c\/h3\u003e\n\n\u003cp\u003eEngineered to pump non-flammable liquids such as diesel, water, kerosene, and antifreeze. It is perfect for agricultural refueling, outdoor water drainage, and domestic liquid transfer tasks.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDiesel \u0026amp; Kerosene Ready\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWater \u0026amp; Antifreeze Safe\u003c\/span\u003e \u003cspan class=\"tag-alert\"\u003e⚠️ NO Gasoline \/ Alcohol\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model Type\"\u003e\u003cspan class=\"spec-value\"\u003e38-Type Pumping System\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Motor Power\"\u003e\u003cspan class=\"spec-value\"\u003e100W Pumping Power\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Motor Core\"\u003e\u003cspan class=\"spec-value\"\u003ePure Copper-Wire Coil\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Voltage Support\"\u003e\u003cspan class=\"spec-value\"\u003e12V DC Battery \/ Dedicated Lithium Battery Pack\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pump Body Material\"\u003e\u003cspan class=\"spec-value\"\u003eStainless Steel Outer Tubing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Filter Type\"\u003e\u003cspan class=\"spec-value\"\u003eDetachable Stainless Steel Mesh\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Connector\"\u003e\u003cspan class=\"spec-value\"\u003eSealed Circular Coupling Plug\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hose Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable with 5-Meter or 10-Meter Transparent Hose Kit Options\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Liquids\"\u003e\u003cspan class=\"spec-value\"\u003eWater, Diesel, Kerosene, Antifreeze\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Prohibited Liquids\"\u003e\u003cspan class=\"spec-value\"\u003eGasoline, Alcohol, and any highly flammable or explosive liquids\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 Can I use this pump to transfer gasoline?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. This pump is strictly prohibited from transferring gasoline (petrol), alcohol, or any highly flammable, volatile, or explosive liquids. It is safely compatible with water, diesel, kerosene, and antifreeze.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 How does the dual-power configuration work?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe pump includes a waterproof spiral-lock cable terminal. You can connect it directly to the dedicated rechargeable lithium battery pack for mobile use, or switch to the alligator clip adapter to power it from a standard 12V vehicle battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 How do I clean and maintain the filter?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe teal cap at the bottom of the stainless steel pump is threaded. Simply unscrew it, pull out the built-in stainless steel mesh filter, rinse away any trapped particles under clean water, and screw it back in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Standard Kit + 16.4ft (5m) Hose \u0026 Nozzle \/ 1 Set (Essential Tool)","offer_id":46175599919295,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Standard Kit + 32.8ft (10m) Hose \u0026 Nozzle \/ 1 Set (Essential Tool)","offer_id":46175599952063,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Standard Kit + 16.4ft (5m) Hose \u0026 Nozzle \/ 2 Sets (Car \u0026 Home - 10% OFF)","offer_id":46175599984831,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Standard Kit + 32.8ft (10m) Hose \u0026 Nozzle \/ 2 Sets (Car \u0026 Home - 10% OFF)","offer_id":46175600017599,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/eee093e7d0664a8e397536e01f58a327.jpg?v=1788937400","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/lithium-powered-transfer-pump","provider":"Bak","version":"1.0","type":"link"}