{"product_id":"multifunctional-waterproof-electric-back-scrubber-bath-brushes-washer-rjc","title":"Multifunctional Waterproof Electric Back Scrubber Bath Brushes Washer","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✨ Designed for your daily spa routine\u003c\/span\u003e \u003ch2\u003eEffortless Back Cleansing \u0026amp; Deep Body Exfoliation\u003c\/h2\u003e  \u003ch2 class=\"lead-text\"\u003eTransform your shower into a rejuvenating spa experience. This electric spinning brush with a long, ergonomic handle finally lets you easily reach and refresh every inch of your back.\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\u003eFinally Reach Your Entire Back\u003c\/h2\u003e  \u003cp\u003eNo more awkward twisting or missed spots. The extended handle is ergonomically designed with a perfect curve, allowing you to comfortably scrub your mid-back, shoulders, and other hard-to-reach areas with ease.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003eErgonomic Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eExtended Reach\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStress-Free Use\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\u003ePowerful Spinning for Deeper Clean\u003c\/h2\u003e  \u003cp\u003eLet the motor do the work. The brush head rotates automatically at two selectable speeds, providing a thorough cleanse and effective exfoliation that manual scrubbing simply can't match. Leaves skin feeling smooth and refreshed.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003e2 Speed Modes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e360° Rotation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDeep Exfoliation\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\u003eDetachable \u0026amp; Fully Waterproof\u003c\/h2\u003e  \u003cp\u003eInstantly transform it from a long-handled back scrubber to a compact handheld brush for targeted body cleaning. With an IPX7 waterproof rating, it's completely safe to use in the shower or bathtub without worry.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003e2-in-1 Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIPX7 Waterproof 🚿\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eShower Safe\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\u003eA Brush Head for Every Need\u003c\/h2\u003e  \u003cp\u003eCustomize your experience with multiple interchangeable attachments. Switch easily between heads designed for daily cleansing, deep exfoliation, creating rich foam, or a relaxing massage to suit your skin's needs.\u003c\/p\u003e  \u003cdiv class=\"feature-tags\"\u003e \u003cspan class=\"feature-tag\"\u003eMultiple Attachments\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy to Swap\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVersatile Care\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\"\u003eItem\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eElectric Body Brush with Long Handle\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eTotal Length\u003c\/th\u003e    \u003c!-- Converted 14.9 inches to cm (approx 37.8cm) based on report image_2.png --\u003e    \u003ctd data-label=\"Value\"\u003eApprox. 14.9 in (37.9 cm)\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eBrush Head Size\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eApprox. 4.4 in (11.2 cm) diameter\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eWaterproof Rating\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\"\u003eSpeed Modes\u003c\/th\u003e    \u003c!-- Source: image_12.png --\u003e    \u003ctd data-label=\"Value\"\u003e2 speeds (Gentle \/ Power)\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003ePower Source\u003c\/th\u003e    \u003ctd data-label=\"Value\"\u003eUSB Rechargeable\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003cth data-label=\"Feature\"\u003eSpecial Feature\u003c\/th\u003e    \u003c!-- Source: image_3.png --\u003e    \u003ctd data-label=\"Value\"\u003eDetachable main unit\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;\"\u003eFrequently Asked Questions\u003c\/h2\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eIs this safe to use in the shower or bath?\u003c\/summary\u003e  \u003cp\u003eYes, absolutely. The device has an IPX7 waterproof rating, meaning it is designed to be safely used in wet environments like showers and bathtubs.\u003c\/p\u003e \u003c\/details\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eHow do I charge the brush?\u003c\/summary\u003e  \u003cp\u003eThe brush is rechargeable via a standard USB cable, which is included in the package. Simply connect it to a power source to charge. Ensure the charging port cover is sealed before using it in water again.\u003c\/p\u003e \u003c\/details\u003e  \u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003eCan I use it without the long handle?\u003c\/summary\u003e  \u003cp\u003eYes! The main brush head unit is designed to be easily detached from the long handle, allowing you to use it as a compact handheld scrubber for other parts of your body.\u003c\/p\u003e \u003c\/details\u003e \u003c\/div\u003e   ","brand":"Newjoyloo","offers":[{"title":"Mint Green","offer_id":48171806294228,"sku":null,"price":36.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":48171806326996,"sku":null,"price":36.95,"currency_code":"USD","in_stock":true},{"title":"Apricot","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\/products\/multifunctional-waterproof-electric-back-scrubber-bath-brushes-washer-rjc","provider":"Omurio","version":"1.0","type":"link"}