{"title":"Home page","description":null,"products":[{"product_id":"sleek-beauty™-on-the-go-salon-styling-comb","title":"Sleek Beauty™ Cordless Straightening Brush","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;600;700\u0026family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n\n.sleek-wrapper {\n  font-family: 'Poppins', sans-serif;\n  background:\n    radial-gradient(circle at top right, rgba(234, 32, 137, 0.10), transparent 40%),\n    radial-gradient(circle at bottom left, rgba(92, 19, 125, 0.16), transparent 50%),\n    #0a0a0a;\n  color: #f3eff7;\n  overflow: hidden;\n  padding: 45px 15px;\n}\n\n.sleek-container {\n  max-width: 1200px;\n  margin: auto;\n}\n\n.sleek-hero {\n  text-align: center;\n  animation: fadeUp 1s ease;\n}\n\n.sleek-tag {\n  display: inline-block;\n  background: rgba(234, 32, 137, 0.2); \n  color: #ff52b3;\n  padding: 8px 18px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  border: 1px solid rgba(234, 32, 137, 0.4);\n}\n\n.sleek-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 42px;\n  line-height: 1.2;\n  margin: 22px auto;\n  max-width: 700px;\n  background: linear-gradient(90deg, #a846f7, #ea2089);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  color: #ea2089;\n}\n\n.sleek-sub {\n  max-width: 650px;\n  margin: auto;\n  font-size: 17px;\n  color: #cbc2d4;\n  line-height: 1.8;\n}\n\n.product-glow {\n  margin: 50px auto;\n  width: 330px;\n  height: 330px;\n  border-radius: 40px;\n  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(234, 32, 137, 0.03));\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow:\n    0 30px 60px rgba(0, 0, 0, 0.5),\n    0 0 40px rgba(168, 70, 247, 0.15),\n    inset 0 0 20px rgba(255, 255, 255, 0.1);\n  border: 1px solid rgba(255, 255, 255, 0.1);\n  animation: pulse 3s infinite;\n}\n\n.product-glow img {\n  width: 90%;\n  filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.5));\n}\n\n.sleek-btn {\n  display: inline-block;\n  margin-top: 25px;\n  background: linear-gradient(135deg, #ea2089, #7d26b3);\n  color: white;\n  padding: 18px 45px;\n  border-radius: 50px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 1px;\n  box-shadow: 0 15px 35px rgba(234, 32, 137, 0.4);\n  transition: transform .3s ease, box-shadow .3s ease;\n  border: none;\n  cursor: pointer;\n}\n\n.sleek-btn:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 20px 40px rgba(234, 32, 137, 0.6);\n}\n\n.sleek-benefits {\n  margin-top: 60px;\n  max-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.sleek-benefit-card {\n  background: rgba(255, 255, 255, 0.04);\n  backdrop-filter: blur(10px);\n  border-radius: 20px;\n  padding: 25px;\n  margin-bottom: 18px;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n  transition: .3s ease;\n  overflow: hidden;\n  border: 1px solid rgba(168, 70, 247, 0.2);\n  text-align: left;\n}\n\n.sleek-benefit-card:hover {\n  transform: translateY(-3px);\n  border-color: rgba(234, 32, 137, 0.5);\n  background: rgba(255, 255, 255, 0.07);\n}\n\n.benefit-header {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.benefit-left {\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\n.benefit-icon {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  background: rgba(168, 70, 247, 0.15);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  flex-shrink: 0;\n}\n\n.benefit-title {\n  font-size: 19px;\n  font-weight: 600;\n  color: #ffffff;\n}\n\n.benefit-content {\n  padding-top: 18px;\n  margin-top: 18px;\n  border-top: 1px solid rgba(168, 70, 247, 0.15);\n}\n\n.benefit-content p {\n  color: #cbc2d4;\n  line-height: 1.7;\n  font-size: 15px;\n  margin-bottom: 12px;\n}\n\n.benefit-content strong {\n  color: #ff52b3;\n}\n\n.feature-box {\n  margin-top: 70px;\n  background: rgba(255, 255, 255, 0.03);\n  backdrop-filter: blur(10px);\n  border-radius: 30px;\n  padding: 40px;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);\n  border: 1px solid rgba(255, 255, 255, 0.05);\n}\n\n.feature-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 32px;\n  color: #ffffff;\n  text-align: center;\n}\n\n.features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 25px;\n  margin-top: 35px;\n  text-align: left;\n}\n\n.feature-item {\n  display: flex;\n  gap: 15px;\n  align-items: flex-start;\n}\n\n.feature-circle {\n  width: 45px;\n  height: 45px;\n  border-radius: 50%;\n  background: rgba(234, 32, 137, 0.15);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.feature-item p {\n  margin: 0;\n  font-size: 14px;\n  color: #cbc2d4;\n  line-height: 1.5;\n}\n\n.feature-item strong {\n  color: #ffffff;\n  font-size: 16px;\n}\n\n.lifestyle {\n  margin-top: 80px;\n  text-align: center;\n}\n\n.lifestyle h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: 34px;\n  color: #ffffff;\n  margin-bottom: 15px;\n}\n\n.lifestyle p {\n  color: #cbc2d4;\n  max-width: 600px;\n  margin: auto;\n}\n\n.trust {\n  margin-top: 40px;\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n}\n\n.trust span {\n  background: rgba(255, 255, 255, 0.05);\n  color: #ff66c4;\n  font-weight: 500;\n  padding: 12px 22px;\n  border-radius: 30px;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n  font-size: 13px;\n  border: 1px solid rgba(234, 32, 137, 0.25);\n}\n\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: none; }\n}\n\n@keyframes pulse {\n  0%, 100% { transform: scale(1); }\n  50% { transform: scale(1.03); }\n}\n\n@media(max-width:768px){\n  .sleek-title { font-size: 32px; }\n  .sleek-sub { font-size: 15px; }\n  .product-glow { width: 250px; height: 250px; }\n  .features { grid-template-columns: 1fr; gap: 20px; }\n  .feature-title { font-size: 26px; }\n  .sleek-btn { width: 100%; box-sizing: border-box; text-align: center; }\n  .sleek-benefit-card { padding: 20px; }\n  .benefit-title { font-size: 17px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sleek-wrapper\"\u003e\n\u003cdiv class=\"sleek-container\"\u003e\n\u003csection class=\"sleek-hero\"\u003e\n\u003cdiv class=\"sleek-tag\"\u003eLUXURY BEAUTY TECHNOLOGY\u003c\/div\u003e\n\u003ch1 class=\"sleek-title\"\u003eSleek Beauty™ \u003cbr\u003eOn-The-Go Salon Styling Comb\u003c\/h1\u003e\n\u003cp class=\"sleek-sub\"\u003eYour salon. Your rules. Anywhere. \u003cbr\u003e\u003cbr\u003eSalon-perfect hair in minutes with a cordless styling comb designed for the modern woman who refuses to compromise on her look. Whether you're travelling, rushing to work, staying cute on campus, preparing for a night out, or battling humidity after a rainy day, Sleek Beauty™ delivers smooth, silky, frizz-free results anytime, anywhere.\u003c\/p\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/wptqtz-za.myshopify.com\/products\/sleek-beauty%E2%84%A2-on-the-go-salon-styling-comb\" class=\"sleek-btn\" target=\"_blank\"\u003e GET SALON-READY NOW \u003c\/a\u003e\n\u003cdiv class=\"sleek-benefits\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"sleek-benefit-card\"\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-left\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💇♀️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"benefit-title\"\u003eSalon Results Anywhere\u003c\/div\u003e\n\u003csmall style=\"color: #a59ba6;\"\u003eProfessional styling without the salon visit\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for:\u003c\/strong\u003e\u003cbr\u003eBusy professionals, students, travellers, moms, brides and anyone who wants polished hair on demand.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHelps with:\u003c\/strong\u003e\u003cbr\u003eMorning rushes, last-minute touch-ups, special occasions and creating smooth salon-inspired styles anywhere.\u003c\/p\u003e\n\u003cp\u003e✨ Your hair looks freshly styled — even when life gets busy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"sleek-benefit-card\"\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-left\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"benefit-title\"\u003eBeauty Without Cords\u003c\/div\u003e\n\u003csmall style=\"color: #a59ba6;\"\u003eFreedom to style anywhere\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for:\u003c\/strong\u003e\u003cbr\u003eWomen who travel, commute, work long hours or are always on the move.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHelps with:\u003c\/strong\u003e\u003cbr\u003eQuick styling in cars, offices, hotels, university, holidays and anywhere without a plug.\u003c\/p\u003e\n\u003cp\u003e✨ No cords. No limits. Just beautiful hair wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"sleek-benefit-card\"\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-left\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"benefit-title\"\u003eFrizz-Free Confidence\u003c\/div\u003e\n\u003csmall style=\"color: #a59ba6;\"\u003eSmooth hair through every weather\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for:\u003c\/strong\u003e\u003cbr\u003eWomen dealing with humidity, frizz, flyaways and unpredictable weather.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHelps with:\u003c\/strong\u003e\u003cbr\u003eSmoothing rough textures, controlling frizz and creating a sleek finished look.\u003c\/p\u003e\n\u003cp\u003e✨ Confidence that stays beautiful from morning until night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"feature-box\"\u003e\n\u003ch2 class=\"feature-title\"\u003eWhy Women Love Sleek Beauty™\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e🌡️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e4 Heat Settings\u003c\/strong\u003e\u003cbr\u003e160°C - 200°C for every hair type.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e💎\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eCeramic Glaze Teeth\u003c\/strong\u003e\u003cbr\u003eSmooth styling while protecting strands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e🔄\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e2-In-1 Styling\u003c\/strong\u003e\u003cbr\u003eStraighten or curl with one tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e⚡\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFast Type-C Charging\u003c\/strong\u003e\u003cbr\u003ePower up anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e📱\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eSmart Digital Display\u003c\/strong\u003e\u003cbr\u003eTemperature and battery at a glance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-circle\"\u003e🌧️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eHumidity Resistant\u003c\/strong\u003e\u003cbr\u003eBeautiful hair even on rainy days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle\"\u003e\n\u003ch2\u003eMade For Your Busy Beautiful Life\u003c\/h2\u003e\n\u003cp\u003eEarly meetings. Date nights. Holidays. Gym bags. Last-minute plans. \u003cbr\u003e\u003cbr\u003eSleek Beauty™ keeps your hair looking effortlessly expensive wherever you go.\u003c\/p\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cspan\u003e✓ Premium Beauty Design\u003c\/span\u003e \u003cspan\u003e✓ Travel Friendly\u003c\/span\u003e \u003cspan\u003e✓ All Hair Types\u003c\/span\u003e \u003cspan\u003e✓ Everyday Confidence\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SLEEK BEAUTY","offers":[{"title":"Default Title","offer_id":54287729819932,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/4103\/4268\/files\/1_23995d79-0781-40bb-82ef-3184a001cdf1.png?v=1784650579"}],"url":"https:\/\/wptqtz-za.myshopify.com\/collections\/frontpage.oembed","provider":"SLEEK BEAUTY","version":"1.0","type":"link"}