{"product_id":"bella-aesthetix™-glowmirror-led-vanity-mirror-for-flawless-makeup-in-any-light","title":"Bella Aesthetix™ GlowMirror | LED Vanity Mirror for Flawless Makeup in Any Light","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026family=Cormorant+Garamond:wght@500;600;700\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n.bella-glowmirror{\n  font-family:'Inter',sans-serif;\n  background:linear-gradient(180deg,#f8f6f3 0%,#ffffff 100%);\n  color:#141414;\n  overflow:hidden;\n  border-radius:32px;\n}\n\n\/* HERO *\/\n.bella-hero{\n  position:relative;\n  padding:70px 24px 50px;\n  background:\n  radial-gradient(circle at top right, rgba(215,197,168,.35), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(255,255,255,.9), transparent 25%),\n  linear-gradient(135deg,#f9f7f4 0%,#ffffff 100%);\n}\n\n.bella-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:#ffffff;\n  border:1px solid rgba(0,0,0,.06);\n  padding:10px 16px;\n  border-radius:100px;\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:.5px;\n  box-shadow:0 8px 30px rgba(0,0,0,.05);\n  margin-bottom:24px;\n  animation:fadeUp .7s ease;\n}\n\n.bella-title{\n  font-family:'Cormorant Garamond',serif;\n  font-size:56px;\n  line-height:.95;\n  font-weight:700;\n  margin-bottom:24px;\n  color:#111;\n  animation:fadeUp .9s ease;\n}\n\n.bella-title span{\n  background:linear-gradient(90deg,#d4b07c,#f0d6ac,#caa46f);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.bella-subtitle{\n  font-size:18px;\n  line-height:1.8;\n  color:#4b4b4b;\n  margin-bottom:34px;\n  max-width:720px;\n  animation:fadeUp 1.1s ease;\n}\n\n.bella-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-top:30px;\n}\n\n.bella-stat{\n  background:rgba(255,255,255,.75);\n  backdrop-filter:blur(12px);\n  border:1px solid rgba(0,0,0,.06);\n  border-radius:24px;\n  padding:22px;\n  text-align:center;\n  transition:.4s ease;\n  animation:fadeUp 1.2s ease;\n}\n\n.bella-stat:hover{\n  transform:translateY(-5px);\n  box-shadow:0 18px 40px rgba(0,0,0,.08);\n}\n\n.bella-stat h3{\n  font-size:30px;\n  margin-bottom:8px;\n  font-weight:800;\n}\n\n.bella-stat p{\n  font-size:14px;\n  color:#666;\n  line-height:1.5;\n}\n\n\/* SECTION *\/\n.bella-section{\n  padding:60px 24px;\n}\n\n.bella-heading{\n  text-align:center;\n  margin-bottom:40px;\n}\n\n.bella-heading h2{\n  font-family:'Cormorant Garamond',serif;\n  font-size:46px;\n  margin-bottom:14px;\n}\n\n.bella-heading p{\n  max-width:760px;\n  margin:auto;\n  color:#666;\n  line-height:1.8;\n  font-size:17px;\n}\n\n\/* BENEFITS *\/\n.bella-benefits{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:22px;\n}\n\n.bella-card{\n  background:#fff;\n  border-radius:28px;\n  padding:30px;\n  border:1px solid rgba(0,0,0,.06);\n  transition:.4s ease;\n  position:relative;\n  overflow:hidden;\n}\n\n.bella-card:before{\n  content:'';\n  position:absolute;\n  width:160px;\n  height:160px;\n  background:radial-gradient(circle, rgba(212,176,124,.2), transparent 70%);\n  top:-40px;\n  right:-40px;\n}\n\n.bella-card:hover{\n  transform:translateY(-8px);\n  box-shadow:0 25px 50px rgba(0,0,0,.08);\n}\n\n.bella-icon{\n  width:58px;\n  height:58px;\n  border-radius:18px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:linear-gradient(135deg,#f3e4cf,#d8b486);\n  font-size:24px;\n  margin-bottom:22px;\n}\n\n.bella-card h3{\n  font-size:24px;\n  margin-bottom:14px;\n}\n\n.bella-card p{\n  color:#666;\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* LIGHT MODES *\/\n.bella-light-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:22px;\n}\n\n.bella-light{\n  border-radius:30px;\n  padding:36px 28px;\n  text-align:center;\n  transition:.4s ease;\n}\n\n.bella-light:hover{\n  transform:translateY(-8px) scale(1.02);\n}\n\n.cool{background:linear-gradient(180deg,#eef7ff,#dfefff);}\n.natural{background:linear-gradient(180deg,#f7f5f0,#f0e8da);}\n.warm{background:linear-gradient(180deg,#fff5ea,#ffe2bb);}\n\n.bella-light h3{\n  font-size:28px;\n  margin-bottom:12px;\n}\n\n.bella-light p{\n  line-height:1.8;\n  color:#555;\n}\n\n\/* 🔥 FIXED OUTCOME SECTION (NO MORE DARK BACKGROUND) *\/\n.bella-outcome{\n  background:linear-gradient(180deg,#ffffff 0%, #f7f4ef 100%);\n  color:#141414;\n  border-radius:34px;\n  padding:50px 30px;\n  position:relative;\n  overflow:hidden;\n  border:1px solid rgba(0,0,0,.06);\n}\n\n.bella-outcome:before{\n  content:'';\n  position:absolute;\n  width:400px;\n  height:400px;\n  background:radial-gradient(circle, rgba(212,176,124,.15), transparent 70%);\n  top:-180px;\n  right:-120px;\n}\n\n.bella-outcome h2{\n  font-family:'Cormorant Garamond',serif;\n  font-size:52px;\n  margin-bottom:20px;\n}\n\n.bella-outcome p{\n  max-width:760px;\n  color:#555;\n  line-height:1.9;\n  font-size:17px;\n}\n\n.bella-outcome-grid{\n  margin-top:34px;\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n}\n\n.bella-mini{\n  background:#ffffff;\n  border:1px solid rgba(0,0,0,.06);\n  border-radius:24px;\n  padding:22px;\n}\n\n.bella-mini h4{\n  font-size:18px;\n  margin-bottom:10px;\n}\n\n.bella-mini p{\n  font-size:14px;\n  color:#666;\n}\n\n\/* SPEC *\/\n.bella-specs{\n  background:#fff;\n  border-radius:30px;\n  overflow:hidden;\n  border:1px solid rgba(0,0,0,.06);\n}\n\n.bella-spec{\n  display:flex;\n  justify-content:space-between;\n  padding:20px 24px;\n  border-bottom:1px solid rgba(0,0,0,.05);\n}\n\n.bella-spec:last-child{border-bottom:none;}\n\n.bella-spec span:first-child{font-weight:600;}\n\n.bella-spec span:last-child{\n  color:#666;\n  text-align:right;\n  max-width:60%;\n}\n\n\/* TRUST *\/\n.bella-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n}\n\n.bella-trust-box{\n  background:#fff;\n  padding:26px 18px;\n  border-radius:24px;\n  text-align:center;\n  border:1px solid rgba(0,0,0,.06);\n  transition:.4s ease;\n}\n\n.bella-trust-box:hover{transform:translateY(-6px);}\n\n.bella-trust-box h4{\n  margin-top:14px;\n  margin-bottom:8px;\n  font-size:18px;\n}\n\n.bella-trust-box p{\n  font-size:14px;\n  line-height:1.7;\n  color:#666;\n}\n\n\/* MOBILE *\/\n@media(max-width:768px){\n\n  .bella-hero{padding:50px 18px 40px;}\n  .bella-title{font-size:42px;}\n  .bella-subtitle{font-size:16px;}\n\n  .bella-grid,\n  .bella-benefits,\n  .bella-light-grid,\n  .bella-outcome-grid,\n  .bella-trust{\n    grid-template-columns:1fr;\n  }\n\n  .bella-heading h2{font-size:38px;}\n  .bella-outcome h2{font-size:40px;}\n\n  .bella-card,\n  .bella-light,\n  .bella-mini{padding:24px;}\n\n  .bella-section{padding:50px 18px;}\n\n  .bella-spec{\n    flex-direction:column;\n    gap:8px;\n  }\n\n  .bella-spec span:last-child{\n    max-width:100%;\n    text-align:left;\n  }\n}\n\n\/* ANIMATION *\/\n@keyframes fadeUp{\n  from{opacity:0;transform:translateY(25px);}\n  to{opacity:1;transform:translateY(0);}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bella-glowmirror\"\u003e\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"bella-hero\"\u003e\n\u003cdiv class=\"bella-badge\" style=\"text-align:center;\"\u003e✨ Rechargeable Luxury Vanity Mirror\u003c\/div\u003e\n\u003ch1 class=\"bella-title\" style=\"text-align:center;\"\u003eBella Aesthetix™ \u003cspan\u003eGlowMirror\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"bella-subtitle\" style=\"text-align:center;\"\u003e\u003cstrong\u003eFlawless makeup. Perfect grooming.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"bella-subtitle\" style=\"text-align:center;\"\u003e\nBeautiful lighting — even during loadshedding. Designed for both men and women who refuse to compromise on how they look, feel, and present themselves.\n\u003c\/p\u003e\n\n\u003cdiv class=\"bella-grid\"\u003e\n\u003cdiv class=\"bella-stat\"\u003e\n\u003ch3\u003e3\u003c\/h3\u003e\n\u003cp\u003eProfessional LED light modes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-stat\"\u003e\n\u003ch3\u003e270°\u003c\/h3\u003e\n\u003cp\u003eAdjustable rotation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-stat\"\u003e\n\u003ch3\u003eRechargeable\u003c\/h3\u003e\n\u003cp\u003eCordless convenience\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"bella-section\"\u003e\n\u003cdiv class=\"bella-heading\"\u003e\n\u003ch2\u003eLuxury Lighting That Changes Everything\u003c\/h2\u003e\n\u003cp\u003eGlowMirror turns any space into your personal beauty studio.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bella-benefits\"\u003e\n\u003cdiv class=\"bella-card\"\u003e\n\u003cdiv class=\"bella-icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eLoadshedding Ready\u003c\/h3\u003e\n\u003cp\u003eStay flawless even during power cuts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-card\"\u003e\n\u003cdiv class=\"bella-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003ePrecision Lighting\u003c\/h3\u003e\n\u003cp\u003ePerfect makeup and grooming every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-card\"\u003e\n\u003cdiv class=\"bella-icon\"\u003e📸\u003c\/div\u003e\n\u003ch3\u003eContent Ready\u003c\/h3\u003e\n\u003cp\u003eIdeal lighting for selfies and videos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-card\"\u003e\n\u003cdiv class=\"bella-icon\"\u003e🧳\u003c\/div\u003e\n\u003ch3\u003eTravel Friendly\u003c\/h3\u003e\n\u003cp\u003eLuxury beauty anywhere you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- LIGHT MODES --\u003e\n\u003csection class=\"bella-section\"\u003e\n\u003cdiv class=\"bella-heading\"\u003e\n\u003ch2\u003e3 Professional Light Modes\u003c\/h2\u003e\n\u003cp\u003eAdaptive lighting for every look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bella-light-grid\"\u003e\n\u003cdiv class=\"bella-light cool\"\u003e\n\u003ch3\u003eCool White\u003c\/h3\u003e\n\u003cp\u003eDaylight precision\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-light natural\"\u003e\n\u003ch3\u003eNatural White\u003c\/h3\u003e\n\u003cp\u003eTrue colour accuracy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-light warm\"\u003e\n\u003ch3\u003eWarm Glow\u003c\/h3\u003e\n\u003cp\u003eSoft evening tone\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- OUTCOME (FIXED) --\u003e\n\u003csection class=\"bella-section\"\u003e\n\u003cdiv class=\"bella-outcome\"\u003e\n\u003ch2\u003eThe GlowMirror Experience\u003c\/h2\u003e\n\u003cp\u003ePerfect lighting transforms your entire routine into a luxury experience.\u003c\/p\u003e\n\n\u003cdiv class=\"bella-outcome-grid\"\u003e\n\u003cdiv class=\"bella-mini\"\u003e\n\u003ch4\u003eConfidence\u003c\/h4\u003e\n\u003cp\u003eLook your best every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-mini\"\u003e\n\u003ch4\u003ePrecision\u003c\/h4\u003e\n\u003cp\u003eFlawless application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-mini\"\u003e\n\u003ch4\u003eLuxury\u003c\/h4\u003e\n\u003cp\u003ePremium daily ritual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bella-mini\"\u003e\n\u003ch4\u003eAlways Ready\u003c\/h4\u003e\n\u003cp\u003eRecharge once, use anytime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Bella Aesthetix","offers":[{"title":"Default Title","offer_id":51329344635158,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/2322\/8182\/files\/hero-shot-perfume-bottle-fixed.png?v=1779264045","url":"https:\/\/bellaaesthetix.co.za\/products\/bella-aesthetix%e2%84%a2-glowmirror-led-vanity-mirror-for-flawless-makeup-in-any-light","provider":"BELLA AESTHETIX","version":"1.0","type":"link"}