{"product_id":"icon-perfume-50ml","title":"Icon Perfume 50ml","description":"\u003cstyle\u003e\n  .icon-perfume {\n    max-width: 850px;\n    margin: 30px auto;\n    padding: 35px 25px;\n    font-family: Arial, sans-serif;\n    color: #333;\n    text-align: center;\n    background: linear-gradient(135deg, #fff8f8, #fceeee, #fffafa);\n    border-radius: 24px;\n    box-shadow: 0 10px 35px rgba(120, 70, 70, 0.12);\n    overflow: hidden;\n    position: relative;\n  }\n\n  .icon-perfume::before {\n    content: \"✦\";\n    position: absolute;\n    top: 20px;\n    left: 8%;\n    font-size: 28px;\n    color: #b98282;\n    animation: float 3s ease-in-out infinite;\n  }\n\n  .icon-perfume::after {\n    content: \"✧\";\n    position: absolute;\n    bottom: 25px;\n    right: 8%;\n    font-size: 34px;\n    color: #b98282;\n    animation: float 4s ease-in-out infinite reverse;\n  }\n\n  .icon-title {\n    font-size: 32px;\n    color: #8b5e5e;\n    margin-bottom: 8px;\n    animation: fadeDown 1s ease forwards;\n  }\n\n  .icon-subtitle {\n    font-size: 18px;\n    color: #b06f6f;\n    font-style: italic;\n    margin-bottom: 25px;\n    animation: fadeUp 1.2s ease forwards;\n  }\n\n  .icon-description {\n    max-width: 680px;\n    margin: auto;\n    font-size: 16px;\n    line-height: 1.8;\n    animation: fadeUp 1.4s ease forwards;\n  }\n\n  .icon-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin: 30px 0;\n  }\n\n  .icon-benefit {\n    background: rgba(255,255,255,0.8);\n    padding: 20px 12px;\n    border-radius: 18px;\n    transition: all 0.35s ease;\n    box-shadow: 0 5px 15px rgba(120,70,70,0.08);\n    animation: popIn 0.8s ease forwards;\n  }\n\n  .icon-benefit:hover {\n    transform: translateY(-8px) scale(1.03);\n    box-shadow: 0 12px 25px rgba(120,70,70,0.18);\n  }\n\n  .icon-benefit-icon {\n    font-size: 30px;\n    display: block;\n    margin-bottom: 8px;\n    animation: pulse 2.5s infinite;\n  }\n\n  .icon-benefit strong {\n    color: #8b5e5e;\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .icon-cta {\n    display: inline-block;\n    margin-top: 15px;\n    padding: 14px 28px;\n    border-radius: 30px;\n    background: linear-gradient(90deg, #8b5e5e, #c58c8c, #8b5e5e);\n    background-size: 200% auto;\n    color: white;\n    text-decoration: none;\n    font-weight: bold;\n    letter-spacing: 0.5px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    animation: shimmer 3s linear infinite;\n  }\n\n  .icon-cta:hover {\n    transform: scale(1.06);\n    box-shadow: 0 8px 20px rgba(120,70,70,0.25);\n  }\n\n  .icon-tagline {\n    margin-top: 25px;\n    font-size: 20px;\n    color: #8b5e5e;\n    font-style: italic;\n    animation: pulse 3s infinite;\n  }\n\n  @keyframes fadeDown {\n    from {\n      opacity: 0;\n      transform: translateY(-20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes popIn {\n    from {\n      opacity: 0;\n      transform: scale(0.85);\n    }\n    to {\n      opacity: 1;\n      transform: scale(1);\n    }\n  }\n\n  @keyframes float {\n    0%, 100% {\n      transform: translateY(0) rotate(0deg);\n    }\n    50% {\n      transform: translateY(-12px) rotate(10deg);\n    }\n  }\n\n  @keyframes pulse {\n    0%, 100% {\n      transform: scale(1);\n    }\n    50% {\n      transform: scale(1.08);\n    }\n  }\n\n  @keyframes shimmer {\n    0% {\n      background-position: 0% center;\n    }\n    100% {\n      background-position: 200% center;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .icon-perfume {\n      padding: 30px 18px;\n    }\n\n    .icon-title {\n      font-size: 26px;\n    }\n\n    .icon-benefits {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .icon-benefits {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"icon-perfume\"\u003e\n\n  \u003ch2 class=\"icon-title\"\u003e\n    ✨ I.C.O.N. Body Perfume Collection ✨\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"icon-subtitle\"\u003e\n    Discover your signature scent.\n  \u003c\/div\u003e\n\n  \u003cp class=\"icon-description\"\u003e\n    Discover the \u003cstrong\u003eI.C.O.N. Hair Cosmetics Body Perfume Collection\u003c\/strong\u003e —\n    a luxurious selection of captivating fragrances created to make every moment\n    feel a little more ICONic.\n  \u003c\/p\u003e\n\n  \u003cp class=\"icon-description\"\u003e\n    From fresh and radiant scents to warm, sensual and sophisticated aromas,\n    each fragrance allows you to express your personality and leave a beautiful,\n    unforgettable impression wherever you go.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"icon-benefits\"\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e🌸\u003c\/span\u003e\n      \u003cstrong\u003eBeautiful Scents\u003c\/strong\u003e\n      Sophisticated fragrances for every personality.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e✨\u003c\/span\u003e\n      \u003cstrong\u003eEveryday Luxury\u003c\/strong\u003e\n      Perfect for adding a touch of luxury to your daily routine.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e💕\u003c\/span\u003e\n      \u003cstrong\u003eCaptivating\u003c\/strong\u003e\n      Leave a beautiful and memorable impression.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e👜\u003c\/span\u003e\n      \u003cstrong\u003eOn The Go\u003c\/strong\u003e\n      Keep your favourite fragrance close for a quick refresh.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e🌟\u003c\/span\u003e\n      \u003cstrong\u003eExpress Yourself\u003c\/strong\u003e\n      Choose a fragrance that matches your mood and style.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-benefit\"\u003e\n      \u003cspan class=\"icon-benefit-icon\"\u003e💎\u003c\/span\u003e\n      \u003cstrong\u003eFinishing Touch\u003c\/strong\u003e\n      The perfect final touch to your beauty routine.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"icon-cta\"\u003e\n    ✨ Find Your Signature Scent ✨\n  \u003c\/a\u003e\n\n  \u003cdiv class=\"icon-tagline\"\u003e\n    Smell amazing. Feel confident. Be ICONic.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Nude","offer_id":50514744967411,"sku":null,"price":621.0,"currency_code":"ZAR","in_stock":true},{"title":"Peony","offer_id":50514745000179,"sku":null,"price":621.0,"currency_code":"ZAR","in_stock":true},{"title":"Pure Rose","offer_id":50514745032947,"sku":null,"price":621.0,"currency_code":"ZAR","in_stock":true},{"title":"The Voice in the clouds","offer_id":50514745065715,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"The Voice in the sunset","offer_id":50514745098483,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Desert rose","offer_id":50514745131251,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Goddess","offer_id":50514745164019,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Breathtaking moments","offer_id":50514745196787,"sku":null,"price":621.0,"currency_code":"ZAR","in_stock":true},{"title":"Burning cherries","offer_id":50514745229555,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Fantasy","offer_id":50514745262323,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Marshmallow whiskers","offer_id":50514745295091,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true},{"title":"Pina colada","offer_id":50514745327859,"sku":null,"price":843.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_35fad40e-fcec-4944-9598-f3352144cf3b.png?v=1787389239","url":"https:\/\/glowupgirl.co.za\/products\/icon-perfume-50ml","provider":"GlowUP","version":"1.0","type":"link"}