{"product_id":"7-finger-blind-cleaning-brush-rjc","title":"7-vingerige blinde reinigingsborstel","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Household Cleaning Tool\nTarget Audience: Homemakers, renters, organizers looking for efficient cleaning solutions.\nVisual Style: Fresh, efficient, hygienic, and modern.\nColor Strategy: Cyan\/Teal (representing clean water and freshness) with soft off-white backgrounds.\nShape Strategy: Radius 16px (friendly, ergonomic, comfortable grip reflection).\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px).\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion for specs).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System - Variables *\/\n    :root, .product-detail-container {\n      --primary: #0ca678; \/* Clean Teal *\/\n      --primary-light: #e6fcf5;\n      --text-main: #212529;\n      --text-sub: #495057;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --border-color: #dee2e6;\n      \n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n      \n      --spacing-sm: clamp(1rem, 3vw, 2rem);\n      --spacing-md: clamp(2rem, 5vw, 4rem);\n      --spacing-lg: clamp(3rem, 7vw, 6rem);\n    }\n\n    \/* Base Architecture \u0026 Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.8rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .subtitle {\n      font-size: clamp(18px, 2vw, 22px);\n      color: var(--primary);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    \/* Media Protocol - Option A *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .image-placeholder-box {\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      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Layout Sections *\/\n    .hero-section {\n      text-align: center;\n      margin-top: var(--spacing-md);\n      margin-bottom: var(--spacing-lg);\n    }\n\n    .hero-section .hero-text {\n      max-width: 800px;\n      margin: 0 auto var(--spacing-md) auto;\n    }\n\n    \/* Feature Pattern (Mobile Lock -\u003e Desktop Z-Pattern) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-md);\n      margin-bottom: var(--spacing-lg);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE STRICT: Image top, Text bottom *\/\n      gap: 2rem;\n      align-items: center;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern Base *\/\n        padding: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Z-Pattern Reverse *\/\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-lg);\n    }\n    \n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    \/* Mobile Card Strategy for Tables *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table th, \n      .specs-table td, \n      .specs-table tr {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide header on mobile *\/\n      }\n      .specs-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        padding-right: 1rem;\n      }\n    }\n\n    \/* Desktop Table Strategy *\/\n    @media (min-width: 768px) {\n      .specs-table th, .specs-table td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        background-color: var(--primary-light);\n        color: var(--primary);\n        font-weight: 700;\n      }\n      .specs-table tr:hover {\n        background-color: rgba(12, 166, 120, 0.05);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-lg);\n    }\n\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-md);\n      border-left: 6px solid var(--primary);\n    }\n\n    .faq-item h3 {\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eMoeiteloos schoonmaken in huis\u003c\/div\u003e\n\n\u003ch1\u003eBeheers stof en vuil in seconden\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eMaak 6 jaloezieën tegelijk schoon met het innovatieve 7-vinger ontwerp. Zeg vaarwel tegen saaie, individuele afnames.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325141714\/e3115791570569f421fe3a12b8979c2e.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=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325141714\/1198187c0b9d27fc49c52e81909e233a.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-copy\"\u003e\n\u003ch2\u003eInnovatief 7-vinger ontwerp\u003c\/h2\u003e\n\n\u003cp\u003eVerminder je schoonmaaktijd met meer dan de helft. Het unieke handvormige ontwerp dringt moeiteloos diep door in naden, waardoor je zes luiken tegelijk kunt vastpakken en schoonmaken.\u003c\/p\u003e\n\n\u003cp\u003eDe zachte haren glijden perfect tussen de lamellen, trekken stof aan en houden het vast van zowel boven als onder tegelijk zonder vuil door het huis te verspreiden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325141714\/12c2e02ee2a14625775a2b4560304efa.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-copy\"\u003e\n\u003ch2\u003ePremium ergonomische grip\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen met een duurzaam handvat van hoogwaardig PP-materiaal, biedt deze plumeau maximale controle en comfort. De compacte handvorm voorkomt handvermoeidheid tijdens intensieve schoonmaaksessies.\u003c\/p\u003e\n\n\u003cp\u003eDoor een stevige afstand te houden tussen je handen en de stoffige oppervlakken, blijven je vingers perfect schoon terwijl het hulpmiddel al het zware werk doet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325141714\/a019d16f83dd5b0e869411f69e0e657a.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-copy\"\u003e\n\u003ch2\u003eUltieme reinigings veelzijdigheid\u003c\/h2\u003e\n\n\u003cp\u003eHet is niet alleen voor raamjaloezieën. Dit veelzijdige hulpmiddel blinkt uit in het verwijderen van vet en vuil uit berucht smalle kieren – inclusief raamsponningen, schuifdeurrails, airconditioningventilatie en zelfs computertoetsenborden.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eNat \u0026amp; Droog Dubbel Gebruik:\u003c\/strong\u003e Gebruik het volledig droog voor dagelijks stof afnemen, of doop de borstel in vloeibare reiniger voor het schrobben van hardnekkig, vastzittend vet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\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\u003eSpecificatie\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=\"Material\"\u003eHandvat: Premium PP | Borstel: Zachte microvezel\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDuurzaam, krasvrij en lang houdbaar.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eOngeveer 16,0 cm × 13,5 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCompact formaat voor gemakkelijke opslag en precieze bediening.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eOngeveer 85,0 g per stuk\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUltra-lichtgewicht om polsbelasting te voorkomen.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Contents\"\u003eSet van 1 stuk (Beschikbaar in 1 kleur)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eHoud er één voor droog afstoffen en één voor nat schrobben.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKan ik de borstelkoppen wassen en hergebruiken?\u003c\/h3\u003e\n\n\u003cp\u003eJa. De materialen van de microvezelborstel zijn zeer duurzaam. Je kunt ze na een zware schoonmaakbeurt afspoelen onder warm water met een mild reinigingsmiddel en ze aan de lucht laten drogen voor herhaald gebruik.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWerkt dit op verticale jaloezieën en autoventilatie?\u003c\/h3\u003e\n\n\u003cp\u003eAbsoluut! Het flexibele ontwerp met 7 vingers past perfect op horizontale jaloezieën, verticale jaloezieën, ventilatieopeningen van de auto en zelfs dikke houten luiken. Steek het er gewoon in en knijp zachtjes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eMoet ik het nat of droog gebruiken?\u003c\/h3\u003e\n\n\u003cp\u003eHet hangt af van je behoeften! Gebruik het droog voor routinematig stof afnemen in huis. Voor zware ophopingen of plakkerig vuil (zoals in keukenventilatie of raamrails) geeft het licht bevochtigen van de borstel met een huishoudelijke reiniger het beste resultaat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Oranje \/ 📦 1-Pack (Starter)","offer_id":48044525158612,"sku":"0326-20418717","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rood \/ 📦 1-Pack (Starter)","offer_id":48044525191380,"sku":"0326-20416676","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Groen \/ 📦 1-Pack (Starter)","offer_id":48044525224148,"sku":"0326-20410804","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blauw \/ 📦 1-Pack (Starter)","offer_id":48044525256916,"sku":"0326-20415668","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Oranje \/ 🔥 2-Pack (Meest Populair - Bespaar 20%)","offer_id":48044525289684,"sku":"0326-20419278","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Rood \/ 🔥 2-Pack (Meest Populair - Bespaar 20%)","offer_id":48044525322452,"sku":"0326-20416633","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Groen \/ 🔥 2-Pack (Meest Populair - Bespaar 20%)","offer_id":48044525355220,"sku":"0326-20412339","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blauw \/ 🔥 2-Pack (Meest Populair - Bespaar 20%)","offer_id":48044525387988,"sku":"0326-20411021","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Oranje \/ 💰 4-Pack (Complete Huis Set - Bespaar 30%)","offer_id":48044525420756,"sku":"0326-20414104","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Rood \/ 💰 4-Pack (Complete Huis Set - Bespaar 30%)","offer_id":48044525453524,"sku":"0326-20415819","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Groen \/ 💰 4-Pack (Complete Huis Set - Bespaar 30%)","offer_id":48044525486292,"sku":"0326-20412287","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blauw \/ 💰 4-Pack (Complete Huis Set - Bespaar 30%)","offer_id":48044525519060,"sku":"0326-20411764","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6dd924f8e662749f3b1cf77489cf6308.jpg?v=1780487211","url":"https:\/\/omurio.com\/nl\/products\/7-finger-blind-cleaning-brush-rjc","provider":"Omurio","version":"1.0","type":"link"}