{"product_id":"pure","title":"PURE 8 — Instant Hair Revival Mask","description":"\u003cstyle\u003e\n.pure8-product {\n  max-width: 850px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #292323;\n  line-height: 1.7;\n  overflow: hidden;\n}\n\n\/* HERO *\/\n.pure8-hero {\n  text-align: center;\n  padding: 45px 25px;\n  border-radius: 25px;\n  background: linear-gradient(135deg, #fff9f7, #fdf1ed, #fffdfc);\n  box-shadow: 0 15px 45px rgba(80,50,40,.12);\n  animation: fadeUp 1s ease forwards;\n}\n\n.pure8-badge {\n  display: inline-block;\n  padding: 7px 18px;\n  border-radius: 30px;\n  background: #292323;\n  color: #fff;\n  font-size: 12px;\n  letter-spacing: 3px;\n  font-weight: bold;\n  animation: pulse 2.5s infinite;\n}\n\n.pure8-hero h1 {\n  font-family: Georgia, serif;\n  font-size: 42px;\n  margin: 18px 0 5px;\n  letter-spacing: 1px;\n}\n\n.pure8-hero h1 span {\n  background: linear-gradient(90deg,#b88945,#e5bd75,#9c6b2d);\n  -webkit-background-clip: text;\n  color: transparent;\n}\n\n.pure8-subtitle {\n  font-size: 18px;\n  color: #705f59;\n  margin-bottom: 22px;\n}\n\n\/* 8 SECOND FEATURE *\/\n.eight-second {\n  margin: 30px auto;\n  padding: 20px;\n  max-width: 420px;\n  border-radius: 18px;\n  background: rgba(255,255,255,.8);\n  border: 1px solid #ead9d2;\n  box-shadow: 0 10px 30px rgba(80,50,40,.08);\n}\n\n.eight-second strong {\n  font-size: 30px;\n  color: #b17c38;\n}\n\n.eight-second small {\n  display: block;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #777;\n}\n\n\/* DESCRIPTION *\/\n.pure8-section {\n  padding: 40px 20px;\n  text-align: center;\n  animation: fadeUp 1.2s ease forwards;\n}\n\n.pure8-section h2 {\n  font-family: Georgia, serif;\n  font-size: 30px;\n  margin-bottom: 12px;\n}\n\n.pure8-section h2 span {\n  color: #b17c38;\n}\n\n.pure8-section p {\n  max-width: 680px;\n  margin: auto;\n  color: #625854;\n}\n\n\/* BENEFITS *\/\n.pure8-benefits {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 15px;\n  margin-top: 25px;\n}\n\n.pure8-card {\n  padding: 24px 18px;\n  background: #fff;\n  border-radius: 18px;\n  border: 1px solid #eee0da;\n  box-shadow: 0 8px 25px rgba(70,45,35,.07);\n  transition: all .35s ease;\n}\n\n.pure8-card:hover {\n  transform: translateY(-7px);\n  box-shadow: 0 15px 35px rgba(70,45,35,.15);\n}\n\n.pure8-icon {\n  font-size: 30px;\n  margin-bottom: 8px;\n}\n\n.pure8-card h3 {\n  margin: 5px 0;\n  font-family: Georgia, serif;\n}\n\n.pure8-card p {\n  font-size: 14px;\n  color: #766c68;\n}\n\n\/* HOW TO USE *\/\n.pure8-steps {\n  margin-top: 25px;\n  text-align: left;\n}\n\n.pure8-step {\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  padding: 15px;\n  border-radius: 14px;\n  background: #fff8f5;\n  transition: transform .3s ease;\n}\n\n.pure8-step:hover {\n  transform: translateX(6px);\n}\n\n.pure8-number {\n  min-width: 38px;\n  height: 38px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: #292323;\n  color: #fff;\n  font-weight: bold;\n}\n\n\/* CTA *\/\n.pure8-cta {\n  position: relative;\n  margin: 25px 0;\n  padding: 45px 25px;\n  text-align: center;\n  border-radius: 25px;\n  background: linear-gradient(135deg,#292323,#463832,#292323);\n  color: white;\n  overflow: hidden;\n}\n\n.pure8-cta:before {\n  content: \"\";\n  position: absolute;\n  width: 200px;\n  height: 200px;\n  background: rgba(255,255,255,.08);\n  border-radius: 50%;\n  top: -100px;\n  left: -80px;\n  animation: float 5s infinite ease-in-out;\n}\n\n.pure8-cta h2 {\n  position: relative;\n  font-family: Georgia, serif;\n  font-size: 31px;\n}\n\n.pure8-cta p {\n  position: relative;\n  color: #eee;\n}\n\n.pure8-button {\n  position: relative;\n  display: inline-block;\n  margin-top: 15px;\n  padding: 15px 32px;\n  border-radius: 40px;\n  text-decoration: none;\n  color: #292323;\n  background: linear-gradient(90deg,#d8a85d,#f2d39a,#d8a85d);\n  font-weight: bold;\n  letter-spacing: 1px;\n  box-shadow: 0 8px 25px rgba(0,0,0,.25);\n  transition: all .3s ease;\n}\n\n.pure8-button:hover {\n  transform: scale(1.06);\n  box-shadow: 0 12px 35px rgba(0,0,0,.35);\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes pulse {\n  0%,100% { transform: scale(1); }\n  50% { transform: scale(1.06); }\n}\n\n@keyframes float {\n  0%,100% { transform: translate(0,0); }\n  50% { transform: translate(40px,40px); }\n}\n\n\/* MOBILE *\/\n@media(max-width:600px) {\n  .pure8-hero h1 { font-size: 32px; }\n  .pure8-subtitle { font-size: 16px; }\n  .pure8-benefits { grid-template-columns: 1fr; }\n  .pure8-section h2 { font-size: 26px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pure8-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"pure8-hero\"\u003e\n\u003cdiv class=\"pure8-badge\"\u003e✨ PREMIUM HAIR CARE\u003c\/div\u003e\n\u003ch1\u003ePURE \u003cspan\u003e8 SECOND\u003c\/span\u003e\u003cbr\u003eHAIR MASK\u003c\/h1\u003e\n\u003cdiv class=\"pure8-subtitle\"\u003e💆♀️ Silky • Smooth • Beautiful-Looking Hair\u003c\/div\u003e\n\u003cdiv class=\"eight-second\"\u003e\n\u003cstrong\u003e8 SECONDS ⏱️\u003c\/strong\u003e \u003csmall\u003eFor a quick hair-care treatment\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cp\u003eSay goodbye to dull, dry-looking hair and hello to beautifully soft, smooth and manageable hair. 💖\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"pure8-section\"\u003e\n\u003ch2\u003e✨ Your Hair's \u003cspan\u003eQuick Glow-Up\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Pure 8 Second Hair Mask is designed for those moments when your hair needs a little extra care without adding extra time to your routine. Enjoy a quick treatment that helps leave hair feeling soft, smooth and easier to manage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"pure8-section\"\u003e\n\u003ch2\u003e🌸 Why You'll Love It\u003c\/h2\u003e\n\u003cdiv class=\"pure8-benefits\"\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eMoisture\u003c\/h3\u003e\n\u003cp\u003eHelps hair feel softer, smoother and beautifully conditioned.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eSilky Smooth\u003c\/h3\u003e\n\u003cp\u003eHelps give hair a smooth, polished and silky-feeling finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e💆♀️\u003c\/div\u003e\n\u003ch3\u003eFrizz Control\u003c\/h3\u003e\n\u003cp\u003eHelps tame the appearance of frizz for a more polished look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e🌟\u003c\/div\u003e\n\u003ch3\u003eHealthy-Looking Shine\u003c\/h3\u003e\n\u003cp\u003eHelps bring out a beautiful, glossy-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e🪮\u003c\/div\u003e\n\u003ch3\u003eEasier to Comb\u003c\/h3\u003e\n\u003cp\u003eHelps reduce the feeling of tangles and makes hair easier to manage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-card\"\u003e\n\u003cdiv class=\"pure8-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3\u003eQuick Treatment\u003c\/h3\u003e\n\u003cp\u003eA simple addition to your routine when you're short on time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"pure8-section\"\u003e\n\u003ch2\u003e💖 How To Use\u003c\/h2\u003e\n\u003cdiv class=\"pure8-steps\"\u003e\n\u003cdiv class=\"pure8-step\"\u003e\n\u003cdiv class=\"pure8-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWash\u003c\/strong\u003e\u003cbr\u003eShampoo your hair and rinse thoroughly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-step\"\u003e\n\u003cdiv class=\"pure8-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eApply\u003c\/strong\u003e\u003cbr\u003eApply the mask to the lengths and ends of your hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-step\"\u003e\n\u003cdiv class=\"pure8-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWait\u003c\/strong\u003e\u003cbr\u003eLeave for approximately 8 seconds. ⏱️\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pure8-step\"\u003e\n\u003cdiv class=\"pure8-number\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRinse\u003c\/strong\u003e\u003cbr\u003eRinse thoroughly and style as usual.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"pure8-section\"\u003e\n\u003ch2\u003e🌷 Perfect For\u003c\/h2\u003e\n\u003cp\u003e✔️ Dry or dull-looking hair\u003cbr\u003e✔️ Frizzy hair\u003cbr\u003e✔️ Tangled hair\u003cbr\u003e✔️ Hair that feels rough or difficult to manage\u003cbr\u003e✔️ Busy people who want quick and easy hair care\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"pure8-cta\"\u003e\n\u003ch2\u003e✨ Give Your Hair\u003cbr\u003eThe Glow It Deserves\u003c\/h2\u003e\n\u003cp\u003eQuick care. Beautiful-looking hair.\u003cbr\u003eJust 8 seconds can become your new favourite step. 💕\u003c\/p\u003e\n\u003ca href=\"#buy\" class=\"pure8-button\"\u003e🛍️ SHOP PURE 8 NOW\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FiRenX","offers":[{"title":"Default Title","offer_id":52016746430604,"sku":null,"price":399.99,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/3100\/2508\/files\/rn-image_picker_lib_temp_1206dde6-28eb-4c99-a92e-cbfd0d037646.png?v=1786268268","url":"https:\/\/firenx.co.za\/products\/pure","provider":"FiRenX","version":"1.0","type":"link"}