{"product_id":"portable-ice-crushing-blender","title":"Tragbarer Eiszerkleinerungs-Mixer","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Small Portable Home Juicer Cup\nTarget Audience: Health-conscious individuals, office workers, gym-goers, travelers seeking quick nutrition.\nVisual Style: Energetic, fresh, modern, and clean. Emphasizes vitality and portability.\nColor Strategy: \n  - Primary: Vibrant Orange (#FF7F50) to signify health, citrus, and energy.\n  - Background: Pure White (#FFFFFF) and Soft Gray (#F8F9FA) for high contrast and cleanliness.\n  - Text: Dark Slate (#2D3142) for maximum legibility.\nShape Strategy: Radius 20px - Smooth, friendly, and portable (mimicking the physical product's likely shape and baby-bottle safety aspect).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 36px+, Body at 18px+).\nMobile Table Strategy: Card-based layout using data-labels (No horizontal scroll). Automatic Metric\/Imperial conversion applied.\nImage Mapping: Hero=image_1, Blades=image_2, Battery=image_3, Material=image_4, Specs=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #FF7F50;\n      --primary-light: #FFF0EB;\n      --text-main: #2D3142;\n      --text-sub: #5C6275;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-accent: #FFF9F7;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(255, 127, 80, 0.15);\n      --border-color: #E2E8F0;\n      \n      \/* Typography System *\/\n      --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      --h1-size: clamp(34px, 5vw, 44px);\n      --h2-size: clamp(26px, 4vw, 36px);\n      --h3-size: clamp(22px, 3vw, 26px);\n      --p-size: clamp(18px, 2vw, 20px);\n      --sub-size: clamp(16px, 1.5vw, 18px);\n      \n      \/* Spacing System *\/\n      --space-sm: clamp(1rem, 2vw, 1.5rem);\n      --space-md: clamp(2rem, 4vw, 3rem);\n      --space-lg: clamp(3rem, 6vw, 5rem);\n\n      \/* Structural Safety *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: var(--font-family);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Base *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      line-height: 1.2;\n      margin: 0 0 var(--space-sm) 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: var(--p-size);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 var(--space-sm) 0;\n    }\n\n    \/* Image Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: var(--p-size);\n      color: var(--text-sub);\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Visual Badge (Non-clickable) *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 30px;\n      font-size: var(--sub-size);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      letter-spacing: 0.5px;\n    }\n\n    \/* --- Modules --- *\/\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--space-md) 0;\n      margin-bottom: var(--space-md);\n    }\n\n    .hero-section h1 {\n      font-size: var(--h1-size);\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: var(--sub-size);\n      color: var(--text-sub);\n      margin-top: 1rem;\n      padding: 12px 24px;\n      background: var(--bg-card);\n      border-radius: 50px;\n    }\n\n    .stars {\n      color: #FFB800;\n      font-size: 1.2em;\n    }\n\n    \/* Feature List (Mobile Ordering Lock) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-lg);\n      margin-bottom: var(--space-lg);\n    }\n\n    \/* Mobile First: Stacked, Image on top naturally due to DOM order *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-md);\n      background: var(--bg-body);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h2 {\n      font-size: var(--h2-size);\n    }\n\n    \/* Desktop Enhancement: Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n      \/* Ensure text breathing room in multi-column *\/\n      .feature-copy {\n        padding: 0 var(--space-md);\n      }\n    }\n\n    \/* Specifications Table (Strict Rules) *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: var(--space-md);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--space-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: var(--space-md);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.5rem;\n      text-align: left;\n      font-size: var(--p-size);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-accent);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* Mobile Table Card Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n        gap: 1rem;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        flex-basis: 40%;\n        flex-shrink: 0;\n      }\n      \n      .specs-table td span {\n        text-align: right;\n        flex-grow: 1;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--space-lg);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: var(--space-md);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: var(--space-sm) var(--space-md);\n      margin-bottom: 1rem;\n    }\n\n    .faq-item h3 {\n      font-size: var(--h3-size);\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    \n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eÜberall, jederzeit\u003c\/div\u003e\n\n\u003ch1\u003eMixen Sie überall, tanken Sie sofort Energie\u003c\/h1\u003e\n\n\u003cp\u003eDer ultimative tragbare Entsafter zum Eiszerkleinern. Frische Smoothies, Shakes und Säfte in unter 30 Sekunden.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eVertraut von über 50.000 Gesundheitsbegeisterten\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: var(--space-md);\"\u003e\n\u003cdiv class=\"placeholder-img\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326173049\/e2204816172f0f3cc7133202b6df2db0.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326173049\/57f04450966e47c283c2be3e8895907c.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=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e17.500 U\/min Leistung\u003c\/div\u003e\n\n\u003ch2\u003eZerkleinern Sie Eis wie ein Profi\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eDreischichtiges 18-Klingen-System:\u003c\/strong\u003e Entwickelt, um gefrorene Früchte, Eiswürfel und zähe grüne Zutaten perfekt zu zerkleinern.\u003c\/p\u003e\n\n\u003cp\u003eGenießen Sie samtig-glatte, nährstoffreiche Smoothies ohne Stückchen. Maximale Vitaminextraktion in unter 30 Sekunden, damit Sie morgens wertvolle Zeit sparen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Battery --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326173049\/16e36bd55035576ee08b423448a79d5c.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=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eHält die ganze Woche\u003c\/div\u003e\n\n\u003ch2\u003ePower für Ihren Tag\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003e3.000 mAh Dual-Cell Akku:\u003c\/strong\u003e Enorme Leistung in einem kompakten Design. Eine volle Ladung reicht für 10 bis 15 Tassen frischen Saft.\u003c\/p\u003e\n\n\u003cp\u003ePerfekt fürs Büro, Fitnessstudio oder Wochenendreisen. Die intuitive LED-Batterieanzeige zeigt Ihnen auf einen Blick, wie viel Energie noch vorhanden ist, damit Sie nie mit einem leeren Mixer dastehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Material --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326172826\/abc245713f1a95af5aad682b1dfc0937.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=\"feature-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eFDA-konforme Sicherheit\u003c\/div\u003e\n\n\u003ch2\u003eGenießen Sie sorgenfreies Trinken\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eBPA-freier Tritan-Behälter:\u003c\/strong\u003e Hergestellt aus genau dem gleichen hochwertigen, ultra-sicheren Material, das auch in hochwertigen Babyflaschen verwendet wird.\u003c\/p\u003e\n\n\u003cp\u003eEs ist unglaublich robust, hitzebeständig und sehr widerstandsfähig gegen Farben und Gerüche. Egal, ob Sie einen leuchtenden Beerensmoothie oder einen kräftigen grünen Saft mixen, Ihre Flasche bleibt kristallklar und frisch für den täglichen Gebrauch unterwegs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails anzeigen\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=\"Weight\"\u003e\u003cspan\u003e500 g \/ 17,6 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan\u003e22,8 x 11,8 x 23,7 cm \/ 9,0 x 4,6 x 9,3 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Jar Capacity\"\u003e\u003cspan\u003e1000 ml \/ 33,8 fl oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Blade System\"\u003e\u003cspan\u003e18-Klingen aus Edelstahl (17.500 U\/min)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e\u003cspan\u003e3.000 mAh Dual-Cell\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Yield per Charge\"\u003e\u003cspan\u003e10 - 15 Tassen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan\u003eBPA-freies Tritan (Babyflaschenqualität)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Max Temperature\"\u003e\u003cspan\u003eSicher bis 80°C \/ 176°F\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKann er harte Eiswürfel und gefrorene Früchte mixen?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Das verbesserte 18-Klingen-System in Kombination mit dem 17.500 U\/min Motor ist speziell dafür entwickelt, Eis und gefrorene Zutaten in weniger als 30 Sekunden glatt zu zerkleinern.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIst es sicher, heiße Flüssigkeiten hineinzufüllen?\u003c\/h3\u003e\n\n\u003cp\u003eJa, das BPA-freie Tritan-Material ist hitzebeständig bis zu 80°C (176°F). Sie können sicher warme Suppen oder Kaffee mixen, allerdings empfehlen wir nicht, kochendes Wasser zu verwenden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie reinige ich den Mixer?\u003c\/h3\u003e\n\n\u003cp\u003eDie Reinigung ist mühelos! Einfach warmes Wasser und einen Tropfen Spülmittel in den Behälter geben, den Mixer 10 Sekunden laufen lassen und ausspülen. Das Tritan-Material ist geruchs- und fleckenresistent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Standard-Set (1 Becher \u0026 2 Deckel)","offer_id":45867146182829,"sku":"0327-11330760","price":45.95,"currency_code":"USD","in_stock":true},{"title":"Familien-Set (2 Becher \u0026 3 Deckel)","offer_id":45867146215597,"sku":"0327-11334407","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/e2204816172f0f3cc7133202b6df2db0_fc97d104-3ad7-43d0-8310-d9ff42552db7.jpg?v=1774606103","url":"https:\/\/newjoyloo.com\/de\/products\/portable-ice-crushing-blender","provider":"Newjoyloo","version":"1.0","type":"link"}