{"product_id":"multifunctional-waterproof-electric-back-scrubber-bath-brushes-washer-rjc","title":"Multifunctionele waterdichte elektrische rugschrobber badborstels wasmachine","description":"  \u003cdiv class=\"product-detail-container\"\u003e \u003c!--   [AI Design Logic]   产品类型：电动长柄沐浴刷   目标受众：需要轻松清洁后背、追求深度沐浴体验的成人   视觉风格：清新、洁净、Spa感   配色策略：以产品碧绿色为主调，搭配柔和的米色和干净的白色背景   模块顺序：Hero (核心痛点解决) -\u003e Feature 1 (长柄触达) -\u003e Feature 2 (电动清洁力) -\u003e Feature 3 (可拆卸多用) -\u003e Feature 4 (多刷头配件) -\u003e Specifications -\u003e FAQ   详情图映射：Hero=image_1.png, Feature1=image_11.png, Feature2=image_12.png, Feature3=image_3.png, Feature4=image_5.png   规格图映射：Specs=image_2.png, image_7.png, image_12.png   对比模块：未加入（现有Feature已充分展示产品优势和使用前后的概念，无需额外对比模块）   --\u003e \u003cstyle type=\"text\/css\"\u003e.product-detail-container {       --primary: #87CDAB; \/* Mint Green from product *\/       --primary-hover: #6FB998;       --text-main: #333333;       --text-sub: #666666;       --bg-body: #FFFFFF;       --bg-card: #F9FBF9; \/* Very pale mint\/off-white *\/       --bg-soft: #F0F5F2;       --radius-md: 12px;       --radius-lg: 20px;       --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);       --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);       --border-color: #E0E0E0;       --spacing-section: clamp(2.5rem, 6vw, 4.5rem);        max-width: 1200px;       margin: 0 auto;       padding: 0 5%;       box-sizing: border-box;       font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;       color: var(--text-main);       line-height: 1.7;     }      \/* Typography *\/     .product-detail-container h1 {       font-size: clamp(32px, 5vw, 44px);       font-weight: 700;       margin: 0 0 1rem;       line-height: 1.2;     }     .product-detail-container h2 {       font-size: clamp(24px, 4vw, 32px);       font-weight: 600;       margin: 0 0 1rem;       line-height: 1.3;     }     .product-detail-container h3 {       font-size: 22px;       font-weight: 600;       margin: 0 0 0.75rem;     }     .product-detail-container p {       font-size: clamp(18px, 3vw, 20px);       margin: 0 0 1.5rem;       color: var(--text-sub);     }     .product-detail-container .lead-text {       font-size: clamp(20px, 3.5vw, 24px);       color: var(--text-main);       font-weight: 500;     }      \/* Layout \u0026 Components *\/     .section-block {       margin-bottom: var(--spacing-section);     }          .badge-trust {       display: inline-block;       padding: 0.5rem 1rem;       background-color: var(--bg-soft);       color: var(--primary);       border-radius: 30px;       font-weight: 600;       font-size: 16px;       margin-bottom: 1rem;     }      .feature-tags {       display: flex;       flex-wrap: wrap;       gap: 0.75rem;       margin-top: 1rem;     }     .feature-tag {       padding: 0.4rem 0.8rem;       background: var(--bg-card);       border: 1px solid var(--border-color);       border-radius: 8px;       font-size: 16px;       color: var(--text-sub);     }      \/* Image Styles *\/     .img-fluid {       width: 100%;       height: auto;       display: block;       border-radius: var(--radius-lg);     }     \/* Scheme B for Grids\/Cards *\/     .img-box-fixed {       aspect-ratio: 1\/1;       overflow: hidden;       position: relative;       display: flex;       align-items: center;       justify-content: center;       background: var(--bg-soft);       border-radius: var(--radius-md);     }     .img-box-fixed img {       width: 100%;       height: 100%;       object-fit: contain;       position: absolute;       top: 0;       left: 0;     }          \/* Placeholder Style *\/     .img-placeholder {       width: 100%;       background-color: #f0f0f0;       border: 2px dashed #ccc;       border-radius: var(--radius-lg);       display: flex;       align-items: center;       justify-content: center;       color: #999;       font-family: monospace;       padding: 2rem;       box-sizing: border-box;     }      \/* Hero Section *\/     .hero-section {       text-align: center;       max-width: 900px;       margin-left: auto;       margin-right: auto;     }     .hero-media {       margin-top: 2rem;     }      \/* Feature Section (Z-Pattern) *\/     .feature-item {       display: flex;       align-items: center;       gap: clamp(2rem, 5vw, 4rem);     }     .feature-media, .feature-copy {       flex: 1;     }     .feature-item:nth-child(even) {       flex-direction: row-reverse;     }     @media (max-width: 767px) {       .feature-item, .feature-item:nth-child(even) {         flex-direction: column;         text-align: center;       }       .feature-tags {         justify-content: center;       }     }      \/* Specifications *\/     .spec-table {       width: 100%;       border-collapse: collapse;       background: var(--bg-card);       border-radius: var(--radius-lg);       overflow: hidden;     }     .spec-table th, .spec-table td {       padding: 1rem 1.5rem;       text-align: left;       border-bottom: 1px solid var(--border-color);       font-size: 18px;     }     .spec-table th {       background: var(--bg-soft);       font-weight: 600;       width: 35%;     }     .spec-table tr:last-child td, .spec-table tr:last-child th {       border-bottom: none;     }     @media (max-width: 767px) {       .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {         display: block;         width: 100%;       }       .spec-table th {         display: none;       }       .spec-table td {         padding-left: 50%;         position: relative;         border-bottom: 1px solid var(--border-color);       }       .spec-table td::before {         content: attr(data-label);         position: absolute;         left: 1.5rem;         width: 45%;         font-weight: 600;         color: var(--text-main);         white-space: nowrap;       }     }      \/* FAQ *\/     .faq-item {       background: var(--bg-card);       margin-bottom: 1rem;       border-radius: var(--radius-md);       border: 1px solid var(--border-color);     }     .faq-item summary {       padding: 1.2rem 1.5rem;       font-size: 20px;       font-weight: 600;       cursor: pointer;       list-style: none;       display: flex;       justify-content: space-between;       align-items: center;     }     .faq-item summary::-webkit-details-marker {       display: none;     }     .faq-item summary::after {       content: '+';       font-size: 24px;       color: var(--primary);     }     .faq-item[open] summary::after {       content: '−';     }     .faq-item p {       padding: 0 1.5rem 1.2rem;       margin: 0;       color: var(--text-sub);     } \u003c\/style\u003e \u003c!-- A. Intro \/ Hero Content Block --\u003e \u003cdiv class=\"section-block hero-section\"\u003e \u003cspan class=\"badge-trust\"\u003e✨ Ontworpen voor je dagelijkse spa-routine\u003c\/span\u003e \u003ch2\u003eMoeiteloze rugreiniging \u0026 diepe lichaams-exfoliatie\u003c\/h2\u003e  \u003ch2 class=\"lead-text\"\u003eVerander je douche in een verkwikkende spa-ervaring. Deze elektrische draaiende borstel met een lang, ergonomisch handvat laat je eindelijk gemakkelijk elke centimeter van je rug bereiken en verfrissen.\u003c\/h2\u003e  \u003cdiv class=\"hero-media\"\u003e \u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1; min-height: 400px;\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625180709\/7d8aaddc9e521a7a0828c73de8963805.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"section-block\"\u003e \u003cdiv class=\"feature-item section-block\"\u003e \u003cdiv class=\"feature-media\"\u003e \u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1; min-height: 400px;\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625180552\/9cb94464064868dbd3c06533384c4b27.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"feature-copy\"\u003e \u003ch2\u003eBereik eindelijk je hele rug\u003c\/h2\u003e  \u003cp\u003eGeen ongemakkelijke draaibewegingen of gemiste plekken meer. Het verlengde handvat is ergonomisch ontworpen met een perfecte kromming, zodat je comfortabel je middenrug, schouders en andere moeilijk bereikbare plekken kunt schrobben.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003eErgonomisch ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVerlengde reikwijdte\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eZorgeloos gebruik\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Feature 2: Electric Power --\u003e  \u003cdiv class=\"feature-item section-block\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2\u003eKrachtig draaien voor een diepere reiniging\u003c\/h2\u003e  \u003cp\u003eLaat de motor het werk doen. De borstelkop draait automatisch op twee selecteerbare snelheden, wat zorgt voor een grondige reiniging en effectieve exfoliatie die handmatig schrobben niet kan evenaren. Laat de huid glad en verfrist aanvoelen.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003e2 snelheidsstanden\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e360° rotatie\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDiepe exfoliatie\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"feature-media\"\u003e \u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1; min-height: 400px;\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625180552\/f4cfb1c2937f950a694b0951b904f92b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"feature-item section-block\"\u003e \u003cdiv class=\"feature-media\"\u003e \u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1; min-height: 400px;\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625180552\/a2176d404ebec1a01f81053250b25ba8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"feature-copy\"\u003e \u003ch2\u003eAfneembaar \u0026 volledig waterdicht\u003c\/h2\u003e  \u003cp\u003eVerander hem direct van een rugschrobber met lang handvat in een compacte handborstel voor gerichte lichaamsreiniging. Met een IPX7-waterdichtheidsclassificatie is hij volledig veilig te gebruiken in de douche of badkuip zonder zorgen.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003e2-in-1 ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIPX7 waterdicht 🚿\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDouchebestendig\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Feature 4: Complete Kit --\u003e  \u003cdiv class=\"feature-item section-block\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2\u003eEen borstelkop voor elke behoefte\u003c\/h2\u003e  \u003cp\u003ePas je ervaring aan met meerdere verwisselbare opzetstukken. Wissel eenvoudig tussen koppen die ontworpen zijn voor dagelijkse reiniging, diepe exfoliatie, het creëren van rijk schuim of een ontspannende massage, afgestemd op de behoeften van je huid.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003eMeerdere opzetstukken\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGemakkelijk te verwisselen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVeelzijdige verzorging\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e   \u003cdiv class=\"section-block\"\u003e \u003ctable class=\"spec-table\"\u003e  \u003ctbody\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eArtikel\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eElektrische lichaamsborstel met lang handvat\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eTotale lengte\u003c\/th\u003e    \u003c!-- Converted 14.9 inches to cm (approx 37.8cm) based on report image_2.png --\u003e    \u003ctd data-label=\"Value\"\u003eOngeveer 37,9 cm (14,9 inch)\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eBorstelkopgrootte\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eOngeveer 11,2 cm (4,4 inch) diameter\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eWaterdichtheidsclassificatie\u003c\/th\u003e    \u003c!-- Source: image_9.png --\u003e    \u003ctd data-label=\"Value\"\u003eIPX7\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eSnelheidsstanden\u003c\/th\u003e    \u003c!-- Source: image_12.png --\u003e    \u003ctd data-label=\"Value\"\u003e2 snelheden (Zacht \/ Krachtig)\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eStroomvoorziening\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eOplaadbaar via USB\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eSpeciale functie\u003c\/th\u003e    \u003c!-- Source: image_3.png --\u003e    \u003ctd data-label=\"Value\"\u003eAfneembare hoofdeenheid\u003c\/td\u003e   \u003c\/tr\u003e  \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c!-- D. FAQ --\u003e  \u003cdiv class=\"section-block\"\u003e \u003ch2 style=\"text-align: center;\"\u003eVeelgestelde vragen\u003c\/h2\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eIs het veilig om dit in de douche of het bad te gebruiken?\u003c\/summary\u003e  \u003cp\u003eJa, absoluut. Het apparaat heeft een IPX7-waterdichtheidsclassificatie, wat betekent dat het veilig te gebruiken is in natte omgevingen zoals douches en badkuipen.\u003c\/p\u003e \u003c\/details\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eHoe laad ik de borstel op?\u003c\/summary\u003e  \u003cp\u003eDe borstel is oplaadbaar via een standaard USB-kabel, die bij het pakket is inbegrepen. Sluit hem eenvoudig aan op een stroombron om op te laden. Zorg ervoor dat de afdekking van de oplaadpoort goed gesloten is voordat je hem weer in het water gebruikt.\u003c\/p\u003e \u003c\/details\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eKan ik hem zonder het lange handvat gebruiken?\u003c\/summary\u003e  \u003cp\u003eJa! De hoofdborstelkop is zo ontworpen dat hij gemakkelijk los te maken is van het lange handvat, zodat je hem als een compacte handborstel kunt gebruiken voor andere delen van je lichaam.\u003c\/p\u003e \u003c\/details\u003e \u003c\/div\u003e   ","brand":"Newjoyloo","offers":[{"title":"Muntgroen","offer_id":48171806294228,"sku":null,"price":36.95,"currency_code":"USD","in_stock":true},{"title":"Blauw","offer_id":48171806326996,"sku":null,"price":36.95,"currency_code":"USD","in_stock":true},{"title":"Abrikoos","offer_id":48171806359764,"sku":null,"price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/7d8aaddc9e521a7a0828c73de8963805.jpg?v=1782383830","url":"https:\/\/omurio.com\/nl\/products\/multifunctional-waterproof-electric-back-scrubber-bath-brushes-washer-rjc","provider":"Omurio","version":"1.0","type":"link"}