{"product_id":"portable-3-speed-wearable-fan-rjc","title":"Draagbare ventilator met 3 snelheden","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Portable Electronic Fan \/ Wearable Tech\nTarget Audience: Outdoor enthusiasts, commuters, people seeking comfort in hot weather\nVisual Style: Modern, Clean, Tech-Friendly, Refreshing\nColor Strategy: Sky Blue (--primary) for a cooling psychological effect, crisp white backgrounds, and deep slate text for high readability.\nShape Strategy: Radius 16px-24px (--radius-md\/lg) to evoke safety, friendliness, and ergonomic wearable design.\nTypography Strategy: Large Type system (Mobile-first readable, 16px absolute minimum, 32px+ headings).\nMobile Table Strategy: Card-based execution via CSS Flex\/Block, absolutely no horizontal scroll.\nImage Mapping: \n- Hero = image_1\n- Hands-Free Feature = image_2\n- Bladeless Safety = image_3\n- Battery \u0026 Speed = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================================\n       1) DESIGN SYSTEM \u0026 VARIABLES\n       ========================================================= *\/\n    .product-detail-container {\n        --primary: #0ea5e9; \/* Sky Blue representing cooling wind *\/\n        --primary-light: #e0f2fe;\n        --bg-body: #ffffff;\n        --bg-card: #f8fafc;\n        --text-main: #0f172a;\n        --text-sub: #475569;\n        --radius-md: 16px;\n        --radius-lg: 24px;\n        --shadow-sm: 0 4px 6px -1px rgb(0 0 0 \/ 0.05);\n        --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1);\n        --border-color: #e2e8f0;\n        \n        \/* Spacing System *\/\n        --spacing-section: clamp(3rem, 6vw, 5rem);\n        --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n\n        \/* Core Structure Rules *\/\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        background: var(--bg-body);\n        \n        \/* Prevent text clipping globally *\/\n        overflow-wrap: break-word;\n        word-break: break-word;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: inherit;\n    }\n\n    \/* =========================================================\n       2) TYPOGRAPHY SYSTEM (LARGE TYPE ONLY)\n       ========================================================= *\/\n    .pd-h1 {\n        font-size: clamp(34px, 5vw, 44px);\n        line-height: 1.2;\n        font-weight: 800;\n        margin: 0 0 1rem;\n        letter-spacing: -0.02em;\n    }\n    .pd-h2 {\n        font-size: clamp(24px, 4vw, 32px);\n        line-height: 1.3;\n        font-weight: 700;\n        margin: 0 0 1rem;\n    }\n    .pd-h3 {\n        font-size: clamp(20px, 3vw, 24px);\n        line-height: 1.4;\n        font-weight: 600;\n        margin: 0 0 1rem;\n    }\n    .pd-p {\n        font-size: clamp(18px, 2vw, 20px);\n        line-height: 1.7;\n        color: var(--text-sub);\n        margin: 0 0 1.5rem;\n    }\n    .pd-small {\n        font-size: clamp(16px, 1.5vw, 18px);\n        line-height: 1.6;\n        color: var(--text-sub);\n        margin: 0;\n    }\n\n    \/* Visual Badge (Non-interactive) *\/\n    .pd-badge {\n        display: inline-flex;\n        align-items: center;\n        background: var(--primary-light);\n        color: var(--primary);\n        padding: 0.6rem 1.2rem;\n        border-radius: 50px;\n        font-size: 16px;\n        font-weight: 700;\n        margin-bottom: 1.5rem;\n        user-select: none;\n    }\n\n    \/* =========================================================\n       3) IMAGE PROTOCOL (NATURAL FLOW, NO DISTORTION)\n       ========================================================= *\/\n    .pd-img-fluid {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-lg);\n        box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-img-placeholder {\n        width: 100%;\n        aspect-ratio: 4\/3;\n        background: 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        color: var(--text-sub);\n        font-size: 18px;\n        font-weight: 600;\n    }\n\n    \/* =========================================================\n       4) LAYOUT ARCHITECTURE (Z-PATTERN \u0026 MOBILE LOCK)\n       ========================================================= *\/\n    .pd-hero {\n        text-align: center;\n        padding: var(--spacing-element) 0 var(--spacing-section);\n    }\n    \n    .pd-hero-copy {\n        max-width: 800px;\n        margin: 0 auto var(--spacing-element);\n    }\n\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: var(--spacing-section);\n        padding-bottom: var(--spacing-section);\n    }\n\n    \/* Feature Item Base (Mobile-First Column Lock) *\/\n    .pd-feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(1.5rem, 4vw, 3rem);\n        align-items: center;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n        width: 100%;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n        .pd-feature-item {\n            flex-direction: row;\n            gap: 5vw;\n        }\n        .pd-feature-item.reverse {\n            flex-direction: row-reverse;\n        }\n        .pd-feature-media, .pd-feature-copy {\n            flex: 1;\n        }\n        .pd-feature-copy {\n            padding: 2rem 0;\n        }\n    }\n\n    \/* =========================================================\n       5) SPECS TABLE (MOBILE CARD LOCK)\n       ========================================================= *\/\n    .pd-section-title {\n        text-align: center;\n        margin-bottom: var(--spacing-element);\n    }\n\n    .pd-table-container {\n        margin-bottom: var(--spacing-section);\n        background: var(--bg-body);\n    }\n\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n    }\n\n    .pd-table th, .pd-table td {\n        padding: 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .pd-table th {\n        background: var(--bg-card);\n        font-weight: 700;\n        color: var(--text-main);\n    }\n\n    .pd-table td {\n        color: var(--text-sub);\n    }\n\n    \/* Mobile Table -\u003e Card Conversion *\/\n    @media (max-width: 767px) {\n        .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n            display: block; \n            width: 100%;\n        }\n        .pd-table thead {\n            display: none; \/* Hide native header *\/\n        }\n        .pd-table tr {\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            margin-bottom: 1rem;\n            padding: 0.5rem;\n        }\n        .pd-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px solid var(--border-color);\n            padding: 1rem 0.5rem;\n            text-align: right;\n        }\n        .pd-table td:last-child {\n            border-bottom: none;\n        }\n        \/* Create pseudo-headers from data-label *\/\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            text-align: left;\n            flex-shrink: 0;\n            margin-right: 1rem;\n        }\n    }\n\n    \/* =========================================================\n       6) FAQ SECTION\n       ========================================================= *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n        margin-bottom: var(--spacing-section);\n    }\n\n    .pd-faq-item {\n        background: var(--bg-card);\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: var(--radius-md);\n    }\n\n    .pd-faq-q {\n        font-size: clamp(18px, 2.5vw, 22px);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.8rem;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌟 Vertrouwd door meer dan 10.000 gebruikers\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eUltieme handsfree verkoeling, waar je ook gaat\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eVersla de zomerse hitte direct. De draagbare stille bladvrije ventilator levert een continue, verfrissende bries, of je nu wandelt, werkt of thuis ontspant.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/c7cdb054f5120ae2f010e11ca4406ea8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/e7eb76c48a28859af8d3b9da5efe80fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eDraagbaar ontwerp\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eVrijheid om te bewegen\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eOntworpen met jouw gemak in gedachten. Bevestig hem stevig aan je taille, draag hem om je nek met het koord, of klem hem aan je overhemdkraag.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eGeniet van een krachtige, verkoelende bries terwijl je handen volledig vrij blijven om buitenuitrusting, werktuigen of gewoon je ochtendkoffie vast te houden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/457c6b7281eecedfc4d6764e0762095c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBladvrije technologie\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eFluisterstil \u0026 100% veilig\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eErvaar echte rust. Het geavanceerde bladvrije motorsysteem levert een soepele, ononderbroken luchtstroom zonder het storende gezoem van traditionele ventilatoren.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eHet gesloten turbineontwerp zorgt voor volledige veiligheid – geen zorgen meer over lang haar of losse kleding die verstrikt raakt tijdens gebruik.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/2e8cd67607a963804970a34b0ed9d982.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUSB-oplaadbaar\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eAanpasbare bries, de hele dag stroom\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eNeem de controle over je klimaat. Schakel tussen 3 verschillende instelbare snelheden – van een zachte fluistering binnenshuis tot een sterke buitengust.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eAangedreven door een krachtige ingebouwde batterij, laadt hij gemakkelijk op via USB en biedt urenlang continue verkoeling om je langste dagen te overbruggen.\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=\"pd-table-container\"\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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=\"Feature\"\u003eOntwerp type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDraagbaar \/ tailleclip \/ nekventilator\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVeiligheidssysteem\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVolledig gesloten bladvrije turbine\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSnelheidsinstellingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3 instelbare niveaus (laag, medium, hoog)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e150 g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7,4 x 6,5 x 5,0 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStroomvoorziening\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUSB-oplaadbare ingebouwde batterij\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\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eZal mijn lange haar in de ventilator verstrikt raken?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003eHelemaal niet. Het innovatieve bladvrije ontwerp zorgt voor een veilige, zachte bries zonder blootliggende bewegende bladen, zodat je haar volledig beschermd blijft.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHoe laad ik de ventilator op tijdens het reizen?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003eDe ventilator heeft een standaard USB-oplaadpoort. Je kunt hem gemakkelijk opladen met elke powerbank, autolader, laptop of standaard wandadapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs het zwaar om de hele dag om je nek te dragen?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003eHet is ongelooflijk licht, met een gewicht van slechts 150 g (5,3 oz). Het ergonomische ontwerp zorgt ervoor dat je nauwelijks merkt dat je het draagt terwijl je geniet van de verkoelende verlichting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Groen \/ 📦 1-Stuk (Standaard)","offer_id":48006757941460,"sku":"0408-16535970","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Gebroken wit \/ 📦 1-Stuk (Standaard)","offer_id":48006757974228,"sku":"0408-16537809","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Roze \/ 📦 1-Stuk (Standaard)","offer_id":48006758006996,"sku":"0408-16532535","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Groen \/ 🎁 2-pack (Bespaar 15% - Het beste voor koppels)","offer_id":48006758039764,"sku":"0408-16537076","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Gebroken wit \/ 🎁 2-pack (Bespaar 15% - Het beste voor koppels)","offer_id":48006758072532,"sku":"0408-16532223","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Roze \/ 🎁 2-pack (Bespaar 15% - Het beste voor koppels)","offer_id":48006758105300,"sku":"0408-16535170","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Groen \/ 👨‍👩‍👧‍👦 4-pack (Bespaar 25% - Familiekit)","offer_id":48006758138068,"sku":"0408-16536891","price":52.95,"currency_code":"USD","in_stock":true},{"title":"Gebroken wit \/ 👨‍👩‍👧‍👦 4-pack (Bespaar 25% - Familiekit)","offer_id":48006758170836,"sku":"0408-16538676","price":52.95,"currency_code":"USD","in_stock":true},{"title":"Roze \/ 👨‍👩‍👧‍👦 4-pack (Bespaar 25% - Familiekit)","offer_id":48006758203604,"sku":"0408-16532017","price":52.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c7cdb054f5120ae2f010e11ca4406ea8.jpg?v=1779960896","url":"https:\/\/omurio.com\/nl\/products\/portable-3-speed-wearable-fan-rjc","provider":"Omurio","version":"1.0","type":"link"}