{"product_id":"glowgoods-brushrenew-electric-makeup-brush-cleaner","title":"GlowGoods™ BrushRenew (Electric Makeup Brush Cleaner)","description":"\u003c!-- ╔══════════════════════════════════════════════════════╗ --\u003e\n\u003c!-- ║  GlowGoods BrushRenew — Product Description v2       ║ --\u003e\n\u003c!-- ║  Paste into your store's HTML description field      ║ --\u003e\n\u003c!-- ╚══════════════════════════════════════════════════════╝ --\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n\n.gg2-wrap {\n  font-family: 'Poppins', sans-serif;\n  background: linear-gradient(180deg, #f8f4f1, #f5efec);\n  border-radius: 32px;\n  padding: 60px 48px;\n  position: relative;\n  overflow: hidden;\n  max-width: 860px;\n}\n\n\/* Ambient blobs *\/\n.gg2-wrap::before {\n  content: '';\n  position: absolute;\n  width: 420px; height: 420px;\n  background: #d7a592;\n  border-radius: 50%;\n  filter: blur(140px);\n  opacity: 0.14;\n  top: -120px; left: -100px;\n  pointer-events: none;\n}\n.gg2-wrap::after {\n  content: '';\n  position: absolute;\n  width: 340px; height: 340px;\n  background: #e6c8bb;\n  border-radius: 50%;\n  filter: blur(120px);\n  opacity: 0.13;\n  bottom: -80px; right: -60px;\n  pointer-events: none;\n}\n\n\/* ── HEADER ── *\/\n.gg2-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 22px;\n  background: rgba(255,255,255,0.65);\n  border: 1px solid rgba(255,255,255,0.6);\n  border-radius: 60px;\n  color: #c88f78;\n  font-size: 13px;\n  font-weight: 600;\n  backdrop-filter: blur(10px);\n  margin-bottom: 24px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.04);\n  animation: gg2-fadeUp 0.7s ease both;\n}\n\n.gg2-title {\n  font-size: 52px;\n  font-weight: 800;\n  line-height: 1.05;\n  color: #2e3138;\n  margin-bottom: 16px;\n  animation: gg2-fadeUp 0.9s ease both;\n}\n\n.gg2-title span {\n  background: linear-gradient(to right, #c88f78, #ddb5a4);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n\n.gg2-sub {\n  font-size: 14px;\n  color: #888;\n  letter-spacing: .06em;\n  text-transform: uppercase;\n  font-weight: 500;\n  margin-bottom: 28px;\n  animation: gg2-fadeUp 1s ease both;\n}\n\n.gg2-intro {\n  font-size: 15.5px;\n  color: #555;\n  line-height: 1.95;\n  margin-bottom: 44px;\n  animation: gg2-fadeUp 1.1s ease both;\n}\n\n.gg2-intro strong { color: #2e3138; font-weight: 600; }\n\n\/* ── QUICK STATS ── *\/\n.gg2-stats {\n  display: flex;\n  gap: 16px;\n  margin-bottom: 44px;\n  flex-wrap: wrap;\n  animation: gg2-fadeUp 1.2s ease both;\n}\n\n.gg2-stat {\n  flex: 1;\n  min-width: 120px;\n  background: rgba(255,255,255,0.68);\n  border: 1px solid rgba(255,255,255,0.65);\n  border-radius: 22px;\n  padding: 22px 18px;\n  text-align: center;\n  backdrop-filter: blur(14px);\n  box-shadow: 0 10px 35px rgba(0,0,0,0.04);\n  transition: transform .35s ease;\n}\n.gg2-stat:hover { transform: translateY(-6px); }\n\n.gg2-stat-n {\n  display: block;\n  font-size: 30px;\n  font-weight: 800;\n  background: linear-gradient(135deg, #c88f78, #ddb5a4);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  line-height: 1;\n  margin-bottom: 6px;\n}\n.gg2-stat-l {\n  font-size: 11px;\n  font-weight: 500;\n  color: #999;\n  text-transform: uppercase;\n  letter-spacing: .08em;\n}\n\n\/* ── SECTION LABEL ── *\/\n.gg2-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .2em;\n  text-transform: uppercase;\n  color: #c88f78;\n  margin-bottom: 20px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.gg2-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(to right, rgba(200,143,120,0.3), transparent);\n}\n\n\/* ── BENEFITS GRID ── *\/\n.gg2-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 44px;\n}\n\n.gg2-card {\n  background: rgba(255,255,255,0.68);\n  border: 1px solid rgba(255,255,255,0.65);\n  border-radius: 26px;\n  padding: 28px 24px;\n  backdrop-filter: blur(14px);\n  box-shadow: 0 10px 35px rgba(0,0,0,0.04);\n  transition: transform .35s ease, box-shadow .35s ease;\n  position: relative;\n  overflow: hidden;\n}\n.gg2-card::before {\n  content: '';\n  position: absolute;\n  width: 120px; height: 120px;\n  background: rgba(200,143,120,0.12);\n  border-radius: 50%;\n  top: -40px; right: -40px;\n  filter: blur(20px);\n}\n.gg2-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 50px rgba(0,0,0,0.07);\n}\n\n.gg2-icon {\n  width: 54px; height: 54px;\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: linear-gradient(135deg, #c88f78, #e3b7a4);\n  font-size: 22px;\n  margin-bottom: 16px;\n  box-shadow: 0 10px 25px rgba(200,143,120,0.28);\n}\n\n.gg2-card h3 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #2e3138;\n  margin-bottom: 8px;\n}\n.gg2-card p {\n  font-size: 13px;\n  color: #666;\n  line-height: 1.75;\n  margin: 0;\n}\n\n\/* ── CALLOUT ── *\/\n.gg2-callout {\n  background: linear-gradient(135deg, #2e3138 0%, #3d3440 100%);\n  border-radius: 28px;\n  padding: 36px 40px;\n  margin-bottom: 44px;\n  position: relative;\n  overflow: hidden;\n}\n.gg2-callout::before {\n  content: '';\n  position: absolute;\n  width: 200px; height: 200px;\n  background: rgba(200,143,120,0.2);\n  border-radius: 50%;\n  filter: blur(60px);\n  top: -60px; right: -40px;\n}\n.gg2-callout-q {\n  font-size: 24px;\n  font-weight: 700;\n  color: #fff;\n  line-height: 1.45;\n  margin-bottom: 14px;\n  position: relative;\n  z-index: 1;\n}\n.gg2-callout-q span {\n  background: linear-gradient(to right, #c88f78, #ddb5a4);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n.gg2-callout-flow {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  flex-wrap: wrap;\n  position: relative;\n  z-index: 1;\n}\n.gg2-flow-pill {\n  background: rgba(255,255,255,0.09);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 40px;\n  padding: 8px 18px;\n  font-size: 12px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.75);\n}\n.gg2-flow-arrow {\n  color: #c88f78;\n  font-size: 16px;\n}\n\n\/* ── HOW IT WORKS ── *\/\n.gg2-steps {\n  display: flex;\n  gap: 12px;\n  margin-bottom: 44px;\n  position: relative;\n  flex-wrap: wrap;\n}\n.gg2-steps::before {\n  content: '';\n  position: absolute;\n  top: 30px; left: 7%; right: 7%;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(200,143,120,0.35), transparent);\n}\n.gg2-step {\n  flex: 1;\n  min-width: 100px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n.gg2-step-bubble {\n  width: 58px; height: 58px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.72);\n  border: 1px solid rgba(255,255,255,0.7);\n  backdrop-filter: blur(10px);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  margin-bottom: 14px;\n  position: relative;\n  z-index: 1;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n  transition: background .3s, transform .3s;\n}\n.gg2-step:hover .gg2-step-bubble {\n  background: linear-gradient(135deg, #c88f78, #ddb5a4);\n  transform: scale(1.1);\n}\n.gg2-step-num {\n  position: absolute;\n  top: -4px; right: -4px;\n  width: 18px; height: 18px;\n  background: linear-gradient(135deg, #c88f78, #ddb5a4);\n  border-radius: 50%;\n  font-size: 9px;\n  font-weight: 700;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.gg2-step-title {\n  font-size: 12px;\n  font-weight: 700;\n  color: #2e3138;\n  margin-bottom: 4px;\n}\n.gg2-step-desc {\n  font-size: 11px;\n  color: #999;\n  line-height: 1.5;\n}\n\n\/* ── SPECS ── *\/\n.gg2-specs {\n  background: rgba(255,255,255,0.68);\n  border: 1px solid rgba(255,255,255,0.65);\n  border-radius: 26px;\n  padding: 28px 32px;\n  backdrop-filter: blur(14px);\n  box-shadow: 0 10px 35px rgba(0,0,0,0.04);\n  margin-bottom: 44px;\n}\n.gg2-spec-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 13px 0;\n  border-bottom: 1px solid rgba(200,143,120,0.1);\n  font-size: 13.5px;\n}\n.gg2-spec-row:last-child { border-bottom: none; }\n.gg2-spec-key {\n  color: #aaa;\n  font-size: 11px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n}\n.gg2-spec-val {\n  color: #2e3138;\n  font-weight: 600;\n  font-size: 13px;\n}\n\n\/* ── TRUST ROW ── *\/\n.gg2-trust {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n.gg2-trust-pill {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.68);\n  border: 1px solid rgba(255,255,255,0.65);\n  border-radius: 40px;\n  padding: 10px 20px;\n  font-size: 12.5px;\n  font-weight: 500;\n  color: #555;\n  backdrop-filter: blur(10px);\n  box-shadow: 0 6px 20px rgba(0,0,0,0.04);\n}\n.gg2-trust-pill span { font-size: 15px; }\n\n\/* ── ANIMATIONS ── *\/\n@keyframes gg2-fadeUp {\n  from { opacity: 0; transform: translateY(28px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 620px) {\n  .gg2-wrap { padding: 40px 24px; }\n  .gg2-title { font-size: 36px; }\n  .gg2-grid { grid-template-columns: 1fr; }\n  .gg2-steps::before { display: none; }\n  .gg2-stat { min-width: 40%; }\n  .gg2-callout { padding: 28px 24px; }\n  .gg2-callout-q { font-size: 18px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gg2-wrap\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv class=\"gg2-badge\"\u003e✨ Viral Beauty Essential\u003c\/div\u003e\n  \u003ch2 class=\"gg2-title\"\u003eClean Brushes.\u003cbr\u003e\u003cspan\u003eFlawless You.\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp class=\"gg2-sub\"\u003eGlowGoods BrushRenew™ — Electric Makeup Brush Cleaner\u003c\/p\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp class=\"gg2-intro\"\u003e\n    Your brushes work hard for you every day — they deserve a proper reset. \u003cstrong\u003eDirty brushes harbour bacteria, break down your makeup application, and can cause breakouts.\u003c\/strong\u003e The GlowGoods BrushRenew deep-cleans your brushes in minutes using high-speed spinning technology, leaving them fluffy, fresh, and ready to perform beautifully again. No more hand-scrubbing. No more ruined bristles. Just luxury-level clean from the comfort of your vanity.\n  \u003c\/p\u003e\n\n  \u003c!-- QUICK STATS --\u003e\n  \u003cdiv class=\"gg2-stats\"\u003e\n    \u003cdiv class=\"gg2-stat\"\u003e\n      \u003cspan class=\"gg2-stat-n\"\u003e1–2\u003c\/span\u003e\n      \u003cspan class=\"gg2-stat-l\"\u003eMin per brush\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-stat\"\u003e\n      \u003cspan class=\"gg2-stat-n\"\u003eAll\u003c\/span\u003e\n      \u003cspan class=\"gg2-stat-l\"\u003eBrush sizes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-stat\"\u003e\n      \u003cspan class=\"gg2-stat-n\"\u003eUSB\u003c\/span\u003e\n      \u003cspan class=\"gg2-stat-l\"\u003ePlug \u0026amp; go\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-stat\"\u003e\n      \u003cspan class=\"gg2-stat-n\"\u003e0\u003c\/span\u003e\n      \u003cspan class=\"gg2-stat-l\"\u003eBatteries needed\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"gg2-label\"\u003e✦ Why You'll Love It\u003c\/div\u003e\n  \u003cdiv class=\"gg2-grid\"\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e💖\u003c\/div\u003e\n      \u003ch3\u003eHealthier Looking Skin\u003c\/h3\u003e\n      \u003cp\u003eRemoves hidden dirt, oils and bacteria that may contribute to clogged pores and breakouts — for clearer skin every day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eFlawless Makeup\u003c\/h3\u003e\n      \u003cp\u003eClean bristles blend foundation, powder and contour smoother — giving you that seamless, airbrushed finish every time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eSaves You Time\u003c\/h3\u003e\n      \u003cp\u003eSpin-clean and spin-dry technology gets the job done in 1–2 minutes per brush. No soaking, no waiting, no mess.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e🌿\u003c\/div\u003e\n      \u003ch3\u003eProtects Your Brushes\u003c\/h3\u003e\n      \u003cp\u003eGentle spinning is safe for all natural and synthetic bristles — keeping them soft, fluffy and lasting longer.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e🔌\u003c\/div\u003e\n      \u003ch3\u003eUSB Powered\u003c\/h3\u003e\n      \u003cp\u003eSimply plug into any USB port — laptop, wall adapter or power bank. No batteries ever. Ready to use anywhere.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-card\"\u003e\n      \u003cdiv class=\"gg2-icon\"\u003e✈️\u003c\/div\u003e\n      \u003ch3\u003eTravel-Ready Size\u003c\/h3\u003e\n      \u003cp\u003eAt just 15.8cm × 9cm, it sits perfectly on your vanity or slips effortlessly into your travel bag. Beauty on the go.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CALLOUT --\u003e\n  \u003cdiv class=\"gg2-callout\"\u003e\n    \u003cp class=\"gg2-callout-q\"\u003eWhat do clean brushes actually give you? \u003cspan\u003eEverything.\u003c\/span\u003e\u003c\/p\u003e\n    \u003cdiv class=\"gg2-callout-flow\"\u003e\n      \u003cdiv class=\"gg2-flow-pill\"\u003e🧼 Cleaner Brushes\u003c\/div\u003e\n      \u003cspan class=\"gg2-flow-arrow\"\u003e→\u003c\/span\u003e\n      \u003cdiv class=\"gg2-flow-pill\"\u003e✨ Flawless Application\u003c\/div\u003e\n      \u003cspan class=\"gg2-flow-arrow\"\u003e→\u003c\/span\u003e\n      \u003cdiv class=\"gg2-flow-pill\"\u003e💖 Healthier Skin\u003c\/div\u003e\n      \u003cspan class=\"gg2-flow-arrow\"\u003e→\u003c\/span\u003e\n      \u003cdiv class=\"gg2-flow-pill\"\u003e🌟 Your Glow\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"gg2-label\"\u003e✦ How It Works\u003c\/div\u003e\n  \u003cdiv class=\"gg2-steps\"\u003e\n    \u003cdiv class=\"gg2-step\"\u003e\n      \u003cdiv class=\"gg2-step-bubble\"\u003e\n        💧\n        \u003cspan class=\"gg2-step-num\"\u003e1\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-title\"\u003eFill to MAX\u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-desc\"\u003eWater + gentle cleanser or baby shampoo\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-step\"\u003e\n      \u003cdiv class=\"gg2-step-bubble\"\u003e\n        🖌️\n        \u003cspan class=\"gg2-step-num\"\u003e2\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-title\"\u003eInsert Brush\u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-desc\"\u003eClip in — works for all brush sizes\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-step\"\u003e\n      \u003cdiv class=\"gg2-step-bubble\"\u003e\n        ⚡\n        \u003cspan class=\"gg2-step-num\"\u003e3\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-title\"\u003ePress \u0026amp; Spin\u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-desc\"\u003e1–2 min deep clean per brush\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-step\"\u003e\n      \u003cdiv class=\"gg2-step-bubble\"\u003e\n        💨\n        \u003cspan class=\"gg2-step-num\"\u003e4\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-title\"\u003eSpin Dry\u003c\/div\u003e\n      \u003cdiv class=\"gg2-step-desc\"\u003eFluffy, fresh \u0026amp; ready to glow\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"gg2-label\"\u003e✦ Product Details\u003c\/div\u003e\n  \u003cdiv class=\"gg2-specs\"\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eDimensions\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003e15.8cm × 9cm\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003ePower\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003eUSB — no batteries required\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eClean Time\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003e1–2 minutes per brush\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eRecommended Session\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003eUp to 3 brushes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eBrush Compatibility\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003eAll sizes — powder to liner\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eBristle Types\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003eNatural \u0026amp; Synthetic safe\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gg2-spec-row\"\u003e\n      \u003cspan class=\"gg2-spec-key\"\u003eCleanser\u003c\/span\u003e\n      \u003cspan class=\"gg2-spec-val\"\u003eAny gentle brush cleanser or baby shampoo\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"gg2-trust\"\u003e\n    \u003cdiv class=\"gg2-trust-pill\"\u003e\n\u003cspan\u003e🔒\u003c\/span\u003e Secure Checkout\u003c\/div\u003e\n    \u003cdiv class=\"gg2-trust-pill\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Fast Delivery\u003c\/div\u003e\n    \u003cdiv class=\"gg2-trust-pill\"\u003e\n\u003cspan\u003e↩️\u003c\/span\u003e 30-Day Returns\u003c\/div\u003e\n    \u003cdiv class=\"gg2-trust-pill\"\u003e\n\u003cspan\u003e⭐\u003c\/span\u003e Loved by Beauty Lovers\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"GlowGoods","offers":[{"title":"Default Title","offer_id":47528839250173,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0803\/5103\/5645\/files\/glowgoods-brush-cleaner-branded-box_b2b1ba80-2551-47fe-abec-34c4aa382a53.png?v=1778571810","url":"https:\/\/glowgoods.co.za\/products\/glowgoods-brushrenew-electric-makeup-brush-cleaner","provider":"GlowGoods.co.za","version":"1.0","type":"link"}