{"product_id":"nourishing-lip-rescue-mask-deep-moisture-for-soft-healthy-lips-c-f-collective™","title":"Nourishing Lip Rescue Mask – Deep Moisture for Soft, Healthy Lips | C\u0026F Collective™","description":"\u003cstyle\u003e\n:root{\n  --rose:#E7B6B6;\n  --blush:#F8E8E8;\n  --ivory:#FFFDFC;\n  --gold:#D9B56D;\n  --charcoal:#333333;\n  --soft:#777777;\n}\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n.collagen-lip-section{\n  font-family:'Helvetica Neue',Arial,sans-serif;\n  background:linear-gradient(180deg,#fff,#fdf6f6);\n  padding:70px 25px;\n  color:var(--charcoal);\n  overflow:hidden;\n}\n\n.collagen-container{\n  max-width:1200px;\n  margin:auto;\n}\n\n\/* HERO *\/\n.hero{\n  text-align:center;\n  margin-bottom:70px;\n  animation:fadeUp 1s ease;\n}\n\n.badge{\n  display:inline-block;\n  background:rgba(231,182,182,.15);\n  color:#b77777;\n  padding:10px 22px;\n  border-radius:40px;\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  margin-bottom:25px;\n}\n\n.hero h1{\n  font-size:clamp(2.4rem,5vw,4.6rem);\n  line-height:1.1;\n  margin-bottom:20px;\n  font-weight:800;\n}\n\n.hero h1 span{\n  color:var(--rose);\n}\n\n.hero p{\n  max-width:800px;\n  margin:auto;\n  font-size:1.15rem;\n  line-height:1.9;\n  color:var(--soft);\n}\n\n\/* BENEFITS *\/\n.benefits-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n  gap:25px;\n  margin-bottom:80px;\n}\n\n.benefit-card{\n  background:white;\n  padding:35px 30px;\n  border-radius:24px;\n  text-align:center;\n  box-shadow:0 10px 35px rgba(0,0,0,.05);\n  transition:.4s ease;\n  position:relative;\n  overflow:hidden;\n}\n\n.benefit-card::before{\n  content:'';\n  position:absolute;\n  top:0;\n  left:-100%;\n  width:100%;\n  height:100%;\n  background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);\n  transition:.8s;\n}\n\n.benefit-card:hover::before{\n  left:100%;\n}\n\n.benefit-card:hover{\n  transform:translateY(-10px);\n}\n\n.icon{\n  font-size:42px;\n  margin-bottom:18px;\n  animation:float 4s ease-in-out infinite;\n}\n\n.benefit-card h3{\n  font-size:1.15rem;\n  margin-bottom:12px;\n}\n\n.benefit-card p{\n  color:var(--soft);\n  line-height:1.7;\n  font-size:.97rem;\n}\n\n\/* BOX CONTENT *\/\n.box-section{\n  background:white;\n  border-radius:30px;\n  padding:50px;\n  text-align:center;\n  margin-bottom:70px;\n  box-shadow:0 10px 35px rgba(0,0,0,.05);\n}\n\n.box-section h2{\n  font-size:2rem;\n  margin-bottom:20px;\n}\n\n.product-count{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:120px;\n  height:120px;\n  border-radius:50%;\n  background:linear-gradient(135deg,var(--rose),#f7d7d7);\n  color:white;\n  font-size:2rem;\n  font-weight:800;\n  margin:25px 0;\n  animation:pulse 3s infinite;\n}\n\n.box-section p{\n  color:var(--soft);\n  font-size:1.05rem;\n}\n\n\/* HOW TO USE *\/\n.steps{\n  margin-bottom:80px;\n}\n\n.steps h2{\n  text-align:center;\n  font-size:2rem;\n  margin-bottom:45px;\n}\n\n.step-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:25px;\n}\n\n.step{\n  background:white;\n  padding:30px;\n  border-radius:22px;\n  text-align:center;\n  box-shadow:0 10px 30px rgba(0,0,0,.05);\n}\n\n.step-number{\n  width:55px;\n  height:55px;\n  border-radius:50%;\n  background:var(--rose);\n  color:white;\n  font-weight:700;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 18px;\n}\n\n.step h4{\n  margin-bottom:10px;\n}\n\n.step p{\n  color:var(--soft);\n  line-height:1.6;\n}\n\n\/* QUOTE *\/\n.quote-box{\n  background:linear-gradient(135deg,#fff,#fbeeee);\n  border-radius:30px;\n  text-align:center;\n  padding:60px 30px;\n  position:relative;\n}\n\n.quote-box h2{\n  font-size:clamp(1.8rem,4vw,3rem);\n  margin-bottom:20px;\n}\n\n.quote-box p{\n  color:var(--soft);\n  font-size:1.1rem;\n  max-width:750px;\n  margin:auto;\n  line-height:1.8;\n}\n\n.cta{\n  display:inline-block;\n  margin-top:35px;\n  background:linear-gradient(135deg,var(--rose),#d99b9b);\n  color:white;\n  text-decoration:none;\n  padding:16px 40px;\n  border-radius:50px;\n  font-weight:700;\n  transition:.3s;\n  box-shadow:0 10px 25px rgba(231,182,182,.35);\n}\n\n.cta:hover{\n  transform:translateY(-3px) scale(1.03);\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(40px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes float{\n  0%,100%{\n    transform:translateY(0);\n  }\n  50%{\n    transform:translateY(-8px);\n  }\n}\n\n@keyframes pulse{\n  0%{\n    transform:scale(1);\n  }\n  50%{\n    transform:scale(1.08);\n  }\n  100%{\n    transform:scale(1);\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"collagen-lip-section\"\u003e\n\u003cdiv class=\"collagen-container\"\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"badge\"\u003eCollagen Lip Rescue Mask\u003c\/div\u003e\n\n    \u003ch1\u003eYour Lips \u003cspan\u003eDeserve Better.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n    \u003cp\u003e\n      Dry, chapped, and neglected lips meet their match. The Nourishing\n      Collagen Lip Rescue Mask is infused with collagen and moulds perfectly\n      to your lips, delivering an intense surge of deep moisture that helps\n      restore your lip barrier for lips that look softer, smoother, and\n      healthier after every use.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-grid\"\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e💋\u003c\/div\u003e\n      \u003ch3\u003eCollagen Infused\u003c\/h3\u003e\n      \u003cp\u003e\n        Supports lip elasticity while helping restore a fuller, more youthful\n        appearance to the lip area.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n      \u003ch3\u003eDeep Hydration\u003c\/h3\u003e\n      \u003cp\u003e\n        Locks in long-lasting moisture exactly where your lips need it most,\n        helping combat dryness and dehydration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eRestores \u0026amp; Repairs\u003c\/h3\u003e\n      \u003cp\u003e\n        Helps soothe dry, cracked lips while supporting and strengthening the\n        natural moisture barrier.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🌸\u003c\/div\u003e\n      \u003ch3\u003eSoft \u0026amp; Smooth Results\u003c\/h3\u003e\n      \u003cp\u003e\n        Enjoy visibly softer, smoother lips from the very first treatment with\n        continued improvement over time.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🤍\u003c\/div\u003e\n      \u003ch3\u003eComfortable Fit\u003c\/h3\u003e\n      \u003cp\u003e\n        Gently moulds to the shape of your lips for complete coverage and\n        maximum absorption of nourishing ingredients.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e⏰\u003c\/div\u003e\n      \u003ch3\u003eAnytime Lip Rescue\u003c\/h3\u003e\n      \u003cp\u003e\n        Perfect before lipstick, during your evening routine, or whenever your\n        lips need a boost of moisture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"box-section\"\u003e\n    \u003ch2\u003eWhat's Inside The Box?\u003c\/h2\u003e\n\n    \u003cdiv class=\"product-count\"\u003e10x\u003c\/div\u003e\n\n    \u003cp\u003e\n      Each box contains \u003cstrong\u003e10 individual collagen lip masks\u003c\/strong\u003e,\n      making it easy to turn soft, hydrated lips into a consistent self-care\n      ritual rather than an occasional treat.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"steps\"\u003e\n    \u003ch2\u003eHow To Use\u003c\/h2\u003e\n\n    \u003cdiv class=\"step-grid\"\u003e\n\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eCleanse\u003c\/h4\u003e\n        \u003cp\u003eStart with clean, dry lips free from makeup or product residue.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eApply\u003c\/h4\u003e\n        \u003cp\u003ePlace the lip mask comfortably over your lips and relax.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eWait\u003c\/h4\u003e\n        \u003cp\u003eLeave on for 10–15 minutes while the nourishing essence absorbs.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003eGlow\u003c\/h4\u003e\n        \u003cp\u003eRemove and gently pat in any remaining essence. Use daily or as needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"quote-box\"\u003e\n    \u003ch2\u003eSoft Lips Aren't A Luxury — They're A Ritual.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Give your lips the hydration, comfort, and care they deserve with a\n      collagen-infused treatment designed to leave them feeling irresistibly\n      soft, smooth, and beautifully refreshed.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#\" class=\"cta\"\u003e💖 Add To Cart \u0026amp; Rescue Your Lips\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"C\u0026F Collective","offers":[{"title":"Default Title","offer_id":49149258727576,"sku":null,"price":249.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/4064\/8344\/files\/hero-shot_3707c9c2-2e74-4721-a002-81496316e56f.png?v=1779526563","url":"https:\/\/cfcollective.co.za\/products\/nourishing-lip-rescue-mask-deep-moisture-for-soft-healthy-lips-c-f-collective%e2%84%a2","provider":"C\u0026F Collective","version":"1.0","type":"link"}