{"product_id":"portable-hair-straightener","title":"Glow \u0026 Go Mini Straightener","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700;800\u0026display=swap');\n\n.gg-premium *{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n  font-family:'Manrope',sans-serif;\n}\n\n.gg-premium{\n  background:\n  radial-gradient(circle at top right, rgba(201,170,113,0.15), transparent 30%),\n  linear-gradient(180deg,#faf8f5 0%,#ffffff 100%);\n  padding:80px 20px;\n  overflow:hidden;\n  position:relative;\n  color:#161616;\n}\n\n\/* LUXURY GLOW *\/\n.gg-premium::before{\n  content:'';\n  position:absolute;\n  width:600px;\n  height:600px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(201,170,113,0.10), transparent 70%);\n  top:-200px;\n  right:-200px;\n  filter:blur(30px);\n  animation:luxFloat 10s ease-in-out infinite;\n}\n\n@keyframes luxFloat{\n  0%,100%{transform:translateY(0);}\n  50%{transform:translateY(25px);}\n}\n\n.gg-container{\n  max-width:1250px;\n  margin:auto;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:70px;\n  align-items:center;\n  position:relative;\n  z-index:2;\n}\n\n\/* PRODUCT IMAGE *\/\n.gg-image{\n  position:relative;\n  animation:fadeUp 1s ease;\n}\n\n.gg-image img{\n  width:100%;\n  border-radius:34px;\n  box-shadow:\n  0 40px 80px rgba(0,0,0,.08),\n  0 10px 30px rgba(201,170,113,.12);\n  transition:.6s ease;\n}\n\n.gg-image img:hover{\n  transform:scale(1.03);\n}\n\n.gg-badge{\n  position:absolute;\n  top:25px;\n  left:25px;\n  background:#161616;\n  color:#fff;\n  padding:12px 20px;\n  border-radius:999px;\n  font-size:13px;\n  letter-spacing:1px;\n  font-weight:700;\n  box-shadow:0 10px 30px rgba(0,0,0,.15);\n  animation:pulse 2s infinite;\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.04);}\n  100%{transform:scale(1);}\n}\n\n\/* CONTENT *\/\n.gg-content{\n  animation:fadeUp 1.2s ease;\n}\n\n.gg-mini{\n  font-size:13px;\n  letter-spacing:3px;\n  color:#9d7d42;\n  font-weight:800;\n  margin-bottom:16px;\n  text-transform:uppercase;\n}\n\n.gg-title{\n  font-size:46px;\n  line-height:1;\n  font-weight:800;\n  margin-bottom:20px;\n}\n\n.gg-title span{\n  color:#9d7d42;\n}\n\n.gg-description{\n  font-size:18px;\n  line-height:1.9;\n  color:#555;\n  margin-bottom:35px;\n}\n\n\/* BENEFITS *\/\n.gg-benefits{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:40px;\n}\n\n.gg-benefit{\n  background:rgba(255,255,255,.8);\n  backdrop-filter:blur(10px);\n  border:1px solid rgba(0,0,0,.04);\n  border-radius:24px;\n  padding:22px;\n  transition:.35s ease;\n  box-shadow:0 10px 30px rgba(0,0,0,.04);\n}\n\n.gg-benefit:hover{\n  transform:translateY(-6px);\n  box-shadow:0 20px 40px rgba(157,125,66,.12);\n}\n\n.gg-benefit h4{\n  font-size:16px;\n  margin-bottom:10px;\n  font-weight:800;\n}\n\n.gg-benefit p{\n  font-size:14px;\n  line-height:1.7;\n  color:#666;\n}\n\n\/* TRUST BAR *\/\n.gg-trust{\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-bottom:35px;\n}\n\n.gg-pill{\n  background:#f4f0e8;\n  color:#7c6335;\n  padding:10px 16px;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:700;\n}\n\n\/* BUTTONS *\/\n.gg-buttons{\n  display:flex;\n  gap:16px;\n  flex-wrap:wrap;\n  margin-bottom:30px;\n}\n\n.gg-btn{\n  padding:18px 34px;\n  border-radius:999px;\n  text-decoration:none;\n  font-weight:800;\n  transition:.35s ease;\n  font-size:15px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n}\n\n\/* PREMIUM GOLD BUTTON *\/\n.gg-primary{\n  background:linear-gradient(135deg,#c9aa71,#9d7d42);\n  color:#fff;\n  box-shadow:0 18px 40px rgba(157,125,66,.30);\n}\n\n.gg-primary:hover{\n  transform:translateY(-3px) scale(1.03);\n  box-shadow:0 28px 55px rgba(157,125,66,.35);\n}\n\n\/* SECONDARY BUTTON *\/\n.gg-secondary{\n  background:#fff;\n  color:#161616;\n  border:1px solid rgba(0,0,0,.08);\n}\n\n.gg-secondary:hover{\n  background:#161616;\n  color:#fff;\n}\n\n\/* GUARANTEE *\/\n.gg-guarantee{\n  font-size:14px;\n  color:#666;\n  line-height:1.8;\n}\n\n\/* SPECS *\/\n.gg-specs{\n  margin-top:90px;\n  background:#fff;\n  border-radius:36px;\n  padding:55px;\n  box-shadow:0 25px 70px rgba(0,0,0,.05);\n  animation:fadeUp 1.4s ease;\n}\n\n.gg-specs h2{\n  text-align:center;\n  font-size:42px;\n  margin-bottom:40px;\n}\n\n.gg-spec-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:24px;\n}\n\n.gg-spec{\n  background:#faf8f5;\n  border-radius:24px;\n  padding:28px;\n  transition:.35s ease;\n}\n\n.gg-spec:hover{\n  transform:translateY(-5px);\n  background:#f4f0e8;\n}\n\n.gg-spec strong{\n  display:block;\n  margin-bottom:12px;\n  font-size:15px;\n}\n\n.gg-spec span{\n  font-size:14px;\n  line-height:1.8;\n  color:#666;\n}\n\n\/* SOCIAL PROOF *\/\n.gg-social{\n  margin-top:70px;\n  text-align:center;\n}\n\n.gg-social h3{\n  font-size:32px;\n  margin-bottom:14px;\n}\n\n.gg-social p{\n  color:#666;\n  max-width:700px;\n  margin:auto;\n  line-height:1.8;\n}\n\n\/* ANIMATION *\/\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\/* =========================\n   MOBILE OPTIMIZATION\n========================= *\/\n\n@media screen and (max-width:768px){\n\n  .gg-premium{\n    padding:55px 16px;\n  }\n\n  .gg-container{\n    grid-template-columns:1fr;\n    gap:40px;\n  }\n\n  .gg-title{\n    font-size:32px;\n    line-height:1.15;\n    margin-bottom:16px;\n    word-break:break-word;\n  }\n\n  .gg-mini{\n    font-size:11px;\n    letter-spacing:2px;\n    margin-bottom:12px;\n  }\n\n  .gg-description{\n    font-size:15px;\n    line-height:1.7;\n    margin-bottom:28px;\n  }\n\n  .gg-benefits{\n    grid-template-columns:1fr;\n    gap:14px;\n    margin-bottom:28px;\n  }\n\n  .gg-benefit{\n    padding:18px;\n    border-radius:20px;\n  }\n\n  .gg-benefit h4{\n    font-size:14px;\n    line-height:1.4;\n    margin-bottom:8px;\n  }\n\n  .gg-benefit p{\n    font-size:13px;\n    line-height:1.6;\n  }\n\n  .gg-trust{\n    gap:8px;\n    margin-bottom:25px;\n  }\n\n  .gg-pill{\n    font-size:11px;\n    padding:8px 12px;\n  }\n\n  .gg-buttons{\n    flex-direction:column;\n    width:100%;\n    gap:12px;\n  }\n\n  .gg-btn{\n    width:100%;\n    padding:16px 20px;\n    font-size:14px;\n  }\n\n  .gg-guarantee{\n    font-size:12px;\n    line-height:1.7;\n    text-align:center;\n  }\n\n  .gg-specs{\n    margin-top:60px;\n    padding:24px 18px;\n    border-radius:26px;\n  }\n\n  .gg-specs h2{\n    font-size:28px;\n    line-height:1.3;\n    margin-bottom:28px;\n  }\n\n  .gg-spec-grid{\n    grid-template-columns:1fr;\n    gap:16px;\n  }\n\n  .gg-spec{\n    padding:20px;\n    border-radius:18px;\n  }\n\n  .gg-spec strong{\n    font-size:14px;\n    line-height:1.5;\n  }\n\n  .gg-spec span{\n    font-size:13px;\n    line-height:1.7;\n  }\n\n  .gg-social{\n    margin-top:50px;\n    padding:0 4px;\n  }\n\n  .gg-social h3{\n    font-size:24px;\n    line-height:1.3;\n    margin-bottom:12px;\n  }\n\n  .gg-social p{\n    font-size:14px;\n    line-height:1.8;\n  }\n\n  .gg-badge{\n    font-size:10px;\n    padding:9px 14px;\n    top:15px;\n    left:15px;\n  }\n\n  .gg-image img{\n    border-radius:24px;\n  }\n\n}\n\n\/* EXTRA SMALL DEVICES *\/\n@media screen and (max-width:420px){\n\n  .gg-title{\n    font-size:28px;\n  }\n\n  .gg-description{\n    font-size:14px;\n  }\n\n  .gg-btn{\n    font-size:13px;\n  }\n\n  .gg-social h3{\n    font-size:22px;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"gg-premium\"\u003e\n\u003cdiv class=\"gg-container\"\u003e\n\u003c!-- IMAGE --\u003e\n\u003cdiv class=\"gg-image\"\u003e\n\u003cdiv class=\"gg-badge\"\u003e✨ VIRAL BEAUTY ESSENTIAL\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- CONTENT --\u003e\n\u003cdiv class=\"gg-content\"\u003e\n\u003cdiv class=\"gg-mini\"\u003eTHE GLOW UP LAB\u003c\/div\u003e\n\u003ch1 class=\"gg-title\"\u003eGlow \u0026amp; Go \u003cspan\u003eMini Straightener\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gg-description\"\u003eSmooth, polished hair in minutes — wherever life takes you. Designed for busy mornings, travel days, office touch-ups, date nights, and effortless everyday styling.\u003c\/p\u003e\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"gg-trust\"\u003e\n\u003cdiv class=\"gg-pill\"\u003e✔ USB Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"gg-pill\"\u003e✔ Safe Anti-Scald Design\u003c\/div\u003e\n\u003cdiv class=\"gg-pill\"\u003e✔ All Hair Types\u003c\/div\u003e\n\u003cdiv class=\"gg-pill\"\u003e✔ Fast Heat-Up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"gg-benefits\"\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003ch4\u003e⚡ Style In Minutes\u003c\/h4\u003e\n\u003cp\u003eReady in just 30–60 seconds so you can smooth, curl, or touch up your hair fast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003ch4\u003e👜 Made For Your Handbag\u003c\/h4\u003e\n\u003cp\u003eUltra-lightweight and compact enough to fit perfectly into your handbag or luggage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003ch4\u003e🔥 Salon-Level Results\u003c\/h4\u003e\n\u003cp\u003eCeramic plates reduce frizz while leaving your hair sleek, shiny, and polished.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-benefit\"\u003e\n\u003ch4\u003e💖 Works On Every Hair Type\u003c\/h4\u003e\n\u003cp\u003ePerfect for straight, wavy, curly, thick, fine, or coily hair textures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUTTONS --\u003e\n\u003cdiv class=\"gg-buttons\"\u003e\n\u003ca href=\"#\" class=\"gg-btn gg-primary\"\u003e Shop Now ✨ \u003c\/a\u003e \u003ca href=\"#specs\" class=\"gg-btn gg-secondary\"\u003e View Details \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"gg-guarantee\"\u003e🔒 Secure checkout • 🚚 Fast shipping • 💛 Loved by beauty lovers everywhere\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"gg-specs\" id=\"specs\"\u003e\n\u003ch2\u003e📋 Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"gg-spec-grid\"\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e🪄 Ceramic Coating\u003c\/strong\u003e \u003cspan\u003e Smooth-glide ceramic plates for sleek, frizz-free styling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e🌡️ Adjustable Heat\u003c\/strong\u003e \u003cspan\u003e 160°C \/ 180°C \/ 200°C settings for every hair type. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e🔋 USB Rechargeable\u003c\/strong\u003e \u003cspan\u003e Recharge anywhere with your laptop, power bank, or wall adapter. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e⚡ Fast Heat-Up\u003c\/strong\u003e \u003cspan\u003e Ready to style in under 60 seconds. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e🛡️ Anti-Scald Design\u003c\/strong\u003e \u003cspan\u003e Designed for safer handling and easy storage after use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gg-spec\"\u003e\n\u003cstrong\u003e🖤🩷 Colours\u003c\/strong\u003e \u003cspan\u003e Available in elegant Black and Pink finishes. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SOCIAL PROOF --\u003e\n\u003cdiv class=\"gg-social\"\u003e\n\u003ch3\u003e✨ Why Everyone Loves Glow \u0026amp; Go\u003c\/h3\u003e\n\u003cp\u003eWhether you're travelling, heading to work, getting ready for brunch, or fixing your hair before a night out — Glow \u0026amp; Go gives you effortless, salon-inspired styling without bulky tools or messy cords.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"The Glow up Lab","offers":[{"title":"Black","offer_id":52087803838747,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":52127246844187,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1019\/0176\/2843\/files\/IMG-20260511-WA0026.jpg?v=1778529152","url":"https:\/\/theglowuplab.co.za\/products\/portable-hair-straightener","provider":"The Glow Up Lab","version":"1.0","type":"link"}