{"product_id":"nourish-nurture™-soothe-heal-ampoule","title":"Nourish \u0026 Nurture™ Soothe \u0026 Heal Ampoule","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700;800\u0026display=swap');\n\n:root{\n  --green:#4FA66A;\n  --green-dark:#173A26;\n  --green-soft:#F3FFF6;\n  --white:#ffffff;\n  --text:#44524A;\n}\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n#nn-mobile-luxury{\n  font-family:'Manrope',sans-serif;\n  background:\n  radial-gradient(circle at top right, rgba(104,255,150,.15), transparent 35%),\n  linear-gradient(180deg,#ffffff 0%,#f8fff9 100%);\n  overflow:hidden;\n  position:relative;\n  padding:24px 16px 50px;\n}\n\n\/* GLOW *\/\n#nn-mobile-luxury::before{\n  content:'';\n  position:absolute;\n  width:260px;\n  height:260px;\n  background:rgba(120,255,170,.12);\n  filter:blur(70px);\n  top:-120px;\n  right:-120px;\n  border-radius:50%;\n}\n\n\/* CONTAINER *\/\n.nn-mobile-wrap{\n  max-width:500px;\n  margin:auto;\n  position:relative;\n  z-index:2;\n}\n\n\/* BADGE *\/\n.nn-mobile-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:10px 16px;\n  background:rgba(79,166,106,.10);\n  border-radius:999px;\n  color:var(--green);\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:.5px;\n  margin-bottom:18px;\n}\n\n\/* TITLE *\/\n.nn-mobile-title{\n  font-size:38px;\n  line-height:1.05;\n  font-weight:800;\n  color:var(--green-dark);\n  margin-bottom:18px;\n  letter-spacing:-1.8px;\n}\n\n.nn-mobile-title span{\n  background:linear-gradient(90deg,#4FA66A,#75d694);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n\/* SUBTEXT *\/\n.nn-mobile-sub{\n  font-size:15px;\n  line-height:1.8;\n  color:var(--text);\n  margin-bottom:28px;\n}\n\n\/* IMAGE *\/\n.nn-mobile-image-wrap{\n  position:relative;\n  margin-bottom:24px;\n}\n\n.nn-mobile-image{\n  width:100%;\n  border-radius:28px;\n  overflow:hidden;\n  box-shadow:\n  0 25px 50px rgba(0,0,0,.08),\n  0 10px 25px rgba(79,166,106,.12);\n  animation:fadeUp 1s ease;\n}\n\n.nn-mobile-image img{\n  width:100%;\n  display:block;\n}\n\n\/* FLOAT REVIEW *\/\n.nn-mobile-review{\n  position:absolute;\n  bottom:14px;\n  left:14px;\n  right:14px;\n  background:rgba(255,255,255,.75);\n  backdrop-filter:blur(14px);\n  border:1px solid rgba(255,255,255,.7);\n  border-radius:20px;\n  padding:14px;\n  box-shadow:0 10px 30px rgba(0,0,0,.06);\n}\n\n.nn-mobile-stars{\n  color:#ffb545;\n  font-size:14px;\n  margin-bottom:5px;\n}\n\n.nn-mobile-review p{\n  font-size:12px;\n  line-height:1.5;\n  color:#526158;\n}\n\n.nn-mobile-review strong{\n  display:block;\n  margin-top:8px;\n  color:var(--green-dark);\n  font-size:12px;\n}\n\n\/* BENEFITS *\/\n.nn-mobile-benefits{\n  display:grid;\n  gap:14px;\n  margin-bottom:26px;\n}\n\n.nn-mobile-benefit{\n  background:rgba(255,255,255,.75);\n  backdrop-filter:blur(12px);\n  border:1px solid rgba(255,255,255,.9);\n  border-radius:24px;\n  padding:18px;\n  box-shadow:0 8px 25px rgba(0,0,0,.04);\n  transition:.35s ease;\n}\n\n.nn-mobile-benefit:active{\n  transform:scale(.98);\n}\n\n.nn-mobile-icon{\n  font-size:26px;\n  margin-bottom:10px;\n}\n\n.nn-mobile-benefit h3{\n  font-size:16px;\n  color:var(--green-dark);\n  margin-bottom:8px;\n  font-weight:700;\n}\n\n.nn-mobile-benefit p{\n  font-size:13px;\n  line-height:1.7;\n  color:#5B6B61;\n}\n\n\/* RESULTS *\/\n.nn-mobile-results{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n  margin-bottom:28px;\n}\n\n.nn-mobile-result{\n  background:#fff;\n  border-radius:18px;\n  padding:16px 10px;\n  text-align:center;\n  box-shadow:0 8px 20px rgba(0,0,0,.04);\n}\n\n.nn-mobile-result h2{\n  font-size:24px;\n  color:var(--green);\n  margin-bottom:4px;\n}\n\n.nn-mobile-result span{\n  font-size:11px;\n  color:#66756C;\n  line-height:1.4;\n  display:block;\n}\n\n\/* CTA *\/\n.nn-mobile-btn{\n  width:100%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  text-decoration:none;\n  background:linear-gradient(135deg,#4FA66A,#75d694);\n  color:white;\n  font-size:16px;\n  font-weight:700;\n  padding:18px 22px;\n  border-radius:999px;\n  box-shadow:\n  0 15px 35px rgba(79,166,106,.35),\n  inset 0 1px 1px rgba(255,255,255,.25);\n  position:relative;\n  overflow:hidden;\n  transition:.35s ease;\n}\n\n.nn-mobile-btn::before{\n  content:'';\n  position:absolute;\n  width:100%;\n  height:100%;\n  top:0;\n  left:-120%;\n  background:rgba(255,255,255,.22);\n  transform:skewX(-20deg);\n  transition:.7s;\n}\n\n.nn-mobile-btn:hover::before{\n  left:120%;\n}\n\n.nn-mobile-btn:active{\n  transform:scale(.98);\n}\n\n\/* TRUST BADGES *\/\n.nn-mobile-trust{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:10px;\n  margin-top:18px;\n}\n\n.nn-mobile-trust span{\n  background:#fff;\n  border-radius:999px;\n  padding:10px 14px;\n  font-size:11px;\n  color:#5B6B61;\n  box-shadow:0 6px 15px rgba(0,0,0,.04);\n}\n\n\/* ANIMATION *\/\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(30px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\u003c\/style\u003e\n\u003csection id=\"nn-mobile-luxury\"\u003e\n\u003cdiv class=\"nn-mobile-wrap\"\u003e\n\u003c!-- BADGE --\u003e\n\u003cdiv class=\"nn-mobile-badge\"\u003e🌿 DAILY SKIN RECOVERY\u003c\/div\u003e\n\u003c!-- TITLE --\u003e\n\u003ch1 class=\"nn-mobile-title\"\u003eCalm. Repair. \u003cspan\u003eRestore.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- TEXT --\u003e\n\u003cp class=\"nn-mobile-sub\"\u003eNourish \u0026amp; Nurture™ Soothe \u0026amp; Heal Ampoule is your skin’s daily reset ritual. Powered by Madagascar Centella Asiatica to calm irritation, deeply hydrate, repair your skin barrier, and restore a healthy radiant glow — without feeling greasy.\u003c\/p\u003e\n\u003c!-- IMAGE --\u003e\n\u003cdiv class=\"nn-mobile-image-wrap\"\u003e\n\u003cdiv class=\"nn-mobile-image\"\u003e\u003cimg alt=\"Nourish \u0026amp; Nurture Ampoule\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-review\"\u003e\n\u003cdiv class=\"nn-mobile-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“My redness visibly reduced within days and my skin feels smoother, calmer, and healthier.”\u003c\/p\u003e\n\u003cstrong\u003eVerified Customer\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"nn-mobile-benefits\"\u003e\n\u003cdiv class=\"nn-mobile-benefit\"\u003e\n\u003cdiv class=\"nn-mobile-icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3\u003eInstantly Calms Redness\u003c\/h3\u003e\n\u003cp\u003eSoothes irritation and sensitive skin while helping reduce visible redness and inflammation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-benefit\"\u003e\n\u003cdiv class=\"nn-mobile-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eRepairs Skin Barrier\u003c\/h3\u003e\n\u003cp\u003eHelps strengthen and rebuild your skin barrier against stress, dryness, and breakouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-benefit\"\u003e\n\u003cdiv class=\"nn-mobile-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eDeep Hydration\u003c\/h3\u003e\n\u003cp\u003eLightweight moisture that leaves skin soft, plump, fresh, and never oily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-benefit\"\u003e\n\u003cdiv class=\"nn-mobile-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eHealthy Natural Glow\u003c\/h3\u003e\n\u003cp\u003eImproves dull tired skin for a brighter, smoother, healthier-looking complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RESULTS --\u003e\n\u003cdiv class=\"nn-mobile-results\"\u003e\n\u003cdiv class=\"nn-mobile-result\"\u003e\n\u003ch2\u003e94%\u003c\/h2\u003e\n\u003cspan\u003enoticed calmer skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-result\"\u003e\n\u003ch2\u003e7 Days\u003c\/h2\u003e\n\u003cspan\u003evisible hydration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nn-mobile-result\"\u003e\n\u003ch2\u003e100%\u003c\/h2\u003e\n\u003cspan\u003elightweight feel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e \u003ca class=\"nn-mobile-btn\" href=\"\/cart\"\u003e Shop The Ritual ✨ \u003c\/a\u003e \u003c!-- TRUST --\u003e\n\u003cdiv class=\"nn-mobile-trust\"\u003e\n\u003cspan\u003e✔ Men \u0026amp; Women\u003c\/span\u003e \u003cspan\u003e✔ Sensitive Skin Safe\u003c\/span\u003e \u003cspan\u003e✔ Non-Greasy Formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Nourish \u0026 Nurture","offers":[{"title":"Default Title","offer_id":45281058193487,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0673\/6884\/5391\/files\/ab032744b7694979867cbb569b415906-goods.webp?v=1762944127","url":"https:\/\/laneigelipsleepingmask.co.za\/products\/nourish-nurture%e2%84%a2-soothe-heal-ampoule","provider":"Nourish \u0026 Nurture","version":"1.0","type":"link"}