{"product_id":"stye-in-range","title":"Style - In Range","description":"\u003c!-- Inebrya Styling Collection - Mobile Optimized Animated HTML --\u003e\n\u003cdiv style=\"font-family:Arial,Helvetica,sans-serif;max-width:100%;margin:0 auto;color:#333;overflow:hidden;\"\u003e\n\n  \u003cstyle\u003e\n    .styling-wrap {\n      background:linear-gradient(145deg,#fff7fb,#fff,#fff5fa);\n      border-radius:18px;\n      padding:18px 14px;\n      box-sizing:border-box;\n    }\n\n    .styling-title {\n      text-align:center;\n      margin:0 0 6px;\n      font-size:27px;\n      font-weight:800;\n      letter-spacing:.5px;\n      background:linear-gradient(90deg,#d9367a,#f08ab6,#c99a3d,#d9367a);\n      -webkit-background-clip:text;\n      -webkit-text-fill-color:transparent;\n      background-size:250% auto;\n      animation:shine 4s linear infinite;\n    }\n\n    .styling-subtitle {\n      text-align:center;\n      font-size:13px;\n      color:#777;\n      margin:0 0 22px;\n    }\n\n    .styling-section {\n      position:relative;\n      background:rgba(255,255,255,.94);\n      border:1px solid #f3b4cf;\n      border-radius:18px;\n      padding:18px 14px;\n      margin:0 0 18px;\n      box-shadow:0 8px 25px rgba(205,55,119,.10);\n      overflow:hidden;\n      animation:fadeUp .8s ease both;\n    }\n\n    .styling-section:before {\n      content:\"\";\n      position:absolute;\n      top:-70px;\n      right:-70px;\n      width:150px;\n      height:150px;\n      border-radius:50%;\n      background:radial-gradient(circle,rgba(241,133,181,.18),transparent 70%);\n      pointer-events:none;\n    }\n\n    .styling-heading {\n      display:flex;\n      align-items:center;\n      gap:10px;\n      margin:0 0 10px;\n      color:#d6387c;\n      font-size:25px;\n      font-weight:800;\n    }\n\n    .styling-icon {\n      width:38px;\n      height:38px;\n      min-width:38px;\n      border-radius:50%;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,#f8c5dd,#fff);\n      border:1px solid #ed9fc4;\n      font-size:19px;\n      box-shadow:0 4px 12px rgba(214,56,124,.12);\n      animation:pulse 2.5s infinite;\n    }\n\n    .styling-description {\n      font-size:14px;\n      line-height:1.65;\n      color:#555;\n      margin:0 0 16px;\n    }\n\n    .product-grid {\n      display:grid;\n      grid-template-columns:repeat(2,minmax(0,1fr));\n      gap:10px;\n    }\n\n    .product-card {\n      position:relative;\n      background:linear-gradient(145deg,#fff,#fff5fa);\n      border:1px solid #f2c4d8;\n      border-radius:13px;\n      padding:13px 9px;\n      text-align:center;\n      min-height:76px;\n      display:flex;\n      flex-direction:column;\n      justify-content:center;\n      box-sizing:border-box;\n      transition:transform .25s ease,box-shadow .25s ease;\n      animation:cardIn .7s ease both;\n    }\n\n    .product-card:hover {\n      transform:translateY(-4px);\n      box-shadow:0 8px 18px rgba(214,56,124,.15);\n    }\n\n    .product-card:after {\n      content:\"\";\n      position:absolute;\n      left:-100%;\n      top:0;\n      width:70%;\n      height:100%;\n      background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);\n      transform:skewX(-20deg);\n      animation:cardShimmer 4s infinite;\n    }\n\n    .product-name {\n      color:#c92e70;\n      font-size:13px;\n      font-weight:800;\n      line-height:1.35;\n      position:relative;\n      z-index:1;\n    }\n\n    .product-size {\n      color:#777;\n      font-size:11px;\n      font-weight:700;\n      margin-top:4px;\n      position:relative;\n      z-index:1;\n    }\n\n    .finish-highlight {\n      margin:12px 0 17px;\n      padding:11px;\n      text-align:center;\n      border-radius:12px;\n      background:linear-gradient(90deg,#fff0f7,#fff8fb,#fff0f7);\n      color:#d12f73;\n      font-size:14px;\n      font-weight:800;\n      line-height:1.5;\n      border:1px dashed #e8a0c1;\n    }\n\n    .bottom-badge {\n      text-align:center;\n      padding:12px 8px 2px;\n      color:#c92e70;\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.7px;\n    }\n\n    @keyframes shine {\n      0% {background-position:0% 50%;}\n      100% {background-position:250% 50%;}\n    }\n\n    @keyframes fadeUp {\n      from {opacity:0;transform:translateY(18px);}\n      to {opacity:1;transform:translateY(0);}\n    }\n\n    @keyframes cardIn {\n      from {opacity:0;transform:scale(.94);}\n      to {opacity:1;transform:scale(1);}\n    }\n\n    @keyframes pulse {\n      0%,100% {transform:scale(1);}\n      50% {transform:scale(1.07);}\n    }\n\n    @keyframes cardShimmer {\n      0% {left:-100%;}\n      20%,100% {left:130%;}\n    }\n\n    @media (max-width:480px) {\n      .styling-wrap {\n        padding:15px 10px;\n        border-radius:14px;\n      }\n\n      .styling-title {\n        font-size:24px;\n      }\n\n      .styling-subtitle {\n        font-size:12px;\n      }\n\n      .styling-section {\n        padding:16px 11px;\n        border-radius:15px;\n      }\n\n      .styling-heading {\n        font-size:22px;\n      }\n\n      .styling-icon {\n        width:34px;\n        height:34px;\n        min-width:34px;\n        font-size:17px;\n      }\n\n      .styling-description {\n        font-size:13px;\n        line-height:1.6;\n      }\n\n      .product-grid {\n        gap:8px;\n      }\n\n      .product-card {\n        padding:11px 6px;\n        min-height:70px;\n      }\n\n      .product-name {\n        font-size:12px;\n      }\n\n      .product-size {\n        font-size:10px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"styling-wrap\"\u003e\n\n    \u003ch2 class=\"styling-title\"\u003e✨ Inebrya Styling Collection ✨\u003c\/h2\u003e\n    \u003cp class=\"styling-subtitle\"\u003eProfessional styling for beautiful, long-lasting results\u003c\/p\u003e\n\n    \u003c!-- FIXING --\u003e\n    \u003csection class=\"styling-section\"\u003e\n      \u003ch3 class=\"styling-heading\"\u003e\n        \u003cspan class=\"styling-icon\"\u003e✨\u003c\/span\u003e\n        Fixing\n      \u003c\/h3\u003e\n\n      \u003cp class=\"styling-description\"\u003e\n        To set the style \u0026amp; provide long-lasting hold, keeping the hair in the desired shape all day long.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"product-grid\"\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eTHERMO SPRAY\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e250ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eVOLUME MOUSSE\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e400ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eEXTRA MOUSSE\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e400ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eVOLUME SPRAY\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e200ML\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SHAPING --\u003e\n    \u003csection class=\"styling-section\"\u003e\n      \u003ch3 class=\"styling-heading\"\u003e\n        \u003cspan class=\"styling-icon\"\u003e💗\u003c\/span\u003e\n        Shaping\n      \u003c\/h3\u003e\n\n      \u003cp class=\"styling-description\"\u003e\n        To define and shape the hair during styling, creating texture, volume and structure, for versatile, customised results.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"product-grid\"\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eDUO STYLE\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e200ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eVOLUMISING POWDER\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e30ML\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FINISHING --\u003e\n    \u003csection class=\"styling-section\"\u003e\n      \u003ch3 class=\"styling-heading\"\u003e\n        \u003cspan class=\"styling-icon\"\u003e💎\u003c\/span\u003e\n        Finishing\n      \u003c\/h3\u003e\n\n      \u003cp class=\"styling-description\"\u003e\n        Applied at the end of styling, adding the finishing touch to the style.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"finish-highlight\"\u003e\n        ✨ Provide shine, softness \u0026amp; silkiness. ✨\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"product-grid\"\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eTOTAL FIX\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e500ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eTOTAL VOLUME\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e500ML\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-name\"\u003eCRYSTAL BEAUTY\u003c\/div\u003e\n          \u003cdiv class=\"product-size\"\u003e100ML\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"bottom-badge\"\u003e\n      ✨ PROFESSIONAL STYLING • BEAUTIFUL RESULTS ✨\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Thermal Spray 250ml","offer_id":50270838194419,"sku":null,"price":360.0,"currency_code":"ZAR","in_stock":true},{"title":"Volume Mousse 400ml","offer_id":50270838227187,"sku":null,"price":360.0,"currency_code":"ZAR","in_stock":true},{"title":"Extra Strong Mousse 400ml","offer_id":50270838259955,"sku":null,"price":360.0,"currency_code":"ZAR","in_stock":true},{"title":"Volume Root Spray 200ml","offer_id":50270838292723,"sku":null,"price":310.0,"currency_code":"ZAR","in_stock":true},{"title":"Duo Style 200ml","offer_id":50270838325491,"sku":null,"price":320.0,"currency_code":"ZAR","in_stock":true},{"title":"Volumizing Powder 30ml","offer_id":50270838358259,"sku":null,"price":330.0,"currency_code":"ZAR","in_stock":true},{"title":"Crystal Beauty 100ml","offer_id":50270838391027,"sku":null,"price":360.0,"currency_code":"ZAR","in_stock":true},{"title":"Total Volume Hairspray 500ml","offer_id":50270838423795,"sku":null,"price":330.0,"currency_code":"ZAR","in_stock":true},{"title":"Total Fix Hairspray 500ml","offer_id":50270850515187,"sku":null,"price":330.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_3005d163-f2a0-46f6-b02b-4163f0d2166d.png?v=1786514295","url":"https:\/\/glowupgirl.co.za\/products\/stye-in-range","provider":"GlowUP","version":"1.0","type":"link"}