{"product_id":"led-makeup-mirror","title":"AuraGlow Beauty Co. | Touch \u0026 Glow Mirror","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n\n\/* BACKGROUND *\/\n.auraglow-wrapper {\n  background: linear-gradient(180deg, #fff1f6 0%, #ffffff 40%, #ffeaf3 100%);\n  padding: 20px 12px;\n}\n\n\/* CONTAINER *\/\n.auraglow-container {\n  font-family: 'Poppins', sans-serif;\n  max-width: 700px;\n  margin: auto;\n  color: #2a2a2a;\n}\n\n\/* ANIMATION *\/\n.fade {\n  opacity: 0;\n  transform: translateY(30px);\n  animation: fadeUp 0.9s ease forwards;\n}\n.fade.delay { animation-delay: .3s; }\n.fade.delay2 { animation-delay: .6s; }\n\n@keyframes fadeUp {\n  to { opacity:1; transform: translateY(0); }\n}\n\n\/* HERO *\/\n.hero {\n  text-align:center;\n  padding: 30px 10px;\n}\n\n.hero h1 {\n  font-size: 26px;\n  line-height: 1.3;\n  font-weight: 700;\n  background: linear-gradient(90deg,#ff9ec7,#f3b6ff);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.hero p {\n  margin-top:10px;\n  font-size:14px;\n  color:#555;\n}\n\n\/* CARDS *\/\n.card {\n  background: rgba(255,255,255,0.9);\n  backdrop-filter: blur(10px);\n  border-radius:18px;\n  padding:18px;\n  margin:14px 0;\n  box-shadow: 0 8px 25px rgba(255,182,213,0.15);\n  transition:.3s;\n}\n\n\/* FEATURES *\/\n.features {\n  display:flex;\n  flex-direction:column;\n  gap:12px;\n}\n\n.feature {\n  display:flex;\n  gap:10px;\n  font-size:14px;\n}\n\n.icon {\n  font-size:18px;\n}\n\n\/* BENEFITS *\/\n.benefit {\n  background:#fff;\n  padding:12px;\n  border-radius:12px;\n  font-size:14px;\n  margin-bottom:8px;\n  box-shadow:0 4px 15px rgba(0,0,0,0.05);\n}\n\n\/* TOUCH *\/\n.touch-box {\n  background:linear-gradient(135deg,#fff,#ffeaf3);\n  padding:12px;\n  border-radius:12px;\n  margin-top:8px;\n  font-size:14px;\n}\n\n\/* INTERACTIVE MODES *\/\n.mode-display {\n  height: 180px;\n  border-radius: 16px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:600;\n  font-size:15px;\n  margin-top:10px;\n  transition:.4s;\n}\n\n.cool { background: linear-gradient(135deg,#e8f3ff,#dbeaff); }\n.natural { background: linear-gradient(135deg,#fff5e6,#ffe9cc); }\n.warm { background: linear-gradient(135deg,#ffe4ec,#ffd6e0); }\n\n.mode-buttons {\n  display:flex;\n  gap:8px;\n  margin-top:10px;\n}\n\n.mode-btn {\n  flex:1;\n  padding:10px;\n  border-radius:10px;\n  border:none;\n  font-size:13px;\n  background:#fff;\n  box-shadow:0 4px 12px rgba(0,0,0,0.08);\n}\n\n.mode-btn.active {\n  background: linear-gradient(90deg,#ff9ec7,#f3b6ff);\n  color:white;\n}\n\n.mode-text {\n  margin-top:8px;\n  font-size:13px;\n  text-align:center;\n  color:#555;\n}\n\n\/* CTA *\/\n.cta {\n  text-align:center;\n  margin-top:25px;\n}\n\n.cta-btn {\n  display:block;\n  width:100%;\n  padding:16px;\n  border-radius:40px;\n  background: linear-gradient(90deg,#ffb3d1,#f5c6ff);\n  color: rgba(255,255,255,0.9); \/* softer premium text *\/\n  font-weight:600;\n  font-size:15px;\n  text-decoration:none;\n  box-shadow:0 10px 25px rgba(255,158,199,0.4);\n  text-shadow: 0 0 8px rgba(255,255,255,0.4);\n  transition:.3s;\n}\n\n.cta-btn:active {\n  transform: scale(0.97);\n}\n\n\/* DESKTOP *\/\n@media(min-width:768px){\n  .hero h1 { font-size:32px; }\n  .features { flex-direction:row; flex-wrap:wrap; }\n  .feature { width:48%; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"auraglow-wrapper\"\u003e\n\u003cdiv class=\"auraglow-container\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero fade\"\u003e\n    \u003ch1\u003e✨ Glow Differently. Feel Confident Every Time.\u003c\/h1\u003e\n    \u003cp\u003eYour lighting should never ruin your makeup again.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"card fade delay\"\u003e\n    \u003ch2\u003e💖 Designed For Your Glow\u003c\/h2\u003e\n    \u003cp\u003eThe AuraGlow Touch \u0026amp; Glow Mirror gives you perfect lighting so you always look your best.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"card fade delay2\"\u003e\n    \u003ch2\u003e✨ Why You'll Love It\u003c\/h2\u003e\n\n    \u003cdiv class=\"features\"\u003e\n      \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"icon\"\u003e💡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePerfect Lighting\u003c\/strong\u003e\u003cbr\u003eMatch any environment\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"icon\"\u003e👆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTouch Control\u003c\/strong\u003e\u003cbr\u003eEasy adjustments\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"icon\"\u003e🪞\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLuxury Look\u003c\/strong\u003e\u003cbr\u003eWhite \u0026amp; pink design\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFlawless Detail\u003c\/strong\u003e\u003cbr\u003eNo shadows\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"card fade delay2\"\u003e\n    \u003ch2\u003e💎 What This Does For You\u003c\/h2\u003e\n    \u003cdiv class=\"benefit\"\u003e✔ Feel confident every time you step out\u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e✔ Save time on your routine\u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e✔ Look better in photos\u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e✔ Upgrade your beauty space\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTERACTIVE MODES --\u003e\n  \u003cdiv class=\"card fade delay2\"\u003e\n    \u003ch2\u003e💡 See The Difference\u003c\/h2\u003e\n\n    \u003cdiv id=\"modeDisplay\" class=\"mode-display cool\"\u003eCool Lighting ✨\u003c\/div\u003e\n\n    \u003cdiv class=\"mode-buttons\"\u003e\n      \u003cbutton class=\"mode-btn active\" onclick=\"setMode('cool', this)\"\u003eCool\u003c\/button\u003e\n      \u003cbutton class=\"mode-btn\" onclick=\"setMode('natural', this)\"\u003eNatural\u003c\/button\u003e\n      \u003cbutton class=\"mode-btn\" onclick=\"setMode('warm', this)\"\u003eWarm\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"modeText\" class=\"mode-text\"\u003e\n      Perfect for bold makeup looks and bright environments.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TOUCH --\u003e\n  \u003cdiv class=\"card fade delay2\"\u003e\n    \u003ch2\u003e👆 Simple Touch Control\u003c\/h2\u003e\n    \u003cdiv class=\"touch-box\"\u003eTap — Turn on\u003c\/div\u003e\n    \u003cdiv class=\"touch-box\"\u003eDouble Tap — Change modes\u003c\/div\u003e\n    \u003cdiv class=\"touch-box\"\u003eHold — Adjust brightness\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"cta fade delay2\"\u003e\n    \u003ca href=\"#\" class=\"cta-btn\"\u003e✨ Get Your Glow Now\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction setMode(mode, el) {\n  const display = document.getElementById(\"modeDisplay\");\n  const text = document.getElementById(\"modeText\");\n  const buttons = document.querySelectorAll(\".mode-btn\");\n\n  display.className = \"mode-display \" + mode;\n\n  buttons.forEach(btn =\u003e btn.classList.remove(\"active\"));\n  el.classList.add(\"active\");\n\n  if (mode === \"cool\") {\n    display.innerHTML = \"Cool Lighting ✨\";\n    text.innerHTML = \"Perfect for bold makeup looks and bright environments.\";\n  }\n\n  if (mode === \"natural\") {\n    display.innerHTML = \"Natural Lighting 🌿\";\n    text.innerHTML = \"Best for everyday makeup and true-to-life colors.\";\n  }\n\n  if (mode === \"warm\") {\n    display.innerHTML = \"Warm Lighting 💖\";\n    text.innerHTML = \"Ideal for soft glam and evening looks.\";\n  }\n}\n\u003c\/script\u003e","brand":"Aura Glow","offers":[{"title":"Clear","offer_id":53116582101355,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":53116582134123,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/4542\/0139\/files\/white-led-vanity-mirror_fffbb488-87a7-419a-81f4-20aa3f831741.png?v=1776615274","url":"https:\/\/www.aura-glow.co.za\/products\/led-makeup-mirror","provider":"Aura Glow","version":"1.0","type":"link"}