{"product_id":"the-glow-straightening-brush","title":"The Glow Straightening Brush","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n\n:root{\n  --rose-gold:#d7a06d;\n  --rose-gold-light:#f0c59d;\n  --pink:#ff8fc7;\n  --soft-pink:#ffd1e6;\n  --black:#111111;\n  --charcoal:#1a1a1a;\n  --white:#ffffff;\n}\n\n.glow-luxury{\n  font-family:'Poppins',sans-serif;\n  max-width:1150px;\n  margin:auto;\n  padding:70px 25px;\n  border-radius:38px;\n  overflow:hidden;\n  position:relative;\n\n  background:\n  radial-gradient(circle at top right, rgba(255,105,180,0.12), transparent 25%),\n  radial-gradient(circle at bottom left, rgba(215,160,109,0.14), transparent 28%),\n  radial-gradient(circle at center, rgba(255,182,193,0.05), transparent 35%),\n  linear-gradient(135deg,#111,#1a1a1a,#161616,#111);\n\n  box-shadow:\n  0 30px 70px rgba(0,0,0,0.45),\n  0 10px 35px rgba(215,160,109,0.08);\n\n  color:white;\n}\n\n.glow-luxury::before{\n  content:'';\n  position:absolute;\n  width:500px;\n  height:500px;\n  background:radial-gradient(circle, rgba(255,105,180,0.10), transparent 70%);\n  top:-180px;\n  right:-120px;\n  animation:float 9s ease-in-out infinite;\n  filter:blur(10px);\n}\n\n.glow-luxury::after{\n  content:'';\n  position:absolute;\n  width:420px;\n  height:420px;\n  background:radial-gradient(circle, rgba(215,160,109,0.12), transparent 70%);\n  bottom:-180px;\n  left:-120px;\n  animation:float 11s ease-in-out infinite;\n  filter:blur(10px);\n}\n\n.hero{\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n\n.top-pill{\n  display:inline-block;\n  background:linear-gradient(135deg,#ff8fc7,var(--rose-gold),#f0c59d);\n  color:#111;\n  padding:12px 24px;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:28px;\n  box-shadow:0 10px 25px rgba(255,105,180,0.15);\n  animation:fadeUp 1s ease;\n}\n\n.main-title{\n  font-size:64px;\n  line-height:1.05;\n  font-weight:800;\n  margin-bottom:24px;\n\n  background:linear-gradient(\n    90deg,\n    #ffffff,\n    #ffd1e6,\n    var(--rose-gold-light),\n    var(--rose-gold)\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:fadeUp 1.2s ease;\n}\n\n.subtitle{\n  max-width:850px;\n  margin:auto;\n  font-size:21px;\n  line-height:1.9;\n  color:#dddddd;\n  margin-bottom:40px;\n  animation:fadeUp 1.4s ease;\n}\n\n.button-row{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:18px;\n  flex-wrap:wrap;\n  margin-bottom:60px;\n  animation:fadeUp 1.6s ease;\n}\n\n.shop-btn{\n  background:linear-gradient(\n    135deg,\n    #ff7eb8,\n    var(--rose-gold),\n    #f0c59d\n  );\n\n  color:#111;\n  text-decoration:none;\n  padding:20px 42px;\n  border-radius:999px;\n  font-size:17px;\n  font-weight:700;\n  transition:0.4s ease;\n\n  border:1px solid rgba(255,255,255,0.15);\n\n  box-shadow:\n  0 15px 35px rgba(255,105,180,0.20),\n  0 0 25px rgba(215,160,109,0.12);\n}\n\n.shop-btn:hover{\n  transform:translateY(-4px) scale(1.03);\n\n  box-shadow:\n  0 20px 45px rgba(255,105,180,0.28),\n  0 0 35px rgba(215,160,109,0.18);\n}\n\n.mini-text{\n  color:#e3e3e3;\n  font-weight:500;\n  font-size:15px;\n}\n\n.feature-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:24px;\n  position:relative;\n  z-index:2;\n}\n\n.feature-card{\n  background:rgba(255,255,255,0.05);\n  backdrop-filter:blur(14px);\n  border:1px solid rgba(255,255,255,0.06);\n  border-radius:30px;\n  padding:32px 28px;\n  transition:0.45s ease;\n  overflow:hidden;\n  position:relative;\n  animation:fadeUp 2s ease;\n}\n\n.feature-card::before{\n  content:'';\n  position:absolute;\n  inset:0;\n\n  background:linear-gradient(\n    135deg,\n    rgba(255,105,180,0.06),\n    rgba(215,160,109,0.08),\n    rgba(255,255,255,0.01)\n  );\n}\n\n.feature-card:hover{\n  transform:translateY(-10px);\n\n  box-shadow:\n  0 28px 55px rgba(0,0,0,0.25),\n  0 10px 30px rgba(255,105,180,0.10);\n}\n\n.icon-box{\n  width:78px;\n  height:78px;\n  border-radius:24px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:35px;\n\n  background:linear-gradient(\n    135deg,\n    #ff89c2,\n    var(--rose-gold),\n    #f0c59d\n  );\n\n  color:#111;\n  margin-bottom:20px;\n\n  box-shadow:\n  0 12px 30px rgba(255,105,180,0.18);\n\n  position:relative;\n  z-index:2;\n}\n\n.feature-card h3{\n  font-size:22px;\n  margin-bottom:12px;\n  color:white;\n  position:relative;\n  z-index:2;\n}\n\n.feature-card p{\n  font-size:15px;\n  line-height:1.9;\n  color:#d4d4d4;\n  position:relative;\n  z-index:2;\n}\n\n.bottom-banner{\n  margin-top:60px;\n  border-radius:36px;\n  padding:55px 30px;\n  text-align:center;\n\n  background:linear-gradient(\n    135deg,\n    rgba(255,255,255,0.05),\n    rgba(255,105,180,0.04),\n    rgba(215,160,109,0.08)\n  );\n\n  border:1px solid rgba(255,255,255,0.06);\n\n  position:relative;\n  overflow:hidden;\n\n  animation:fadeUp 2.3s ease;\n}\n\n.bottom-banner::before{\n  content:'';\n  position:absolute;\n  width:280px;\n  height:280px;\n  background:rgba(255,105,180,0.08);\n  border-radius:50%;\n  top:-120px;\n  right:-80px;\n  filter:blur(20px);\n}\n\n.bottom-banner h2{\n  font-size:42px;\n  margin-bottom:18px;\n  color:white;\n  position:relative;\n  z-index:2;\n}\n\n.bottom-banner p{\n  max-width:760px;\n  margin:auto;\n  line-height:1.9;\n  color:#e5e5e5;\n  font-size:18px;\n  position:relative;\n  z-index:2;\n}\n\n.trust-row{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:18px;\n  margin-top:32px;\n  position:relative;\n  z-index:2;\n}\n\n.trust-pill{\n  background:rgba(255,255,255,0.05);\n  border:1px solid rgba(255,255,255,0.06);\n  padding:14px 22px;\n  border-radius:999px;\n  backdrop-filter:blur(10px);\n  font-size:14px;\n  color:white;\n}\n\n.review-section{\n  margin-top:55px;\n  text-align:center;\n  position:relative;\n  z-index:2;\n  animation:fadeUp 2.5s ease;\n}\n\n.review-stars{\n  font-size:28px;\n  margin-bottom:14px;\n}\n\n.review-text{\n  font-size:20px;\n  line-height:1.8;\n  color:#f1f1f1;\n  max-width:760px;\n  margin:auto;\n  font-weight:500;\n}\n\n.review-name{\n  margin-top:18px;\n  color:var(--soft-pink);\n  font-weight:700;\n  text-shadow:0 0 12px rgba(255,182,193,0.35);\n}\n\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(40px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes float{\n  0%{transform:translateY(0px);}\n  50%{transform:translateY(18px);}\n  100%{transform:translateY(0px);}\n}\n\n@media(max-width:768px){\n\n  .main-title{\n    font-size:42px;\n  }\n\n  .subtitle{\n    font-size:17px;\n  }\n\n  .bottom-banner h2{\n    font-size:30px;\n  }\n\n  .review-text{\n    font-size:17px;\n  }\n\n  .glow-luxury{\n    padding:50px 18px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"glow-luxury\"\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n\n    \u003cdiv class=\"top-pill\"\u003e\n      ✨ Premium Beauty Essential\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"main-title\"\u003e\n      The Glow Straightening Brush 👑\n    \u003c\/h1\u003e\n\n    \u003cp class=\"subtitle\"\u003e\n      Designed for every woman and every hair type 💕  \n      The luxury cordless 2-in-1 straightening brush that smooths, straightens and refreshes your hair in minutes — leaving you with sleek, glossy, confidence-boosting results wherever your day takes you.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"button-row\"\u003e\n\n      \u003ca href=\"#\" class=\"shop-btn\"\u003e\n        Shop The Glow ✨\n      \u003c\/a\u003e\n\n      \u003cdiv class=\"mini-text\"\u003e\n        🔥 Loved By Women Nationwide\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e✨\u003c\/div\u003e\n\n      \u003ch3\u003eSilky Smooth Finish\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Instantly tame frizz and smooth every strand for sleek, shiny, salon-worthy hair in one effortless pass.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e⚡\u003c\/div\u003e\n\n      \u003ch3\u003eFast Heat Technology\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Ready in seconds so you can style quickly before work, travel, events, dates or nights out.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e🔋\u003c\/div\u003e\n\n      \u003ch3\u003eCordless Convenience\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Lightweight, rechargeable and designed for beauty on the go with up to 45 minutes of cordless styling freedom.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e💁‍♀️\u003c\/div\u003e\n\n      \u003ch3\u003ePerfect For All Hair Types\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed to work beautifully on straight, curly, thick, fine or textured hair while remaining gentle and easy to use.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e👜\u003c\/div\u003e\n\n      \u003ch3\u003eLuxury On-The-Go\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Compact enough for your handbag, gym bag or carry-on so flawless hair is always within reach.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e🛡️\u003c\/div\u003e\n\n      \u003ch3\u003eSafe \u0026amp; Gentle Styling\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Anti-scald bristles help protect your scalp while delivering smooth, polished results comfortably and safely.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bottom-banner\"\u003e\n\n    \u003ch2\u003e\n      💕 Small In Size. Big On Confidence.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      No more bulky straighteners. No more bad hair days.  \n      Just sleek, beautiful hair whenever and wherever you need it — designed to make every woman feel confident every single day. ✨\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n\n      \u003cdiv class=\"trust-pill\"\u003e🚚 Fast Nationwide Shipping\u003c\/div\u003e\n\n      \u003cdiv class=\"trust-pill\"\u003e🔒 Secure Checkout\u003c\/div\u003e\n\n      \u003cdiv class=\"trust-pill\"\u003e💖 Suitable For All Hair Types\u003c\/div\u003e\n\n      \u003cdiv class=\"trust-pill\"\u003e✨ Premium Beauty Must-Have\u003c\/div\u003e\n\n      \u003cdiv class=\"trust-pill\"\u003e👑 Luxury Salon Results\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"review-section\"\u003e\n\n    \u003cdiv class=\"review-stars\"\u003e\n      ⭐⭐⭐⭐⭐\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-text\"\u003e\n      “My hair looks silky and smooth in minutes 😍  \n      I love how compact and luxurious it feels — and it works beautifully on my thick curly hair too!”\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-name\"\u003e\n      — Verified South African Customer ✨\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Glow Vanity","offers":[{"title":"Black","offer_id":43076728946736,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":43076728979504,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/2806\/9936\/files\/clean-product-shot.png?v=1779703774","url":"https:\/\/glowvanity.co.za\/products\/the-glow-straightening-brush","provider":"Glow Vanity","version":"1.0","type":"link"}