{"product_id":"glow-go-self-cleaning-hair-brush","title":"Glow \u0026 Go Self-Cleaning Hair Brush","description":"\u003c!-- GLOW \u0026 GO - LUXURY PRODUCT DESCRIPTION --\u003e\n\u003cstyle\u003e\n    .glow-go-product {\n      --primary: #2f6f73;\n      --secondary: #c8b49a;\n      --accent: #e7c86e;\n      --taupe: #a6a6a6;\n      --dark: #172426;\n      --cream: #faf8f4;\n      --white: #ffffff;\n\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--dark);\n      max-width: 1100px;\n      margin: 0 auto;\n      overflow: hidden;\n      background: var(--white);\n    }\n\n    .glow-go-product * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n    .gg-hero {\n      position: relative;\n      padding: 55px 30px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 20% 20%, rgba(231,200,110,.18), transparent 30%),\n        radial-gradient(circle at 80% 80%, rgba(47,111,115,.12), transparent 35%),\n        linear-gradient(135deg, #ffffff, #f7f3ed);\n      border-radius: 24px;\n      margin-bottom: 30px;\n      overflow: hidden;\n    }\n\n    .gg-hero:before {\n      content: \"\";\n      position: absolute;\n      width: 280px;\n      height: 280px;\n      border-radius: 50%;\n      background: rgba(231,200,110,.08);\n      top: -140px;\n      right: -100px;\n      animation: ggFloat 6s ease-in-out infinite;\n    }\n\n    .gg-eyebrow {\n      display: inline-block;\n      color: var(--primary);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 14px;\n      animation: ggFadeUp .7s ease forwards;\n    }\n\n    .gg-title {\n      margin: 0 auto 16px;\n      max-width: 750px;\n      font-size: clamp(32px, 5vw, 58px);\n      line-height: 1.05;\n      font-weight: 800;\n      letter-spacing: -1.5px;\n      animation: ggFadeUp .8s ease forwards;\n    }\n\n    .gg-title span {\n      color: var(--primary);\n    }\n\n    .gg-subtitle {\n      max-width: 680px;\n      margin: 0 auto 25px;\n      font-size: 17px;\n      line-height: 1.7;\n      color: #596466;\n      animation: ggFadeUp 1s ease forwards;\n    }\n\n    .gg-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 18px;\n      border-radius: 50px;\n      background: rgba(47,111,115,.08);\n      color: var(--primary);\n      font-size: 13px;\n      font-weight: 700;\n      animation: ggFadeUp 1.1s ease forwards;\n    }\n\n    .gg-badge-dot {\n      width: 8px;\n      height: 8px;\n      background: var(--accent);\n      border-radius: 50%;\n      box-shadow: 0 0 0 5px rgba(231,200,110,.15);\n    }\n\n    \/* SECTION *\/\n    .gg-section {\n      padding: 35px 20px;\n    }\n\n    .gg-section-heading {\n      text-align: center;\n      margin-bottom: 35px;\n    }\n\n    .gg-section-heading small {\n      display: block;\n      color: var(--primary);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      font-size: 11px;\n      margin-bottom: 8px;\n    }\n\n    .gg-section-heading h2 {\n      margin: 0;\n      font-size: clamp(26px, 4vw, 38px);\n      line-height: 1.15;\n    }\n\n    .gg-section-heading p {\n      max-width: 620px;\n      margin: 12px auto 0;\n      color: #687173;\n      line-height: 1.6;\n    }\n\n    \/* PROBLEM \/ SOLUTION *\/\n    .gg-solution {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    .gg-solution-card {\n      padding: 30px;\n      border-radius: 20px;\n      transition: transform .35s ease, box-shadow .35s ease;\n    }\n\n    .gg-solution-card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 18px 45px rgba(0,0,0,.08);\n    }\n\n    .gg-problem {\n      background: #f5f3f0;\n    }\n\n    .gg-answer {\n      background: var(--primary);\n      color: white;\n    }\n\n    .gg-solution-card .gg-icon {\n      font-size: 28px;\n      margin-bottom: 15px;\n    }\n\n    .gg-solution-card h3 {\n      margin: 0 0 10px;\n      font-size: 21px;\n    }\n\n    .gg-solution-card p {\n      margin: 0;\n      line-height: 1.7;\n      font-size: 15px;\n    }\n\n    .gg-problem p {\n      color: #62696a;\n    }\n\n    .gg-answer p {\n      color: rgba(255,255,255,.88);\n    }\n\n    \/* FEATURES *\/\n    .gg-features {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .gg-feature {\n      position: relative;\n      padding: 27px 23px;\n      background: var(--cream);\n      border: 1px solid rgba(200,180,154,.35);\n      border-radius: 18px;\n      transition: all .35s ease;\n      overflow: hidden;\n    }\n\n    .gg-feature:after {\n      content: \"\";\n      position: absolute;\n      width: 70px;\n      height: 70px;\n      border-radius: 50%;\n      background: rgba(231,200,110,.12);\n      right: -25px;\n      bottom: -25px;\n      transition: transform .4s ease;\n    }\n\n    .gg-feature:hover {\n      transform: translateY(-7px);\n      border-color: var(--secondary);\n      box-shadow: 0 15px 35px rgba(47,111,115,.09);\n    }\n\n    .gg-feature:hover:after {\n      transform: scale(2.2);\n    }\n\n    .gg-feature-icon {\n      width: 46px;\n      height: 46px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--white);\n      border-radius: 14px;\n      margin-bottom: 18px;\n      font-size: 21px;\n      box-shadow: 0 5px 15px rgba(0,0,0,.05);\n    }\n\n    .gg-feature h3 {\n      margin: 0 0 9px;\n      font-size: 17px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .gg-feature p {\n      margin: 0;\n      color: #687173;\n      font-size: 14px;\n      line-height: 1.65;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* HIGHLIGHT *\/\n    .gg-highlight {\n      margin: 30px 0;\n      padding: 45px 30px;\n      text-align: center;\n      border-radius: 24px;\n      background:\n        linear-gradient(135deg, rgba(47,111,115,.97), rgba(36,88,91,.98));\n      color: white;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .gg-highlight:before,\n    .gg-highlight:after {\n      content: \"\";\n      position: absolute;\n      border: 1px solid rgba(231,200,110,.35);\n      border-radius: 50%;\n    }\n\n    .gg-highlight:before {\n      width: 250px;\n      height: 250px;\n      left: -130px;\n      top: -130px;\n    }\n\n    .gg-highlight:after {\n      width: 180px;\n      height: 180px;\n      right: -80px;\n      bottom: -90px;\n    }\n\n    .gg-highlight h2 {\n      position: relative;\n      margin: 0 0 13px;\n      font-size: clamp(27px, 4vw, 40px);\n      z-index: 1;\n    }\n\n    .gg-highlight p {\n      position: relative;\n      max-width: 650px;\n      margin: auto;\n      color: rgba(255,255,255,.87);\n      line-height: 1.7;\n      z-index: 1;\n    }\n\n    .gg-gold-line {\n      width: 55px;\n      height: 3px;\n      background: var(--accent);\n      margin: 18px auto;\n      border-radius: 10px;\n    }\n\n    \/* BENEFITS *\/\n    .gg-benefits {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 15px;\n    }\n\n    .gg-benefit {\n      display: flex;\n      align-items: flex-start;\n      gap: 13px;\n      padding: 18px;\n      border-radius: 14px;\n      background: white;\n      border: 1px solid #eee9e2;\n      transition: transform .3s ease;\n    }\n\n    .gg-benefit:hover {\n      transform: translateX(5px);\n    }\n\n    .gg-check {\n      flex: 0 0 28px;\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: rgba(47,111,115,.1);\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 800;\n      font-size: 13px;\n    }\n\n    .gg-benefit strong {\n      display: block;\n      margin-bottom: 3px;\n      font-size: 14px;\n    }\n\n    .gg-benefit span {\n      color: #707879;\n      font-size: 13px;\n      line-height: 1.5;\n    }\n\n    \/* FINAL CTA *\/\n    .gg-cta {\n      text-align: center;\n      padding: 45px 25px 55px;\n    }\n\n    .gg-cta h2 {\n      font-size: clamp(28px, 4vw, 42px);\n      margin: 0 0 12px;\n    }\n\n    .gg-cta p {\n      max-width: 600px;\n      margin: 0 auto 25px;\n      color: #687173;\n      line-height: 1.7;\n    }\n\n    .gg-cta-button {\n      display: inline-block;\n      padding: 16px 34px;\n      border-radius: 50px;\n      background: var(--primary);\n      color: white !important;\n      text-decoration: none !important;\n      font-size: 15px;\n      font-weight: 700;\n      letter-spacing: .3px;\n      box-shadow: 0 10px 25px rgba(47,111,115,.22);\n      transition: all .3s ease;\n    }\n\n    .gg-cta-button:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 15px 35px rgba(47,111,115,.32);\n      background: #245b5e;\n    }\n\n    .gg-microcopy {\n      margin-top: 13px !important;\n      font-size: 12px !important;\n      color: #929999 !important;\n    }\n\n    \/* TECH SPECS *\/\n    .gg-specs {\n      margin: 30px 0;\n      padding: 40px 30px;\n      background: var(--cream);\n      border-radius: 24px;\n      border: 1px solid rgba(200,180,154,.35);\n    }\n\n    .gg-specs-heading {\n      margin-bottom: 28px;\n    }\n\n    .gg-specs-heading small {\n      display: block;\n      color: var(--primary);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      font-size: 11px;\n      margin-bottom: 8px;\n    }\n\n    .gg-specs-heading h2 {\n      margin: 0 0 8px;\n      font-size: clamp(24px, 3.5vw, 34px);\n    }\n\n    .gg-specs-heading p {\n      margin: 0;\n      color: #687173;\n      line-height: 1.6;\n    }\n\n    .gg-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .gg-specs-table tr {\n      border-bottom: 1px solid rgba(200,180,154,.3);\n    }\n\n    .gg-specs-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .gg-specs-table td {\n      padding: 14px 8px;\n      font-size: 14px;\n      line-height: 1.5;\n    }\n\n    .gg-specs-table td:first-child {\n      color: #687173;\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .gg-specs-table td:last-child {\n      color: var(--dark);\n      text-align: right;\n      font-weight: 500;\n    }\n\n    \/* ANIMATIONS *\/\n    @keyframes ggFadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(18px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes ggFloat {\n      0%, 100% {\n        transform: translateY(0) rotate(0deg);\n      }\n      50% {\n        transform: translateY(18px) rotate(8deg);\n      }\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 750px) {\n      .gg-hero {\n        padding: 42px 20px;\n        border-radius: 18px;\n      }\n\n      .gg-solution,\n      .gg-benefits {\n        grid-template-columns: 1fr;\n      }\n\n      .gg-features {\n        grid-template-columns: 1fr;\n      }\n\n      .gg-section {\n        padding: 28px 12px;\n      }\n\n      .gg-solution-card {\n        padding: 24px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"glow-go-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"gg-hero\"\u003e\n\u003cdiv class=\"gg-eyebrow\"\u003eGlow \u0026amp; Go Collection\u003c\/div\u003e\n\u003ch1 class=\"gg-title\"\u003eYour Hair Deserves\u003cbr\u003e\u003cspan\u003eBetter Than Ordinary.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gg-subtitle\"\u003eMeet the Glow \u0026amp; Go Self-Cleaning Hair Brush — designed to make beautiful, voluminous hair effortless while making the annoying part of hair care disappear.\u003c\/p\u003e\n\u003cdiv class=\"gg-badge\"\u003e\n\u003cspan class=\"gg-badge-dot\"\u003e\u003c\/span\u003eDetangle. Style. Clean. Repeat.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM \/ SOLUTION --\u003e\n\u003csection class=\"gg-section\"\u003e\n\u003cdiv class=\"gg-section-heading\"\u003e\n\u003csmall\u003eWhy you'll love it\u003c\/small\u003e\n\u003ch2\u003eBecause Your Morning Routine\u003cbr\u003eShouldn't Be a Struggle.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-solution\"\u003e\n\u003cdiv class=\"gg-solution-card gg-problem\"\u003e\n\u003cdiv class=\"gg-icon\"\u003e😩\u003c\/div\u003e\n\u003ch3\u003eTired of pulling hair out of your brush?\u003c\/h3\u003e\n\u003cp\u003eHair gets trapped between bristles, leaving you with a tangled, messy brush that's frustrating to clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-solution-card gg-answer\"\u003e\n\u003cdiv class=\"gg-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eJust release, remove \u0026amp; clean.\u003c\/h3\u003e\n\u003cp\u003eThe detachable self-cleaning design lets you remove trapped hair quickly, so your brush is ready to go again in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN FEATURES --\u003e\n\u003csection class=\"gg-section\"\u003e\n\u003cdiv class=\"gg-section-heading\"\u003e\n\u003csmall\u003eDesigned differently\u003c\/small\u003e\n\u003ch2\u003eMore Than Just a Hair Brush\u003c\/h2\u003e\n\u003cp\u003eThoughtfully designed to combine everyday styling with a more enjoyable hair-care experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-features\"\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e🧖♀️\u003c\/div\u003e\n\u003ch3\u003eScalp Massage\u003c\/h3\u003e\n\u003cp\u003eIntegrated massaging bristles turn everyday brushing into a relaxing moment of self-care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e🪮\u003c\/div\u003e\n\u003ch3\u003eSelf-Cleaning Design\u003c\/h3\u003e\n\u003cp\u003eDetach the brush head and remove trapped hair with ease. Less pulling, picking and frustration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eRoot-Lifting Volume\u003c\/h3\u003e\n\u003cp\u003eThe open hollow-crown design helps lift hair at the roots for effortless-looking body and volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e💫\u003c\/div\u003e\n\u003ch3\u003eFlexible Nylon Bristles\u003c\/h3\u003e\n\u003cp\u003eDesigned to glide through your hair while helping create smoothness, lift and natural-looking volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e🤍\u003c\/div\u003e\n\u003ch3\u003eComfortable Grip\u003c\/h3\u003e\n\u003cp\u003eThe durable ABS handle provides a comfortable, controlled grip while you brush and style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-feature\"\u003e\n\u003cdiv class=\"gg-feature-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003eMade for Everyday Beauty\u003c\/h3\u003e\n\u003cp\u003eFrom your first brush in the morning to a quick refresh before heading out, Glow \u0026amp; Go fits effortlessly into your routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LUXURY STATEMENT --\u003e\n\u003csection class=\"gg-highlight\"\u003e\n\u003ch2\u003eLess Fuss. More Volume.\u003cbr\u003eBetter Hair Days.\u003c\/h2\u003e\n\u003cdiv class=\"gg-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eGlow \u0026amp; Go was created for those little moments when you want your hair to look effortlessly put together — without spending unnecessary time fighting with your brush.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"gg-section\"\u003e\n\u003cdiv class=\"gg-section-heading\"\u003e\n\u003csmall\u003eThe Glow \u0026amp; Go difference\u003c\/small\u003e\n\u003ch2\u003eEverything You Want\u003cbr\u003eFrom Your Everyday Brush\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefits\"\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy to clean\u003c\/strong\u003e\u003cspan\u003eDetach the brush head and remove trapped hair with ease.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEffortless volume\u003c\/strong\u003e\u003cspan\u003eDesigned to help lift hair from the roots while styling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRelaxing scalp massage\u003c\/strong\u003e\u003cspan\u003eEnjoy a more comfortable brushing experience every day.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLightweight design\u003c\/strong\u003e\u003cspan\u003eEasy to handle and comfortable for everyday styling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBeautifully designed\u003c\/strong\u003e\u003cspan\u003eA premium-looking addition to your beauty routine.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMade for everyday use\u003c\/strong\u003e\u003cspan\u003ePerfect for refreshing, detangling and styling your hair.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"gg-cta\"\u003e\n\u003ch2\u003eMake Every Brush Stroke Count.\u003c\/h2\u003e\n\u003cp\u003eStop fighting with tangled hair and messy brushes. Upgrade your daily routine with Glow \u0026amp; Go and make beautiful, voluminous hair feel effortless.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"gg-cta-button\"\u003e✨ Get Your Glow \u0026amp; Go\u003c\/a\u003e\n\u003cp class=\"gg-microcopy\"\u003eYour new favourite hair-care essential starts here.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003csection class=\"gg-specs\"\u003e\n\u003cdiv class=\"gg-specs-heading\"\u003e\n\u003csmall\u003eTechnical Specifications\u003c\/small\u003e\n\u003ch2\u003eBuilt for normal hair care\u003c\/h2\u003e\n\u003cp\u003eReview the exact materials and design features built into every comb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ctable class=\"gg-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Type\u003c\/td\u003e\n\u003ctd\u003eNormal hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBristle Material\u003c\/td\u003e\n\u003ctd\u003eNylon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Features\u003c\/td\u003e\n\u003ctd\u003eHollow out, self-cleaning, detachable brush\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Function\u003c\/td\u003e\n\u003ctd\u003eVolumizing and scalp massaging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eForm\u003c\/td\u003e\n\u003ctd\u003eHandheld styling brush with a handle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBody Material\u003c\/td\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleaning Mechanism\u003c\/td\u003e\n\u003ctd\u003eInstant hair ejection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eDaily styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Glow \u0026 Go","offers":[{"title":"Pink","offer_id":46528807665721,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":46528807698489,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true},{"title":"Green","offer_id":46528807731257,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/8506\/0409\/files\/ChatGPTImageSep17_2026_08_09_20AM.png?v=1789625551","url":"https:\/\/www.floofco.co.za\/products\/glow-go-self-cleaning-hair-brush","provider":"Glow \u0026 Go","version":"1.0","type":"link"}