{"product_id":"veravante-32mm-pro-curl-wand™","title":"VeraVante™ 32mm Pro Curl Wand","description":"\u003cstyle\u003e\n  .vv-wrap {\n    font-family: 'Georgia', serif;\n    background: #0a0a0a;\n    color: #fff;\n    padding: 40px 20px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* Hero *\/\n  .vv-hero {\n    text-align: center;\n    padding: 60px 20px;\n    animation: vvFadeIn 1.2s ease forwards;\n  }\n  .vv-hero h1 {\n    font-size: 2.2em;\n    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 10px;\n    letter-spacing: 2px;\n  }\n  .vv-hero p {\n    color: #ccc;\n    font-size: 1em;\n    font-style: italic;\n  }\n\n  \/* Stats Bar *\/\n  .vv-stats {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 16px;\n    padding: 30px 0;\n    border-top: 1px solid #2a2a2a;\n    border-bottom: 1px solid #2a2a2a;\n    animation: vvFadeIn 1.6s ease forwards;\n  }\n  .vv-stat {\n    text-align: center;\n    flex: 1 1 140px;\n  }\n  .vv-stat strong {\n    display: block;\n    font-size: 1.6em;\n    color: #ffd700;\n  }\n  .vv-stat span {\n    font-size: 0.75em;\n    color: #aaa;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* Section Titles *\/\n  .vv-section-title {\n    text-align: center;\n    font-size: 1.3em;\n    color: #ffd700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin: 40px 0 20px;\n  }\n\n  \/* Overview *\/\n  .vv-overview {\n    text-align: center;\n    color: #ccc;\n    font-size: 0.95em;\n    line-height: 1.9;\n    max-width: 700px;\n    margin: 0 auto 40px;\n    animation: vvFadeIn 1.8s ease forwards;\n  }\n\n  \/* Specs *\/\n  .vv-specs {\n    list-style: none;\n    padding: 0;\n    max-width: 600px;\n    margin: 0 auto 40px;\n  }\n  .vv-specs li {\n    padding: 10px 0;\n    border-bottom: 1px solid #1e1e1e;\n    color: #ddd;\n    font-size: 0.9em;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    opacity: 0;\n    transform: translateX(-30px);\n    animation: vvSlideIn 0.6s ease forwards;\n  }\n  .vv-specs li:nth-child(1) { animation-delay: 0.1s; }\n  .vv-specs li:nth-child(2) { animation-delay: 0.2s; }\n  .vv-specs li:nth-child(3) { animation-delay: 0.3s; }\n  .vv-specs li:nth-child(4) { animation-delay: 0.4s; }\n  .vv-specs li:nth-child(5) { animation-delay: 0.5s; }\n  .vv-specs li:nth-child(6) { animation-delay: 0.6s; }\n  .vv-specs li:nth-child(7) { animation-delay: 0.7s; }\n  .vv-specs li:nth-child(8) { animation-delay: 0.8s; }\n  .vv-specs li::before {\n    content: '◆';\n    color: #ffd700;\n    font-size: 0.6em;\n    flex-shrink: 0;\n  }\n\n  \/* Benefit Cards *\/\n  .vv-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n    margin-bottom: 40px;\n  }\n  .vv-card {\n    background: #111;\n    border: 1px solid #2a2a2a;\n    border-radius: 8px;\n    padding: 20px;\n    flex: 1 1 260px;\n    max-width: 280px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    opacity: 0;\n    animation: vvFadeIn 0.8s ease forwards;\n  }\n  .vv-card:nth-child(1) { animation-delay: 0.1s; }\n  .vv-card:nth-child(2) { animation-delay: 0.2s; }\n  .vv-card:nth-child(3) { animation-delay: 0.3s; }\n  .vv-card:nth-child(4) { animation-delay: 0.4s; }\n  .vv-card:nth-child(5) { animation-delay: 0.5s; }\n  .vv-card:nth-child(6) { animation-delay: 0.6s; }\n  .vv-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.15);\n    border-color: #ffd700;\n  }\n  .vv-card .problem {\n    font-size: 0.75em;\n    color: #888;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 6px;\n  }\n  .vv-card .solution {\n    font-size: 0.9em;\n    color: #eee;\n    line-height: 1.6;\n  }\n  .vv-card .solution strong {\n    color: #ffd700;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  \/* Tagline *\/\n  .vv-tagline {\n    text-align: center;\n    padding: 40px 20px;\n    border-top: 1px solid #2a2a2a;\n    animation: vvFadeIn 2s ease forwards;\n  }\n  .vv-tagline p {\n    font-style: italic;\n    color: #ffd700;\n    font-size: 1.1em;\n    letter-spacing: 2px;\n  }\n\n  \/* Animations *\/\n  @keyframes vvFadeIn {\n    from { opacity: 0; transform: translateY(16px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes vvSlideIn {\n    from { opacity: 0; transform: translateX(-30px); }\n    to { opacity: 1; transform: translateX(0); }\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 600px) {\n    .vv-hero h1 { font-size: 1.5em; }\n    .vv-card { max-width: 100%; }\n    .vv-stat strong { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vv-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"vv-hero\"\u003e\n    \u003ch1\u003eVeraVante 32mm Pro Curl Wand™\u003c\/h1\u003e\n    \u003cp\u003eSalon-Quality Curls. At Home. Every Time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stats Bar --\u003e\n  \u003cdiv class=\"vv-stats\"\u003e\n    \u003cdiv class=\"vv-stat\"\u003e\n\u003cstrong\u003e80%\u003c\/strong\u003e\u003cspan\u003eFrizz Reduction\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"vv-stat\"\u003e\n\u003cstrong\u003e60s\u003c\/strong\u003e\u003cspan\u003eHeat-Up Time\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"vv-stat\"\u003e\n\u003cstrong\u003e360°\u003c\/strong\u003e\u003cspan\u003eSwivel Cord\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"vv-stat\"\u003e\n\u003cstrong\u003eAll\u003c\/strong\u003e\u003cspan\u003eHair Types\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Overview --\u003e\n  \u003cp class=\"vv-section-title\"\u003eAbout This Product\u003c\/p\u003e\n  \u003cp class=\"vv-overview\"\u003e\n    The VeraVante 32mm Pro Curl Wand™ is a professional-grade styling tool built for women who refuse to compromise on their look. Powered by a PTC ceramic barrel, it delivers even, consistent heat for defined, frizz-free curls that hold all day — without the damage.\n  \u003c\/p\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003cp class=\"vv-section-title\"\u003eSpecifications\u003c\/p\u003e\n  \u003cul class=\"vv-specs\"\u003e\n    \u003cli\u003eBarrel Size: 32mm \/ 1.26 inch\u003c\/li\u003e\n    \u003cli\u003eTotal Length: 33.7cm \/ 13.27 inch\u003c\/li\u003e\n    \u003cli\u003eHeating Technology: PTC Ceramic Barrel\u003c\/li\u003e\n    \u003cli\u003eCord: 360° Swivel Rotation\u003c\/li\u003e\n    \u003cli\u003ePower Supply: EU Plug\u003c\/li\u003e\n    \u003cli\u003eIndicator: LED Work Indicator Light\u003c\/li\u003e\n    \u003cli\u003eSafety: Cool-Touch Insulated Tip\u003c\/li\u003e\n    \u003cli\u003eIncludes: Curl Wand + 3 Styling Combs\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- Benefits --\u003e\n  \u003cp class=\"vv-section-title\"\u003eWhy It Works\u003c\/p\u003e\n  \u003cdiv class=\"vv-benefits\"\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eFrizzy, uneven curls\u003c\/strong\u003ePTC ceramic distributes heat evenly — no hot spots, no frizz.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eCurls that fall flat\u003c\/strong\u003eConsistent heat locks curl shape from root to tip — lasts all day.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eTangled, frustrating cords\u003c\/strong\u003e360° swivel cord moves with you — zero tangles, total freedom.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eBurning your fingers\u003c\/strong\u003eCool-touch insulated tip lets you curl safely without the risk.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eNot knowing when it's ready\u003c\/strong\u003eLED indicator light tells you exactly when to start styling.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vv-card\"\u003e\n      \u003cdiv class=\"problem\"\u003eProblem\u003c\/div\u003e\n      \u003cdiv class=\"solution\"\u003e\n\u003cstrong\u003eMessy, unclean sections\u003c\/strong\u003e3 professional combs included for precise, intentional curls.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tagline --\u003e\n  \u003cdiv class=\"vv-tagline\"\u003e\n    \u003cp\u003eElevate Your Essence. — VeraVante™\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"VeraVante","offers":[{"title":"Default Title","offer_id":55370355999012,"sku":null,"price":1299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/4698\/4996\/files\/image_febb0e13-d5ce-4619-a458-dc99924f9f82.png?v=1782681606","url":"https:\/\/veravante.co.za\/products\/veravante-32mm-pro-curl-wand%e2%84%a2","provider":"VeraVante","version":"1.0","type":"link"}