{"title":"Travel \u0026 On-the-Go","description":"\u003cp\u003eStay polished wherever you go. Our travel-ready beauty and wellness essentials are compact, practical, and luxuriously designed for the woman on the move.\u003c\/p\u003e","products":[{"product_id":"luxury-travel-care-kit","title":"Luxury Travel Care Kit","description":"\u003cdiv class=\"luxury-kit\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003eLuxury Travel Care Kit\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eElegance That Travels With You\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eNever compromise your self-care ritual, no matter where life takes you. Our exquisitely curated travel care kit brings the full luxury of your at-home routine into a beautifully portable collection—designed for the woman who refuses to sacrifice elegance for convenience.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"features\"\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePremium Travel-Sized Bottles\u003c\/h3\u003e\n      \u003cp\u003eElegantly designed, TSA compliant, bringing your complete care routine wherever you roam.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eSecure Transparent Case\u003c\/h3\u003e\n      \u003cp\u003eSophisticated clear case with black trim and zipper closure keeps everything visible and organized.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eLeak-Proof Design\u003c\/h3\u003e\n      \u003cp\u003eTravel with complete confidence—secure closures protect against spills and preserve your belongings.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eVersatile \u0026amp; Refillable\u003c\/h3\u003e\n      \u003cp\u003eFill with your favorite products—creating a personalized travel collection that evolves with your needs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eCompact Luxury\u003c\/h3\u003e\n      \u003cp\u003eStreamlined design fits effortlessly into carry-ons, handbags, or gym bags while maintaining elegance.\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 Portable. Purely Uncompromising.\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-kit {\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}\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\/* Features grid *\/\n.features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-bottom: 60px;\n}\n\n.feature {\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.feature:hover {\n  transform: translateY(-12px) scale(1.05);\n  box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n}\n\n.feature h3 {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #000;\n  font-weight: 600;\n}\n\n.feature 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":53179664138607,"sku":null,"price":467.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimagefortravelkit.png?v=1783080912"},{"product_id":"velvet-decompression-pillow-cosmetic-bag","title":"Velvet Decompression Pillow Cosmetic Bag","description":"\u003cdiv class=\"luxury-bag\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003eVelvet Decompression Pillow Cosmetic Bag\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eSoft Luxury Meets Effortless Organization\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eIndulge in the perfect fusion of plush comfort and refined functionality with this exquisitely crafted velvet cosmetic bag. Designed for the woman who travels through life with grace and style, this sumptuous accessory transforms everyday organization into an experience of pure luxury—because your beauty essentials deserve a home as beautiful as you are.\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\u003eStylish \u0026amp; Functional Design\u003c\/h3\u003e\n      \u003cp\u003eKeep your essentials neatly organized and accessible. Crafted from high-quality materials, the plush velvet exterior adds sophistication to your travel accessories.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eSpacious Interior\u003c\/h3\u003e\n      \u003cp\u003eGenerous capacity with intelligent compartments ensures toiletries, makeup, and personal items are elegantly arranged for any journey.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eDecompression Pillow Design\u003c\/h3\u003e\n      \u003cp\u003eUnique pillow-like structure cushions delicate items while maintaining its elegant shape—combining practicality with plush comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePremium Velvet Texture\u003c\/h3\u003e\n      \u003cp\u003eIndulge your senses with the sumptuous velvet exterior that feels divine to the touch and exudes timeless elegance.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eCurated Colour Options\u003c\/h3\u003e\n      \u003cp\u003eChoose from soft, sophisticated hues designed to complement your personal style and elevate your daily routine.\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 Organized. Purely Elegant.\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-bag {\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":53179664302447,"sku":null,"price":545.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimageforvelvetbags.png?v=1783080913"},{"product_id":"portable-usb-oral-irrigator","title":"Portable USB Oral Irrigator","description":"\u003cdiv class=\"luxury-irrigator\"\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003ch1 class=\"hero-title\"\u003ePURELY HER\u003c\/h1\u003e\n    \u003ch2 class=\"hero-subtitle\"\u003ePortable USB Oral Irrigator\u003c\/h2\u003e\n    \u003cp class=\"hero-tagline\"\u003eExquisite Dental and Gum Care Solution\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro\"\u003e\n    \u003cp\u003eElevate your oral care ritual to an art form with this luxuriously designed portable water flosser. Crafted for the woman who understands that true beauty radiates from within—starting with a confident, radiant smile—this sophisticated device transforms daily dental care into a moment of pure self-care indulgence.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Interactive Modes Section --\u003e\n  \u003csection class=\"modes\"\u003e\n    \u003ch2 class=\"section-title\"\u003e3 Personalized Water Flosser Modes\u003c\/h2\u003e\n    \u003cdiv class=\"mode\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eGentle Mode\u003c\/h3\u003e\n      \u003cp\u003eA whisper-soft stream for sensitive gums, soothing care that removes debris while honoring delicate tissues.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mode\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eNormal Mode\u003c\/h3\u003e\n      \u003cp\u003eBalanced power and gentleness for everyday use, delivering thorough cleansing and refreshing comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mode\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePulse Mode\u003c\/h3\u003e\n      \u003cp\u003eInvigorating massage that stimulates circulation while removing stubborn particles—transforming routine into revitalization.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Interactive Nozzles Section --\u003e\n  \u003csection class=\"nozzles\"\u003e\n    \u003ch2 class=\"section-title\"\u003e4 Interchangeable Nozzles\u003c\/h2\u003e\n    \u003cdiv class=\"nozzle\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eStandard Nozzle\u003c\/h3\u003e\n      \u003cp\u003eYour everyday essential for comprehensive cleaning.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nozzle\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eTongue Scraper Nozzle\u003c\/h3\u003e\n      \u003cp\u003eEliminates impurities for fresh, confident breath.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nozzle\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePeriodontal Nozzle\u003c\/h3\u003e\n      \u003cp\u003eTargeted care for gum health and deep cleaning.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nozzle\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eOrthodontic Nozzle\u003c\/h3\u003e\n      \u003cp\u003eSpecialized design for braces and dental work.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Refined Features Section --\u003e\n  \u003csection class=\"features\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRefined Features for Luxurious Care\u003c\/h2\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eCustomizable Gum Cleaning\u003c\/h3\u003e\n      \u003cp\u003eStandard and high-level gum cleaning options tailored to your unique oral care needs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eWaterproof IPX7 Protection\u003c\/h3\u003e\n      \u003cp\u003eLuxuriously designed for shower use and effortless maintenance.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eEffective Stain \u0026amp; Debris Removal\u003c\/h3\u003e\n      \u003cp\u003eRemoves stains, bacteria, and particles for that just-left-the-dentist feeling.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003eGentle Yet Powerful\u003c\/h3\u003e\n      \u003cp\u003eWater pressure is strong enough to clean, gentle enough to protect delicate oral tissues.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature\"\u003e\n      \u003cspan class=\"icon\"\u003e♡\u003c\/span\u003e\n      \u003ch3\u003ePortable \u0026amp; USB-Rechargeable\u003c\/h3\u003e\n      \u003cp\u003eCompact, travel-friendly design ensures radiant smiles wherever life takes you.\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 Radiant. Purely Confident.\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-irrigator {\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\/* Section titles *\/\n.section-title {\n  font-size: 2em;\n  text-align: center;\n  margin-bottom: 30px;\n  color: #000;\n  font-weight: 700;\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\/* Modes, Nozzles, Features grids *\/\n.modes, .nozzles, .features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n  margin-bottom: 60px;\n}\n\n.mode, .nozzle, .feature {\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.mode:hover, .nozzle:hover, .feature:hover {\n  transform: translateY(-12px) scale(1.05);\n  box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n}\n\n.mode h3, .nozzle h3, .feature h3 {\n  font-size: 1.5em;\n  margin-bottom: 15px;\n  color: #000;\n  font-weight: 600;\n}\n\n.mode p, .nozzle p, .feature 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":53179664367983,"sku":null,"price":647.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/0736\/8559\/files\/1stimagefororalcare.png?v=1783080914"}],"url":"https:\/\/purelyhersanctuary.co.za\/collections\/travel-on-the-go.oembed","provider":"Purely Her Sanctuary","version":"1.0","type":"link"}