{"product_id":"portable-ice-crushing-blender","title":"Draagbare IJs Crusher Blender","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\"\u003eOveral, altijd\u003c\/div\u003e\n\n\u003ch1\u003eBlend overal, krijg direct energie\u003c\/h1\u003e\n\n\u003cp\u003eDe ultieme draagbare sapcentrifuge voor het vermalen van ijs. Verse smoothies, shakes en sappen in minder dan 30 seconden.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eVertrouwd door meer dan 50.000 gezondheidsliefhebbers\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 RPM kracht\u003c\/div\u003e\n\n\u003ch2\u003eVermaal ijs als een professional\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eDrievoudig 18-messen systeem:\u003c\/strong\u003e Ontworpen om bevroren fruit, ijsblokjes en taaie groenten perfect te vermalen.\u003c\/p\u003e\n\n\u003cp\u003eGeniet van zijdezachte, voedzame smoothies zonder stukjes. Haal maximale vitamine-extractie in minder dan 30 seconden, zodat je kostbare tijd bespaart tijdens je ochtenddrukte.\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\"\u003eGaat de hele week mee\u003c\/div\u003e\n\n\u003ch2\u003eBlijf de hele dag energiek\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003e3.000 mAh Dual-Cell batterij:\u003c\/strong\u003e Enorme kracht verpakt in een compact ontwerp. Eén volledige lading levert 10 tot 15 bekers verse sap op.\u003c\/p\u003e\n\n\u003cp\u003ePerfect voor op kantoor, in de sportschool of tijdens weekendreizen. De intuïtieve LED-batterij-indicator zorgt ervoor dat je altijd in één oogopslag weet hoeveel stroom je nog hebt, zodat je nooit met een lege blender komt te zitten.\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-conforme veiligheid\u003c\/div\u003e\n\n\u003ch2\u003eDrink met volledige gemoedsrust\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eBPA-vrije Tritan-kan:\u003c\/strong\u003e Gemaakt van hetzelfde hoogwaardige, ultra-veilige materiaal dat wordt gebruikt in luxe babyflessen.\u003c\/p\u003e\n\n\u003cp\u003eHet is ongelooflijk sterk, hittebestendig en zeer resistent tegen kleuren en geuren. Of je nu een levendige bessensmoothie of een krachtige groene sap maakt, je fles blijft kristalhelder en fris voor dagelijks gebruik onderweg.\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 specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\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=\"Weight\"\u003e\u003cspan\u003e500 g\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\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-messen roestvrij staal (17.500 RPM)\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 Bekers\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-vrij Tritan (babyfleskwaliteit)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Max Temperature\"\u003e\u003cspan\u003eVeilig tot 80°C\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKan hij harde ijsblokjes en bevroren fruit blenden?\u003c\/h3\u003e\n\n\u003cp\u003eAbsoluut. Het verbeterde 18-messen systeem in combinatie met de 17.500 RPM motor is speciaal ontworpen om ijs en bevroren ingrediënten soepel te vermalen in minder dan 30 seconden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs het veilig om hete vloeistoffen erin te doen?\u003c\/h3\u003e\n\n\u003cp\u003eJa, het BPA-vrije Tritan-materiaal is hittebestendig tot 80°C. Je kunt veilig warme soepen of koffie blenden, maar we raden het gebruik van kokend water af.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHoe maak ik de blender schoon?\u003c\/h3\u003e\n\n\u003cp\u003eSchoonmaken is moeiteloos! Voeg gewoon warm water en een druppel afwasmiddel toe aan de kan, laat de blender 10 seconden draaien en spoel af. Het Tritan-materiaal is geur- en vlekbestendig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Standaard Set (1 Beker \u0026 2 Deksel)","offer_id":45867146182829,"sku":"0327-11330760","price":40.95,"currency_code":"EUR","in_stock":true},{"title":"Familie Set (2 Bekers \u0026 3 Deksel)","offer_id":45867146215597,"sku":"0327-11334407","price":44.95,"currency_code":"EUR","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:\/\/0ixug9-pv.myshopify.com\/nl\/products\/portable-ice-crushing-blender","provider":"Newjoyloo","version":"1.0","type":"link"}