{"title":"All","description":"","products":[{"product_id":"portable-hair-straightener","title":"Wireless Hair Straightener™","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.hair-section {\n  font-family: 'Segoe UI', sans-serif;\n  margin: 0;\n  padding: 0;\n}\n\n\/* HERO *\/\n.hair-hero {\n  padding: 60px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n}\n\n.hair-hero h1 {\n  font-size: 28px;\n  color: var(--terracotta);\n  margin-bottom: 10px;\n}\n\n.hair-hero p {\n  font-size: 16px;\n  max-width: 500px;\n  margin: auto;\n}\n\n\/* FEATURES *\/\n.hair-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 15px;\n  padding: 30px 15px;\n}\n\n.hair-card {\n  background: white;\n  padding: 18px;\n  border-radius: 15px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n  font-size: 14px;\n}\n\n.hair-card h3 {\n  color: var(--terracotta);\n  font-size: 15px;\n  margin-bottom: 8px;\n}\n\n\/* SPLIT *\/\n.hair-split {\n  padding: 40px 20px;\n  text-align: center;\n}\n\n.hair-split h2 {\n  color: var(--terracotta);\n  font-size: 22px;\n  margin-bottom: 10px;\n}\n\n.hair-split p {\n  font-size: 14px;\n  max-width: 500px;\n  margin: auto;\n}\n\n\/* MOBILE OPT *\/\n@media(min-width:768px){\n  .hair-features {\n    grid-template-columns: repeat(4,1fr);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hair-section\"\u003e\n\n  \u003cdiv class=\"hair-hero\"\u003e\n    \u003ch1\u003eWireless Hair Straightener™\u003c\/h1\u003e\n    \u003cp\u003eThe secret to sleek, frizz-free salon hair — anytime, anywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hair-features\"\u003e\n\n    \u003cdiv class=\"hair-card\"\u003e\n      \u003ch3\u003e⚡ Fast \u0026amp; Cordless\u003c\/h3\u003e\n      \u003cp\u003eHeats in 30 seconds. Style anywhere.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hair-card\"\u003e\n      \u003ch3\u003e💅 Straight \u0026amp; Curl\u003c\/h3\u003e\n      \u003cp\u003eSwitch styles in seconds.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hair-card\"\u003e\n      \u003ch3\u003e🌿 Frizz-Free Shine\u003c\/h3\u003e\n      \u003cp\u003eSmooth, shiny, healthy hair.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hair-card\"\u003e\n      \u003ch3\u003e✈️ Travel Ready\u003c\/h3\u003e\n      \u003cp\u003eCompact and lightweight.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hair-split\"\u003e\n    \u003ch2\u003eBuilt for Women Who Move\u003c\/h2\u003e\n    \u003cp\u003eNo more bad hair days — at home or on the go.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TravellyZA","offers":[{"title":"Pink","offer_id":52899594633583,"sku":null,"price":499.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":52899594666351,"sku":null,"price":499.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/travellyza-hair-straightener-smaller-product-larger-box.png?v=1777621373"},{"product_id":"4-in-1-travel-container","title":"4-in-1 Portable Travel Dispenser Bottles Set","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\nbody {\n  margin: 0;\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  color: #333;\n}\n\n\/* HERO *\/\n.hero {\n  padding: 90px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  animation: fadeIn 1.2s ease;\n}\n\n.hero h1 {\n  font-size: 40px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n}\n\n.hero p {\n  max-width: 650px;\n  margin: auto;\n  font-size: 18px;\n  line-height: 1.6;\n}\n\n\/* GRID *\/\n.grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 25px;\n  padding: 60px 20px;\n}\n\n.card {\n  background: white;\n  padding: 25px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transform: translateY(40px);\n  opacity: 0;\n  transition: all 0.4s ease;\n}\n\n.card.visible {\n  transform: translateY(0);\n  opacity: 1;\n}\n\n.card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n}\n\n.card h3 {\n  color: var(--terracotta);\n}\n\n\/* SPLIT SECTION *\/\n.split {\n  display: flex;\n  flex-wrap: wrap;\n  padding: 60px 20px;\n  gap: 40px;\n  align-items: center;\n}\n\n.text {\n  flex: 1;\n  min-width: 280px;\n}\n\n.text h2 {\n  color: var(--terracotta);\n  font-size: 28px;\n}\n\n.text p {\n  line-height: 1.7;\n}\n\n.image {\n  flex: 1;\n  min-width: 280px;\n  height: 300px;\n  background: var(--blush);\n  border-radius: 20px;\n  animation: float 5s ease-in-out infinite;\n}\n\n\/* CHECKLIST *\/\n.list {\n  padding: 60px 20px;\n  background: white;\n}\n\n.list h2 {\n  text-align: center;\n  color: var(--terracotta);\n}\n\n.items {\n  max-width: 700px;\n  margin: 30px auto;\n  line-height: 2;\n  font-size: 17px;\n}\n\n\/* PACKAGE BOX *\/\n.package {\n  margin: 60px 20px;\n  padding: 40px;\n  background: var(--blush);\n  border-radius: 20px;\n  text-align: center;\n  animation: fadeIn 1.5s ease;\n}\n\n.package h3 {\n  color: var(--terracotta);\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeIn {\n  from {opacity: 0;}\n  to {opacity: 1;}\n}\n\n@keyframes float {\n  0%,100% {transform: translateY(0);}\n  50% {transform: translateY(-12px);}\n}\n\n\/* MOBILE *\/\n@media (max-width: 768px) {\n  .hero h1 {font-size: 28px;}\n}\n\u003c\/style\u003e\n\n\n\n\n\u003csection class=\"hero\"\u003e\n  \u003ch1\u003e✈️ Travel Smart, Pack Light\u003c\/h1\u003e\n  \u003cp\u003eNever stress about leaking toiletries again. Keep your essentials sealed, organised, and ready for any trip — from weekend getaways to long-haul flights.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"grid\"\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003ch3\u003e💧 What’s Included\u003c\/h3\u003e\n    \u003cp\u003e4 refillable bottles for shampoo, conditioner, body wash, lotion — plus a 20-piece sticker pack.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"card\"\u003e\n    \u003ch3\u003e🔒 Leak-Proof Design\u003c\/h3\u003e\n    \u003cp\u003eNo more spills in your luggage. Travel confidently with a secure, sealed system.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"card\"\u003e\n    \u003ch3\u003e♻️ Reusable\u003c\/h3\u003e\n    \u003cp\u003eFill, wash, repeat. Reduce waste and stop buying travel-size products.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"card\"\u003e\n    \u003ch3\u003e📏 Compact \u0026amp; Travel Friendly\u003c\/h3\u003e\n    \u003cp\u003eFits perfectly in handbags, gym bags, and carry-ons. Airport compliant.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"split\"\u003e\n  \u003cdiv class=\"text\"\u003e\n    \u003ch2\u003eBuilt for Every Trip\u003c\/h2\u003e\n    \u003cp\u003eWhether you're heading to the gym, a hotel, or catching a flight, this set keeps your routine simple, clean, and organised — without bulky bottles or messy leaks.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"image\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"list\"\u003e\n  \u003ch2\u003e🌍 Perfect For\u003c\/h2\u003e\n  \u003cdiv class=\"items\"\u003e\n    ✔️ Weekend trips \u0026amp; holidays\u003cbr\u003e\n    ✔️ Gym \u0026amp; sports bags\u003cbr\u003e\n    ✔️ Hotel stays \u0026amp; Airbnbs\u003cbr\u003e\n    ✔️ Minimalist daily routines\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"package\"\u003e\n  \u003ch3\u003e📦 Package Contents\u003c\/h3\u003e\n  \u003cp\u003e4 × Refillable Dispenser Bottles\u003cbr\u003e1 × Container For Bottles\u003cbr\u003e20 x Stickers Included\u003c\/p\u003e\n  \u003cp style=\"margin-top:20px;\"\u003e\u003cstrong\u003eRefill once. Travel forever.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\nconst cards = document.querySelectorAll('.card');\n\nwindow.addEventListener('scroll', () =\u003e {\n  cards.forEach(card =\u003e {\n    const rect = card.getBoundingClientRect();\n    if (rect.top \u003c window.innerHeight - 50) {\n      card.classList.add('visible');\n    }\n  });\n});\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"TravellyZA","offers":[{"title":"White","offer_id":52897266401647,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Green","offer_id":52897266434415,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/travellyza-product-with-packaging-box.png?v=1777632518"},{"product_id":"straightner-pouch","title":"Leather Straightener Pouch | 4 Colors !","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.pouch-section {\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  overflow: hidden;\n  margin: 0;\n  padding: 0;\n}\n\n.pouch-section * {\n  box-sizing: border-box;\n}\n\n\/* HERO *\/\n.pouch-hero {\n  padding: 50px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  border-radius: 24px;\n  margin: 10px;\n  box-shadow: 0 15px 40px rgba(200, 98, 74, 0.08);\n  animation: fadeUp 0.8s ease forwards;\n}\n\n.pouch-hero h1 {\n  font-size: 30px;\n  color: var(--terracotta);\n  margin: 0 0 15px;\n  font-weight: 600;\n  line-height: 1.2;\n}\n\n.pouch-hero p {\n  font-size: 16px;\n  line-height: 1.6;\n  max-width: 560px;\n  margin: 0 auto;\n  color: #333;\n}\n\n\/* FEATURE GRID *\/\n.pouch-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  padding: 15px 10px;\n}\n\n.pouch-card {\n  background: white;\n  padding: 20px 14px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  animation: fadeUp 0.7s ease forwards;\n}\n\n.pouch-card:nth-child(1) { animation-delay: 0.1s; }\n.pouch-card:nth-child(2) { animation-delay: 0.2s; }\n.pouch-card:nth-child(3) { animation-delay: 0.3s; }\n.pouch-card:nth-child(4) { animation-delay: 0.4s; }\n.pouch-card:nth-child(5) { animation-delay: 0.5s; }\n.pouch-card:nth-child(6) { animation-delay: 0.6s; }\n\n.pouch-card h3 {\n  color: var(--terracotta);\n  font-size: 14px;\n  margin: 0 0 8px;\n}\n\n.pouch-card p {\n  font-size: 12px;\n  line-height: 1.5;\n  margin: 0;\n  color: #444;\n}\n\n\/* STORY *\/\n.pouch-story {\n  padding: 30px 20px;\n  text-align: center;\n}\n\n.pouch-story h2 {\n  font-size: 26px;\n  color: var(--terracotta);\n  margin: 0 0 15px;\n}\n\n.pouch-story p {\n  font-size: 15px;\n  line-height: 1.7;\n  max-width: 560px;\n  margin: 0 auto;\n  color: #333;\n}\n\n\/* BENEFITS *\/\n.pouch-benefits {\n  background: white;\n  border-radius: 24px;\n  padding: 25px 20px;\n  margin: 10px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n\n.pouch-benefits h2 {\n  text-align: center;\n  color: var(--terracotta);\n  font-size: 24px;\n  margin: 0 0 20px;\n}\n\n.pouch-list {\n  display: grid;\n  gap: 12px;\n}\n\n.pouch-list div {\n  padding: 14px;\n  background: var(--cream);\n  border-radius: 14px;\n  font-size: 14px;\n  color: #333;\n}\n\n\/* DESKTOP *\/\n@media(min-width:768px){\n  .pouch-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .pouch-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* ANIMATION *\/\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pouch-section\"\u003e\n\n  \u003cdiv class=\"pouch-hero\"\u003e\n    \u003ch1\u003eLeather Straightener Pouch✨👜\u003c\/h1\u003e\n    \u003cp\u003eA sleek everyday essential designed to keep your valuables organised and within easy reach.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pouch-grid\"\u003e\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e💰 Coin \u0026amp; Cash Storage\u003c\/h3\u003e\n      \u003cp\u003ePerfect for loose change and folded notes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e🎧 Multi-Purpose\u003c\/h3\u003e\n      \u003cp\u003eGreat for earbuds, lipstick, keys, or jewellery.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e👜 Pocket-Friendly\u003c\/h3\u003e\n      \u003cp\u003eCompact enough for handbags and travel bags.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e✨ Premium Look\u003c\/h3\u003e\n      \u003cp\u003eElegant minimalist leather-style finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e👌 Quick Access\u003c\/h3\u003e\n      \u003cp\u003eSqueeze open for effortless use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pouch-card\"\u003e\n      \u003ch3\u003e🛡️ Protective Storage\u003c\/h3\u003e\n      \u003cp\u003eKeeps essentials organised and safe.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pouch-story\"\u003e\n    \u003ch2\u003eSmall Size. Big Convenience.\u003c\/h2\u003e\n    \u003cp\u003ePerfect for shopping, travel, commuting, and everyday organisation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pouch-benefits\"\u003e\n    \u003ch2\u003eWhy You'll Love It\u003c\/h2\u003e\n    \u003cdiv class=\"pouch-list\"\u003e\n      \u003cdiv\u003e💖 Stylish premium design\u003c\/div\u003e\n      \u003cdiv\u003e📦 Lightweight \u0026amp; practical\u003c\/div\u003e\n      \u003cdiv\u003e👜 Great for everyday carry\u003c\/div\u003e\n      \u003cdiv\u003e✨ Compact organisation made elegant\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TravellyZA","offers":[{"title":"Pink","offer_id":52884590068079,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Purple","offer_id":52884590100847,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Brown","offer_id":52884590133615,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":52884590166383,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/PouchPinkNew.png?v=1777215160"},{"product_id":"pocket-mirror","title":"GlowSnap Compact Pocket Mirror™","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.mirror-section {\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  overflow: hidden;\n  padding: 0;\n  margin: 0;\n  line-height: 1.4;\n}\n\n.mirror-section * {\n  box-sizing: border-box;\n}\n\n\/* HERO *\/\n.mirror-hero {\n  padding: 50px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  border-radius: 24px;\n  margin: 10px;\n  box-shadow: 0 15px 40px rgba(200, 98, 74, 0.08);\n  animation: fadeUp 1s ease;\n}\n\n.mirror-hero h1 {\n  font-size: 30px;\n  color: var(--terracotta);\n  margin: 0 0 15px 0;\n  font-weight: 600;\n}\n\n.mirror-hero p {\n  font-size: 16px;\n  line-height: 1.6;\n  max-width: 520px;\n  margin: 0 auto;\n  color: #333;\n}\n\n\/* FEATURES *\/\n.mirror-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  padding: 15px 10px;\n}\n\n.mirror-card {\n  background: white;\n  padding: 20px 16px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transform: translateY(30px);\n  opacity: 0;\n  transition: all 0.5s ease;\n}\n\n.mirror-card.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.mirror-card h3 {\n  color: var(--terracotta);\n  font-size: 15px;\n  margin: 0 0 8px;\n}\n\n.mirror-card p {\n  margin: 0;\n  font-size: 13px;\n  color: #444;\n}\n\n\/* STORY *\/\n.mirror-story {\n  padding: 30px 20px;\n  text-align: center;\n}\n\n.mirror-story h2 {\n  font-size: 26px;\n  color: var(--terracotta);\n  margin: 0 0 15px;\n}\n\n.mirror-story p {\n  font-size: 15px;\n  line-height: 1.7;\n  max-width: 550px;\n  margin: 0 auto;\n  color: #333;\n}\n\n\/* BENEFITS *\/\n.mirror-benefits {\n  background: white;\n  border-radius: 24px;\n  padding: 25px 20px;\n  margin: 10px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n\n.mirror-benefits h2 {\n  text-align: center;\n  color: var(--terracotta);\n  font-size: 24px;\n  margin: 0 0 20px;\n}\n\n.mirror-list {\n  display: grid;\n  gap: 12px;\n}\n\n.mirror-list div {\n  padding: 14px;\n  background: var(--cream);\n  border-radius: 14px;\n  font-size: 14px;\n  color: #333;\n}\n\n@media(min-width:768px){\n  .mirror-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .mirror-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\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\u003c\/style\u003e\n\n\u003cdiv class=\"mirror-section\"\u003e\n\n  \u003cdiv class=\"mirror-hero\"\u003e\n    \u003ch1\u003eGlowSnap Compact Pocket Mirror™\u003c\/h1\u003e\n    \u003cp\u003eBeauty touch-ups, anytime, anywhere. Stay flawless wherever life takes you.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mirror-grid\"\u003e\n    \u003cdiv class=\"mirror-card\"\u003e\n      \u003ch3\u003e✨ Double-Sided Design\u003c\/h3\u003e\n      \u003cp\u003eCrystal-clear mirrors for quick touch-ups.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mirror-card\"\u003e\n      \u003ch3\u003e👜 Ultra Portable\u003c\/h3\u003e\n      \u003cp\u003eFits perfectly in any handbag or pocket.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mirror-card\"\u003e\n      \u003ch3\u003e💎 Premium Finish\u003c\/h3\u003e\n      \u003cp\u003eSleek minimalist square design.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mirror-card\"\u003e\n      \u003ch3\u003e🎁 Perfect Gift\u003c\/h3\u003e\n      \u003cp\u003eBeautiful practical gift for any beauty lover.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mirror-story\"\u003e\n    \u003ch2\u003eAlways Ready To Glow\u003c\/h2\u003e\n    \u003cp\u003eQuick makeup checks, lipstick touch-ups, skincare, or confidence checks on the go.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mirror-benefits\"\u003e\n    \u003ch2\u003eWhy You'll Love It\u003c\/h2\u003e\n    \u003cdiv class=\"mirror-list\"\u003e\n      \u003cdiv\u003e✔ Compact \u0026amp; lightweight\u003c\/div\u003e\n      \u003cdiv\u003e✔ Elegant premium design\u003c\/div\u003e\n      \u003cdiv\u003e✔ Travel-friendly beauty essential\u003c\/div\u003e\n      \u003cdiv\u003e✔ Fast touch-ups anywhere\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.mirror-card').forEach((card, i) =\u003e {\n  setTimeout(() =\u003e {\n    card.classList.add('visible');\n  }, i * 150);\n});\n\u003c\/script\u003e","brand":"TravellyZA","offers":[{"title":"White","offer_id":52916908065135,"sku":null,"price":169.99,"currency_code":"ZAR","in_stock":true},{"title":"Gray","offer_id":52916908097903,"sku":null,"price":169.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":52916908130671,"sku":null,"price":169.99,"currency_code":"ZAR","in_stock":true},{"title":"Purple","offer_id":52916908163439,"sku":null,"price":169.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/compact-mirrors-blush-background-1-1.png?v=1778169987"},{"product_id":"anti-frizz-hair-spray","title":"The Frizz Fixer Hair Spray 10-in-1","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.keratin-section {\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  overflow: hidden;\n  padding-bottom: 20px;\n}\n\n\/* HERO *\/\n.keratin-hero {\n  padding: 65px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  border-radius: 24px;\n  margin: 20px 10px;\n  box-shadow: 0 15px 40px rgba(200, 98, 74, 0.08);\n  animation: keratinFadeUp 1s ease;\n}\n\n.keratin-hero h1 {\n  font-size: 30px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n  font-weight: 600;\n  letter-spacing: -0.5px;\n  line-height: 1.2;\n}\n\n.keratin-hero p {\n  font-size: 16px;\n  line-height: 1.7;\n  max-width: 560px;\n  margin: auto;\n  color: #333;\n}\n\n\/* BENEFITS GRID *\/\n.keratin-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  padding: 20px 10px;\n}\n\n.keratin-card {\n  background: white;\n  padding: 18px 14px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transform: translateY(40px);\n  opacity: 0;\n  transition: all 0.5s ease;\n}\n\n.keratin-card.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.keratin-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 18px 35px rgba(200,98,74,0.12);\n}\n\n.keratin-card h3 {\n  color: var(--terracotta);\n  font-size: 14px;\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n\n.keratin-card p {\n  font-size: 12px;\n  line-height: 1.5;\n  color: #444;\n}\n\n\/* STORY SECTION *\/\n.keratin-story {\n  padding: 50px 20px;\n  text-align: center;\n}\n\n.keratin-story h2 {\n  font-size: 26px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n}\n\n.keratin-story p {\n  font-size: 15px;\n  line-height: 1.8;\n  max-width: 550px;\n  margin: auto;\n  color: #333;\n}\n\n\/* PREMIUM BENEFITS BOX *\/\n.keratin-benefits {\n  background: white;\n  border-radius: 24px;\n  padding: 30px 20px;\n  margin: 20px 10px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n\n.keratin-benefits h2 {\n  text-align: center;\n  color: var(--terracotta);\n  font-size: 24px;\n  margin-bottom: 25px;\n}\n\n.keratin-list {\n  display: grid;\n  gap: 14px;\n}\n\n.keratin-list div {\n  padding: 16px;\n  background: var(--cream);\n  border-radius: 16px;\n  font-size: 14px;\n  color: #333;\n  line-height: 1.5;\n  transition: all 0.3s ease;\n}\n\n.keratin-list div:hover {\n  transform: translateX(6px);\n  background: var(--blush);\n}\n\n\/* DESKTOP *\/\n@media(min-width:768px){\n  .keratin-grid {\n    grid-template-columns: repeat(5, 1fr);\n  }\n\n  .keratin-hero h1 {\n    font-size: 42px;\n  }\n\n  .keratin-story h2 {\n    font-size: 34px;\n  }\n\n  .keratin-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* ANIMATION *\/\n@keyframes keratinFadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"keratin-section\"\u003e\n\n  \u003cdiv class=\"keratin-hero\"\u003e\n    \u003ch1\u003e10-in-1 Frizz Fixer ✨💆‍♀️\u003c\/h1\u003e\n    \u003cp\u003e\n      Transform dry, frizzy, unmanageable hair in seconds with this keratin-infused treatment spray that smooths, nourishes, protects, and restores salon-worthy shine.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"keratin-grid\"\u003e\n    \u003cdiv class=\"keratin-card\"\u003e\n      \u003ch3\u003e💧 Frizz Control\u003c\/h3\u003e\n      \u003cp\u003eSmooths flyaways instantly for sleek polished hair.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"keratin-card\"\u003e\n      \u003ch3\u003e🌿 Keratin Repair\u003c\/h3\u003e\n      \u003cp\u003eHelps strengthen and nourish damaged strands.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"keratin-card\"\u003e\n      \u003ch3\u003e🔥 Heat Protection\u003c\/h3\u003e\n      \u003cp\u003eProtects hair during blow-drying and heat styling.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"keratin-card\"\u003e\n      \u003ch3\u003e✨ Shine Boost\u003c\/h3\u003e\n      \u003cp\u003eLeaves hair glossy, silky, and healthy-looking.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"keratin-card\"\u003e\n      \u003ch3\u003e💨 Detangles\u003c\/h3\u003e\n      \u003cp\u003eMakes brushing easier with less pulling and breakage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"keratin-story\"\u003e\n    \u003ch2\u003eInstant Hair Rescue\u003c\/h2\u003e\n    \u003cp\u003e\n      Perfect for busy mornings, post-wash styling, or when your hair needs a quick refresh. Lightweight, non-greasy, and designed for all hair types.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"keratin-benefits\"\u003e\n    \u003ch2\u003e10 Powerful Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"keratin-list\"\u003e\n      \u003cdiv\u003e💥 Split end care \u0026amp; damage defence\u003c\/div\u003e\n      \u003cdiv\u003e🛡️ Anti-humidity frizz protection\u003c\/div\u003e\n      \u003cdiv\u003e🎀 Lightweight finish with no sticky buildup\u003c\/div\u003e\n      \u003cdiv\u003e💧 Deep hydration for dry thirsty hair\u003c\/div\u003e\n      \u003cdiv\u003e💇‍♀️ Suitable for straight, curly, wavy \u0026amp; damaged hair\u003c\/div\u003e\n      \u003cdiv\u003e✨ Salon-smooth hair without the salon visit\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.keratin-card').forEach((card, i) =\u003e {\n  setTimeout(() =\u003e {\n    card.classList.add('visible');\n  }, i * 150);\n});\n\u003c\/script\u003e","brand":"TravellyZA","offers":[{"title":"100 ml","offer_id":52929902543215,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/rozino-keratin-hair-care-oil-creative-styled-showcase.png?v=1778170953"},{"product_id":"usb-usb-c-car-charger","title":"The RoadCharge™","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.charger-section {\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  overflow: hidden;\n  padding-bottom: 20px;\n}\n\n\/* HERO *\/\n.charger-hero {\n  padding: 65px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  border-radius: 24px;\n  margin: 20px 10px;\n  box-shadow: 0 15px 40px rgba(200, 98, 74, 0.08);\n  animation: chargerFadeUp 1s ease;\n  position: relative;\n}\n\n.charger-hero::before {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  background: rgba(200, 98, 74, 0.08);\n  border-radius: 50%;\n  top: -60px;\n  right: -50px;\n  animation: floatGlow 6s ease-in-out infinite;\n}\n\n.charger-hero h1 {\n  font-size: 30px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n  font-weight: 600;\n  line-height: 1.2;\n  position: relative;\n  z-index: 2;\n}\n\n.charger-hero p {\n  font-size: 16px;\n  line-height: 1.7;\n  max-width: 560px;\n  margin: auto;\n  color: #333;\n  position: relative;\n  z-index: 2;\n}\n\n\/* FEATURES *\/\n.charger-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  padding: 20px 10px;\n}\n\n.charger-card {\n  background: white;\n  padding: 20px 14px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  opacity: 0;\n  transform: translateY(35px);\n  transition: all 0.5s ease;\n}\n\n.charger-card.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.charger-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 18px 35px rgba(200,98,74,0.12);\n}\n\n.charger-card h3 {\n  color: var(--terracotta);\n  font-size: 14px;\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n\n.charger-card p {\n  font-size: 12px;\n  line-height: 1.5;\n  color: #444;\n}\n\n\/* STORY *\/\n.charger-story {\n  padding: 50px 20px;\n  text-align: center;\n}\n\n.charger-story h2 {\n  font-size: 26px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n}\n\n.charger-story p {\n  font-size: 15px;\n  line-height: 1.8;\n  max-width: 560px;\n  margin: auto;\n  color: #333;\n}\n\n\/* BENEFITS *\/\n.charger-benefits {\n  background: white;\n  border-radius: 24px;\n  padding: 30px 20px;\n  margin: 20px 10px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n\n.charger-benefits h2 {\n  text-align: center;\n  color: var(--terracotta);\n  font-size: 24px;\n  margin-bottom: 25px;\n}\n\n.charger-list {\n  display: grid;\n  gap: 14px;\n}\n\n.charger-list div {\n  padding: 16px;\n  background: var(--cream);\n  border-radius: 16px;\n  font-size: 14px;\n  color: #333;\n  line-height: 1.5;\n  transition: all 0.3s ease;\n}\n\n.charger-list div:hover {\n  transform: translateX(6px);\n  background: var(--blush);\n}\n\n\/* DESKTOP *\/\n@media(min-width:768px){\n  .charger-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .charger-hero h1 {\n    font-size: 42px;\n  }\n\n  .charger-story h2 {\n    font-size: 34px;\n  }\n\n  .charger-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* ANIMATIONS *\/\n@keyframes chargerFadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes floatGlow {\n  0%,100% { transform: translateY(0px); }\n  50% { transform: translateY(15px); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"charger-section\"\u003e\n\n  \u003cdiv class=\"charger-hero\"\u003e\n    \u003ch1\u003eThe RoadCharge™ Car Charger ⚡🚗\u003c\/h1\u003e\n    \u003cp\u003e\n      Stay powered wherever the road takes you with high-speed charging, universal compatibility, and a sleek ambient glow that upgrades your entire driving experience.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"charger-grid\"\u003e\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e⚡ PD Fast Charging\u003c\/h3\u003e\n      \u003cp\u003eCharge compatible devices much faster than standard car chargers.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e📱 Universal Compatibility\u003c\/h3\u003e\n      \u003cp\u003eWorks with iPhone, Samsung, Xiaomi, and most USB-powered devices.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e💡 LED Ambient Light\u003c\/h3\u003e\n      \u003cp\u003eSoft premium glow makes nighttime charging easy and stylish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e🔌 Flush Compact Design\u003c\/h3\u003e\n      \u003cp\u003eFits neatly into your charging port without bulky clutter.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e🛡️ Smart Safety Protection\u003c\/h3\u003e\n      \u003cp\u003eBuilt-in protection against overheating, overcharging, and short circuits.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"charger-card\"\u003e\n      \u003ch3\u003e🚘 Everyday Essential\u003c\/h3\u003e\n      \u003cp\u003ePerfect for commuting, road trips, rideshare driving, and emergencies.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"charger-story\"\u003e\n    \u003ch2\u003ePower On Every Journey\u003c\/h2\u003e\n    \u003cp\u003e\n      No more dead phone batteries while driving. Whether you're navigating, streaming music, or taking important calls, this charger keeps your devices powered when you need them most.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"charger-benefits\"\u003e\n    \u003ch2\u003eWhy Drivers Love It\u003c\/h2\u003e\n    \u003cdiv class=\"charger-list\"\u003e\n      \u003cdiv\u003e🔥 Fast charging when every minute counts\u003c\/div\u003e\n      \u003cdiv\u003e✨ Stylish LED glow upgrades your interior\u003c\/div\u003e\n      \u003cdiv\u003e📦 Compact low-profile premium design\u003c\/div\u003e\n      \u003cdiv\u003e🔒 Safe intelligent charging technology\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.charger-card').forEach((card, i) =\u003e {\n  setTimeout(() =\u003e {\n    card.classList.add('visible');\n  }, i * 150);\n});\n\u003c\/script\u003e","brand":"TravellyZA","offers":[{"title":"Black","offer_id":52916912030063,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":52916912095599,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/car-charger-professional-creative-showcase.png?v=1778177739"},{"product_id":"crocodile-hair-clips","title":"The No-Slip Hair Clips™ (6-Pack)","description":"\u003cstyle\u003e\n:root {\n  --terracotta: #C8624A;\n  --cream: #F5F0EB;\n  --blush: #E8D5C4;\n}\n\n.clips-section {\n  font-family: 'Segoe UI', sans-serif;\n  background: var(--cream);\n  overflow: hidden;\n  padding-bottom: 20px;\n}\n\n\/* HERO *\/\n.clips-hero {\n  padding: 65px 20px;\n  text-align: center;\n  background: linear-gradient(135deg, var(--cream), var(--blush));\n  border-radius: 24px;\n  margin: 20px 10px;\n  box-shadow: 0 15px 40px rgba(200, 98, 74, 0.08);\n  animation: clipsFadeUp 1s ease;\n}\n\n.clips-hero h1 {\n  font-size: 30px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n  font-weight: 600;\n  letter-spacing: -0.5px;\n  line-height: 1.2;\n}\n\n.clips-hero p {\n  font-size: 16px;\n  line-height: 1.7;\n  max-width: 540px;\n  margin: auto;\n  color: #333;\n}\n\n\/* FEATURE CARDS *\/\n.clips-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  padding: 20px 10px;\n}\n\n.clips-card {\n  background: white;\n  padding: 20px 16px;\n  border-radius: 20px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transform: translateY(40px);\n  opacity: 0;\n  transition: all 0.5s ease;\n}\n\n.clips-card.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.clips-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 18px 35px rgba(200,98,74,0.12);\n}\n\n.clips-card h3 {\n  color: var(--terracotta);\n  font-size: 15px;\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n\n.clips-card p {\n  font-size: 13px;\n  line-height: 1.5;\n  color: #444;\n}\n\n\/* STORY SECTION *\/\n.clips-story {\n  padding: 50px 20px;\n  text-align: center;\n}\n\n.clips-story h2 {\n  font-size: 26px;\n  color: var(--terracotta);\n  margin-bottom: 15px;\n}\n\n.clips-story p {\n  font-size: 15px;\n  line-height: 1.8;\n  max-width: 550px;\n  margin: auto;\n  color: #333;\n}\n\n\/* BENEFITS *\/\n.clips-benefits {\n  background: white;\n  border-radius: 24px;\n  padding: 30px 20px;\n  margin: 20px 10px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n\n.clips-benefits h2 {\n  text-align: center;\n  color: var(--terracotta);\n  font-size: 24px;\n  margin-bottom: 25px;\n}\n\n.clips-list {\n  display: grid;\n  gap: 14px;\n}\n\n.clips-list div {\n  padding: 16px;\n  background: var(--cream);\n  border-radius: 16px;\n  font-size: 14px;\n  color: #333;\n  line-height: 1.5;\n  transition: all 0.3s ease;\n}\n\n.clips-list div:hover {\n  transform: translateX(6px);\n  background: var(--blush);\n}\n\n\/* MOBILE \/ DESKTOP *\/\n@media(min-width:768px){\n  .clips-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .clips-hero h1 {\n    font-size: 42px;\n  }\n\n  .clips-story h2 {\n    font-size: 34px;\n  }\n\n  .clips-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* ANIMATION *\/\n@keyframes clipsFadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"clips-section\"\u003e\n\n  \u003cdiv class=\"clips-hero\"\u003e\n    \u003ch1\u003eThe No-Slip Hair Clips™ (6-Pack)✨💇‍♀️\u003c\/h1\u003e\n    \u003cp\u003e\n      Make hairstyling faster, easier, and frustration-free with salon-style sectioning clips designed to hold hair securely while you style, curl, straighten, or prep.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clips-grid\"\u003e\n    \u003cdiv class=\"clips-card\"\u003e\n      \u003ch3\u003e🔒 Strong Non-Slip Grip\u003c\/h3\u003e\n      \u003cp\u003eSecurely holds thick, thin, wet, or dry hair without slipping.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clips-card\"\u003e\n      \u003ch3\u003e💨 Faster Styling\u003c\/h3\u003e\n      \u003cp\u003eNeatly section hair for quicker blowouts, curling, and straightening.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clips-card\"\u003e\n      \u003ch3\u003e♻️ Lightweight \u0026amp; Reusable\u003c\/h3\u003e\n      \u003cp\u003eDurable design made for everyday beauty routines.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clips-card\"\u003e\n      \u003ch3\u003e👜 Travel Friendly\u003c\/h3\u003e\n      \u003cp\u003eCompact enough to keep in your handbag, beauty pouch, or travel kit.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clips-story\"\u003e\n    \u003ch2\u003eSalon Styling, Anywhere\u003c\/h2\u003e\n    \u003cp\u003e\n      Whether you're creating a flawless blowout, applying makeup, or doing your skincare routine, these clips keep your hair exactly where it should be — out of the way.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clips-benefits\"\u003e\n    \u003ch2\u003eWhy You'll Love Them\u003c\/h2\u003e\n    \u003cdiv class=\"clips-list\"\u003e\n      \u003cdiv\u003e🎨 Perfect for blow-drying, curling, dyeing, straightening \u0026amp; styling\u003c\/div\u003e\n      \u003cdiv\u003e💖 Gentle hold that keeps hair secure without constant readjusting\u003c\/div\u003e\n      \u003cdiv\u003e✨ Professional salon-inspired styling at home\u003c\/div\u003e\n      \u003cdiv\u003e📦 6-piece set for full styling flexibility\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.clips-card').forEach((card, i) =\u003e {\n  setTimeout(() =\u003e {\n    card.classList.add('visible');\n  }, i * 180);\n});\n\u003c\/script\u003e","brand":"TravellyZA","offers":[{"title":"Red","offer_id":52916914717039,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":52916914749807,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":52916914782575,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true},{"title":"Yellow","offer_id":52916914815343,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0969\/2797\/3743\/files\/hair-sectioning-clips-creative-lifestyle-showcase.png?v=1778320906"}],"url":"https:\/\/travellyza.co.za\/collections\/all.oembed","provider":"TravellyZA","version":"1.0","type":"link"}