{"product_id":"majesticbeauties™-radiance-mirror","title":"MajesticBeauties™ Radiance Mirror","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root{\n--rose:#D49AB2;\n--rose-light:#F5D6E2;\n--gold:#E7C86E;\n--cream:#FFFDF8;\n--text:#2b2b2b;\n--soft:#6d6d6d;\n--shadow:0 20px 60px rgba(0,0,0,.08);\n}\n\n.mb-radiance{\nmax-width:1200px;\nmargin:40px auto;\npadding:20px;\nfont-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\ncolor:var(--text);\n}\n\n\/* HERO *\/\n\n.mb-hero{\nposition:relative;\noverflow:hidden;\nbackground:linear-gradient(135deg,#ffffff,#fff7fa);\npadding:80px 35px;\nborder-radius:35px;\ntext-align:center;\nbox-shadow:var(--shadow);\n}\n\n.mb-hero::before{\ncontent:\"✨\";\nposition:absolute;\nfont-size:180px;\nright:-20px;\ntop:-40px;\nopacity:.05;\nanimation:float 6s ease-in-out infinite;\n}\n\n.mb-badge{\ndisplay:inline-block;\nbackground:linear-gradient(90deg,var(--rose),var(--gold));\ncolor:#fff;\npadding:10px 22px;\nborder-radius:50px;\nfont-size:13px;\nfont-weight:700;\nletter-spacing:1px;\nmargin-bottom:25px;\ntext-transform:uppercase;\n}\n\n.mb-title{\nfont-size:58px;\nfont-weight:800;\nline-height:1.1;\nmargin-bottom:15px;\nbackground:linear-gradient(90deg,var(--rose),var(--gold),var(--rose));\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n}\n\n.mb-sub{\nfont-size:24px;\ncolor:#777;\nmargin-bottom:25px;\n}\n\n.mb-desc{\nmax-width:700px;\nmargin:auto;\nfont-size:18px;\nline-height:1.8;\n}\n\n.mb-pill-wrap{\ndisplay:flex;\nflex-wrap:wrap;\njustify-content:center;\ngap:12px;\nmargin-top:35px;\n}\n\n.mb-pill{\nbackground:white;\npadding:12px 18px;\nborder-radius:50px;\nbox-shadow:0 10px 30px rgba(0,0,0,.06);\nfont-weight:600;\ntransition:.3s;\n}\n\n.mb-pill:hover{\ntransform:translateY(-3px);\n}\n\n\/* SECTION TITLES *\/\n\n.mb-section-title{\ntext-align:center;\nfont-size:42px;\nmargin:80px 0 40px;\n}\n\n\/* FEATURE CARDS *\/\n\n.mb-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:25px;\n}\n\n.mb-card{\nbackground:white;\npadding:30px;\nborder-radius:28px;\nbox-shadow:0 15px 40px rgba(0,0,0,.06);\ntransition:.4s;\nposition:relative;\noverflow:hidden;\n}\n\n.mb-card::before{\ncontent:\"\";\nposition:absolute;\ntop:0;\nleft:0;\nheight:4px;\nwidth:100%;\nbackground:linear-gradient(90deg,var(--rose),var(--gold));\n}\n\n.mb-card:hover{\ntransform:translateY(-10px);\nbox-shadow:0 25px 60px rgba(212,154,178,.25);\n}\n\n.mb-icon{\nfont-size:46px;\nmargin-bottom:15px;\n}\n\n.mb-card h3{\nmargin-bottom:10px;\nfont-size:22px;\n}\n\n.mb-card p{\nline-height:1.7;\ncolor:var(--soft);\n}\n\n\/* WHY WOMEN LOVE IT *\/\n\n.mb-love{\nmargin-top:80px;\npadding:60px 30px;\nbackground:linear-gradient(135deg,#fffdf8,#fff7fa);\nborder-radius:35px;\nbox-shadow:var(--shadow);\n}\n\n.mb-love h2{\ntext-align:center;\nfont-size:42px;\nmargin-bottom:40px;\n}\n\n.mb-accordion{\nmax-width:900px;\nmargin:auto;\n}\n\n.mb-item{\nbackground:white;\nborder-radius:22px;\nmargin-bottom:18px;\noverflow:hidden;\nbox-shadow:0 10px 30px rgba(0,0,0,.05);\n}\n\n.mb-question{\npadding:22px;\ncursor:pointer;\ndisplay:flex;\njustify-content:space-between;\nalign-items:center;\nfont-weight:700;\nfont-size:17px;\ntransition:.3s;\n}\n\n.mb-question:hover{\nbackground:#fff7fa;\n}\n\n.mb-answer{\nmax-height:0;\noverflow:hidden;\ntransition:max-height .4s ease;\nbackground:#fffdf8;\n}\n\n.mb-answer p{\npadding:20px 22px;\nmargin:0;\nline-height:1.8;\ncolor:#666;\n}\n\n.mb-plus{\nfont-size:28px;\ncolor:var(--rose);\n}\n\n\/* SPECS *\/\n\n.mb-specs{\nmargin-top:80px;\nbackground:white;\npadding:50px;\nborder-radius:35px;\nbox-shadow:var(--shadow);\n}\n\n.mb-specs h2{\ntext-align:center;\nfont-size:42px;\nmargin-bottom:35px;\n}\n\n.mb-table{\nwidth:100%;\nborder-collapse:collapse;\n}\n\n.mb-table td{\npadding:18px;\nborder-bottom:1px solid #eee;\n}\n\n.mb-table tr:hover{\nbackground:#fff7fa;\n}\n\n\/* CTA *\/\n\n.mb-cta{\nmargin-top:80px;\nbackground:linear-gradient(135deg,#ffffff,#fff4f8);\npadding:70px 30px;\nborder-radius:35px;\ntext-align:center;\nbox-shadow:var(--shadow);\n}\n\n.mb-cta h2{\nfont-size:48px;\nmargin-bottom:20px;\nbackground:linear-gradient(90deg,var(--rose),var(--gold));\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n}\n\n.mb-cta p{\nmax-width:650px;\nmargin:auto;\nfont-size:20px;\nline-height:1.8;\ncolor:#666;\n}\n\n\/* ANIMATION *\/\n\n@keyframes float{\n0%,100%{transform:translateY(0);}\n50%{transform:translateY(-20px);}\n}\n\n@media(max-width:768px){\n\n.mb-title{\nfont-size:38px;\n}\n\n.mb-sub{\nfont-size:19px;\n}\n\n.mb-section-title,\n.mb-love h2,\n.mb-specs h2,\n.mb-cta h2{\nfont-size:30px;\n}\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mb-radiance\"\u003e\n\u003cdiv class=\"mb-hero\"\u003e\n\u003ch1 class=\"mb-title\"\u003eMajestic Beauties™ Radiance Mirror\u003c\/h1\u003e\n\u003cp class=\"mb-desc\"\u003eGet flawless lighting, effortless organization, and a luxury vanity experience every day. The Radiance Mirror helps you look and feel your best. 💄✨\u003c\/p\u003e\n\u003cdiv class=\"mb-pill-wrap\"\u003e\n\u003cdiv class=\"mb-pill\"\u003e👑 Luxury Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"mb-section-title\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cdiv class=\"mb-grid\"\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003e3 LED Light Modes\u003c\/h3\u003e\n\u003cp\u003eWarm, cool, and natural lighting for flawless makeup anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-icon\"\u003e🔆\u003c\/div\u003e\n\u003ch3\u003eTouch Brightness Control\u003c\/h3\u003e\n\u003cp\u003eAdjust brightness instantly to create your perfect glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003e270° Rotation\u003c\/h3\u003e\n\u003cp\u003eFind the perfect angle with smooth adjustable rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003cdiv class=\"mb-icon\"\u003e💄\u003c\/div\u003e\n\u003ch3\u003eBuilt-In Vanity Tray\u003c\/h3\u003e\n\u003cp\u003eKeep your beauty essentials organized and within reach..\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-love\"\u003e\n\u003ch2\u003e💖 Why Women Love The Radiance Mirror\u003c\/h2\u003e\n\u003cdiv class=\"mb-accordion\"\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e💄 Flawless Makeup \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eProfessional lighting helps you apply makeup with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e✨ Better Visibility \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eSee every detail clearly with bright LED lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e👑 Feel Confident \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eLook polished, radiant, and ready for any occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e👜 Stay Organized \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eKeep your beauty essentials neat and easy to find.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e🏡 Luxury Experience \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eBring salon-style beauty lighting into your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-item\"\u003e\n\u003cdiv class=\"mb-question\"\u003e⏰ Save Time \u003cspan class=\"mb-plus\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-answer\"\u003e\n\u003cp\u003eGet ready faster with perfect lighting every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-specs\"\u003e\n\u003ch2\u003e Product Specifications\u003c\/h2\u003e\n\u003ctable class=\"mb-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMirror Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e182mm × 260mm (7.17\" × 10.24\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBase Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e180mm × 140mm (7.09\" × 5.51\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBattery Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e320mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e0.5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCharging\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUSB Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-cta\"\u003e\n\u003ch2\u003e✨ Your Beauty Routine, Upgraded\u003c\/h2\u003e\n\u003cp\u003eLuxury lighting, elegant design, and everyday convenience — everything you need to glow with confidence. 💖\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript\u003e\ndocument.querySelectorAll('.mb-question').forEach(item =\u003e {\nitem.addEventListener('click', () =\u003e {\n\nconst answer = item.nextElementSibling;\nconst plus = item.querySelector('.mb-plus');\n\nif(answer.style.maxHeight){\nanswer.style.maxHeight = null;\nplus.innerHTML = \"+\";\n} else {\nanswer.style.maxHeight = answer.scrollHeight + \"px\";\nplus.innerHTML = \"−\";\n}\n\n});\n});\n\u003c\/script\u003e ```\u003c\/p\u003e","brand":"Majestic Beauties","offers":[{"title":"White","offer_id":43328668500016,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":43328668532784,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/5082\/6800\/files\/426d9e72-795f-4c81-9f53-0481152baf2a.png?v=1781197163","url":"https:\/\/majesticbeauties.co.za\/products\/majesticbeauties%e2%84%a2-radiance-mirror","provider":"Majestic Beauties","version":"1.0","type":"link"}