{"product_id":"glowclean-cordless-electric-spin-scrubber","title":"GlowClean Cordless Electric Spin Scrubber","description":"\u003cstyle\u003e\n  .glowclean-product {\n    --gc-bg: #fbfaf8;\n    --gc-card: #ffffff;\n    --gc-soft: #f2f7f6;\n    --gc-text: #222a29;\n    --gc-muted: #687372;\n    --gc-accent: #68bdb9;\n    --gc-dark: #102528;\n    --gc-line: #e2e9e7;\n\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 68px 20px 76px;\n    background: var(--gc-bg);\n    color: var(--gc-text);\n    font-family: inherit;\n  }\n\n  .glowclean-product * {\n    box-sizing: border-box;\n  }\n\n  .glowclean-product h2,\n  .glowclean-product h3,\n  .glowclean-product p {\n    margin-top: 0;\n  }\n\n  .glowclean-product__eyebrow {\n    display: block;\n    margin-bottom: 11px;\n    color: var(--gc-accent);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .20em;\n    text-transform: uppercase;\n  }\n\n  .glowclean-product h2 {\n    margin-bottom: 0;\n    color: var(--gc-text);\n    font-size: clamp(31px, 4.5vw, 48px);\n    font-weight: 500;\n    line-height: 1.12;\n    letter-spacing: -.03em;\n  }\n\n  .glowclean-product p {\n    color: var(--gc-muted);\n    line-height: 1.8;\n  }\n\n\n  \/* HERO *\/\n\n  .glowclean-product__hero {\n    max-width: 800px;\n    margin: 0 auto 58px;\n    text-align: center;\n  }\n\n  .glowclean-product__hero p {\n    max-width: 700px;\n    margin: 18px auto 0;\n    font-size: 15px;\n  }\n\n\n  \/* PROBLEM \/ SOLUTION *\/\n\n  .glowclean-product__story {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 68px;\n  }\n\n  .glowclean-product__card {\n    padding: 38px 34px;\n    border: 1px solid var(--gc-line);\n    border-radius: 16px;\n  }\n\n  .glowclean-product__card--light {\n    background: var(--gc-card);\n  }\n\n  .glowclean-product__card--dark {\n    background: var(--gc-dark);\n    border-color: var(--gc-dark);\n  }\n\n  .glowclean-product__card-label {\n    display: block;\n    margin-bottom: 19px;\n    color: var(--gc-accent);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: .17em;\n    text-transform: uppercase;\n  }\n\n  .glowclean-product__card h3 {\n    margin: 0 0 14px;\n    color: var(--gc-text);\n    font-size: 22px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .glowclean-product__card p {\n    margin: 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__card--dark h3 {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .glowclean-product__card--dark p {\n    color: #dce9e7 !important;\n    -webkit-text-fill-color: #dce9e7 !important;\n  }\n\n  .glowclean-product__card--dark .glowclean-product__card-label {\n    color: #83d4d0;\n  }\n\n\n  \/* FEATURES *\/\n\n  .glowclean-product__feature-title {\n    max-width: 650px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .glowclean-product__feature-title h2 {\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .glowclean-product__features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    margin-bottom: 68px;\n    border-top: 1px solid var(--gc-line);\n    border-bottom: 1px solid var(--gc-line);\n  }\n\n  .glowclean-product__feature {\n    padding: 28px 22px;\n    border-right: 1px solid var(--gc-line);\n  }\n\n  .glowclean-product__feature:last-child {\n    border-right: 0;\n  }\n\n  .glowclean-product__feature-number {\n    display: block;\n    margin-bottom: 22px;\n    color: var(--gc-accent);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .12em;\n  }\n\n  .glowclean-product__feature h3 {\n    margin: 0 0 8px;\n    color: var(--gc-text);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .glowclean-product__feature p {\n    margin: 0;\n    font-size: 11px;\n    line-height: 1.65;\n  }\n\n\n  \/* MULTI-SURFACE CLEANING *\/\n\n  .glowclean-product__use {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 44px;\n    align-items: center;\n    margin-bottom: 68px;\n    padding: 42px;\n    background: var(--gc-card);\n    border: 1px solid var(--gc-line);\n    border-radius: 17px;\n  }\n\n  .glowclean-product__use-copy h2 {\n    margin-bottom: 15px;\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .glowclean-product__use-copy p {\n    margin: 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__use-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n  }\n\n  .glowclean-product__use-item {\n    padding: 16px;\n    background: var(--gc-soft);\n    border: 1px solid var(--gc-line);\n    border-radius: 10px;\n  }\n\n  .glowclean-product__use-item span {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--gc-accent);\n    font-size: 9px;\n    letter-spacing: .12em;\n  }\n\n  .glowclean-product__use-item strong {\n    color: var(--gc-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n\n  \/* PRODUCT DETAILS *\/\n\n  .glowclean-product__details {\n    display: grid;\n    grid-template-columns: .85fr 1.15fr;\n    gap: 50px;\n    align-items: center;\n    margin-bottom: 68px;\n    padding: 42px;\n    background: linear-gradient(\n      145deg,\n      #f3faf9 0%,\n      #e8f3f1 100%\n    );\n    border: 1px solid #d9e8e5;\n    border-radius: 17px;\n  }\n\n  .glowclean-product__details-copy h2 {\n    margin-bottom: 14px;\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .glowclean-product__details-copy p {\n    margin: 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__specs {\n    border-top: 1px solid #d7e3e1;\n  }\n\n  .glowclean-product__spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 0;\n    border-bottom: 1px solid #d7e3e1;\n  }\n\n  .glowclean-product__spec span {\n    color: var(--gc-muted);\n    font-size: 11px;\n  }\n\n  .glowclean-product__spec strong {\n    color: var(--gc-text);\n    font-size: 12px;\n    font-weight: 700;\n    text-align: right;\n  }\n\n\n  \/* SET OPTIONS *\/\n\n  .glowclean-product__sets {\n    margin-bottom: 68px;\n  }\n\n  .glowclean-product__sets-header {\n    max-width: 680px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .glowclean-product__sets-header h2 {\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .glowclean-product__sets-header p {\n    margin: 14px auto 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__sets-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .glowclean-product__set-card {\n    padding: 32px;\n    background: var(--gc-card);\n    border: 1px solid var(--gc-line);\n    border-radius: 16px;\n  }\n\n  .glowclean-product__set-card--featured {\n    background: var(--gc-dark);\n    border-color: var(--gc-dark);\n  }\n\n  .glowclean-product__set-label {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--gc-accent);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: .17em;\n    text-transform: uppercase;\n  }\n\n  .glowclean-product__set-card h3 {\n    margin: 0 0 10px;\n    font-size: 21px;\n    font-weight: 700;\n  }\n\n  .glowclean-product__set-card p {\n    margin: 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__set-card--featured h3 {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .glowclean-product__set-card--featured p {\n    color: #dce9e7 !important;\n    -webkit-text-fill-color: #dce9e7 !important;\n  }\n\n  .glowclean-product__set-card--featured .glowclean-product__set-label {\n    color: #83d4d0;\n  }\n\n\n  \/* FAQ *\/\n\n  .glowclean-product__faq {\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .glowclean-product__faq-header {\n    margin-bottom: 32px;\n    text-align: center;\n  }\n\n  .glowclean-product__faq-header h2 {\n    margin-bottom: 10px;\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .glowclean-product__faq-header p {\n    margin: 0;\n    font-size: 13px;\n  }\n\n  .glowclean-product__faq details {\n    border-top: 1px solid var(--gc-line);\n  }\n\n  .glowclean-product__faq details:last-child {\n    border-bottom: 1px solid var(--gc-line);\n  }\n\n  .glowclean-product__faq summary {\n    position: relative;\n    padding: 22px 42px 22px 0;\n    color: var(--gc-text);\n    cursor: pointer;\n    list-style: none;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .glowclean-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .glowclean-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    transform: translateY(-50%);\n    color: var(--gc-accent);\n    font-size: 20px;\n    font-weight: 300;\n  }\n\n  .glowclean-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .glowclean-product__faq-answer {\n    padding: 0 45px 22px 0;\n  }\n\n  .glowclean-product__faq-answer p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.75;\n  }\n\n\n  \/* FINAL *\/\n\n  .glowclean-product__final {\n    max-width: 760px;\n    margin: 68px auto 0;\n    padding: 45px 34px;\n    text-align: center;\n    background: var(--gc-dark);\n    border-radius: 17px;\n  }\n\n  .glowclean-product__final .glowclean-product__eyebrow {\n    color: #83d4d0;\n  }\n\n  .glowclean-product__final h2 {\n    margin-bottom: 14px;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n    font-size: clamp(27px, 4vw, 37px);\n  }\n\n  .glowclean-product__final p {\n    max-width: 590px;\n    margin: 0 auto;\n    color: #dce9e7 !important;\n    -webkit-text-fill-color: #dce9e7 !important;\n    font-size: 13px;\n  }\n\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 749px) {\n\n    .glowclean-product {\n      padding: 46px 15px 54px;\n    }\n\n    .glowclean-product__hero {\n      margin-bottom: 38px;\n    }\n\n    .glowclean-product__hero p {\n      font-size: 14px;\n    }\n\n    .glowclean-product__story {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-bottom: 48px;\n    }\n\n    .glowclean-product__card {\n      padding: 27px 22px;\n      border-radius: 12px;\n    }\n\n    .glowclean-product__features {\n      grid-template-columns: 1fr 1fr;\n      margin-bottom: 48px;\n    }\n\n    .glowclean-product__feature {\n      padding: 21px 15px;\n      border-bottom: 1px solid var(--gc-line);\n    }\n\n    .glowclean-product__feature:nth-child(2) {\n      border-right: 0;\n    }\n\n    .glowclean-product__feature:nth-child(3),\n    .glowclean-product__feature:nth-child(4) {\n      border-bottom: 0;\n    }\n\n    .glowclean-product__use,\n    .glowclean-product__details {\n      grid-template-columns: 1fr;\n      gap: 26px;\n      padding: 27px 20px;\n      border-radius: 12px;\n    }\n\n    .glowclean-product__use {\n      margin-bottom: 48px;\n    }\n\n    .glowclean-product__details {\n      margin-bottom: 48px;\n    }\n\n    .glowclean-product__use-list {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .glowclean-product__sets {\n      margin-bottom: 48px;\n    }\n\n    .glowclean-product__sets-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .glowclean-product__set-card {\n      padding: 27px 22px;\n      border-radius: 12px;\n    }\n\n    .glowclean-product__faq summary {\n      padding: 20px 35px 20px 0;\n      font-size: 13px;\n    }\n\n    .glowclean-product__final {\n      margin-top: 48px;\n      padding: 34px 20px;\n      border-radius: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003csection class=\"glowclean-product\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003cheader class=\"glowclean-product__hero\"\u003e\n\n    \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n      POWERFUL • CORDLESS • CONVENIENT\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      GlowClean Cordless\u003cbr\u003e\n      Electric Spin Scrubber\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Make everyday cleaning faster and easier with the\n      \u003cstrong\u003eGlowClean Cordless Electric Spin Scrubber\u003c\/strong\u003e.\n      Powered rotation, an adjustable telescopic handle and your\n      choice of 6 or 9 cleaning attachments help tackle everyday\n      dirt and grime with less repetitive hand scrubbing, bending\n      and kneeling.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- PROBLEM \/ SOLUTION --\u003e\n\n  \u003cdiv class=\"glowclean-product__story\"\u003e\n\n    \u003cdiv class=\"glowclean-product__card glowclean-product__card--light\"\u003e\n\n      \u003cspan class=\"glowclean-product__card-label\"\u003e\n        THE PROBLEM\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Tough cleaning shouldn't mean endless scrubbing.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Bathrooms, tiles, grout, floors and hard-to-reach areas\n        can require repetitive scrubbing and uncomfortable positions\n        to get the job done.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__card glowclean-product__card--dark\"\u003e\n\n      \u003cspan class=\"glowclean-product__card-label\"\u003e\n        THE GLOWCLEAN SOLUTION\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        More cleaning power with less physical effort.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        GlowClean combines powered rotation, cordless freedom,\n        interchangeable cleaning attachments and an adjustable\n        extension handle to make everyday cleaning more convenient.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n\n  \u003cdiv class=\"glowclean-product__feature-title\"\u003e\n\n    \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n      DESIGNED FOR EASIER CLEANING\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Clean Smarter. Reach Further.\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"glowclean-product__features\"\u003e\n\n    \u003cdiv class=\"glowclean-product__feature\"\u003e\n\n      \u003cspan class=\"glowclean-product__feature-number\"\u003e\n        01\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Up to 9 Attachments\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose a 6-head or 9-head set with interchangeable\n        cleaning attachments for different surfaces and tasks.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__feature\"\u003e\n\n      \u003cspan class=\"glowclean-product__feature-number\"\u003e\n        02\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Powered Spin Cleaning\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Motor-powered rotation helps loosen everyday dirt\n        and grime with less repetitive manual scrubbing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__feature\"\u003e\n\n      \u003cspan class=\"glowclean-product__feature-number\"\u003e\n        03\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Extendable to 125cm\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The adjustable telescopic handle provides additional\n        reach for floors, showers, walls and difficult areas.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__feature\"\u003e\n\n      \u003cspan class=\"glowclean-product__feature-number\"\u003e\n        04\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Digital Battery Display\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The integrated display makes it easy to keep an eye\n        on remaining battery power while you clean.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- MULTI-SURFACE CLEANING --\u003e\n\n  \u003cdiv class=\"glowclean-product__use\"\u003e\n\n    \u003cdiv class=\"glowclean-product__use-copy\"\u003e\n\n      \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n        MULTI-SURFACE CLEANING\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        One Scrubber. So Many Jobs.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        From bathroom buildup and kitchen messes to floors,\n        windows and other everyday household surfaces, GlowClean\n        gives you a versatile powered cleaning system for a wide\n        range of cleaning jobs.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__use-list\"\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e01\u003c\/span\u003e\n        \u003cstrong\u003eBathroom Tiles\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e02\u003c\/span\u003e\n        \u003cstrong\u003eShowers \u0026amp; Bathtubs\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e03\u003c\/span\u003e\n        \u003cstrong\u003eKitchen Surfaces\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e04\u003c\/span\u003e\n        \u003cstrong\u003eGrout \u0026amp; Corners\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e05\u003c\/span\u003e\n        \u003cstrong\u003eFloors\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e06\u003c\/span\u003e\n        \u003cstrong\u003eSinks\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e07\u003c\/span\u003e\n        \u003cstrong\u003eWindows \u0026amp; Glass\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__use-item\"\u003e\n        \u003cspan\u003e08\u003c\/span\u003e\n        \u003cstrong\u003eHard-to-Reach Areas\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003cdiv class=\"glowclean-product__details\"\u003e\n\n    \u003cdiv class=\"glowclean-product__details-copy\"\u003e\n\n      \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n        PRODUCT DETAILS\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Built for Comfortable Everyday Cleaning\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        GlowClean combines a cordless powered scrubber,\n        adjustable telescopic handle, digital battery display\n        and interchangeable cleaning attachments in one\n        versatile system designed for everyday convenience.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__specs\"\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eProduct Type\u003c\/span\u003e\n        \u003cstrong\u003eGlowClean Cordless Electric Spin Scrubber\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eSet Options\u003c\/span\u003e\n        \u003cstrong\u003e6-Head Set or 9-Head Set\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eCleaning Attachments\u003c\/span\u003e\n        \u003cstrong\u003eUp to 9 Interchangeable Heads\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003ePower\u003c\/span\u003e\n        \u003cstrong\u003eCordless Electric\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eMotor\u003c\/span\u003e\n        \u003cstrong\u003eHigh-Torque Magnetic Motor\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eExtended Length\u003c\/span\u003e\n        \u003cstrong\u003eUp to 125cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eScrubber Body Length\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 20cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eOverall Scrubber Height\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 25cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eBrush Diameter\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 9.5cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eDisplay\u003c\/span\u003e\n        \u003cstrong\u003eDigital Battery Indicator\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eHandle\u003c\/span\u003e\n        \u003cstrong\u003eAdjustable Telescopic Handle\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eMaterial\u003c\/span\u003e\n        \u003cstrong\u003eABS Plastic\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glowclean-product__spec\"\u003e\n        \u003cspan\u003eColour\u003c\/span\u003e\n        \u003cstrong\u003eMint Green \u0026amp; Black\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SET OPTIONS --\u003e\n\n  \u003cdiv class=\"glowclean-product__sets\"\u003e\n\n    \u003cdiv class=\"glowclean-product__sets-header\"\u003e\n\n      \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n        CHOOSE YOUR SET\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        The Right Setup for Your Cleaning Routine\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        GlowClean is available with either 6 or 9 interchangeable\n        cleaning attachments, so you can choose the set that best\n        suits your cleaning needs.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"glowclean-product__sets-grid\"\u003e\n\n      \u003cdiv class=\"glowclean-product__set-card\"\u003e\n\n        \u003cspan class=\"glowclean-product__set-label\"\u003e\n          6-HEAD OPTION\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          GlowClean 6-Head Set\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A versatile selection of six interchangeable cleaning\n          attachments for essential everyday household cleaning tasks.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"glowclean-product__set-card glowclean-product__set-card--featured\"\u003e\n\n        \u003cspan class=\"glowclean-product__set-label\"\u003e\n          9-HEAD OPTION\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          GlowClean 9-Head Set\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The expanded option with nine interchangeable cleaning\n          attachments for even more surfaces, corners and cleaning jobs.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003cdiv class=\"glowclean-product__faq\"\u003e\n\n    \u003cdiv class=\"glowclean-product__faq-header\"\u003e\n\n      \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n        FREQUENTLY ASKED QUESTIONS\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Everything You Need to Know\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Quick answers about GlowClean, its attachments,\n        reach and everyday use.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many cleaning attachments are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          GlowClean is available in two set options. Choose either\n          the 6-head set or the 9-head set depending on your cleaning\n          needs. The number of attachments included depends on the\n          option selected when ordering.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the difference between the 6-head and 9-head sets?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          Both options use the GlowClean Cordless Electric Spin\n          Scrubber. The main difference is the number of interchangeable\n          cleaning attachments included. The 9-head set provides a wider\n          selection of attachments for different surfaces and cleaning jobs.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far does the GlowClean handle extend?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          The adjustable telescopic handle extends up to approximately\n          125cm, giving you extra reach for floors, showers, walls and\n          other difficult areas.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can GlowClean help reduce bending while cleaning?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. The adjustable extension handle is designed to help\n          you reach floors, showers, walls and other areas with less\n          bending or kneeling.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What areas can I clean with GlowClean?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          GlowClean can be used for a variety of everyday household\n          cleaning tasks, including bathrooms, tiles, showers,\n          bathtubs, kitchen surfaces, grout, floors, sinks, windows\n          and other suitable surfaces. Always check suitability before\n          using a brush or cleaning product on delicate surfaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is GlowClean cordless?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. GlowClean uses a cordless design, giving you greater\n          freedom of movement while cleaning around your home.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does GlowClean show the remaining battery level?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          Yes. The built-in digital battery indicator helps you\n          monitor the remaining battery level while using the scrubber.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is assembly required?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"glowclean-product__faq-answer\"\u003e\n\n        \u003cp\u003e\n          Setup is straightforward. Attach the appropriate cleaning\n          head and extension handle components as required before use.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003cdiv class=\"glowclean-product__final\"\u003e\n\n    \u003cspan class=\"glowclean-product__eyebrow\"\u003e\n      GLOWCLEAN\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Less Scrubbing. More Cleaning.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Take the effort out of everyday cleaning with powered rotation,\n      cordless convenience, up to 125cm of extended reach and your\n      choice of a 6-head or 9-head cleaning set.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e","brand":"GetVelqo","offers":[{"title":"White 6 heads","offer_id":54524250751317,"sku":"14:200004889#White 6 heads","price":70.0,"currency_code":"GBP","in_stock":true},{"title":"Green 6 heads","offer_id":54524250784085,"sku":"14:173#Green 6 heads","price":70.0,"currency_code":"GBP","in_stock":true},{"title":"White 9 heads","offer_id":54524250816853,"sku":"14:202520811#White 9 heads","price":88.0,"currency_code":"GBP","in_stock":true},{"title":"Green 3 heads","offer_id":54524250849621,"sku":"14:29#Green 3 heads","price":70.0,"currency_code":"GBP","in_stock":true},{"title":"Green 9 heads","offer_id":54524250882389,"sku":"14:366#Green 9 heads","price":88.0,"currency_code":"GBP","in_stock":true},{"title":"White 3 heads","offer_id":54524250915157,"sku":"14:1254#White 3 heads","price":70.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1015\/9521\/8261\/files\/S7852825955bf4ad0ba5d4c1ce222116fw.webp?v=1786447810","url":"https:\/\/getvelqo.com\/es\/products\/glowclean-cordless-electric-spin-scrubber","provider":"GetVelqo","version":"1.0","type":"link"}