{"title":"Hair Tools","description":"\u003cp\u003eExplore our premium hair tools designed to style, smooth, and perfect your look with ease.\u003c\/p\u003e","products":[{"product_id":"blushvela-beauty-portable-mini-hair-straightener-usb-rechargeable-cordless-straightener-curler-1","title":"BLUSHVELA  Portable Mini Hair Straightener | USB Rechargeable Cordless Straightener \u0026 Curler","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n\n:root{\n  --blush:#f7d8df;\n  --rose:#d89aaa;\n  --sage:#a8b8a0;\n  --cream:#fffaf8;\n  --dark:#1f1f1f;\n  --text:#5b5b5b;\n  --white:#ffffff;\n}\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  font-family:'Poppins',sans-serif;\n  background:var(--cream);\n}\n\n.blushvela-wrapper{\n  width:100%;\n  overflow:hidden;\n  color:var(--dark);\n}\n\n\/* HERO SECTION *\/\n\n.blushvela-hero{\n  min-height:100vh;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  align-items:center;\n  padding:80px 8%;\n  gap:60px;\n  position:relative;\n}\n\n.blushvela-hero::before{\n  content:'';\n  position:absolute;\n  width:500px;\n  height:500px;\n  background:linear-gradient(135deg,var(--blush),var(--sage));\n  border-radius:50%;\n  filter:blur(120px);\n  opacity:0.35;\n  top:-120px;\n  left:-100px;\n}\n\n.hero-image{\n  position:relative;\n  animation:float 5s ease-in-out infinite;\n}\n\n.hero-image img{\n  width:100%;\n  border-radius:35px;\n  box-shadow:0 25px 70px rgba(0,0,0,0.18);\n}\n\n.floating-badge{\n  position:absolute;\n  top:25px;\n  right:-15px;\n  background:rgba(255,255,255,0.95);\n  backdrop-filter:blur(12px);\n  padding:16px 22px;\n  border-radius:20px;\n  box-shadow:0 10px 30px rgba(0,0,0,0.12);\n  font-size:14px;\n  font-weight:600;\n  animation:pulse 2.5s infinite;\n}\n\n.hero-content h4{\n  color:var(--rose);\n  letter-spacing:3px;\n  margin-bottom:15px;\n  font-size:14px;\n  text-transform:uppercase;\n}\n\n.hero-content h1{\n  font-size:68px;\n  line-height:1.05;\n  margin-bottom:25px;\n  font-weight:800;\n}\n\n.hero-content h1 span{\n  background:linear-gradient(135deg,var(--rose),var(--sage));\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.hero-content p{\n  color:var(--text);\n  font-size:19px;\n  line-height:1.9;\n  margin-bottom:30px;\n  max-width:620px;\n}\n\n.hero-benefits{\n  display:flex;\n  flex-wrap:wrap;\n  gap:15px;\n  margin-bottom:35px;\n}\n\n.benefit-pill{\n  background:rgba(255,255,255,0.85);\n  backdrop-filter:blur(10px);\n  padding:12px 18px;\n  border-radius:50px;\n  font-size:14px;\n  font-weight:500;\n  box-shadow:0 6px 18px rgba(0,0,0,0.07);\n}\n\n.hero-buttons{\n  display:flex;\n  gap:20px;\n  align-items:center;\n}\n\n.shop-btn{\n  padding:18px 42px;\n  border-radius:60px;\n  background:linear-gradient(135deg,var(--rose),var(--sage));\n  color:white;\n  text-decoration:none;\n  font-weight:600;\n  font-size:16px;\n  transition:0.4s ease;\n  box-shadow:0 14px 40px rgba(0,0,0,0.18);\n}\n\n.shop-btn:hover{\n  transform:translateY(-5px) scale(1.03);\n}\n\n.review-text{\n  font-size:15px;\n  color:#777;\n}\n\n\/* PREMIUM BENEFITS *\/\n\n.mobile-section{\n  padding:120px 8%;\n}\n\n.section-title{\n  text-align:center;\n  margin-bottom:70px;\n}\n\n.section-title h2{\n  font-size:52px;\n  margin-bottom:18px;\n}\n\n.section-title p{\n  color:var(--text);\n  font-size:18px;\n  max-width:760px;\n  margin:auto;\n  line-height:1.8;\n}\n\n.mobile-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n  gap:30px;\n}\n\n.mobile-card{\n  background:rgba(255,255,255,0.85);\n  backdrop-filter:blur(14px);\n  padding:40px;\n  border-radius:30px;\n  transition:0.4s ease;\n  box-shadow:0 12px 40px rgba(0,0,0,0.06);\n  position:relative;\n  overflow:hidden;\n}\n\n.mobile-card::before{\n  content:'';\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:5px;\n  background:linear-gradient(90deg,var(--rose),var(--sage));\n}\n\n.mobile-card:hover{\n  transform:translateY(-10px);\n  box-shadow:0 20px 50px rgba(0,0,0,0.12);\n}\n\n.mobile-card h3{\n  font-size:24px;\n  margin-bottom:18px;\n}\n\n.mobile-card p{\n  color:var(--text);\n  line-height:1.9;\n}\n\n\/* FEATURE STRIP *\/\n\n.feature-strip{\n  margin-top:100px;\n  background:linear-gradient(135deg,var(--rose),var(--sage));\n  border-radius:35px;\n  padding:35px;\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:25px;\n  text-align:center;\n  color:white;\n}\n\n.feature-item h4{\n  font-size:28px;\n  margin-bottom:8px;\n}\n\n.feature-item p{\n  font-size:15px;\n  opacity:0.95;\n}\n\n\/* CTA *\/\n\n.final-cta{\n  padding:120px 8%;\n  text-align:center;\n}\n\n.final-cta-box{\n  background:linear-gradient(135deg,#fff,#f9f0f2);\n  padding:70px;\n  border-radius:40px;\n  box-shadow:0 18px 60px rgba(0,0,0,0.08);\n  position:relative;\n  overflow:hidden;\n}\n\n.final-cta-box::before{\n  content:'';\n  position:absolute;\n  width:350px;\n  height:350px;\n  background:linear-gradient(135deg,var(--blush),var(--sage));\n  border-radius:50%;\n  filter:blur(100px);\n  top:-100px;\n  right:-80px;\n  opacity:0.3;\n}\n\n.final-cta h2{\n  font-size:54px;\n  margin-bottom:20px;\n}\n\n.final-cta p{\n  color:var(--text);\n  font-size:18px;\n  line-height:1.9;\n  max-width:760px;\n  margin:0 auto 35px;\n}\n\n.cta-main{\n  display:inline-block;\n  padding:20px 48px;\n  background:linear-gradient(135deg,var(--rose),var(--sage));\n  color:white;\n  text-decoration:none;\n  border-radius:60px;\n  font-weight:700;\n  font-size:17px;\n  transition:0.4s ease;\n  box-shadow:0 15px 45px rgba(0,0,0,0.16);\n}\n\n.cta-main:hover{\n  transform:translateY(-6px);\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes float{\n  0%{transform:translateY(0px);}\n  50%{transform:translateY(-18px);}\n  100%{transform:translateY(0px);}\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.05);}\n  100%{transform:scale(1);}\n}\n\n\/* MOBILE *\/\n\n@media(max-width:980px){\n\n  .blushvela-hero{\n    grid-template-columns:1fr;\n    padding-top:50px;\n  }\n\n  .hero-content h1{\n    font-size:46px;\n  }\n\n  .section-title h2,\n  .final-cta h2{\n    font-size:38px;\n  }\n\n  .final-cta-box{\n    padding:45px 25px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"blushvela-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"blushvela-hero\"\u003e\n\u003cdiv class=\"hero-image\"\u003e\n\u003cimg alt=\"BLUSHVELA Portable Mini Hair Straightener\"\u003e\n\u003cdiv class=\"floating-badge\"\u003e✨ Cordless Beauty On-The-Go\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch4\u003eBLUSHVELA\u003c\/h4\u003e\n\u003ch1\u003eLuxury Hair Styling \u003cspan\u003eWherever Life Takes You\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eDesigned for women constantly on the move, the BLUSHVELA Portable Mini Hair Straightener gives you effortless salon-quality styling anytime, anywhere. Whether you're travelling, heading to work, preparing for a night out, or refreshing your look during the day — flawless hair is always within reach.\u003c\/p\u003e\n\u003cdiv class=\"hero-benefits\"\u003e\n\u003cdiv class=\"benefit-pill\"\u003eUSB Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"benefit-pill\"\u003eCordless Convenience\u003c\/div\u003e\n\u003cdiv class=\"benefit-pill\"\u003eStraightens \u0026amp; Curls\u003c\/div\u003e\n\u003cdiv class=\"benefit-pill\"\u003eFits In Your Handbag\u003c\/div\u003e\n\u003cdiv class=\"benefit-pill\"\u003eTravel Friendly\u003c\/div\u003e\n\u003cdiv class=\"benefit-pill\"\u003e3 Heat Settings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca href=\"#shopify-section-buy-buttons\" class=\"shop-btn\"\u003e Shop Now \u003c\/a\u003e\n\u003cdiv class=\"review-text\"\u003e★★★★★ Loved by women who live life on the go\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MOBILE BENEFITS --\u003e\n\u003csection class=\"mobile-section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eCreated For Women Who Never Slow Down\u003c\/h2\u003e\n\u003cp\u003eYour lifestyle is fast-paced, social, ambitious, and constantly moving. BLUSHVELA was created to keep up with you — giving you confidence, polished hair, and effortless beauty no matter where your day takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-grid\"\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003ePerfect For Travel\u003c\/h3\u003e\n\u003cp\u003eCompact and lightweight, your styler slips effortlessly into handbags, carry-ons, gym bags, or luggage — making airport touch-ups and vacation styling incredibly easy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003eStay Ready Anywhere\u003c\/h3\u003e\n\u003cp\u003eFrom business meetings to brunch dates and evenings out, refresh your hairstyle in minutes without needing a salon or wall plug nearby.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003eConfidence On Demand\u003c\/h3\u003e\n\u003cp\u003eBeautiful hair changes how you feel. BLUSHVELA helps you stay polished, elegant, and confident throughout your entire day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003eStyle In Minutes\u003c\/h3\u003e\n\u003cp\u003eFast heating technology and cordless functionality allow quick touch-ups whenever life gets busy — saving time while keeping your look flawless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003e2-In-1 Luxury Styling\u003c\/h3\u003e\n\u003cp\u003eCreate sleek straight styles or soft curls using one beautifully designed premium tool that simplifies your beauty routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-card\"\u003e\n\u003ch3\u003eSafe \u0026amp; Easy To Use\u003c\/h3\u003e\n\u003cp\u003eAnti-scald protection and adjustable heat settings make styling comfortable, effortless, and suitable for different hair types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003cdiv class=\"feature-strip\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eUSB\u003c\/h4\u003e\n\u003cp\u003eRechargeable Cordless Design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003e180°C\u003c\/h4\u003e\n\u003cp\u003eFast Professional Heat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003e2-IN-1\u003c\/h4\u003e\n\u003cp\u003eStraighten \u0026amp; Curl\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eLIGHTWEIGHT\u003c\/h4\u003e\n\u003cp\u003ePerfect For Handbags\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n\u003cdiv class=\"final-cta-box\"\u003e\n\u003ch2\u003eBeauty Should Move With You\u003c\/h2\u003e\n\u003cp\u003eJoin women everywhere upgrading their daily beauty routine with the elegant cordless styler designed for convenience, confidence, and luxury styling anytime, anywhere.\u003c\/p\u003e\n\u003ca href=\"#shopify-section-buy-buttons\" class=\"cta-main\"\u003e Get Yours Today \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BLUSHVELA","offers":[{"title":"Default Title","offer_id":47824161538213,"sku":"BV-HAIR-001","price":470.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/8301\/0469\/files\/wireless-hair-straightener-lifestyle.png?v=1779193090"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/8301\/0469\/collections\/image_04cf9ca6-3c73-4412-bc5b-014c87f01744.png?v=1780314565","url":"https:\/\/blushvela.co.za\/collections\/hair-tools.oembed","provider":"Blushvela","version":"1.0","type":"link"}