{"product_id":"portable-electric-water-pump","title":"Portable Electric Water Pump","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：Wireless Electric Water Dispenser\n目标受众：家庭、办公室用户，寻求便捷取水方案的人群\n视觉风格：现代简约，干净清爽，强调科技感和便利性\n配色策略：以白色\/黑色为主体，辅以金属银色，点缀科技蓝（指示灯）\n模块顺序：Hero (一键出水) -\u003e Feature 1 (无线续航) -\u003e Feature 2 (广泛兼容) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_2.png, Feature1=image_1.png, Feature2=image_3.png\n规格图映射：Specs=image_5.png (材质), image_1.png (电池), image_3.png (兼容性)\n对比模块：未加入（无明显竞品对比逻辑）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007bff;\n      --primary-hover: #0056b3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #dee2e6;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    h1, h2, h3 { color: var(--text-main); font-weight: 700; margin-top: 0; }\n    h1 { font-size: clamp(32px, 5vw, 44px); line-height: 1.2; }\n    h2 { font-size: clamp(24px, 4vw, 32px); line-height: 1.3; margin-bottom: 1rem; }\n    h3 { font-size: 20px; line-height: 1.4; margin-bottom: 0.75rem; }\n    p { font-size: 18px; margin: 0 0 1.5rem 0; color: var(--text-sub); }\n\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      font-weight: 500;\n      margin-bottom: 1rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-card);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      margin: 0;\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      .feature-copy {\n        order: 2;\n      }\n      .feature-media {\n        order: 1;\n        margin-bottom: 1.5rem;\n      }\n      \n      \/* Mobile Table Styles *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .specs-table td {\n        padding: 0.75rem;\n        position: relative;\n        padding-left: 50%;\n        border: none;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 0.75rem;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003eDesigned for Everyday Ease\u003c\/span\u003e\n\u003ch1\u003eInstant Fresh Water, One Touch Away\u003c\/h1\u003e\n\n\u003cp\u003eTransform any standard water jug into a convenient hydration station. No heavy lifting, no spills—just a simple press for a smooth, steady flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625102313\/791b4a282061e14be1e50ff9243b8dd5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625102911\/ca02163090e6f98bd48c4689f692dbb7.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCordless Freedom with Long-Lasting Power\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy weeks of use on a single charge thanks to the built-in high-capacity 1200mAh battery. The universal Type-C USB charging port makes recharging effortless, giving you portable convenience for home, office, or outdoor events.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eUSB Type-C Charging\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e1200mAh Battery\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWireless Operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Universal Compatibility --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625102313\/03eb9ba589e50864c66d6b4788f1b1ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Fit for Most Water Jugs\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a flexible base, this dispenser is compatible with a wide range of standard bottle neck sizes and capacities, from 1.5L up to 18.9L (5 gallons). Installation is a breeze—simply fasten it atop the bottle mouth, and it's ready to use in seconds.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFits 1.5L - 18.9L Jugs\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Installation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSecure Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBody Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMatte Plastic (Black\/White)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOutlet Pipe Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e304 Stainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInlet Hose Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eFood-Grade Silicone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1200mAh Rechargeable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCharging Interface\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUSB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMost standard jugs (e.g., 5L, 10L, 15L, 18.9L)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I install the dispenser on a water jug?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eInstallation is simple. Connect the silicone hose to the bottom of the dispenser, insert the hose into the water jug, and then press the dispenser unit firmly onto the neck of the bottle until it's secure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I know when it's fully charged?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe LED indicator on the top button will typically turn off or change color when the battery is fully charged. Refer to the user manual for specific indicator behavior.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the tubes?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor regular maintenance, you can pump clean water through the system. For a deeper clean, detach the silicone hose and metal pipe and wash them with warm, soapy water. Rinse thoroughly before reassembling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"White \/ 1-Pack (Home Essential)","offer_id":51799329112284,"sku":"0625-18045890","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1-Pack (Home Essential)","offer_id":51799329145052,"sku":"0625-18045558","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 2-Pack (Kitchen \u0026 Office)","offer_id":51799329177820,"sku":"0625-18043380","price":22.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack (Kitchen \u0026 Office)","offer_id":51799329210588,"sku":"0625-18048237","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/791b4a282061e14be1e50ff9243b8dd5.jpg?v=1782381905","url":"https:\/\/cheerstash.com\/products\/portable-electric-water-pump","provider":"Cheerstash","version":"1.0","type":"link"}