{"product_id":"dual-lid-travel-blender","title":"Dual Lid Travel Blender","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* [AI Design System Variables] *\/\n    :root {\n      --primary: #002F6C; \/* 深蓝色，取自产品主体 *\/\n      --accent: #FF8C00; \/* 橙色，取自产品点缀 *\/\n      --text-main: #2D3748; \/* 主文本色 *\/\n      --text-sub: #718096; \/* 副文本色 *\/\n      --bg-body: #FFFFFF; \/* 页面背景 *\/\n      --bg-card: #F7FAFC; \/* 卡片背景 *\/\n      --bg-soft: #EDF2F7; \/* 柔和背景 *\/\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #E2E8F0;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* [Global Reset within Container] *\/\n    .product-detail-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      font-size: 18px;\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    \/* [Typography] *\/\n    .pd-h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      color: var(--primary);\n      margin-bottom: 1rem;\n    }\n\n    .pd-h2 {\n      font-size: clamp(24px, 3vw, 30px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      color: var(--primary);\n    }\n\n    .pd-h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-text {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* [Image Utilities] *\/\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* [Image Placeholder Style] *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-size: 14px;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* [Section Spacing] *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* [Hero Module] *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .hero-image-wrapper {\n        margin-top: 2rem;\n        border-radius: var(--radius-lg);\n        overflow: hidden;\n    }\n\n    \/* [Feature Grid Layout] *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    @media (min-width: 768px) {\n      .feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n        align-items: start;\n      }\n    }\n\n    .feature-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n      height: 100%;\n    }\n    \n    .feature-media {\n        position: relative;\n        overflow: hidden;\n    }\n\n    .feature-content {\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* [Specifications Module] *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table th,\n    .spec-table td {\n      text-align: left;\n      padding: 16px 24px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n      color: var(--primary);\n    }\n    \n    .spec-table tr:last-child td,\n    .spec-table tr:last-child th {\n        border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table th {\n        display: none;\n      }\n      .spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 24px;\n        top: 16px;\n        font-weight: 600;\n        color: var(--primary);\n        white-space: nowrap;\n      }\n    }\n\n    \/* [FAQ Module] *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n        content: \"Q.\";\n        color: var(--accent);\n        margin-right: 12px;\n        font-weight: 700;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      padding-left: 34px;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式个人搅拌杯（电机在盖设计）\n  目标受众：健康生活追求者、通勤上班族、健身人群\n  视觉风格：现代、清新、活力。强调使用的便捷性和新鲜感。\n  配色策略：以深蓝色为主色调，橙色作为强调色点缀，背景采用干净的米白\/浅灰。\n  模块顺序：Hero (场景引入) -\u003e Feature Grid (核心功能矩阵) -\u003e Specs (参数表) -\u003e FAQ (疑难解答)\n  详情图映射：\n    - Hero: image_4.png (手持搅拌，展示使用场景和便携性)\n    - Feature 1 (Dual Lid): image_2.png (清晰展示双盖配件)\n    - Feature 2 (Power): image_3.png (展示刀片和碎冰能力)\n    - Feature 3 (Safety): image_1.png (展示安全锁机制)\n    - Feature 4 (Charging): image_5.png (展示USB充电)\n  规格图映射：Specs: image_7.png (谨慎提取，忽略有争议的大容量数据)\n  对比模块：未加入，无明显竞品对比需求，聚焦产品自身特点即可。\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for everyday wellness\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eFresh Smoothies, Anywhere You Go.\u003c\/h1\u003e\n\n\u003cp class=\"pd-text\"\u003eThe personal blender that transforms into a lightweight travel cup instantly. Blend your favorite ingredients and head out the door without the bulk.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_4 ] 用于展示手持使用场景 --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508142117\/6a8f46962e8b3321a5125b5bcbc9cad5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508140658\/e0e23a4de62541fd6a9ab70952a46c70.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-content\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eBlend in One, Sip from Another\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eUnique dual-lid design. Attach the powerful motor lid to blend, then swap it for the lightweight travel lid to drink directly from the cup. No heavy base to carry around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Powerful Crushing --\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 ] 用于展示刀片和动力 --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508140658\/acb0e6aeafed24c117769f5bc17c0f5f.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-content\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eCrushes Ice \u0026amp; Frozen Fruit Easily\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eIt powers through ice, frozen berries, and leafy greens to create silky-smooth drinks in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety Mechanism --\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] 用于展示安全锁功能 --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\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\/20260508140658\/c2e0fc7e9dd0769764303b0bab9e21ef.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-content\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eSmart Safety Protection\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eBuilt with magnetic induction sensors. The motor will not start unless the lid is securely tightened, denoted by a flashing light. Requires a double-click to start, preventing accidental activation in your bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Charging \u0026 Portability --\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_5 ] 用于展示充电场景 --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260508140658\/c20bf44012699851ae6ab1a09a839406.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-content\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUSB Rechargeable \u0026amp; Leak-Proof\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eCharge conveniently via USB anywhere—from a power bank, laptop, or car. The silicone sealing ring ensures a mess-free experience, making it perfect for travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\"\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\u003cth data-label=\"Feature\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePortable Personal Blender\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eBlade Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e Stainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eOperation Mode\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eInverted Blending, Double-click Start\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCharging Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eUSB Rechargeable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eIncluded Components\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMotor Lid, Travel Sip Lid, Cup Body\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCup Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eFood-grade transparent material\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I use the blender?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003ePut ingredients into the cup (do not exceed max line), tighten the main motor lid securely, flip the blender upside down, and double-click the power button to start blending. Shake gently while blending for best results.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it blend ice and frozen fruit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The powerful blade system is designed to crush small ice cubes and frozen fruit. For best performance, always add sufficient liquid (water, milk, etc.) along with solid ingredients.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean it?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe cup body and sip lid are easy to rinse clean. For the motor lid, verify it is turned off, then carefully rinse the blades under running water. \u003cstrong\u003eImportant:\u003c\/strong\u003e Do not submerge the main motor lid in water as it contains electronic components. Wipe the exterior with a damp cloth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Navy Blue \/ 1-Pack","offer_id":45299218710664,"sku":"0508-15248133","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Cream \/ 1-Pack","offer_id":45299218743432,"sku":"0508-15241507","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2-Pack (Most Popular)","offer_id":45299218776200,"sku":"0508-15242971","price":68.95,"currency_code":"USD","in_stock":true},{"title":"Cream \/ 2-Pack (Most Popular)","offer_id":45299218808968,"sku":"0508-15248372","price":68.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/6a8f46962e8b3321a5125b5bcbc9cad5.jpg?v=1778225127","url":"https:\/\/pawnexa.com\/products\/dual-lid-travel-blender","provider":"PawNexa","version":"1.0","type":"link"}