{"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","url":"https:\/\/purelyhersanctuary.co.za\/products\/luxury-travel-care-kit","provider":"Purely Her Sanctuary","version":"1.0","type":"link"}