{"product_id":"lumari™-luxe-stack","title":"Lumari™ Luxe Stack","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300\u0026family=Montserrat:wght@300;400;500\u0026display=swap');\n\n.lumari-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.lumari-wrap {\n  font-family: 'Montserrat', sans-serif;\n  background: #0a0a0a;\n  color: #f5f0e8;\n  padding: 60px 30px;\n  max-width: 800px;\n  margin: 0 auto;\n  overflow: hidden;\n}\n\n\/* HERO *\/\n.lm-hero {\n  text-align: center;\n  margin-bottom: 60px;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: lmFadeUp 0.9s ease forwards 0.1s;\n}\n\n.lm-eyebrow {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: #c9a84c;\n  margin-bottom: 18px;\n}\n\n.lm-hero h1 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(36px, 6vw, 58px);\n  font-weight: 300;\n  line-height: 1.1;\n  color: #fff;\n  margin-bottom: 10px;\n}\n\n.lm-hero h1 em {\n  font-style: italic;\n  color: #c9a84c;\n}\n\n.lm-divider {\n  width: 60px;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n  margin: 24px auto;\n  animation: lmGlow 2.5s ease-in-out infinite;\n}\n\n.lm-hero p {\n  font-size: 14px;\n  font-weight: 300;\n  line-height: 1.9;\n  color: #b0a898;\n  max-width: 560px;\n  margin: 0 auto;\n}\n\n\/* HOW IT WORKS *\/\n.lm-how {\n  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);\n  border: 1px solid #2a2a2a;\n  border-radius: 2px;\n  padding: 48px 40px;\n  margin-bottom: 50px;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: lmFadeUp 0.9s ease forwards 0.35s;\n  position: relative;\n  overflow: hidden;\n}\n\n.lm-how::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, #c9a84c 50%, transparent);\n}\n\n.lm-section-label {\n  font-size: 9px;\n  font-weight: 500;\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  color: #c9a84c;\n  margin-bottom: 20px;\n}\n\n.lm-how h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(26px, 4vw, 36px);\n  font-weight: 300;\n  color: #fff;\n  margin-bottom: 20px;\n}\n\n.lm-how p {\n  font-size: 13.5px;\n  font-weight: 300;\n  line-height: 1.95;\n  color: #9a9088;\n}\n\n.lm-how p strong {\n  color: #c9a84c;\n  font-weight: 500;\n}\n\n\/* FEATURES GRID *\/\n.lm-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 2px;\n  margin-bottom: 50px;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: lmFadeUp 0.9s ease forwards 0.55s;\n}\n\n.lm-feat {\n  background: #111;\n  border: 1px solid #1e1e1e;\n  padding: 28px 24px;\n  position: relative;\n  overflow: hidden;\n  transition: border-color 0.4s ease, background 0.4s ease;\n  cursor: default;\n}\n\n.lm-feat::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 1px;\n  background: #c9a84c;\n  transition: width 0.5s ease;\n}\n\n.lm-feat:hover { background: #141414; border-color: #2e2e2e; }\n.lm-feat:hover::after { width: 100%; }\n\n.lm-feat-icon {\n  font-size: 22px;\n  margin-bottom: 12px;\n  display: block;\n}\n\n.lm-feat-title {\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #c9a84c;\n  margin-bottom: 8px;\n}\n\n.lm-feat-desc {\n  font-size: 12.5px;\n  font-weight: 300;\n  line-height: 1.7;\n  color: #7a7068;\n}\n\n\/* PROMISE *\/\n.lm-promise {\n  text-align: center;\n  padding: 50px 30px;\n  border: 1px solid #1e1e1e;\n  position: relative;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: lmFadeUp 0.9s ease forwards 0.75s;\n}\n\n.lm-promise::before, .lm-promise::after {\n  content: '';\n  position: absolute;\n  left: 50%; transform: translateX(-50%);\n  width: 40px; height: 1px;\n  background: #c9a84c;\n}\n.lm-promise::before { top: 0; }\n.lm-promise::after { bottom: 0; }\n\n.lm-promise blockquote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 300;\n  font-style: italic;\n  line-height: 1.6;\n  color: #e8e0d0;\n  margin-bottom: 24px;\n}\n\n.lm-promise cite {\n  font-size: 9px;\n  font-weight: 500;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: #c9a84c;\n  font-style: normal;\n}\n\n\/* ANIMATIONS *\/\n@keyframes lmFadeUp {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes lmGlow {\n  0%, 100% { opacity: 0.4; width: 60px; }\n  50% { opacity: 1; width: 100px; }\n}\n\n@media (max-width: 520px) {\n  .lm-features { grid-template-columns: 1fr; }\n  .lm-how { padding: 36px 24px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lumari-wrap\"\u003e\n\n  \u003cdiv class=\"lm-hero\"\u003e\n    \u003cp class=\"lm-eyebrow\"\u003eLumari™ Collection\u003c\/p\u003e\n    \u003ch1\u003eYour Vanity.\u003cbr\u003e\u003cem\u003eElevated.\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cdiv class=\"lm-divider\"\u003e\u003c\/div\u003e\n    \u003cp\u003eChaos on your dresser is costing you time, calm, and confidence. The Lumari™ Luxe Stack transforms your daily routine into a ritual — giving every ring, bracelet, earring, and beauty essential its own dedicated space, always within reach, always beautifully displayed.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-how\"\u003e\n    \u003cp class=\"lm-section-label\"\u003eHow It Works\u003c\/p\u003e\n    \u003ch2\u003eDesigned Around Your Ritual\u003c\/h2\u003e\n    \u003cp\u003eThe Luxe Stack features \u003cstrong\u003e4 independent rotating tiers\u003c\/strong\u003e that each pivot 360° independently. Simply spin any layer to access exactly what you need without disturbing the rest. The tiers fan open like a blooming flower, revealing your collection at a glance — then close neatly into a compact tower when not in use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-features\"\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e↻\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003e4 Rotating Tiers\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003eEach spins 360° independently for effortless, undisturbed access.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e◈\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003eFelt-Lined Interior\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003eSoft lining cradles and protects delicate jewellery from scratches.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e⬡\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003eProtective Cover\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003eKeeps dust and damage away when closed. Always display-ready.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e◉\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003eSilicone Base\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003eNon-slip silicone feet keep it firmly in place on any surface.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e▣\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003eCompact Footprint\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003e10cm × 10cm — designed for real vanity spaces, not showrooms.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lm-feat\"\u003e\n      \u003cspan class=\"lm-feat-icon\"\u003e◐\u003c\/span\u003e\n      \u003cp class=\"lm-feat-title\"\u003e2 Colour Options\u003c\/p\u003e\n      \u003cp class=\"lm-feat-desc\"\u003eCurated finishes to complement your personal aesthetic perfectly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-promise\"\u003e\n    \u003cblockquote\u003e\"The Luxe Stack isn't just storage — it's the finishing touch your vanity deserves.\"\u003c\/blockquote\u003e\n    \u003ccite\u003eThe Lumari™ Promise\u003c\/cite\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45421731610693,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/dark-luxury-hero.png?v=1785326083","url":"https:\/\/lumari.co.za\/products\/lumari%e2%84%a2-luxe-stack","provider":"Lumari","version":"1.0","type":"link"}