{"title":"offers","description":"","products":[{"product_id":"biobalance-aknsun-mattifying-face-aqua-fusion-dry-touch-spf-50-40ml","title":"Biobalance Aknsun Mattifying Face Aqua Fusion Dry Touch SPF 50+ 40Ml","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;\n        background: #f8fafe;\n        padding: 15px;\n        line-height: 1.5;\n    }\n\n    .container {\n        max-width: 700px;\n        margin: 15px auto;\n        background: #f5f9ff;\n        border-radius: 12px;\n        box-shadow: 0 6px 16px rgba(9, 46, 82, 0.15);\n        overflow: hidden;\n        border: 1px solid #e6f0ff;\n        transform: scale(0.9);\n        transform-origin: center;\n    }\n\n    .header {\n        background: linear-gradient(135deg, #092E52, #061F37);\n        padding: 20px;\n        color: white;\n        text-align: center;\n    }\n\n    .title {\n        margin: 0;\n        font-size: 20px;\n        font-weight: bold;\n        letter-spacing: 0.3px;\n        line-height: 1.2;\n    }\n\n    .subtitle {\n        margin: 12px 0 0;\n        font-size: 14px;\n        letter-spacing: 0.5px;\n    }\n\n    .content {\n        padding: 25px 20px;\n        background: #fff;\n    }\n\n    .section {\n        background: white;\n        border-radius: 12px;\n        box-shadow: 0 6px 15px rgba(9, 46, 82, 0.08);\n        overflow: hidden;\n        margin-bottom: 20px;\n    }\n\n    .header-line {\n        height: 6px;\n        background: linear-gradient(to right, #092E52, #0F4369);\n    }\n\n    .card-content {\n        padding: 20px;\n    }\n\n    .section-title {\n        color: #092E52;\n        font-size: 18px;\n        margin: 0 0 15px;\n        font-weight: bold;\n    }\n\n    .intro-text {\n        color: #061F37;\n        font-size: 15px;\n        font-weight: 500;\n        background: #E6EFF8;\n        padding: 15px;\n        border-radius: 10px;\n        margin-bottom: 15px;\n    }\n\n    .benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin: 15px 0;\n    }\n\n    .benefit-item {\n        background: #F1F6FC;\n        border-radius: 10px;\n        padding: 15px;\n        border-left: 3px solid #092E52;\n    }\n\n    .benefit-title {\n        color: #092E52;\n        font-size: 13px;\n        font-weight: bold;\n        margin-bottom: 6px;\n    }\n\n    .benefit-text {\n        color: #546e7a;\n        font-size: 13px;\n    }\n\n    .step-block {\n        background: #F1F6FC;\n        border-radius: 10px;\n        padding: 16px;\n        margin-bottom: 14px;\n        border-left: 4px solid #092E52;\n    }\n\n    .step-header {\n        display: flex;\n        align-items: center;\n        margin-bottom: 10px;\n    }\n\n    .step-number {\n        background: #092E52;\n        color: white;\n        width: 26px;\n        height: 26px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 13px;\n        font-weight: bold;\n        flex-shrink: 0;\n        margin-right: 10px;\n    }\n\n    .step-title {\n        color: #092E52;\n        font-size: 14px;\n        font-weight: bold;\n    }\n\n    .step-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .step-list li {\n        padding: 5px 0;\n        display: flex;\n        align-items: flex-start;\n        border-bottom: 1px solid #e0ecf8;\n        font-size: 13px;\n        color: #546e7a;\n    }\n\n    .step-list li:last-child {\n        border-bottom: none;\n    }\n\n    .step-list li::before {\n        content: \"•\";\n        color: #092E52;\n        font-weight: bold;\n        margin-right: 8px;\n        flex-shrink: 0;\n    }\n\n    .ingredients-list {\n        list-style: none;\n        padding: 0;\n        margin: 15px 0;\n    }\n\n    .ingredients-list li {\n        padding: 8px 0;\n        display: flex;\n        align-items: flex-start;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    .ingredients-list li:last-child {\n        border-bottom: none;\n    }\n\n    .ingredient-icon {\n        width: 16px;\n        height: 16px;\n        background: #E6EFF8;\n        border-radius: 50%;\n        margin-right: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #092E52;\n        font-size: 10px;\n        font-weight: bold;\n        flex-shrink: 0;\n        margin-top: 2px;\n    }\n\n    .ingredient-text {\n        color: #546e7a;\n        font-size: 13px;\n    }\n\n    .why-choose {\n        background: linear-gradient(135deg, #CCE0F2, #B3D4ED);\n        border-radius: 10px;\n        padding: 18px;\n        margin: 15px 0;\n    }\n\n    .why-choose-title {\n        color: #061F37;\n        font-size: 16px;\n        font-weight: bold;\n        margin-bottom: 12px;\n    }\n\n    .how-to-use-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 12px;\n        margin: 15px 0;\n    }\n\n    .how-to-card {\n        background: #F1F6FC;\n        border-radius: 10px;\n        padding: 14px;\n        text-align: center;\n        border-top: 3px solid #092E52;\n    }\n\n    .how-to-label {\n        color: #092E52;\n        font-size: 13px;\n        font-weight: bold;\n        margin-bottom: 6px;\n    }\n\n    .how-to-text {\n        color: #546e7a;\n        font-size: 12px;\n    }\n\n    .final-cta {\n        background: linear-gradient(135deg, #092E52, #0F4369);\n        color: white;\n        padding: 18px;\n        border-radius: 10px;\n        text-align: center;\n        font-size: 14px;\n        line-height: 1.5;\n    }\n\n    @media (max-width: 768px) {\n        .container {\n            margin: 10px;\n            transform: scale(0.95);\n        }\n        .content { padding: 20px 15px; }\n        .header { padding: 18px 15px; }\n        .title { font-size: 18px; }\n        .card-content { padding: 18px 15px; }\n        .how-to-use-grid { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 480px) {\n        .container { transform: scale(0.9); }\n        .title { font-size: 16px; }\n        .card-content { padding: 15px; }\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n\n    \u003c!-- Header Section --\u003e\n    \u003cdiv class=\"header\"\u003e\n        \u003ch2 class=\"title\" style=\"color: #ffffff;\"\u003eBio Balance Mattifying Face Aqua Fusion\u003c\/h2\u003e\n        \u003cp class=\"subtitle\"\u003eFor Oily \u0026amp; Acne-Prone Skin — The first and only sunscreen with Full Spectrum 360° protection against Blue Light, Infrared A, UVA \u0026amp; UVB, specially formulated for acne-prone skin!\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Main Content --\u003e\n    \u003cdiv class=\"content\"\u003e\n\n        \u003c!-- Introduction --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003cdiv class=\"intro-text\"\u003eAn ultra-light, aqua-based sunscreen delivering Full Spectrum 360° protection — combining anti-bacterial, sebum-regulating, and antioxidant actives for a matte, clear complexion all day long.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Product Highlights --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e☀\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eFull Spectrum 360° Protection\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eProtects from 100% of sunrays: Blue Light, Infrared A, UVA \u0026amp; UVB for complete, all-round protection.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e✦\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eSafe for Acne-Prone Skin\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eFormulated with anti-bacterial, anti-hyper keratinization, and sebum regulators to keep breakouts at bay.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e💧\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eUltra-Light, Invisible Texture\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eAqua-based formula that's perfume-free, water-resistant, and perfectly suitable under makeup.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Active Ingredients --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003ch2 class=\"section-title\"\u003eActive Ingredients\u003c\/h2\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eNordihydroguaiaretic Acid \u0026amp; Oleanolic Acid\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eImproves appearance of oily skin by balancing sebum production for a visibly mattified complexion.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eLactic Acid \u0026amp; Natural Fruit Acids\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eGently exfoliates skin and fights enlarged pores for a smoother, more refined complexion.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"step-block\"\u003e\n                    \u003cdiv class=\"step-header\"\u003e\n                        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                        \u003cdiv class=\"step-title\"\u003eSebum Regulating Complex \u0026amp; Vitamin E\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cul class=\"step-list\"\u003e\n                        \u003cli\u003eReduces shiny appearance while powerfully moisturizing and protecting the skin with antioxidant action.\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Benefits --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n                \u003cdiv class=\"benefits-grid\"\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-title\"\u003ePrevents Sun \u0026amp; Digital Aging\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003eProtects against harmful effects of both sun exposure and digital screens for long-term skin health.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-title\"\u003eAntipollution \u0026amp; Anti-Oxidant\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003eReduces damage from environmental exposure and neutralizes free radicals for healthier-looking skin.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-title\"\u003eProtects \u0026amp; Boosts Collagen\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003ePreserves skin elasticity and promotes collagen production for a firmer, more youthful appearance.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- How To Use --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003ch2 class=\"section-title\"\u003eHow To Use\u003c\/h2\u003e\n                \u003cdiv class=\"how-to-use-grid\"\u003e\n                    \u003cdiv class=\"how-to-card\"\u003e\n                        \u003cdiv class=\"how-to-label\"\u003eWho?\u003c\/div\u003e\n                        \u003cdiv class=\"how-to-text\"\u003eFor anyone who wants to protect their skin against aging and hyperpigmentation.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"how-to-card\"\u003e\n                        \u003cdiv class=\"how-to-label\"\u003eWhen?\u003c\/div\u003e\n                        \u003cdiv class=\"how-to-text\"\u003eAnytime you are exposed to sun or smart devices — daily use recommended.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"how-to-card\"\u003e\n                        \u003cdiv class=\"how-to-label\"\u003eWhere?\u003c\/div\u003e\n                        \u003cdiv class=\"how-to-text\"\u003eApply to face and all exposed skin areas for full coverage protection.\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Why Choose --\u003e\n        \u003cdiv class=\"section\"\u003e\n            \u003cdiv class=\"header-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"card-content\"\u003e\n                \u003cdiv class=\"why-choose\"\u003e\n                    \u003ch2 class=\"why-choose-title\"\u003eWhy Choose Bio Balance Mattifying Face Aqua Fusion?\u003c\/h2\u003e\n                    \u003cul class=\"ingredients-list\"\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan class=\"ingredient-text\"\u003eThe only sunscreen offering Full Spectrum 360° protection — Blue Light, Infrared A, UVA \u0026amp; UVB — all in one formula.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan class=\"ingredient-text\"\u003eSpecially designed for oily and acne-prone skin with anti-bacterial and sebum-regulating actives.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan class=\"ingredient-text\"\u003eUltra-light aqua texture — perfume-free, invisible finish, and comfortable under makeup every day.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan class=\"ingredient-text\"\u003eFights digital aging from screens as well as sun damage — ideal for modern, connected lifestyles.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan class=\"ingredient-text\"\u003eWater-resistant and antioxidant-rich to protect collagen, reduce pores, and maintain a healthy, matte glow.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Final CTA --\u003e\n        \u003cdiv class=\"final-cta\"\u003e\n            Shield your skin from every angle — Bio Balance Mattifying Face Aqua Fusion delivers 360° protection with a featherlight finish made for oily, acne-prone skin. Add to cart now and experience the future of daily sun protection.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Vamer Pharma","offers":[{"title":"Default Title","offer_id":46835812270303,"sku":"1900","price":580.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0285\/9135\/8026\/files\/aknsun1.webp?v=1772963905"}],"url":"https:\/\/shop.vamerpharma.com\/collections\/offers-1.oembed","provider":"Vamer Pharma","version":"1.0","type":"link"}