{"title":"Hair Care","description":"\u003cp\u003eNourish and care for your hair with our curated selection of premium hair care products. From nourishing capsules to microfiber towels and complete hair care sets, everything you need for a luxurious hair care routine.\u003c\/p\u003e","products":[{"product_id":"hair-nourishment-capsules","title":"Hair Nourishment Capsules","description":"\u003cdiv class=\"luxury-capsules\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003eHair Nourishment Capsules X2 Bottles\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eRadiance from Within\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eDiscover the secret to luminous, healthy hair that begins from the inside out. Our exquisitely formulated hair nourishment capsules are designed for the woman who understands that true beauty is cultivated through intentional self-care—delivering salon-worthy results through the power of premium ingredients and scientific innovation.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"benefits\"\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eStrengthen from the Root\u003c\/h3\u003e\n      \u003cp\u003eFortify each strand from within, reducing breakage and promoting resilient, healthy hair growth.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eEnhance Natural Shine\u003c\/h3\u003e\n      \u003cp\u003eUnlock your hair’s inherent luminosity with nutrients that nourish the shaft and restore its lustre.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eSupport Thickness \u0026amp; Volume\u003c\/h3\u003e\n      \u003cp\u003eEncourage fuller, more voluminous hair that feels as luxurious as it looks.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePromote Scalp Health\u003c\/h3\u003e\n      \u003cp\u003eCreate the optimal foundation for beautiful hair with ingredients that support a balanced scalp.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eProtect \u0026amp; Restore\u003c\/h3\u003e\n      \u003cp\u003eShield your hair from environmental stressors while repairing damage from styling and daily wear.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"closing\"\u003e\n    \u003cp class=\"closing-text\"\u003ePurely Her. Purely Nourished. Purely Radiant.\u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* Premium serif font *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=New+Icon\u0026display=swap');\n\n.luxury-capsules {\n  font-family: 'New Icon', serif;\n  background: #fff url('https:\/\/www.transparenttextures.com\/patterns\/marble.png') repeat;\n  padding: 60px;\n  border-radius: 20px;\n  box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Hero section *\/\n.hero {\n  text-align: center;\n  margin-bottom: 50px;\n  animation: fadeIn 2s ease-in-out;\n}\n\n.hero-title {\n  font-size: 4em;\n  font-weight: 700;\n  color: #000;\n  margin-bottom: 10px;\n}\n\n.hero-subtitle {\n  font-size: 2.2em;\n  color: #444;\n  margin-bottom: 15px;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.hero-tagline {\n  font-size: 1.5em;\n  color: #666;\n  font-style: italic;\n  animation: fadeUp 3s ease-in-out;\n}\n\n\/* Intro *\/\n.intro {\n  max-width: 900px;\n  margin: 0 auto 60px auto;\n  font-size: 1.3em;\n  line-height: 1.8;\n  color: #333;\n  text-align: center;\n  animation: fadeIn 3s ease-in-out;\n}\n\n\/* Benefits grid *\/\n.benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-bottom: 60px;\n}\n\n.benefit {\n  background: rgba(255,255,255,0.95);\n  border: 1px solid #ddd;\n  border-radius: 14px;\n  padding: 30px;\n  text-align: center;\n  transition: transform 0.5s ease, box-shadow 0.5s ease;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.benefit:hover {\n  transform: translateY(-12px) scale(1.05);\n  box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n}\n\n.benefit h3 {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #000;\n  font-weight: 600;\n}\n\n.benefit p {\n  font-size: 1.1em;\n  color: #555;\n}\n\n.icon {\n  font-size: 2em;\n  color: #d4af37; \/* Gold tone *\/\n  display: block;\n  margin-bottom: 15px;\n  animation: pulse 3s infinite;\n}\n\n\/* Closing banner *\/\n.closing {\n  text-align: center;\n}\n\n.closing-text {\n  font-size: 1.8em;\n  font-weight: bold;\n  color: #000;\n  animation: fadeIn 4s ease-in-out;\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n  from {opacity: 0;}\n  to {opacity: 1;}\n}\n\n@keyframes fadeUp {\n  from {opacity: 0; transform: translateY(30px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\n@keyframes pulse {\n  0%, 100% {transform: scale(1);}\n  50% {transform: scale(1.2);}\n}\n\u003c\/style\u003e\n","brand":"Purely Her Sanctuary","offers":[{"title":"Default Title","offer_id":53179664204143,"sku":null,"price":470.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimageforhaircapsules.png?v=1783080914"},{"product_id":"multipurpose-microfiber-hair-towel","title":"Multipurpose Microfiber hair Towel","description":"\u003cdiv class=\"luxury-hair-towel\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003eMultipurpose Microfiber Hair Towel\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eLuxury \u0026amp; Practicality in Every Hair Wrap\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eTransform your post-shower ritual into a moment of pure indulgence with our exquisitely crafted microfiber hair towel. Designed for the woman who refuses to compromise between efficacy and elegance, this sumptuous wrap delivers salon-quality care in the comfort of your own sanctuary.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"benefits\"\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eReduces Frizz \u0026amp; Friction\u003c\/h3\u003e\n      \u003cp\u003eUltra-soft microfiber glides over each strand with whisper-gentle care, eliminating harsh rubbing that causes breakage and frizz—leaving hair smooth, sleek, and manageable.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eProtects Hair Integrity\u003c\/h3\u003e\n      \u003cp\u003eUnlike traditional towels that tug and tear, our refined microfiber respects your hair’s natural structure, preventing split ends and preserving health from root to tip.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eSecure Twist Design\u003c\/h3\u003e\n      \u003cp\u003eThoughtfully engineered to stay perfectly in place, allowing you to move freely while your hair dries naturally and efficiently—no slipping, no adjusting, just effortless elegance.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eFast-Drying Efficiency\u003c\/h3\u003e\n      \u003cp\u003eAbsorbs moisture rapidly while maintaining the perfect balance of gentleness and efficiency, reducing drying time without compromising hair health.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eVersatile Beauty Essential\u003c\/h3\u003e\n      \u003cp\u003ePerfect for all hair types and lengths—ideal for drying, applying treatments, or simply relaxing while your hair is cradled in luxurious comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"closing\"\u003e\n    \u003cp class=\"closing-text\"\u003ePurely Her. Purely Gentle. Purely Luxurious.\u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* Premium serif font *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=New+Icon\u0026display=swap');\n\n.luxury-hair-towel {\n  font-family: 'New Icon', serif;\n  background: #fff url('https:\/\/www.transparenttextures.com\/patterns\/marble.png') repeat;\n  padding: 60px;\n  border-radius: 20px;\n  box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Hero section *\/\n.hero {\n  text-align: center;\n  margin-bottom: 50px;\n  animation: fadeIn 2s ease-in-out;\n}\n\n.hero-title {\n  font-size: 4em;\n  font-weight: 700;\n  color: #000;\n  margin-bottom: 10px;\n}\n\n.hero-subtitle {\n  font-size: 2.2em;\n  color: #444;\n  margin-bottom: 15px;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.hero-tagline {\n  font-size: 1.5em;\n  color: #666;\n  font-style: italic;\n  animation: fadeUp 3s ease-in-out;\n}\n\n\/* Intro *\/\n.intro {\n  max-width: 900px;\n  margin: 0 auto 60px auto;\n  font-size: 1.3em;\n  line-height: 1.8;\n  color: #333;\n  text-align: center;\n  animation: fadeIn 3s ease-in-out;\n}\n\n\/* Benefits grid *\/\n.benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-bottom: 60px;\n}\n\n.benefit {\n  background: rgba(255,255,255,0.95);\n  border: 1px solid #ddd;\n  border-radius: 14px;\n  padding: 30px;\n  text-align: center;\n  transition: transform 0.5s ease, box-shadow 0.5s ease;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.benefit:hover {\n  transform: translateY(-12px) scale(1.05);\n  box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n}\n\n.benefit h3 {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #000;\n  font-weight: 600;\n}\n\n.benefit p {\n  font-size: 1.1em;\n  color: #555;\n}\n\n.icon {\n  font-size: 2em;\n  color: #d4af37; \/* Gold tone *\/\n  display: block;\n  margin-bottom: 15px;\n  animation: pulse 3s infinite;\n}\n\n\/* Closing banner *\/\n.closing {\n  text-align: center;\n}\n\n.closing-text {\n  font-size: 1.8em;\n  font-weight: bold;\n  color: #000;\n  animation: fadeIn 4s ease-in-out;\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n  from {opacity: 0;}\n  to {opacity: 1;}\n}\n\n@keyframes fadeUp {\n  from {opacity: 0; transform: translateY(30px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\n@keyframes pulse {\n  0%, 100% {transform: scale(1);}\n  50% {transform: scale(1.2);}\n}\n\u003c\/style\u003e\n","brand":"PURELY HER","offers":[{"title":"Default Title","offer_id":53179664400751,"sku":null,"price":470.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimageforhairtowel.png?v=1783080915"},{"product_id":"5-piece-hair-care-set","title":"5 Piece Hair care set","description":"\u003cdiv class=\"luxury-hair-set\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003e5-Piece Hair Care Set\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eStress-Free Hair Vibes\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eElevate your hair care ritual with our thoughtfully curated 5-piece collection, where timeless beauty meets modern innovation. Designed for the woman who cherishes her crowning glory, this exquisite set transforms everyday styling into an indulgent act of self-love.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Animated Individual Pieces --\u003e\n  \u003csection class=\"pieces\"\u003e\n    \u003ch2 class=\"section-title\"\u003eYour Complete Hair Care Collection\u003c\/h2\u003e\n\n    \u003cdiv class=\"piece\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eWide-Tooth Comb\u003c\/h3\u003e\n      \u003cp\u003eGlides effortlessly through wet or dry hair, reducing breakage and frizz while preserving natural texture.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"piece\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eTT Comb\u003c\/h3\u003e\n      \u003cp\u003ePerfect for detangling delicate strands with precision, ensuring smooth styling without tugging.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"piece\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eShampoo Brush\u003c\/h3\u003e\n      \u003cp\u003eStimulates circulation and gently exfoliates the scalp, promoting healthier growth and relaxation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"piece\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eEgg Comb\u003c\/h3\u003e\n      \u003cp\u003eCompact and ergonomic, designed for effortless combing and everyday styling convenience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"piece\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eBurlap Gift Bag\u003c\/h3\u003e\n      \u003cp\u003eEco-conscious and elegant, the burlap bag keeps your set organized while adding a refined touch.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Color Options --\u003e\n  \u003csection class=\"colors\"\u003e\n    \u003ch2 class=\"section-title\"\u003eAvailable Colour Options\u003c\/h2\u003e\n    \u003cp\u003eChoose from \u003cstrong\u003eBeige\u003c\/strong\u003e or \u003cstrong\u003ePink\u003c\/strong\u003e—curated hues designed to complement your personal style.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"closing\"\u003e\n    \u003cp class=\"closing-text\"\u003ePurely Her. Purely Effortless. Purely Beautiful.\u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* Premium serif font *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=New+Icon\u0026display=swap');\n\n.luxury-hair-set {\n  font-family: 'New Icon', serif;\n  background: #fff url('https:\/\/www.transparenttextures.com\/patterns\/marble.png') repeat;\n  padding: 60px;\n  border-radius: 20px;\n  box-shadow: 0 25px 50px rgba(0,0,0,0.15);\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Hero section *\/\n.hero {\n  text-align: center;\n  margin-bottom: 50px;\n  animation: fadeIn 2s ease-in-out;\n}\n\n.hero-title {\n  font-size: 4em;\n  font-weight: 700;\n  color: #000;\n  margin-bottom: 10px;\n}\n\n.hero-subtitle {\n  font-size: 2.2em;\n  color: #444;\n  margin-bottom: 15px;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.hero-tagline {\n  font-size: 1.5em;\n  color: #666;\n  font-style: italic;\n  animation: fadeUp 3s ease-in-out;\n}\n\n\/* Intro *\/\n.intro {\n  max-width: 900px;\n  margin: 0 auto 60px auto;\n  font-size: 1.3em;\n  line-height: 1.8;\n  color: #333;\n  text-align: center;\n  animation: fadeIn 3s ease-in-out;\n}\n\n\/* Individual pieces grid *\/\n.pieces {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 30px;\n  margin-bottom: 60px;\n}\n\n.piece {\n  background: rgba(255,255,255,0.95);\n  border: 1px solid #ddd;\n  border-radius: 14px;\n  padding: 25px;\n  text-align: center;\n  transition: transform 0.6s ease, box-shadow 0.6s ease;\n  animation: fadeUp 2s ease-in-out;\n}\n\n.piece:hover {\n  transform: translateY(-12px) scale(1.08);\n  box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n}\n\n.piece h3 {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #000;\n  font-weight: 600;\n}\n\n.piece p {\n  font-size: 1.1em;\n  color: #555;\n}\n\n.icon {\n  font-size: 2em;\n  color: #d4af37; \/* Gold tone *\/\n  display: block;\n  margin-bottom: 15px;\n  animation: pulse 3s infinite;\n}\n\n\/* Colors section *\/\n.colors {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.colors p {\n  font-size: 1.3em;\n  color: #333;\n}\n\n\/* Closing banner *\/\n.closing {\n  text-align: center;\n}\n\n.closing-text {\n  font-size: 1.8em;\n  font-weight: bold;\n  color: #000;\n  animation: fadeIn 4s ease-in-out;\n}\n\n\/* Animations *\/\n@keyframes fadeIn {\n  from {opacity: 0;}\n  to {opacity: 1;}\n}\n\n@keyframes fadeUp {\n  from {opacity: 0; transform: translateY(30px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\n@keyframes pulse {\n  0%, 100% {transform: scale(1);}\n  50% {transform: scale(1.2);}\n}\n\u003c\/style\u003e\n","brand":"PURELY HER","offers":[{"title":"Default Title","offer_id":53179664564591,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimagefor5pchairset.png?v=1783080917"}],"url":"https:\/\/purelyhersanctuary.co.za\/collections\/hair-care.oembed","provider":"Purely Her Sanctuary","version":"1.0","type":"link"}