{"product_id":"lumari™-signature-beauty-book","title":"Lumari™ Signature Beauty Book","description":"\u003cstyle\u003e\n.lumari-page{\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  background:#fffafb;\n  color:#171317 !important;\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.6;\n  overflow:hidden;\n}\n\n.lumari-page *{\n  box-sizing:border-box;\n}\n\n.lumari-page h1,\n.lumari-page h2,\n.lumari-page h3,\n.lumari-page p,\n.lumari-page span,\n.lumari-page li,\n.lumari-page strong{\n  color:inherit !important;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes lumariFloat{\n  0%,100%{transform:translateY(0) rotate(-1deg);}\n  50%{transform:translateY(-14px) rotate(1deg);}\n}\n\n@keyframes lumariFade{\n  from{opacity:0;transform:translateY(30px);}\n  to{opacity:1;transform:translateY(0);}\n}\n\n@keyframes lumariGlow{\n  0%,100%{transform:scale(.9);opacity:.45;}\n  50%{transform:scale(1.08);opacity:.8;}\n}\n\n@keyframes lumariShine{\n  0%{left:-120%;}\n  55%,100%{left:140%;}\n}\n\n@keyframes lumariMarquee{\n  from{transform:translateX(0);}\n  to{transform:translateX(-50%);}\n}\n\n@keyframes lumariPulse{\n  0%,100%{transform:scale(1);}\n  50%{transform:scale(1.04);}\n}\n\n@keyframes lumariSparkle{\n  0%,100%{opacity:.3;transform:scale(.7);}\n  50%{opacity:1;transform:scale(1.2);}\n}\n\n\/* HERO *\/\n\n.lumari-hero{\n  position:relative;\n  min-height:680px;\n  padding:80px 35px;\n  display:flex;\n  align-items:center;\n  background:\n    radial-gradient(circle at 10% 20%,rgba(239,184,204,.45),transparent 32%),\n    radial-gradient(circle at 90% 80%,rgba(224,191,214,.4),transparent 34%),\n    linear-gradient(135deg,#fffafd 0%,#f9edf3 100%);\n  overflow:hidden;\n}\n\n.lumari-hero-inner{\n  width:100%;\n  max-width:1080px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:55px;\n  align-items:center;\n  position:relative;\n  z-index:2;\n}\n\n.lumari-eyebrow{\n  display:inline-block;\n  margin-bottom:22px;\n  color:#9a4d68 !important;\n  font-size:12px;\n  font-weight:bold;\n  letter-spacing:4px;\n  text-transform:uppercase;\n  animation:lumariFade 1s ease both;\n}\n\n.lumari-eyebrow:before{\n  content:\"✦ \";\n}\n\n.lumari-hero h1{\n  margin:0 0 25px;\n  color:#171317 !important;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(48px,7vw,82px);\n  font-weight:400;\n  line-height:.98;\n  letter-spacing:-3px;\n  animation:lumariFade 1.2s ease both;\n}\n\n.lumari-hero h1 em{\n  color:#a0526b !important;\n  font-style:italic;\n}\n\n.lumari-hero-text{\n  max-width:540px;\n  margin:0 0 30px;\n  color:#4f484d !important;\n  font-size:17px;\n  line-height:1.85;\n  animation:lumariFade 1.4s ease both;\n}\n\n.lumari-button{\n  display:inline-block;\n  padding:16px 29px;\n  border-radius:50px;\n  background:#191519;\n  color:#ffffff !important;\n  text-decoration:none !important;\n  font-size:12px;\n  font-weight:bold;\n  letter-spacing:1.5px;\n  transition:all .35s ease;\n  animation:lumariFade 1.6s ease both;\n}\n\n.lumari-button:hover{\n  transform:translateY(-5px);\n  box-shadow:0 18px 40px rgba(55,25,40,.25);\n}\n\n\/* PRODUCT *\/\n\n.lumari-product{\n  position:relative;\n  min-height:500px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.lumari-glow{\n  position:absolute;\n  width:440px;\n  height:440px;\n  border-radius:50%;\n  background:radial-gradient(circle,#e8a9bd 0%,rgba(232,169,189,0) 68%);\n  animation:lumariGlow 5s ease-in-out infinite;\n}\n\n.lumari-product-box{\n  position:relative;\n  width:min(400px,92%);\n  padding:24px;\n  border-radius:30px;\n  background:rgba(255,255,255,.62);\n  border:1px solid rgba(255,255,255,.9);\n  box-shadow:\n    0 30px 80px rgba(76,34,52,.18),\n    inset 0 1px 0 rgba(255,255,255,.9);\n  backdrop-filter:blur(12px);\n  animation:lumariFloat 6s ease-in-out infinite;\n  overflow:hidden;\n}\n\n.lumari-product-box:after{\n  content:\"\";\n  position:absolute;\n  top:-20%;\n  left:-120%;\n  width:60%;\n  height:150%;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.75),\n    transparent\n  );\n  transform:rotate(20deg);\n  animation:lumariShine 5s infinite;\n}\n\n\/* PRODUCT IMAGE PLACEHOLDER *\/\n\n.lumari-book{\n  position:relative;\n  width:230px;\n  height:320px;\n  margin:20px auto;\n  border-radius:15px;\n  background:\n    linear-gradient(\n      145deg,\n      #f5c8d7 0%,\n      #e8a1b8 45%,\n      #c76e8c 100%\n    );\n  box-shadow:\n    0 28px 45px rgba(78,35,52,.25),\n    inset 5px 0 0 rgba(255,255,255,.25);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  text-align:center;\n  animation:lumariPulse 5s ease-in-out infinite;\n}\n\n.lumari-book:before{\n  content:\"\";\n  position:absolute;\n  inset:12px;\n  border:1px solid rgba(255,255,255,.7);\n  border-radius:10px;\n}\n\n.lumari-book:after{\n  content:\"✦  ✧  ✦\";\n  position:absolute;\n  top:28px;\n  left:0;\n  right:0;\n  color:#fff1f6 !important;\n  font-size:16px;\n  letter-spacing:8px;\n}\n\n.lumari-book-content{\n  position:relative;\n  z-index:2;\n  color:white !important;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:26px;\n  line-height:1.2;\n  text-shadow:0 2px 8px rgba(70,25,45,.18);\n}\n\n.lumari-book-content small{\n  display:block;\n  margin-top:15px;\n  color:white !important;\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:9px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n\/* DIMENSIONS *\/\n\n.lumari-dimensions{\n  text-align:center;\n  margin-top:25px;\n}\n\n.lumari-dimensions strong{\n  display:block;\n  color:#211b20 !important;\n  font-size:11px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.lumari-dimensions span{\n  display:block;\n  margin-top:5px;\n  color:#777077 !important;\n  font-size:12px;\n}\n\n\/* FLOATING SPARKLES *\/\n\n.lumari-sparkle{\n  position:absolute;\n  color:#b86581 !important;\n  font-size:20px;\n  animation:lumariSparkle 3s ease-in-out infinite;\n}\n\n.lumari-sparkle.one{\n  top:50px;\n  right:40px;\n}\n\n.lumari-sparkle.two{\n  bottom:60px;\n  left:30px;\n  animation-delay:1s;\n}\n\n.lumari-sparkle.three{\n  top:30%;\n  left:5%;\n  animation-delay:1.7s;\n}\n\n\/* MARQUEE *\/\n\n.lumari-marquee{\n  width:100%;\n  background:#191519;\n  overflow:hidden;\n  white-space:nowrap;\n  padding:18px 0;\n}\n\n.lumari-marquee-track{\n  width:max-content;\n  display:flex;\n  animation:lumariMarquee 28s linear infinite;\n}\n\n.lumari-marquee-item{\n  padding:0 32px;\n  color:#ffffff !important;\n  font-size:11px;\n  font-weight:bold;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n\n.lumari-marquee-item:after{\n  content:\"  ✦\";\n  color:#e5a4b8 !important;\n  margin-left:28px;\n}\n\n\/* GENERAL SECTION *\/\n\n.lumari-section{\n  padding:95px 30px;\n  background:#ffffff;\n}\n\n.lumari-section.pink{\n  background:\n    linear-gradient(135deg,#fff9fb,#f8edf2);\n}\n\n.lumari-container{\n  max-width:1050px;\n  margin:0 auto;\n}\n\n.lumari-title{\n  max-width:760px;\n  margin:0 auto 55px;\n  text-align:center;\n}\n\n.lumari-kicker{\n  margin-bottom:12px;\n  color:#a0526b !important;\n  font-size:11px;\n  font-weight:bold;\n  letter-spacing:4px;\n  text-transform:uppercase;\n}\n\n.lumari-title h2{\n  margin:0 0 20px;\n  color:#171317 !important;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(38px,5vw,60px);\n  font-weight:400;\n  line-height:1.05;\n  letter-spacing:-2px;\n}\n\n.lumari-title h2 em{\n  color:#a0526b !important;\n  font-style:italic;\n}\n\n.lumari-title p{\n  margin:0;\n  color:#655d62 !important;\n  font-size:16px;\n  line-height:1.8;\n}\n\n\/* 70 COLOURS *\/\n\n.lumari-stats{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n}\n\n.lumari-stat{\n  padding:35px 18px;\n  text-align:center;\n  border:1px solid #eadde2;\n  border-radius:22px;\n  background:#ffffff;\n  transition:all .4s ease;\n}\n\n.lumari-stat:hover{\n  transform:translateY(-9px);\n  box-shadow:0 25px 55px rgba(83,39,58,.13);\n}\n\n.lumari-stat-number{\n  margin-bottom:8px;\n  color:#a0526b !important;\n  font-family:Georgia,serif;\n  font-size:52px;\n  line-height:1;\n}\n\n.lumari-stat-title{\n  color:#211b20 !important;\n  font-size:11px;\n  font-weight:bold;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.lumari-stat p{\n  margin:10px 0 0;\n  color:#777077 !important;\n  font-size:12px;\n  line-height:1.6;\n}\n\n\/* BENEFITS *\/\n\n.lumari-benefits{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:20px;\n}\n\n.lumari-benefit{\n  position:relative;\n  padding:35px;\n  border:1px solid #eadde2;\n  border-radius:25px;\n  background:linear-gradient(145deg,#ffffff,#fcf1f5);\n  transition:all .4s ease;\n  overflow:hidden;\n}\n\n.lumari-benefit:hover{\n  transform:translateY(-8px);\n  box-shadow:0 25px 55px rgba(90,40,60,.12);\n}\n\n.lumari-benefit-number{\n  position:absolute;\n  top:20px;\n  right:25px;\n  color:#ead0d9 !important;\n  font-family:Georgia,serif;\n  font-size:42px;\n}\n\n.lumari-icon{\n  margin-bottom:14px;\n  font-size:30px;\n}\n\n.lumari-benefit h3{\n  margin:0 0 10px;\n  color:#171317 !important;\n  font-family:Georgia,serif;\n  font-size:24px;\n  font-weight:400;\n}\n\n.lumari-benefit p{\n  margin:0;\n  color:#6c6469 !important;\n  font-size:14px;\n  line-height:1.75;\n}\n\n\/* DARK SECTION *\/\n\n.lumari-dark{\n  background:#191518;\n  color:#ffffff !important;\n}\n\n.lumari-dark .lumari-kicker{\n  color:#e3a4b7 !important;\n}\n\n.lumari-dark .lumari-title h2{\n  color:#ffffff !important;\n}\n\n.lumari-dark .lumari-title h2 em{\n  color:#e4a4b7 !important;\n}\n\n.lumari-dark .lumari-title p{\n  color:#c1b7bc !important;\n}\n\n\/* INSIDE CARDS *\/\n\n.lumari-inside{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n}\n\n.lumari-inside-card{\n  min-height:250px;\n  padding:30px 25px;\n  border-radius:22px;\n  border:1px solid rgba(255,255,255,.13);\n  background:rgba(255,255,255,.045);\n  transition:all .4s ease;\n}\n\n.lumari-inside-card:hover{\n  transform:translateY(-9px);\n  border-color:rgba(255,255,255,.35);\n  background:rgba(255,255,255,.08);\n}\n\n.lumari-inside-number{\n  margin-bottom:30px;\n  color:#e1a1b5 !important;\n  font-size:10px;\n  font-weight:bold;\n  letter-spacing:2px;\n}\n\n.lumari-inside-card h3{\n  margin:0 0 14px;\n  color:#ffffff !important;\n  font-family:Georgia,serif;\n  font-size:23px;\n  font-weight:400;\n}\n\n.lumari-inside-card p{\n  margin:0;\n  color:#bcb1b7 !important;\n  font-size:13px;\n  line-height:1.7;\n}\n\n\/* HOW IT WORKS *\/\n\n.lumari-steps{\n  max-width:800px;\n  margin:0 auto;\n}\n\n.lumari-step{\n  display:flex;\n  gap:20px;\n  padding:25px 0;\n  border-bottom:1px solid #eadde2;\n}\n\n.lumari-step:last-child{\n  border-bottom:none;\n}\n\n.lumari-step-number{\n  flex:0 0 46px;\n  width:46px;\n  height:46px;\n  border-radius:50%;\n  background:#191519;\n  color:#ffffff !important;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:11px;\n  font-weight:bold;\n}\n\n.lumari-step h3{\n  margin:0 0 5px;\n  color:#171317 !important;\n  font-family:Georgia,serif;\n  font-size:22px;\n  font-weight:400;\n}\n\n.lumari-step p{\n  margin:0;\n  color:#70686d !important;\n  font-size:14px;\n}\n\n\/* QUOTE *\/\n\n.lumari-quote{\n  padding:110px 25px;\n  text-align:center;\n  background:\n    radial-gradient(circle at center,#f4d8e1,transparent 52%),\n    #fff9fb;\n}\n\n.lumari-quote-mark{\n  color:#d28fa5 !important;\n  font-family:Georgia,serif;\n  font-size:90px;\n  line-height:.4;\n}\n\n.lumari-quote h2{\n  max-width:820px;\n  margin:30px auto 22px;\n  color:#171317 !important;\n  font-family:Georgia,serif;\n  font-size:clamp(38px,6vw,65px);\n  font-weight:400;\n  line-height:1.1;\n}\n\n.lumari-quote h2 em{\n  color:#a0526b !important;\n  font-style:italic;\n}\n\n.lumari-quote p{\n  margin:0;\n  color:#766d72 !important;\n  font-size:11px;\n  font-weight:bold;\n  letter-spacing:3px;\n}\n\n\/* FINAL *\/\n\n.lumari-final{\n  padding:110px 25px;\n  text-align:center;\n  background:\n    radial-gradient(circle at center top,#f1ccd9,transparent 52%),\n    #ffffff;\n}\n\n.lumari-final h2{\n  margin:0 0 20px;\n  color:#171317 !important;\n  font-family:Georgia,serif;\n  font-size:clamp(42px,6vw,70px);\n  font-weight:400;\n  line-height:1;\n}\n\n.lumari-final h2 em{\n  color:#a0526b !important;\n  font-style:italic;\n}\n\n.lumari-final p{\n  max-width:650px;\n  margin:0 auto 30px;\n  color:#655d62 !important;\n  font-size:16px;\n  line-height:1.8;\n}\n\n\/* DISCLAIMER *\/\n\n.lumari-disclaimer{\n  padding:25px 20px;\n  background:#f4ebef;\n  text-align:center;\n}\n\n.lumari-disclaimer p{\n  max-width:850px;\n  margin:0 auto;\n  color:#756c71 !important;\n  font-size:11px;\n  line-height:1.7;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:850px){\n\n  .lumari-hero{\n    min-height:auto;\n    padding:65px 20px;\n  }\n\n  .lumari-hero-inner{\n    grid-template-columns:1fr;\n    text-align:center;\n    gap:45px;\n  }\n\n  .lumari-hero-text{\n    margin-left:auto;\n    margin-right:auto;\n  }\n\n  .lumari-product{\n    min-height:430px;\n  }\n\n  .lumari-stats{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .lumari-inside{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n}\n\n@media screen and (max-width:600px){\n\n  .lumari-hero{\n    padding:55px 17px;\n  }\n\n  .lumari-hero h1{\n    font-size:49px;\n    letter-spacing:-2px;\n  }\n\n  .lumari-hero-text{\n    font-size:15px;\n  }\n\n  .lumari-product{\n    min-height:390px;\n  }\n\n  .lumari-product-box{\n    width:320px;\n    padding:18px;\n  }\n\n  .lumari-book{\n    width:205px;\n    height:285px;\n  }\n\n  .lumari-section{\n    padding:75px 18px;\n  }\n\n  .lumari-title{\n    margin-bottom:40px;\n  }\n\n  .lumari-title h2{\n    font-size:40px;\n  }\n\n  .lumari-stats{\n    gap:10px;\n  }\n\n  .lumari-stat{\n    padding:25px 10px;\n  }\n\n  .lumari-stat-number{\n    font-size:42px;\n  }\n\n  .lumari-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .lumari-inside{\n    grid-template-columns:1fr;\n  }\n\n  .lumari-inside-card{\n    min-height:auto;\n  }\n\n  .lumari-step{\n    gap:15px;\n  }\n\n  .lumari-quote{\n    padding:80px 18px;\n  }\n\n  .lumari-final{\n    padding:80px 18px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lumari-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"lumari-hero\"\u003e\n\n    \u003cdiv class=\"lumari-sparkle one\"\u003e✦\u003c\/div\u003e\n    \u003cdiv class=\"lumari-sparkle two\"\u003e✧\u003c\/div\u003e\n    \u003cdiv class=\"lumari-sparkle three\"\u003e✦\u003c\/div\u003e\n\n    \u003cdiv class=\"lumari-hero-inner\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"lumari-eyebrow\"\u003e\n          LUMARI™ SIGNATURE BEAUTY\n        \u003c\/div\u003e\n\n        \u003ch1\u003e\n          One book.\u003cbr\u003e\n          \u003cem\u003eEndless looks.\u003c\/em\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"lumari-hero-text\"\u003e\n          Lumari™ Signature Beauty Book brings your everyday\n          essentials together in one beautifully compact makeup\n          collection, so you can create soft daytime glam,\n          defined full-face looks, and everything in between\n          without digging through separate palettes.\n        \u003c\/p\u003e\n\n        \u003ca href=\"#lumari-beauty-details\" class=\"lumari-button\"\u003e\n          DISCOVER THE BEAUTY BOOK →\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lumari-product\"\u003e\n\n        \u003cdiv class=\"lumari-glow\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"lumari-product-box\"\u003e\n\n          \u003cdiv class=\"lumari-book\"\u003e\n\n            \u003cdiv class=\"lumari-book-content\"\u003e\n\n              LUMARI™\n              \n              \u003cbr\u003e\n\n              \u003cspan style=\"font-size:18px;color:#ffffff !important;\"\u003e\n                Signature\n              \u003c\/span\u003e\n\n              \u003cbr\u003e\n\n              \u003cspan style=\"font-size:18px;color:#ffffff !important;\"\u003e\n                Beauty Book\n              \u003c\/span\u003e\n\n              \u003csmall\u003e\n                70 versatile colours\n              \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-dimensions\"\u003e\n\n            \u003cstrong\u003e\n              Compact • Elegant • Complete\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Approx. 12.8 × 18.5 × 3.8 cm\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MOVING BAR --\u003e\n\n  \u003cdiv class=\"lumari-marquee\"\u003e\n\n    \u003cdiv class=\"lumari-marquee-track\"\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        DAY TO NIGHT BEAUTY\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        70 VERSATILE COLOURS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        EYES\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        CHEEKS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        BROWS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        LIPS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        DAY TO NIGHT BEAUTY\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        70 VERSATILE COLOURS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        EYES\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        CHEEKS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        BROWS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumari-marquee-item\"\u003e\n        LIPS\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTRO --\u003e\n\n  \u003csection class=\"lumari-section\" id=\"lumari-beauty-details\"\u003e\n\n    \u003cdiv class=\"lumari-container\"\u003e\n\n      \u003cdiv class=\"lumari-title\"\u003e\n\n        \u003cdiv class=\"lumari-kicker\"\u003e\n          BEAUTY, SIMPLIFIED\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Your entire beauty routine,\n          \u003cem\u003ebeautifully organised.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          With 70 versatile colours across eyes, cheeks,\n          brows and lips, getting ready becomes simpler,\n          faster and far more put together.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lumari-stats\"\u003e\n\n        \u003cdiv class=\"lumari-stat\"\u003e\n\n          \u003cdiv class=\"lumari-stat-number\"\u003e\n            48\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-stat-title\"\u003e\n            Eyeshadows\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Everyday definition, soft colour\n            and statement looks.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-stat\"\u003e\n\n          \u003cdiv class=\"lumari-stat-number\"\u003e\n            6\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-stat-title\"\u003e\n            Blush Shades\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Fresh-looking colour for\n            naturally radiant cheeks.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-stat\"\u003e\n\n          \u003cdiv class=\"lumari-stat-number\"\u003e\n            10\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-stat-title\"\u003e\n            Face Shades\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Highlight, contour and\n            brow pomade options.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-stat\"\u003e\n\n          \u003cdiv class=\"lumari-stat-number\"\u003e\n            6\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-stat-title\"\u003e\n            Lip Colours\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Complete your look with\n            beautiful lip colour.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003csection class=\"lumari-section pink\"\u003e\n\n    \u003cdiv class=\"lumari-container\"\u003e\n\n      \u003cdiv class=\"lumari-title\"\u003e\n\n        \u003cdiv class=\"lumari-kicker\"\u003e\n          WHY YOU'LL LOVE IT\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          More looks.\u003cbr\u003e\n          \u003cem\u003eLess searching.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Everything you need for soft daytime beauty,\n          polished everyday looks and spontaneous glam.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lumari-benefits\"\u003e\n\n        \u003cdiv class=\"lumari-benefit\"\u003e\n\n          \u003cdiv class=\"lumari-benefit-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-icon\"\u003e\n            ✨\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Complete Beauty Looks\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Create complete eye, cheek and lip looks\n            from one compact beauty book. Everything\n            you need is right where you need it.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-benefit\"\u003e\n\n          \u003cdiv class=\"lumari-benefit-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-icon\"\u003e\n            🎨\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Day-To-Night Versatility\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Mix warm neutrals, rosy tones and shimmer\n            finishes to create effortless looks from\n            subtle daytime beauty to evening glam.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-benefit\"\u003e\n\n          \u003cdiv class=\"lumari-benefit-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-icon\"\u003e\n            👜\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Beauty On The Go\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Keep your beauty routine organised at home\n            or take your colour collection with you\n            wherever the day takes you.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-benefit\"\u003e\n\n          \u003cdiv class=\"lumari-benefit-number\"\u003e\n            04\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumari-icon\"\u003e\n            💗\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            Your Kind Of Glam\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Go natural, polished or bold. Build your\n            colour gradually and blend until you create\n            the finish you love.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n\n  \u003csection class=\"lumari-section lumari-dark\"\u003e\n\n    \u003cdiv class=\"lumari-container\"\u003e\n\n      \u003cdiv class=\"lumari-title\"\u003e\n\n        \u003cdiv class=\"lumari-kicker\"\u003e\n          WHAT'S INSIDE\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          70 colours.\u003cbr\u003e\n          \u003cem\u003eInfinite possibilities.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Five easy-to-use makeup pages bring together\n          the essential shades for your everyday beauty routine.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lumari-inside\"\u003e\n\n        \u003cdiv class=\"lumari-inside-card\"\u003e\n\n          \u003cdiv class=\"lumari-inside-number\"\u003e\n            01 \/ EYES\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            48 Eyeshadows\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Create everyday definition, soft colour,\n            beautifully blended looks and statement eyes.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-inside-card\"\u003e\n\n          \u003cdiv class=\"lumari-inside-number\"\u003e\n            02 \/ CHEEKS\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            6 Blush Shades\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Add fresh-looking colour and effortless\n            warmth to your cheeks.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-inside-card\"\u003e\n\n          \u003cdiv class=\"lumari-inside-number\"\u003e\n            03 \/ FACE\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            10 Face Shades\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Highlight, contour and shape with versatile\n            face shades, including brow pomade options.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-inside-card\"\u003e\n\n          \u003cdiv class=\"lumari-inside-number\"\u003e\n            04 \/ LIPS\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            6 Lip Colours\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Complete your look with a lip colour\n            that suits your style and mood.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n\n  \u003csection class=\"lumari-section\"\u003e\n\n    \u003cdiv class=\"lumari-container\"\u003e\n\n      \u003cdiv class=\"lumari-title\"\u003e\n\n        \u003cdiv class=\"lumari-kicker\"\u003e\n          HOW IT WORKS\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Open.\u003cbr\u003e\n          Create.\u003cbr\u003e\n          \u003cem\u003eGlow.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Turn through the five makeup pages and\n          build your look step by step.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lumari-steps\"\u003e\n\n        \u003cdiv class=\"lumari-step\"\u003e\n\n          \u003cdiv class=\"lumari-step-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003e\n              Define your eyes\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Start with the eyeshadow pages to\n              define, brighten or intensify your eyes.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-step\"\u003e\n\n          \u003cdiv class=\"lumari-step-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003e\n              Add a touch of blush\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Choose your favourite blush shade and\n              add fresh-looking colour to the cheeks.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-step\"\u003e\n\n          \u003cdiv class=\"lumari-step-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003e\n              Add warmth and glow\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Use the face shades to add warmth,\n              contour and highlight where desired.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-step\"\u003e\n\n          \u003cdiv class=\"lumari-step-number\"\u003e\n            04\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003e\n              Shape your brows\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Use the brow pomade options to\n              shape and define your brows.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lumari-step\"\u003e\n\n          \u003cdiv class=\"lumari-step-number\"\u003e\n            05\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003e\n              Finish with lips\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Choose a lip colour that completes\n              your look and brings everything together.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- EXPERIENCE --\u003e\n\n  \u003csection class=\"lumari-quote\"\u003e\n\n    \u003cdiv class=\"lumari-quote-mark\"\u003e\n      “\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Your beauty routine,\n      \u003cem\u003eall in one place.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      SOFT   •  \n      POLISHED   •  \n      GLAM   •  \n      EVERYTHING IN BETWEEN\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"lumari-final\"\u003e\n\n    \u003cdiv class=\"lumari-kicker\"\u003e\n      LUMARI™ SIGNATURE BEAUTY BOOK\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      One book.\u003cbr\u003e\n      \u003cem\u003eYour beauty wardrobe.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Build a natural glow in minutes or layer and blend\n      your way into a bolder look. Whatever your mood,\n      your next look starts here.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#lumari-beauty-details\" class=\"lumari-button\"\u003e\n      EXPLORE YOUR LOOKS →\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DISCLAIMER --\u003e\n\n  \u003cdiv class=\"lumari-disclaimer\"\u003e\n\n    \u003cp\u003e\n      For external use only. Patch test before use.\n      Colours may appear slightly different depending\n      on your screen and lighting.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45695799951429,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-makeup-book-hero-with-presentation-box.png?v=1788604805","url":"https:\/\/lumari.co.za\/products\/lumari%e2%84%a2-signature-beauty-book","provider":"Lumari","version":"1.0","type":"link"}