{"product_id":"icon-sky-high-volume-mousse-125ml","title":"Icon Sky High Volume Mousse 125ml","description":"\u003cdiv class=\"skyhigh-product\"\u003e\n\n  \u003cstyle\u003e\n    .skyhigh-product {\n      max-width: 900px;\n      margin: 0 auto;\n      font-family: Arial, Helvetica, sans-serif;\n      color: #24364d;\n      line-height: 1.6;\n      overflow: hidden;\n    }\n\n    .skyhigh-product * {\n      box-sizing: border-box;\n    }\n\n    .skyhigh-hero {\n      background: linear-gradient(135deg, #eef3f8, #d7e0eb, #f9fbfd);\n      border-radius: 24px;\n      padding: 45px 25px;\n      text-align: center;\n      position: relative;\n      animation: skyFade 1s ease-out;\n    }\n\n    .skyhigh-badge {\n      display: inline-block;\n      background: #8296b3;\n      color: white;\n      padding: 9px 20px;\n      border-radius: 30px;\n      font-size: 13px;\n      letter-spacing: 2px;\n      font-weight: bold;\n      margin-bottom: 20px;\n      animation: skyFloat 3s ease-in-out infinite;\n    }\n\n    .skyhigh-title {\n      font-size: 38px;\n      margin: 0;\n      color: #24364d;\n      font-weight: 800;\n      letter-spacing: 1px;\n    }\n\n    .skyhigh-subtitle {\n      font-size: 19px;\n      margin-top: 12px;\n      color: #536982;\n    }\n\n    .skyhigh-tagline {\n      margin: 25px auto 0;\n      max-width: 650px;\n      font-size: 17px;\n    }\n\n    .skyhigh-features {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 30px 0;\n    }\n\n    .skyhigh-feature {\n      background: #ffffff;\n      border: 1px solid #e3e9ef;\n      padding: 22px 15px;\n      border-radius: 18px;\n      text-align: center;\n      box-shadow: 0 8px 22px rgba(36,54,77,0.08);\n      transition: 0.35s ease;\n      animation: skyRise 0.8s ease both;\n    }\n\n    .skyhigh-feature:hover {\n      transform: translateY(-7px);\n      box-shadow: 0 14px 28px rgba(36,54,77,0.14);\n    }\n\n    .skyhigh-icon {\n      font-size: 30px;\n      margin-bottom: 8px;\n    }\n\n    .skyhigh-feature strong {\n      display: block;\n      color: #506b8e;\n      font-size: 16px;\n      margin-bottom: 5px;\n    }\n\n    .skyhigh-section {\n      background: #f7f9fc;\n      border-radius: 20px;\n      padding: 30px 25px;\n      margin: 25px 0;\n      animation: skyRise 0.9s ease both;\n    }\n\n    .skyhigh-heading {\n      text-align: center;\n      font-size: 26px;\n      color: #24364d;\n      margin: 0 0 22px;\n    }\n\n    .skyhigh-ingredients {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .skyhigh-ingredient {\n      background: white;\n      padding: 22px;\n      border-radius: 16px;\n      border-top: 4px solid #8296b3;\n      box-shadow: 0 6px 18px rgba(0,0,0,0.06);\n      transition: 0.3s ease;\n    }\n\n    .skyhigh-ingredient:hover {\n      transform: scale(1.03);\n    }\n\n    .skyhigh-ingredient h3 {\n      color: #506b8e;\n      margin: 0 0 8px;\n      font-size: 19px;\n    }\n\n    .skyhigh-checks {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    .skyhigh-check {\n      background: white;\n      padding: 13px 16px;\n      border-radius: 12px;\n      box-shadow: 0 4px 14px rgba(36,54,77,0.06);\n    }\n\n    .skyhigh-check::before {\n      content: \"✓\";\n      display: inline-block;\n      margin-right: 9px;\n      color: #6e8caf;\n      font-weight: bold;\n    }\n\n    .skyhigh-howto {\n      counter-reset: steps;\n    }\n\n    .skyhigh-step {\n      background: white;\n      margin: 12px 0;\n      padding: 17px 18px 17px 60px;\n      border-radius: 14px;\n      position: relative;\n      box-shadow: 0 5px 16px rgba(36,54,77,0.06);\n    }\n\n    .skyhigh-step::before {\n      counter-increment: steps;\n      content: counter(steps);\n      position: absolute;\n      left: 15px;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 34px;\n      height: 34px;\n      border-radius: 50%;\n      background: #8296b3;\n      color: white;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: bold;\n    }\n\n    .skyhigh-footer {\n      background: linear-gradient(135deg, #7188a8, #a8b7ca);\n      padding: 28px;\n      border-radius: 20px;\n      color: white;\n      text-align: center;\n      margin-top: 30px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .skyhigh-footer h2 {\n      margin: 0 0 8px;\n      font-size: 27px;\n    }\n\n    .skyhigh-footer p {\n      margin: 0;\n      font-size: 17px;\n    }\n\n    .skyhigh-footer::after {\n      content: \"\";\n      position: absolute;\n      width: 160px;\n      height: 160px;\n      background: rgba(255,255,255,0.12);\n      border-radius: 50%;\n      right: -50px;\n      top: -60px;\n      animation: skyPulse 4s ease-in-out infinite;\n    }\n\n    @keyframes skyFade {\n      from {\n        opacity: 0;\n      }\n      to {\n        opacity: 1;\n      }\n    }\n\n    @keyframes skyRise {\n      from {\n        opacity: 0;\n        transform: translateY(22px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes skyFloat {\n      0%, 100% {\n        transform: translateY(0);\n      }\n      50% {\n        transform: translateY(-6px);\n      }\n    }\n\n    @keyframes skyPulse {\n      0%, 100% {\n        transform: scale(1);\n        opacity: 0.5;\n      }\n      50% {\n        transform: scale(1.15);\n        opacity: 0.8;\n      }\n    }\n\n    @media (max-width: 700px) {\n      .skyhigh-title {\n        font-size: 29px;\n      }\n\n      .skyhigh-features,\n      .skyhigh-ingredients {\n        grid-template-columns: 1fr;\n      }\n\n      .skyhigh-checks {\n        grid-template-columns: 1fr;\n      }\n\n      .skyhigh-hero {\n        padding: 35px 18px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"skyhigh-hero\"\u003e\n\n    \u003cdiv class=\"skyhigh-badge\"\u003e\n      ICON STYLING CARE RANGE\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"skyhigh-title\"\u003e\n      SKY HIGH VOLUME MOUSSE\n    \u003c\/h1\u003e\n\n    \u003cdiv class=\"skyhigh-subtitle\"\u003e\n      ✨ Volume • Texture • Shine • Medium Hold\n    \u003c\/div\u003e\n\n    \u003cp class=\"skyhigh-tagline\"\u003e\n      Give your hair the lift it deserves with\n      \u003cstrong\u003eICON Sky High Volume Mousse\u003c\/strong\u003e.\n      This lightweight styling mousse helps create beautiful volume,\n      enhanced texture and longer-lasting style without leaving hair\n      feeling heavy.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"skyhigh-features\"\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e☁️\u003c\/div\u003e\n      \u003cstrong\u003eBeautiful Volume\u003c\/strong\u003e\n      Adds body and lift for fuller-looking hair.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e✨\u003c\/div\u003e\n      \u003cstrong\u003eBoosts Shine\u003c\/strong\u003e\n      Helps leave hair looking healthy and beautifully glossy.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e💙\u003c\/div\u003e\n      \u003cstrong\u003eMedium Hold\u003c\/strong\u003e\n      Gives your style control while keeping hair touchable.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e〰️\u003c\/div\u003e\n      \u003cstrong\u003eImproves Texture\u003c\/strong\u003e\n      Creates enhanced texture and makes styling easier.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e🔥\u003c\/div\u003e\n      \u003cstrong\u003eThermal Protection\u003c\/strong\u003e\n      Helps protect hair during heat styling.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-feature\"\u003e\n      \u003cdiv class=\"skyhigh-icon\"\u003e🎨\u003c\/div\u003e\n      \u003cstrong\u003eColour Friendly\u003c\/strong\u003e\n      Gentle on colour-treated hair.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- KEY INGREDIENTS --\u003e\n  \u003cdiv class=\"skyhigh-section\"\u003e\n\n    \u003ch2 class=\"skyhigh-heading\"\u003e\n      ✨ Powerful Styling Ingredients\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"skyhigh-ingredients\"\u003e\n\n      \u003cdiv class=\"skyhigh-ingredient\"\u003e\n        \u003ch3\u003e🌿 Marula Oil\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides conditioning benefits and helps boost shine\n          without weighing the hair down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-ingredient\"\u003e\n        \u003ch3\u003e💧 Miranol\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps enhance hair texture while improving combability\n          for easier styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-ingredient\"\u003e\n        \u003ch3\u003e✨ Belsil\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps make styling easier while promoting longer-lasting\n          results and providing thermal protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHY YOU'LL LOVE IT --\u003e\n  \u003cdiv class=\"skyhigh-section\"\u003e\n\n    \u003ch2 class=\"skyhigh-heading\"\u003e\n      💕 Why You'll Love It\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"skyhigh-checks\"\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Adds volume and body\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Lightweight feel\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Enhances natural shine\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Improves texture and combing\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Provides thermal protection\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Suitable for all hair types\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Gentle on colour-treated hair\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Medium, flexible hold\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"skyhigh-section\"\u003e\n\n    \u003ch2 class=\"skyhigh-heading\"\u003e\n      💨 Perfect For\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"skyhigh-checks\"\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Adding volume at the roots\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Blow-drying\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Creating body and movement\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Everyday styling\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Curls and waves\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"skyhigh-check\"\u003e\n        Fuller-looking hairstyles\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"skyhigh-section skyhigh-howto\"\u003e\n\n    \u003ch2 class=\"skyhigh-heading\"\u003e\n      💙 How To Use\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"skyhigh-step\"\u003e\n      \u003cstrong\u003eShake well before use.\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-step\"\u003e\n      Dispense a small amount of mousse into your hand.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-step\"\u003e\n      Apply evenly to towel-dried hair, concentrating on the roots\n      and areas where extra volume is desired.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skyhigh-step\"\u003e\n      Blow-dry and style as desired for gorgeous body, texture and\n      longer-lasting results.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003cdiv class=\"skyhigh-footer\"\u003e\n\n    \u003ch2\u003e☁️ Take Your Volume Sky High\u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eLift it. Style it. Love it.\u003c\/strong\u003e\u003cbr\u003e\n      Beautiful volume with a lightweight feel and professional finish. ✨\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Default Title","offer_id":51212895682803,"sku":null,"price":378.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_98815b28-1c93-40f5-a3d1-733435500a52.png?v=1789110178","url":"https:\/\/glowupgirl.co.za\/products\/icon-sky-high-volume-mousse-125ml","provider":"GlowUp","version":"1.0","type":"link"}