{"product_id":"glowup-silky-brush","title":"GlowUp Silky Brush","description":"\u003cstyle\u003e\n  .glowup-product {\n    font-family: Arial, sans-serif;\n    max-width: 850px;\n    margin: 0 auto;\n    color: #35191d;\n    overflow: hidden;\n  }\n\n  .glowup-product * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .glowup-hero {\n    position: relative;\n    text-align: center;\n    padding: 35px 20px;\n    border-radius: 25px;\n    background: linear-gradient(135deg, #fff1f6, #ffffff, #fde1eb);\n    box-shadow: 0 10px 35px rgba(216,63,107,0.15);\n    overflow: hidden;\n    animation: fadeUp 1s ease both;\n  }\n\n  .glowup-hero:before,\n  .glowup-hero:after {\n    content: \"✦\";\n    position: absolute;\n    color: #d9a441;\n    font-size: 22px;\n    animation: sparkle 2.5s infinite ease-in-out;\n  }\n\n  .glowup-hero:before {\n    top: 20px;\n    left: 12%;\n  }\n\n  .glowup-hero:after {\n    bottom: 20px;\n    right: 12%;\n    animation-delay: 1s;\n  }\n\n  .glowup-title {\n    margin: 0;\n    font-size: clamp(28px, 7vw, 46px);\n    font-weight: 900;\n    letter-spacing: 1px;\n    color: #d83f6b;\n    text-transform: uppercase;\n    animation: glowText 2.5s infinite alternate;\n  }\n\n  .glowup-subtitle {\n    margin: 8px 0 0;\n    color: #b8863b;\n    font-size: clamp(17px, 4vw, 23px);\n    font-weight: bold;\n  }\n\n  .glowup-line {\n    width: 80px;\n    height: 3px;\n    margin: 15px auto;\n    border-radius: 10px;\n    background: linear-gradient(90deg, #d83f6b, #d9a441, #d83f6b);\n    background-size: 200%;\n    animation: shimmer 2s linear infinite;\n  }\n\n  \/* INTRO *\/\n  .glowup-intro {\n    margin: 22px 0;\n    padding: 23px;\n    border-radius: 18px;\n    background: #fff;\n    border: 1px solid #f4c5d3;\n    box-shadow: 0 8px 25px rgba(216,63,107,0.10);\n    animation: fadeUp 1s ease .2s both;\n  }\n\n  .glowup-intro p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* SECTION TITLE *\/\n  .glowup-section-title {\n    text-align: center;\n    color: #d83f6b;\n    font-size: 26px;\n    margin: 28px 0 18px;\n    animation: fadeUp 1s ease both;\n  }\n\n  \/* FEATURE GRID *\/\n  .glowup-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .glowup-card {\n    position: relative;\n    padding: 20px 16px;\n    background: linear-gradient(145deg, #fff, #fff5f8);\n    border: 1px solid #f4c5d3;\n    border-radius: 18px;\n    box-shadow: 0 7px 20px rgba(216,63,107,0.08);\n    transition: all .35s ease;\n    animation: cardIn .8s ease both;\n  }\n\n  .glowup-card:nth-child(1) { animation-delay: .1s; }\n  .glowup-card:nth-child(2) { animation-delay: .2s; }\n  .glowup-card:nth-child(3) { animation-delay: .3s; }\n  .glowup-card:nth-child(4) { animation-delay: .4s; }\n  .glowup-card:nth-child(5) { animation-delay: .5s; }\n  .glowup-card:nth-child(6) { animation-delay: .6s; }\n  .glowup-card:nth-child(7) { animation-delay: .7s; }\n  .glowup-card:nth-child(8) { animation-delay: .8s; }\n\n  .glowup-card:hover {\n    transform: translateY(-7px) scale(1.02);\n    box-shadow: 0 14px 30px rgba(216,63,107,0.18);\n    border-color: #d83f6b;\n  }\n\n  .glowup-icon {\n    width: 48px;\n    height: 48px;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #fbd5e1, #fff);\n    font-size: 24px;\n    box-shadow: 0 4px 15px rgba(216,63,107,.15);\n    animation: float 3s ease-in-out infinite;\n  }\n\n  .glowup-card:nth-child(even) .glowup-icon {\n    animation-delay: 1s;\n  }\n\n  .glowup-card h3 {\n    margin: 0 0 6px;\n    color: #d83f6b;\n    font-size: 17px;\n  }\n\n  .glowup-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* PERFECT FOR *\/\n  .glowup-perfect {\n    position: relative;\n    margin-top: 25px;\n    padding: 28px 20px;\n    text-align: center;\n    border-radius: 22px;\n    background: linear-gradient(135deg, #fbdce7, #fff, #f9e8ee);\n    box-shadow: 0 10px 30px rgba(216,63,107,.13);\n    overflow: hidden;\n    animation: fadeUp 1s ease 1s both;\n  }\n\n  .glowup-perfect h2 {\n    margin: 0 0 12px;\n    color: #d83f6b;\n    font-size: 25px;\n  }\n\n  .glowup-perfect p {\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* FINAL BADGE *\/\n  .glowup-badge {\n    display: inline-block;\n    margin-top: 10px;\n    padding: 13px 22px;\n    border-radius: 50px;\n    color: #fff;\n    font-weight: bold;\n    background: linear-gradient(90deg, #d83f6b, #e76d91, #d83f6b);\n    background-size: 200%;\n    box-shadow: 0 7px 20px rgba(216,63,107,.25);\n    animation: shimmer 2.5s linear infinite, pulse 2s infinite;\n  }\n\n  .glowup-footer {\n    text-align: center;\n    padding: 22px 10px;\n    color: #b8863b;\n    font-weight: bold;\n    font-size: 18px;\n  }\n\n  \/* ANIMATIONS *\/\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\n  @keyframes cardIn {\n    from {\n      opacity: 0;\n      transform: translateY(30px) scale(.96);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0) scale(1);\n    }\n  }\n\n  @keyframes float {\n    0%, 100% {\n      transform: translateY(0);\n    }\n    50% {\n      transform: translateY(-5px);\n    }\n  }\n\n  @keyframes sparkle {\n    0%, 100% {\n      opacity: .3;\n      transform: scale(.8) rotate(0deg);\n    }\n    50% {\n      opacity: 1;\n      transform: scale(1.4) rotate(25deg);\n    }\n  }\n\n  @keyframes glowText {\n    from {\n      text-shadow: 0 0 3px rgba(216,63,107,.15);\n    }\n    to {\n      text-shadow: 0 0 15px rgba(216,63,107,.35);\n    }\n  }\n\n  @keyframes shimmer {\n    0% {\n      background-position: 0%;\n    }\n    100% {\n      background-position: 200%;\n    }\n  }\n\n  @keyframes pulse {\n    0%, 100% {\n      transform: scale(1);\n    }\n    50% {\n      transform: scale(1.04);\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .glowup-product {\n      width: 100%;\n    }\n\n    .glowup-hero {\n      padding: 28px 16px;\n      border-radius: 20px;\n    }\n\n    .glowup-intro {\n      padding: 18px;\n    }\n\n    .glowup-features {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .glowup-card {\n      display: flex;\n      align-items: flex-start;\n      gap: 13px;\n      padding: 16px;\n    }\n\n    .glowup-icon {\n      flex-shrink: 0;\n      margin: 0;\n    }\n\n    .glowup-card h3 {\n      font-size: 16px;\n    }\n\n    .glowup-card p {\n      font-size: 14px;\n    }\n\n    .glowup-perfect {\n      padding: 25px 17px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"glowup-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"glowup-hero\"\u003e\n    \u003ch1 class=\"glowup-title\"\u003eGlowUp Silky Brush\u003c\/h1\u003e\n\n    \u003cdiv class=\"glowup-line\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-subtitle\"\u003e\n      ✨ Smooth. Straight. Shine. ✨\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"glowup-intro\"\u003e\n    \u003cp\u003e\n      Achieve beautifully smooth, straight and frizz-free hair wherever you go with the\n      \u003cstrong style=\"color:#d83f6b;\"\u003eGlowUp Silky Brush\u003c\/strong\u003e.\n      Designed for effortless styling, this portable heated brush combines the convenience\n      of a brush with the smoothing power of heat to help you create sleek,\n      salon-inspired results from the comfort of your home or while travelling.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch2 class=\"glowup-section-title\"\u003e\n    💕 Why You'll Love It\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"glowup-features\"\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e🌡️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e4 Temperature Settings\u003c\/h3\u003e\n        \u003cp\u003e\n          Choose between \u003cstrong\u003e140°C – 199°C\u003c\/strong\u003e to suit different hair types\n          and styling needs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e💇\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eWidened Comb Surface\u003c\/h3\u003e\n        \u003cp\u003e\n          Smooth more hair with each pass, helping you style faster and more efficiently.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eAnti-Scald Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed with safety in mind for comfortable, worry-free styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e30-Second Heat-Up\u003c\/h3\u003e\n        \u003cp\u003e\n          Heats quickly so you can start styling sooner.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e✨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eFrizz-Free Results\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps leave hair looking smoother, shinier and beautifully polished.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e✈️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eLightweight \u0026amp; Travel Friendly\u003c\/h3\u003e\n        \u003cp\u003e\n          Perfect for handbags, travel and quick touch-ups on the go.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e🔌\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eRechargeable Type-C Charging\u003c\/h3\u003e\n        \u003cp\u003e\n          Conveniently recharge your GlowUp Silky Brush using a\n          \u003cstrong\u003eUSB Type-C charger\u003c\/strong\u003e.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"glowup-card\"\u003e\n      \u003cdiv class=\"glowup-icon\"\u003e💕\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSuitable for All Hair Types\u003c\/h3\u003e\n        \u003cp\u003e\n          Adjustable temperature settings allow you to select the heat level\n          that works best for your hair.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"glowup-perfect\"\u003e\n\n    \u003ch2\u003e✨ Perfect For ✨\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Whether you're getting ready for work, a night out, a special occasion\n      or simply want to refresh your hair during the day, the\n      \u003cstrong style=\"color:#d83f6b;\"\u003eGlowUp Silky Brush\u003c\/strong\u003e\n      makes sleek styling quick and convenient.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"glowup-badge\"\u003e\n      💕 Smooth • Tame • Shine • Glow 💕\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"glowup-footer\"\u003e\n    ✨ Salon-inspired results, wherever you are. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"White","offer_id":50514193842419,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":50514193875187,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_d5c010de-38ae-40cc-8325-fa2354180160.png?v=1787142776","url":"https:\/\/glowupgirl.co.za\/products\/glowup-silky-brush","provider":"GlowUP","version":"1.0","type":"link"}