{"title":"Pigmentation \u0026 Dark Spots","description":"","products":[{"product_id":"babe-lotion-glow-accelerator-150ml","title":"Babe Lotion Glow Accelerator 150ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* تطبيق الستايلات فقط داخل الحاوية الرئيسية *\/\n        .babe-depigment-product {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            \/* إعادة تعيين الخصائص لضمان عدم التأثر بالستايلات الخارجية *\/\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .babe-depigment-product *,\n        .babe-depigment-product *::before,\n        .babe-depigment-product *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .babe-depigment-product .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .babe-depigment-product .section {\n            margin-bottom: 8px;\n        }\n\n        .babe-depigment-product .section-title {\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 8px;\n            border-bottom: 3px solid #E492B3;\n            padding-bottom: 5px;\n            display: inline-block;\n        }\n\n        .babe-depigment-product .description {\n            color: #444;\n            margin-bottom: 8px;\n            font-size: 1.3rem;\n            line-height: 1.5;\n            font-weight: 500;\n        }\n\n        .babe-depigment-product .bullet-list {\n            list-style: none;\n        }\n\n        .babe-depigment-product .bullet-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 10px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .babe-depigment-product .bullet-icon {\n            width: 20px;\n            height: 20px;\n            background: #E492B3;\n            border-radius: 50%;\n            margin-right: 15px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .babe-depigment-product .bullet-text {\n            flex: 1;\n            color: #333;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .babe-depigment-product .ingredients-section {\n            padding: 5px 0;\n            margin: 0;\n        }\n\n        .babe-depigment-product .ingredients-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .babe-depigment-product .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .babe-depigment-product .ingredient-type {\n            background: #ffffff;\n            padding: 15px;\n            border: 2px solid #E492B3;\n            border-radius: 10px;\n        }\n\n        .babe-depigment-product .ingredient-type-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #E492B3;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n\n        .babe-depigment-product .ingredient-item {\n            background: #f8f9fa;\n            padding: 12px;\n            margin-bottom: 8px;\n            border: 1px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .babe-depigment-product .ingredient-name {\n            font-weight: 600;\n            color: #E492B3;\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .babe-depigment-product .ingredient-percentage {\n            font-size: 0.9rem;\n            color: #666;\n            font-weight: 500;\n            margin-bottom: 5px;\n        }\n\n        .babe-depigment-product .ingredient-description {\n            font-size: 0.95rem;\n            color: #444;\n            line-height: 1.4;\n        }\n\n        .babe-depigment-product .usage-steps {\n            counter-reset: step-counter;\n        }\n\n        .babe-depigment-product .step-item {\n            counter-increment: step-counter;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 12px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .babe-depigment-product .step-number {\n            width: 35px;\n            height: 35px;\n            background: #E492B3;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .babe-depigment-product .step-number::before {\n            content: counter(step-counter);\n        }\n\n        .babe-depigment-product .step-text {\n            flex: 1;\n            color: #444;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .babe-depigment-product .info-section {\n            padding: 15px 0;\n            margin: 15px 0;\n        }\n\n        .babe-depigment-product .info-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .babe-depigment-product .info-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .babe-depigment-product .info-text {\n            color: #444;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .babe-depigment-product {\n                width: 100%;\n            }\n            \n            .babe-depigment-product .container {\n                padding: 15px;\n            }\n\n            .babe-depigment-product .section-title {\n                font-size: 1.8rem;\n            }\n\n            .babe-depigment-product .description {\n                font-size: 1.1rem;\n            }\n\n            .babe-depigment-product .bullet-text {\n                font-size: 1rem;\n            }\n\n            .babe-depigment-product .step-text {\n                font-size: 1rem;\n            }\n\n            .babe-depigment-product .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n\n            .babe-depigment-product .bullet-item,\n            .babe-depigment-product .step-item {\n                padding: 12px;\n            }\n\n            .babe-depigment-product .ingredients-container,\n            .babe-depigment-product .info-container {\n                padding: 0 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .babe-depigment-product {\n                width: 100%;\n            }\n            \n            .babe-depigment-product .section-title {\n                font-size: 1.5rem;\n            }\n\n            .babe-depigment-product .description {\n                font-size: 1rem;\n            }\n\n            .babe-depigment-product .bullet-text {\n                font-size: 0.95rem;\n            }\n\n            .babe-depigment-product .step-text {\n                font-size: 0.95rem;\n            }\n\n            .babe-depigment-product .bullet-icon {\n                width: 18px;\n                height: 18px;\n                font-size: 10px;\n            }\n\n            .babe-depigment-product .step-number {\n                width: 30px;\n                height: 30px;\n                font-size: 1rem;\n            }\n\n            .babe-depigment-product .ingredients-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"babe-depigment-product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eBabe Skin Lightening Lotion is the ultimate professional solution for anyone seeking visible and reliable results in beauty care. Specially formulated to perform effectively under the harsh Gulf climate, it helps protect the skin from daily environmental stress caused by extreme heat, humidity, and continuous air conditioning. \u003c\/span\u003e\u003c\/p\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch2 dir=\"ltr\"\u003e\u003cspan\u003eSpecifications of Babe Skin Lightening Lotion\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eBrand\u003c\/span\u003e\u003cspan\u003e: \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/babe\"\u003e\u003cspan\u003ebabe lotion\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eCategory \u003c\/span\u003e\u003cspan\u003e: \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/skin-care\"\u003e\u003cspan\u003eSkin Care\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eSize\u003c\/span\u003e\u003cspan\u003e: 200ml, perfect for daily use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eTexture\u003c\/span\u003e\u003cspan\u003e: Luxuriously creamy yet lightweight, allowing for quick absorption without a greasy residue.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eSkin Type:\u003c\/span\u003e\u003cspan\u003e Suitable for all skin types, including normal, oily, and combination skin.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eBenefits of Babe Skin Lightening Lotion\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eImmediate Results\u003c\/span\u003e\u003cspan\u003e: Thanks to its advanced formula, users can expect visible improvements in skin tone and texture within a few days of regular use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eClimate Protection:\u003c\/span\u003e\u003cspan\u003e The lotion forms a protective barrier against heat and AC-induced dryness, ensuring that the skin remains hydrated and luminous even in the harshest conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIntensive Hydration:\u003c\/span\u003e\u003cspan\u003e Infused with deep hydration properties, this lotion combats moisture loss, keeping your skin soft and supple despite the arid desert climate.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eEnhanced Appearance\u003c\/span\u003e\u003cspan\u003e: With consistent use, Babe Skin Lightening Lotion promotes long-term visible improvements, helping to achieve a more radiant and even complexion over time.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eActive Ingredients in Babe Skin Lightening Lotion\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 1:\u003c\/span\u003e\u003cspan\u003e Niacinamide - This powerful vitamin B3 derivative works to brighten skin tone, reduce the appearance of dark spots, and improve skin barrier function, making it essential for those exposed to environmental stressors.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 2:\u003c\/span\u003e\u003cspan\u003e Hyaluronic Acid - Known for its exceptional hydration capabilities, hyaluronic acid attracts and retains moisture, providing deep hydration that is crucial for combating the drying effects of the Gulf climate.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 3:\u003c\/span\u003e\u003cspan\u003e Licorice Extract - This natural ingredient not only helps lighten hyperpigmentation but also soothes and calms the skin, enhancing overall performance by promoting an even skin tone.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eHow to Use Properly\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003ePreparation\u003c\/span\u003e\u003cspan\u003e: Begin with clean, dry skin. Use a gentle cleanser to remove impurities, ensuring the lotion can penetrate effectively.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eApplication\u003c\/span\u003e\u003cspan\u003e: Apply a generous amount of Babe Skin Lightening Lotion to your face and body, gently massaging it into the skin in circular motions until fully absorbed.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eFrequency\u003c\/span\u003e\u003cspan\u003e: For optimal results, use twice daily—once in the morning and once at night.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003ePro Tip:\u003c\/span\u003e\u003cspan\u003e For best results, layer with a sunscreen during the day to protect your skin from further pigmentation caused by sun exposure.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eFrequently Asked Questions about Babe Skin Lightening Lotion\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhy choose this product over others?\u003c\/span\u003e\u003cspan\u003e Babe Skin Lightening Lotion stands out due to its unique formulation specifically designed for the Gulf climate, offering both immediate and long-lasting results that many standard products do not provide.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it safe for daily use?\u003c\/span\u003e\u003cspan\u003e Yes, formulated with skin-friendly ingredients, Babe Skin Lightening Lotion is safe for daily use and suitable for all skin types.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhen will results from Babe Skin Lightening Lotion appear?\u003c\/span\u003e\u003cspan\u003e Most users notice visible improvements within a week of consistent application, with optimal results expected after four to six weeks.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it suitable for sensitive skin\u003c\/span\u003e\u003cspan\u003e? Absolutely! The gentle formulation of Babe Skin Lightening Lotion makes it suitable for sensitive skin, minimizing the risk of irritation while effectively working to enhance your complexion.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eGive your beauty the care it deserves. Order Babe Skin Lightening Lotion today from \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\"\u003e\u003cspan\u003eBeauty World\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cb id=\"docs-internal-guid-0befcdb8-7fff-40d4-f5b8-6e5a5b9fa1fc\"\u003e\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Babe","offers":[{"title":"Default Title","offer_id":46945551286528,"sku":null,"price":9.56,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/rn-image_picker_lib_temp_230e384d-db5b-40fa-b65a-f28f5d115740.png?v=1778170368"},{"product_id":"babe-micellar-gel-240ml","title":"Babe Micellar Gel 240ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* تطبيق الستايلات فقط داخل الحاوية الرئيسية *\/\n        .micellar-gel-product {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            \/* إعادة تعيين الخصائص لضمان عدم التأثر بالستايلات الخارجية *\/\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .micellar-gel-product *,\n        .micellar-gel-product *::before,\n        .micellar-gel-product *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .micellar-gel-product .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .micellar-gel-product .section {\n            margin-bottom: 8px;\n        }\n\n        .micellar-gel-product .section-title {\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 8px;\n            border-bottom: 3px solid #E492B3;\n            padding-bottom: 5px;\n            display: inline-block;\n        }\n\n        .micellar-gel-product .description {\n            color: #444;\n            margin-bottom: 8px;\n            font-size: 1.3rem;\n            line-height: 1.5;\n            font-weight: 500;\n        }\n\n        .micellar-gel-product .bullet-list {\n            list-style: none;\n        }\n\n        .micellar-gel-product .bullet-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 10px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .micellar-gel-product .bullet-icon {\n            width: 20px;\n            height: 20px;\n            background: #E492B3;\n            border-radius: 50%;\n            margin-right: 15px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .micellar-gel-product .bullet-text {\n            flex: 1;\n            color: #333;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .micellar-gel-product .ingredients-section {\n            padding: 5px 0;\n            margin: 0;\n        }\n\n        .micellar-gel-product .ingredients-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .micellar-gel-product .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .micellar-gel-product .ingredient-type {\n            background: #ffffff;\n            padding: 15px;\n            border: 2px solid #E492B3;\n            border-radius: 10px;\n        }\n\n        .micellar-gel-product .ingredient-type-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #E492B3;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n\n        .micellar-gel-product .ingredient-item {\n            background: #f8f9fa;\n            padding: 12px;\n            margin-bottom: 8px;\n            border: 1px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .micellar-gel-product .ingredient-name {\n            font-weight: 600;\n            color: #E492B3;\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .micellar-gel-product .ingredient-percentage {\n            font-size: 0.9rem;\n            color: #666;\n            font-weight: 500;\n            margin-bottom: 5px;\n        }\n\n        .micellar-gel-product .ingredient-description {\n            font-size: 0.95rem;\n            color: #444;\n            line-height: 1.4;\n        }\n\n        .micellar-gel-product .usage-steps {\n            counter-reset: step-counter;\n        }\n\n        .micellar-gel-product .step-item {\n            counter-increment: step-counter;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 12px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .micellar-gel-product .step-number {\n            width: 35px;\n            height: 35px;\n            background: #E492B3;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .micellar-gel-product .step-number::before {\n            content: counter(step-counter);\n        }\n\n        .micellar-gel-product .step-text {\n            flex: 1;\n            color: #444;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .micellar-gel-product .info-section {\n            padding: 15px 0;\n            margin: 15px 0;\n        }\n\n        .micellar-gel-product .info-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .micellar-gel-product .info-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .micellar-gel-product .info-text {\n            color: #444;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .micellar-gel-product {\n                width: 100%;\n            }\n            \n            .micellar-gel-product .container {\n                padding: 15px;\n            }\n\n            .micellar-gel-product .section-title {\n                font-size: 1.8rem;\n            }\n\n            .micellar-gel-product .description {\n                font-size: 1.1rem;\n            }\n\n            .micellar-gel-product .bullet-text {\n                font-size: 1rem;\n            }\n\n            .micellar-gel-product .step-text {\n                font-size: 1rem;\n            }\n\n            .micellar-gel-product .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n\n            .micellar-gel-product .bullet-item,\n            .micellar-gel-product .step-item {\n                padding: 12px;\n            }\n\n            .micellar-gel-product .ingredients-container,\n            .micellar-gel-product .info-container {\n                padding: 0 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .micellar-gel-product {\n                width: 100%;\n            }\n            \n            .micellar-gel-product .section-title {\n                font-size: 1.5rem;\n            }\n\n            .micellar-gel-product .description {\n                font-size: 1rem;\n            }\n\n            .micellar-gel-product .bullet-text {\n                font-size: 0.95rem;\n            }\n\n            .micellar-gel-product .step-text {\n                font-size: 0.95rem;\n            }\n\n            .micellar-gel-product .bullet-icon {\n                width: 18px;\n                height: 18px;\n                font-size: 10px;\n            }\n\n            .micellar-gel-product .step-number {\n                width: 30px;\n                height: 30px;\n                font-size: 1rem;\n            }\n\n            .micellar-gel-product .ingredients-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"micellar-gel-product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eBabe Micellar Cleansing Gel is the ultimate professional solution for anyone seeking visible and reliable results in beauty care. Specially formulated to perform effectively under the harsh Gulf climate, it helps protect the skin from daily environmental stress caused by extreme heat, humidity, and continuous air conditioning. This cleansing gel effortlessly removes impurities while maintaining the skin’s natural moisture barrier, making it essential for anyone navigating the challenges of the GCC region.\u003c\/span\u003e\u003c\/p\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch2 dir=\"ltr\"\u003e\u003cspan\u003eSpecifications of Babe Micellar Cleansing Gel\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eBrand:\u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/babe\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eBABÉ Laboratorios\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eCategory \u003c\/span\u003e\u003cspan\u003e: \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/skin-care\"\u003e\u003cspan\u003eSkin Care\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eSize\u003c\/span\u003e\u003cspan\u003e: 200 ml\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eTexture\u003c\/span\u003e\u003cspan\u003e: Lightweight gel that transforms into a soothing liquid upon application.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eSkin Type:\u003c\/span\u003e\u003cspan\u003e Suitable for all skin types, including sensitive skin.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eOrigin\u003c\/span\u003e\u003cspan\u003e: Made in Spain.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eBenefits of Babe Micellar Cleansing Gel\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eImmediate Results:\u003c\/span\u003e\u003cspan\u003e The unique micellar technology captures and lifts away dirt, makeup, and oil, delivering instant clarity and freshness to your skin after the first use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eClimate Protection:\u003c\/span\u003e\u003cspan\u003e Formulated to combat the drying effects of air conditioning and extreme heat, Babe Micellar Cleansing Gel helps maintain optimal hydration levels, preventing irritation and discomfort.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIntensive Hydration:\u003c\/span\u003e\u003cspan\u003e Infused with hydrating agents, it penetrates deeply to nourish your skin, providing lasting moisture that is vital in the arid desert climate of the GCC.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eEnhanced Appearance:\u003c\/span\u003e\u003cspan\u003e With consistent use, the gel promotes a more radiant and balanced complexion, helping you look your best despite the environmental challenges.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eActive Ingredients in Babe Micellar Cleansing Gel\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 1:\u003c\/span\u003e\u003cspan\u003e Glycerin - A powerful humectant that draws moisture from the environment, keeping your skin hydrated and plump even in dry conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 2\u003c\/span\u003e\u003cspan\u003e: Aloe Vera Extract - Known for its soothing and calming properties, it helps to repair the skin barrier and reduce inflammation caused by heat and harsh weather.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eIngredient 3\u003c\/span\u003e\u003cspan\u003e: Micelles - Tiny cleansing agents that encapsulate dirt and impurities, ensuring a gentle yet effective cleanse that won’t strip the skin of its natural oils.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eHow to Use Properly\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003ePreparation\u003c\/span\u003e\u003cspan\u003e: Begin with clean hands and ensure your face is dry for optimal results.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eApplication\u003c\/span\u003e\u003cspan\u003e: Apply a small amount of Babe Micellar Cleansing Gel onto a cotton pad or directly onto your fingertips. Gently massage it onto your face in circular motions, focusing on areas with makeup or impurities. Rinse with water or wipe away with a cotton pad.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003eFrequency\u003c\/span\u003e\u003cspan\u003e: Use daily, both morning and evening, to maintain a clear and hydrated complexion.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" aria-level=\"1\"\u003e\n\u003cp dir=\"ltr\" role=\"presentation\"\u003e\u003cspan\u003ePro Tip:\u003c\/span\u003e\u003cspan\u003e For an enhanced cleansing experience, follow with a hydrating toner to lock in moisture and prepare your skin for subsequent skincare steps.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eFrequently Asked Questions about Babe Micellar Cleansing Gel\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhy choose this product over others?\u003c\/span\u003e\u003cspan\u003e Babe Micellar Cleansing Gel stands out due to its unique micellar technology that ensures a thorough cleanse without compromising skin hydration, which is critical in the GCC climate.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it safe for daily use\u003c\/span\u003e\u003cspan\u003e? Yes, this gentle formula is crafted for everyday use, making it suitable for all skin types, including sensitive skin.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhen will results from Babe Micellar Cleansing Gel appear?\u003c\/span\u003e\u003cspan\u003e You can expect to see immediate improvements in the clarity and freshness of your skin after the first use, with continued benefits developing over time.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it suitable for sensitive skin?\u003c\/span\u003e\u003cspan\u003e Absolutely, the formula is designed to be gentle and soothing, making it ideal for sensitive skin types that may react to harsh environmental conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eGive your beauty the care it deserves. Order Babe Micellar Cleansing Gel today from \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\"\u003e\u003cspan\u003eBeauty World\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cb id=\"docs-internal-guid-35ce68b7-7fff-9488-8388-bc222bb24dc1\"\u003e\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Babe","offers":[{"title":"Default Title","offer_id":46945556463872,"sku":null,"price":9.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/BABEMICELLARGEL240ML.webp?v=1756160486"},{"product_id":"dalton-bright-perfectionpigmentation-control-dark-sport-serum-30-ml","title":"Dalton Bright Perfection Pigmentation Control Dark Spot Serum 30ml","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    \u003ctitle\u003eDalton Bright Perfection P\/C Dark Spot Serum 30 ml\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* تطبيق الستايلات فقط داخل الحاوية الرئيسية *\/\n        .dalton-product {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            \/* إعادة تعيين الخصائص لضمان عدم التأثر بالستايلات الخارجية *\/\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .dalton-product *,\n        .dalton-product *::before,\n        .dalton-product *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .dalton-product .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .dalton-product .section {\n            margin-bottom: 8px;\n        }\n\n        .dalton-product .section-title {\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 8px;\n            border-bottom: 3px solid #E492B3;\n            padding-bottom: 5px;\n            display: inline-block;\n        }\n\n        .dalton-product .description {\n            color: #444;\n            margin-bottom: 8px;\n            font-size: 1.3rem;\n            line-height: 1.5;\n            font-weight: 500;\n        }\n\n        .dalton-product .bullet-list {\n            list-style: none;\n        }\n\n        .dalton-product .bullet-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 10px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .dalton-product .bullet-icon {\n            width: 20px;\n            height: 20px;\n            background: #E492B3;\n            border-radius: 50%;\n            margin-right: 15px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .dalton-product .bullet-text {\n            flex: 1;\n            color: #333;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .ingredients-section {\n            padding: 5px 0;\n            margin: 0;\n        }\n\n        .dalton-product .ingredients-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .dalton-product .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .dalton-product .ingredient-type {\n            background: #ffffff;\n            padding: 15px;\n            border: 2px solid #E492B3;\n            border-radius: 10px;\n        }\n\n        .dalton-product .ingredient-type-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #E492B3;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n\n        .dalton-product .ingredient-item {\n            background: #f8f9fa;\n            padding: 8px;\n            margin-bottom: 5px;\n            text-align: center;\n            border: 1px solid #E492B3;\n            border-radius: 5px;\n            color: #333;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .dalton-product .usage-steps {\n            counter-reset: step-counter;\n        }\n\n        .dalton-product .step-item {\n            counter-increment: step-counter;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 12px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .dalton-product .step-number {\n            width: 35px;\n            height: 35px;\n            background: #E492B3;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .dalton-product .step-number::before {\n            content: counter(step-counter);\n        }\n\n        .dalton-product .step-text {\n            flex: 1;\n            color: #444;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .info-section {\n            padding: 15px 0;\n            margin: 15px 0;\n        }\n\n        .dalton-product .info-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .dalton-product .info-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .dalton-product .info-text {\n            color: #444;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .made-in-section {\n            padding: 15px 20px;\n            text-align: center;\n            border-top: 3px solid #E492B3;\n        }\n\n        .dalton-product .made-in {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #333;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .dalton-product {\n                width: 100%;\n            }\n            \n            .dalton-product .container {\n                padding: 15px;\n            }\n\n            .dalton-product .section-title {\n                font-size: 1.8rem;\n            }\n\n            .dalton-product .description {\n                font-size: 1.1rem;\n            }\n\n            .dalton-product .bullet-text {\n                font-size: 1rem;\n            }\n\n            .dalton-product .step-text {\n                font-size: 1rem;\n            }\n\n            .dalton-product .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n\n            .dalton-product .bullet-item,\n            .dalton-product .step-item {\n                padding: 12px;\n            }\n\n            .dalton-product .ingredients-container,\n            .dalton-product .info-container {\n                padding: 0 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .dalton-product {\n                width: 100%;\n            }\n            \n            .dalton-product .section-title {\n                font-size: 1.5rem;\n            }\n\n            .dalton-product .description {\n                font-size: 1rem;\n            }\n\n            .dalton-product .bullet-text {\n                font-size: 0.95rem;\n            }\n\n            .dalton-product .step-text {\n                font-size: 0.95rem;\n            }\n\n            .dalton-product .bullet-icon {\n                width: 18px;\n                height: 18px;\n                font-size: 10px;\n            }\n\n            .dalton-product .step-number {\n                width: 30px;\n                height: 30px;\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"dalton-product\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n                \u003cp class=\"description\"\u003eThe highly-concentrated serum is a great all-rounder if you want to achieve a flawless and even-toned complexion.\u003c\/p\u003e\n                \u003cp class=\"description\"\u003ePerfection Spot Serum contains a balancing and brightening combination of spot-fading ingredients: Marine exopolysaccharides, low-molecular hyaluronic acid with alpha-linolenic acid and niacinamide to target discoloration, uneven skin tone, age spots, melasma and post-acne marks with long-lasting results.\u003c\/p\u003e\n                \u003cp class=\"description\"\u003eRed algae hydrate and soothe the skin, while urea protects the skin from drying out.\u003c\/p\u003e\n                \u003cp class=\"description\"\u003eOn top of that, the brightening serum plumps fine lines and wrinkles. Its lightweight formula absorbs quickly and leaves a fresh and radiant skin tone.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n                \u003cul class=\"bullet-list\"\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003eAchieves flawless and even-toned complexion\u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003eTargets discoloration and uneven skin tone\u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003eFades age spots, melasma and post-acne marks\u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003ePlumps fine lines and wrinkles\u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003eHydrates and soothes the skin\u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"bullet-item\"\u003e\n                        \u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"bullet-text\"\u003eSuitable for all skin types, including sensitive skin\u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ingredients-section\"\u003e\n            \u003cdiv class=\"ingredients-container\"\u003e\n                \u003ch2 class=\"section-title\"\u003eActive Ingredients\u003c\/h2\u003e\n                \u003cdiv class=\"ingredients-grid\"\u003e\n                    \u003cdiv class=\"ingredient-type\"\u003e\n                        \u003ch3 class=\"ingredient-type-title\"\u003e🌊 Marine Brightening Complex\u003c\/h3\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eMarine Exopolysaccharides\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eLow-Molecular Hyaluronic Acid\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eAlpha-Linolenic Acid\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eNiacinamide\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ingredient-type\"\u003e\n                        \u003ch3 class=\"ingredient-type-title\"\u003e🌿 Soothing \u0026amp; Hydrating\u003c\/h3\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eRed Algae Extract\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eUrea\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-item\"\u003eCelumer Marine Extract\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"info-section\"\u003e\n            \u003cdiv class=\"info-container\"\u003e\n                \u003ch3 class=\"info-title\"\u003eAdvanced Technology\u003c\/h3\u003e\n                \u003cp class=\"info-text\"\u003e• Features unique Celumer Marine Extract for enhanced penetration\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Boosts skin's natural regeneration process\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Active ingredients penetrate deep into the skin\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Skin-lightening ingredients control melanin production\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Prevents formation of new skin discoloration\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Lightweight formula absorbs quickly\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Leaves fresh and radiant skin tone\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Long-lasting brightening results\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"info-section\"\u003e\n            \u003cdiv class=\"info-container\"\u003e\n                \u003ch3 class=\"info-title\"\u003eProduct Features\u003c\/h3\u003e\n                \u003cp class=\"info-text\"\u003e• Highly-concentrated brightening serum\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Great all-rounder for comprehensive skin care\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Balancing and brightening combination of ingredients\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Targets multiple skin concerns simultaneously\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Red algae provide hydration and soothing benefits\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Urea protects skin from drying out\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Anti-aging benefits with wrinkle plumping effect\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Suitable for sensitive skin types\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"info-section\"\u003e\n            \u003cdiv class=\"info-container\"\u003e\n                \u003ch3 class=\"info-title\"\u003eImportant Information\u003c\/h3\u003e\n                \u003cp class=\"info-text\"\u003e• For external use only\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Suitable for all skin types including sensitive skin\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Apply to clean skin for optimal results\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Lightweight formula for easy absorption\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Store at room temperature in a cool, dry place\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Avoid direct contact with eyes\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Discontinue use if irritation occurs\u003c\/p\u003e\n                \u003cp class=\"info-text\"\u003e• Keep out of reach of children\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"made-in-section\"\u003e\n            \u003cdiv class=\"made-in\"\u003eQuantity: 30 ml\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Dalton","offers":[{"title":"Default Title","offer_id":46951949205760,"sku":null,"price":22.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/BabeEnergizingShampoo250ml_1.jpg?v=1757962425"},{"product_id":"cosmo-white-w-alpha-arbutin-ligh-compl-cream-50-ml","title":"Cosmo White Alpha Arbutin Lightening Complex Cream 50ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* تطبيق الستايلات فقط داخل الحاوية الرئيسية *\/\n        .cosmo-white-product {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            background: #ffffff;\n            color: #333;\n            \/* إعادة تعيين الخصائص لضمان عدم التأثر بالستايلات الخارجية *\/\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .cosmo-white-product *,\n        .cosmo-white-product *::before,\n        .cosmo-white-product *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .cosmo-white-product .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .cosmo-white-product .section {\n            margin-bottom: 10px;\n        }\n\n        .cosmo-white-product .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n            border-bottom: 3px solid #E492B3;\n            padding-bottom: 5px;\n            display: inline-block;\n        }\n\n        .cosmo-white-product .description {\n            color: #555;\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n            line-height: 1.7;\n        }\n\n        .cosmo-white-product .bullet-list {\n            list-style: none;\n        }\n\n        .cosmo-white-product .bullet-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 10px;\n            background: #f8f9fa;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .cosmo-white-product .bullet-icon {\n            width: 20px;\n            height: 20px;\n            background: #E492B3;\n            border-radius: 50%;\n            margin-right: 15px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .cosmo-white-product .bullet-text {\n            flex: 1;\n            color: #333;\n            font-size: 1rem;\n        }\n\n        .cosmo-white-product .ingredients-section {\n            background: #f8f9fa;\n            padding: 5px 0;\n            margin: 0;\n        }\n\n        .cosmo-white-product .ingredients-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .cosmo-white-product .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 15px;\n        }\n\n        .cosmo-white-product .ingredient-item {\n            background: #ffffff;\n            padding: 12px;\n            text-align: center;\n            border: 2px solid #E492B3;\n            border-radius: 8px;\n            color: #333;\n            font-weight: 500;\n            font-size: 1rem;\n        }\n\n        .cosmo-white-product .usage-steps {\n            counter-reset: step-counter;\n        }\n\n        .cosmo-white-product .step-item {\n            counter-increment: step-counter;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 12px;\n            background: #f8f9fa;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .cosmo-white-product .step-number {\n            width: 35px;\n            height: 35px;\n            background: #E492B3;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .cosmo-white-product .step-number::before {\n            content: counter(step-counter);\n        }\n\n        .cosmo-white-product .step-text {\n            flex: 1;\n            color: #555;\n            font-size: 1rem;\n        }\n\n        .cosmo-white-product .info-section {\n            background: #f8f9fa;\n            padding: 15px 0;\n            margin: 15px 0;\n        }\n\n        .cosmo-white-product .info-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .cosmo-white-product .info-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .cosmo-white-product .info-text {\n            color: #555;\n            margin-bottom: 5px;\n            font-size: 1rem;\n        }\n\n        .cosmo-white-product .made-in-section {\n            background: #f8f9fa;\n            padding: 15px 20px;\n            text-align: center;\n            border-top: 3px solid #E492B3;\n        }\n\n        .cosmo-white-product .made-in {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #333;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .cosmo-white-product .container {\n                padding: 15px;\n            }\n\n            .cosmo-white-product .section-title {\n                font-size: 1.5rem;\n            }\n\n            .cosmo-white-product .description {\n                font-size: 1rem;\n            }\n\n            .cosmo-white-product .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n\n            .cosmo-white-product .bullet-item,\n            .cosmo-white-product .step-item {\n                padding: 12px;\n            }\n\n            .cosmo-white-product .ingredients-container,\n            .cosmo-white-product .info-container {\n                padding: 0 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .cosmo-white-product .section-title {\n                font-size: 1.3rem;\n            }\n\n            .cosmo-white-product .bullet-icon {\n                width: 18px;\n                height: 18px;\n                font-size: 10px;\n            }\n\n            .cosmo-white-product .step-number {\n                width: 30px;\n                height: 30px;\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"cosmo-white-product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"description\"\u003eCosmo White Lightening Complexion Cream 50 ml is a cream specially formulated to prevent and minimize skin spots caused by hyperpigmentation.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eThe cream can be used on various parts of the body, including the face, neck, and arms.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eCosmo White Lightening Complexion Cream is enriched with a powerful blend of Alpha-Arbutin, Lactic Acid, Glycolic Acid, and Salicylic Acid.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eThe synergistic effect of these ingredients delivers a progressive lightening effect on the skin's surface and remove dead skin cells.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eCosmo White Lightening Complexion Cream can effectively target chloasma, melasma, sunspots, age spots, and post-operative hyperpigmentation.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eThe cream helps to visibly reduce the appearance of skin spots to restore a radiant and uniform skin tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"bullet-list\"\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003ePrevents and minimizes the different types of hyperpigmentation on the skin\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eSuitable for all parts of the body\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eEffective and lasting lightening effect on the skin\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eRemoves dead skin cells and improves absorption of active ingredients\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eRestores a bright and more even skin tone\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow to Use\u003c\/h2\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-number\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eApply Cosmo White Lightening Cream twice a day on the desired area using massaging motions until its fully absorbed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-section\"\u003e\n\u003cdiv class=\"ingredients-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eActive Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-item\"\u003eAlpha Arbutin\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eLactic Acid\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eGlycolic Acid\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eSalicylic Acid\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003cdiv class=\"info-container\"\u003e\n\u003ch3 class=\"info-title\"\u003eMore Information\u003c\/h3\u003e\n\u003cp class=\"info-text\"\u003e• Intended for external use only\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Do not use if you are allergic to any of the ingredients\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Keep out of reach of children\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Store in a cool and dry place, away from direct sunlight\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Store at room temperature\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"made-in-section\"\u003e\n\u003cdiv class=\"made-in\"\u003e🇮🇹 Made in Italy | Quantity: 50 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cosmo","offers":[{"title":"Default Title","offer_id":46959383970048,"sku":null,"price":24.75,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/CosmoWhiteWAlphaArbutinLighComplCream50ML.webp?v=1756512163"},{"product_id":"babe-depigment-control-fluid-40-ml","title":"Babe Depigment Control Fluid 40ml","description":"\u003cp dir=\"ltr\"\u003e\u003cspan\u003eBabe Depigmentation Cream 40ml is the ultimate professional solution for anyone seeking visible and reliable results in beauty care. Specially formulated to perform effectively under the harsh Gulf climate, it helps protect the skin from daily environmental stress caused by extreme heat, humidity, and continuous air conditioning. This innovative cream addresses pigmentation concerns while ensuring your skin remains hydrated and radiant.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch2 dir=\"ltr\"\u003e\u003cspan\u003eSpecifications of Babe Depigmentation Cream 40ml\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eBrand:\u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/babe\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003ebabe cream\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eCategory \u003c\/span\u003e\u003cspan\u003e: \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\/collections\/skin-care\"\u003e\u003cspan\u003eSkin Care\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eSize\u003c\/span\u003e\u003cspan\u003e: 40ml, perfect for daily use without being cumbersome.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eTexture\u003c\/span\u003e\u003cspan\u003e: A luxurious, lightweight cream that absorbs quickly without greasiness.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eSkin\/Hair Type:\u003c\/span\u003e\u003cspan\u003e Ideal for all skin types, especially those concerned with uneven skin tone and pigmentation.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eBenefits of Babe Depigmentation Cream 40ml \u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eImmediate Results:\u003c\/span\u003e\u003cspan\u003e The unique formulation of Babe Depigmentation Cream 40ml delivers fast improvements, often visibly reducing dark spots and promoting a more even skin tone within just a few applications.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eClimate Protection\u003c\/span\u003e\u003cspan\u003e: This cream provides a protective barrier against the harsh effects of heat and air conditioning-induced dryness, ensuring your skin remains resilient and healthy.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eIntensive Hydration:\u003c\/span\u003e\u003cspan\u003e With deep hydration properties, it combats the dehydrating effects of the desert climate, leaving skin feeling supple and revitalized.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eEnhanced Appearance:\u003c\/span\u003e\u003cspan\u003e Continuous use leads to long-term visible improvements, making your skin not only look better but feel healthier and more radiant.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eActive Ingredients in Babe Depigmentation Cream 40ml\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eIngredient 1: \u003c\/span\u003e\u003cspan\u003eKojic Acid, a natural skin brightener that effectively reduces melanin production, helping to lighten dark spots and prevent future pigmentation issues.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eIngredient 2:\u003c\/span\u003e\u003cspan\u003e Hyaluronic Acid, known for its exceptional hydration capabilities, deeply penetrates the skin to maintain moisture levels, counteracting the dryness prevalent in the GCC region.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eIngredient 3:\u003c\/span\u003e\u003cspan\u003e Niacinamide, which enhances overall performance by improving skin elasticity, enhancing barrier function, and promoting a more uniform complexion.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eHow to Use Properly\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003ePreparation\u003c\/span\u003e\u003cspan\u003e: Begin with a clean face, free from any makeup or impurities to maximize absorption.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eApplication\u003c\/span\u003e\u003cspan\u003e: Apply a small amount of Babe Depigmentation Cream 40ml onto your fingertips and gently massage it into the skin, focusing on areas of concern for optimal results.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003eFrequency\u003c\/span\u003e\u003cspan\u003e: Use twice daily, in the morning and evening, for best results.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli aria-level=\"1\" dir=\"ltr\"\u003e\n\u003cp role=\"presentation\" dir=\"ltr\"\u003e\u003cspan\u003ePro Tip:\u003c\/span\u003e\u003cspan\u003e For enhanced efficacy, pair with sunscreen during the day to protect against UV rays, which can exacerbate pigmentation issues.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003ch3 dir=\"ltr\"\u003e\u003cspan\u003eFrequently Asked Questions about Babe Depigmentation Cream 40ml\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhy choose this product over others?\u003c\/span\u003e\u003cspan\u003e Babe Depigmentation Cream 40ml stands out due to its scientifically-backed ingredients that are specifically formulated for the unique challenges presented by the Gulf climate, ensuring both immediate and long-term results.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it safe for daily use\u003c\/span\u003e\u003cspan\u003e? Yes, this cream is designed for daily use, making it a safe and effective addition to your skincare routine.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eWhen will results from Babe Depigmentation Cream 40ml appear?\u003c\/span\u003e\u003cspan\u003e Users typically notice improvements within 2-4 weeks of consistent use, with continued enhancement over time.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eIs it suitable for sensitive skin?\u003c\/span\u003e\u003cspan\u003e Absolutely! The gentle formulation is suitable for sensitive skin types, minimizing the risk of irritation while delivering effective results.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eGive your beauty the care it deserves. Order Babe Depigmentation Cream 40ml today from \u003c\/span\u003e\u003ca href=\"https:\/\/beautyworld.com.kw\/en\"\u003e\u003cspan\u003eBeauty World\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Babe","offers":[{"title":"Default Title","offer_id":47016173076736,"sku":null,"price":18.56,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/BABEDEPIGMENTCONTROLFLUID40ML_3_446fb22c-049d-43cc-97b6-fa48464edb06.jpg?v=1757973597"},{"product_id":"complete-brightening-cleansing-routine-for-radiant-skin-1","title":"Complete Brightening \u0026 Cleansing Routine for Radiant Skin","description":"\u003ch3 data-start=\"48\" data-end=\"84\"\u003e\u003cstrong data-start=\"52\" data-end=\"82\"\u003eBABÉ Soothing Micellar Gel\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"85\" data-end=\"345\"\u003e\n\u003cli data-start=\"85\" data-end=\"149\"\u003e\n\u003cp data-start=\"87\" data-end=\"149\"\u003eGentle micellar gel specially formulated for sensitive skin.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"150\" data-end=\"231\"\u003e\n\u003cp data-start=\"152\" data-end=\"231\"\u003eCleanses impurities and removes makeup without drying or irritating the skin.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"232\" data-end=\"287\"\u003e\n\u003cp data-start=\"234\" data-end=\"287\"\u003eSoap-free (Syndet) formula, suitable for daily use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"288\" data-end=\"345\"\u003e\n\u003cp data-start=\"290\" data-end=\"345\"\u003eLeaves the skin feeling fresh, calm, and comfortable.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-start=\"347\" data-end=\"386\"\u003e\u003cstrong data-start=\"351\" data-end=\"384\"\u003eBABÉ Depigment+ Control Fluid\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"387\" data-end=\"631\"\u003e\n\u003cli data-start=\"387\" data-end=\"457\"\u003e\n\u003cp data-start=\"389\" data-end=\"457\"\u003eTargeted fluid that helps reduce dark spots and hyperpigmentation.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"458\" data-end=\"501\"\u003e\n\u003cp data-start=\"460\" data-end=\"501\"\u003eUnifies skin tone and promotes renewal.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"502\" data-end=\"590\"\u003e\n\u003cp data-start=\"504\" data-end=\"590\"\u003eFormulated with active ingredients that gradually clarify spots and smooth the skin.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"591\" data-end=\"631\"\u003e\n\u003cp data-start=\"593\" data-end=\"631\"\u003eSuitable for both day and night use.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Complete","offers":[{"title":"Default Title","offer_id":47188903362816,"sku":null,"price":34.65,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/babeshampooextramild_6.webp?v=1761896455"},{"product_id":"dalton-bright-perfection-pigmentation-control-night-repair-cream-50-ml","title":"Dalton Bright Perfection Pigmentation Control Night Repair Cream 50ml","description":"\u003cdiv class=\"product__block product__block--custom_liquid\"\u003eAnti-Aging Face Cream to Reduce Dark Spots and Hyperpigmentation\u003c\/div\u003e","brand":"Dalton","offers":[{"title":"Default Title","offer_id":47373481607424,"sku":null,"price":22.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/5_b264a8b1-c772-4d5b-ac35-f2e1cb616669.jpg?v=1764569587"},{"product_id":"bright-perfection-the-ideal-solution-for-dark-spot-reduction","title":"Bright Perfection – The Ideal Solution for Dark Spot Reduction","description":"\u003cp data-start=\"135\" data-end=\"542\"\u003eDiscover the DALTON Bright Perfection duo designed to effectively lighten dark spots, even out skin tone, and restore a healthy, radiant glow.\u003cbr data-start=\"277\" data-end=\"280\"\u003eThe concentrated serum targets pigmentation and fades dark spots, while the nourishing night cream works overnight to renew and brighten the skin.\u003cbr data-start=\"426\" data-end=\"429\"\u003eA powerful combination inspired by marine skincare expertise to reveal smoother, clearer, and more luminous skin.\u003c\/p\u003e","brand":"Bright","offers":[{"title":"Default Title","offer_id":47374095450368,"sku":null,"price":63.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/BABEDEPIGMENTCONTROLFLUID40ML_51.jpg?v=1764576338"},{"product_id":"babe-depigment-control-fluid-lotion-glow-english-description","title":"Babe Depigment+ Control Fluid \u0026 Lotion Glow","description":"\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003carticle class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto [content-visibility:auto] supports-[content-visibility:auto]:[contain-intrinsic-size:auto_100lvh] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"6fcf3278-6a99-4edf-8859-6a45af0e2ea6\" data-testid=\"conversation-turn-2\" data-scroll-anchor=\"true\" data-turn=\"assistant\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm\/main:[--thread-content-margin:--spacing(6)] @w-lg\/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col grow\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"674ba05a-e6ac-4345-9e51-3f32c29885cf\" dir=\"auto\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+\u0026amp;]:mt-1\" data-message-model-slug=\"gpt-5-2\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[1px]\"\u003e\n\u003cdiv class=\"markdown prose dark:prose-invert w-full break-words dark markdown-new-styling\"\u003e\n\u003cp data-start=\"71\" data-end=\"419\"\u003eBABÉ Depigment+ is a targeted skincare duo designed to reduce dark spots and improve overall skin tone. The \u003cstrong data-start=\"179\" data-end=\"196\"\u003eControl Fluid\u003c\/strong\u003e works to clarify existing pigmentation while preventing the appearance of new spots, helping to renew and unify the skin. The \u003cstrong data-start=\"323\" data-end=\"338\"\u003eLotion Glow\u003c\/strong\u003e enhances radiance, brightens the complexion, and promotes a more even skin tone.\u003c\/p\u003e\n\u003cp data-start=\"421\" data-end=\"692\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eFormulated with effective depigmenting and renewing ingredients, this duo supports skin regeneration while maintaining hydration and comfort. Suitable for daily \u003cstrong data-start=\"582\" data-end=\"599\"\u003eday and night\u003c\/strong\u003e use, it helps achieve clearer, smoother, and more luminous skin with continuous application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"z-0 flex min-h-[46px] justify-start\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\n\u003cdiv class=\"text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Babe","offers":[{"title":"Default Title","offer_id":47489106870528,"sku":null,"price":22.5,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/predict-2ef72eee-7c05-4b9b-b679-0a2a48617c43-1_e0a2f610-b5a2-4f48-b0e1-25526fbca6bc.webp?v=1766317783"},{"product_id":"eveline-white-prestige-4d-day-cream-50ml","title":"Eveline White Prestige 4D Day Cream 50Ml","description":"\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eReveal a lighter, more radiant complexion with the \u003cstrong\u003eEveline White Prestige 4D Whitening Day Cream (50ml)\u003c\/strong\u003e — an advanced brightening formula inspired by professional fractional laser treatment. Powered by the exclusive \u003cstrong\u003eLumiskin™ 4D White Complex\u003c\/strong\u003e and \u003cstrong\u003eUVA\/UVB filters\u003c\/strong\u003e, this cream works to lighten dark spots, even out skin tone, and counteract hyperpigmentation for up to 48 hours after application.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eIts lightweight, non-greasy texture absorbs quickly without any sticky residue, leaving skin feeling soft, smooth, and visibly refreshed. \u003cstrong\u003eHyaluronic Acid\u003c\/strong\u003e delivers deep, lasting hydration while light-reflecting ingredients add an instant glow and eliminate dullness. With continued daily use, the formula stimulates cell renewal and helps prevent the formation of new discolorations — delivering progressively brighter, more uniform skin over time.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eSuitable for oily and combination skin. Apply every morning to cleansed skin before sun exposure. For enhanced results, use alongside other products from the White Prestige 4D series.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":47539315114240,"sku":null,"price":16.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/2_bdae9028-d9ea-43d8-8d5e-c9993506452f.jpg?v=1767547668"},{"product_id":"day-night-brightening-set","title":"Day \u0026 Night Brightening Set","description":"\u003cdiv\u003eA complete day and night skincare set designed to brighten, even skin tone, and restore radiance around the clock.\u003c\/div\u003e\n\u003cdiv\u003eThis duo works effectively to reduce dark spots, enhance skin clarity, and improve overall complexion for visibly brighter and healthier-looking skin.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eSet Includes:\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Intensive Whitening Day Cream SPF 25\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003eProvides daily hydration, protects the skin from UV damage, and helps brighten the complexion throughout the day.\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Whitening \u0026amp; Regenerating Night Cream\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003eWorks overnight to regenerate the skin, reduce discoloration, and support skin renewal for a more luminous appearance by morning.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eKey Benefits:\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Brightens and evens skin tone\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Reduces dark spots and pigmentation\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Hydrates and nourishes the skin\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e • Day protection + night regeneration\u003c\/span\u003e\u003c\/div\u003e","brand":"Day","offers":[{"title":"Default Title","offer_id":47605893693696,"sku":null,"price":36.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/BABEDEPIGMENTCONTROLFLUID40ML_7.jpg?v=1768673071"},{"product_id":"dalton-bright-perfection-pigmentation-control-dark-spot-serum-30ml","title":"Dalton Bright Perfection Pigmentation Control Dark Spot Serum 30ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026display=swap');\n        \n        \/* تطبيق الستايلات فقط داخل الحاوية الرئيسية *\/\n        .dalton-product {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            \/* إعادة تعيين الخصائص لضمان عدم التأثر بالستايلات الخارجية *\/\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .dalton-product *,\n        .dalton-product *::before,\n        .dalton-product *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .dalton-product .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .dalton-product .section {\n            margin-bottom: 8px;\n        }\n\n        .dalton-product .section-title {\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 8px;\n            border-bottom: 3px solid #E492B3;\n            padding-bottom: 5px;\n            display: inline-block;\n        }\n\n        .dalton-product .description {\n            color: #444;\n            margin-bottom: 8px;\n            font-size: 1.3rem;\n            line-height: 1.5;\n            font-weight: 500;\n        }\n\n        .dalton-product .bullet-list {\n            list-style: none;\n        }\n\n        .dalton-product .bullet-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 10px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .dalton-product .bullet-icon {\n            width: 20px;\n            height: 20px;\n            background: #E492B3;\n            border-radius: 50%;\n            margin-right: 15px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n        }\n\n        .dalton-product .bullet-text {\n            flex: 1;\n            color: #333;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .ingredients-section {\n            padding: 5px 0;\n            margin: 0;\n        }\n\n        .dalton-product .ingredients-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .dalton-product .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .dalton-product .ingredient-type {\n            background: #ffffff;\n            padding: 15px;\n            border: 2px solid #E492B3;\n            border-radius: 10px;\n        }\n\n        .dalton-product .ingredient-type-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #E492B3;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n\n        .dalton-product .ingredient-item {\n            background: #f8f9fa;\n            padding: 8px;\n            margin-bottom: 5px;\n            text-align: center;\n            border: 1px solid #E492B3;\n            border-radius: 5px;\n            color: #333;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .dalton-product .usage-steps {\n            counter-reset: step-counter;\n        }\n\n        .dalton-product .step-item {\n            counter-increment: step-counter;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n            padding: 12px;\n            border-left: 4px solid #E492B3;\n            border-radius: 5px;\n        }\n\n        .dalton-product .step-number {\n            width: 35px;\n            height: 35px;\n            background: #E492B3;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .dalton-product .step-number::before {\n            content: counter(step-counter);\n        }\n\n        .dalton-product .step-text {\n            flex: 1;\n            color: #444;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .info-section {\n            padding: 15px 0;\n            margin: 15px 0;\n        }\n\n        .dalton-product .info-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .dalton-product .info-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .dalton-product .info-text {\n            color: #444;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        .dalton-product .made-in-section {\n            padding: 15px 20px;\n            text-align: center;\n            border-top: 3px solid #E492B3;\n        }\n\n        .dalton-product .made-in {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #333;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .dalton-product {\n                width: 100%;\n            }\n            \n            .dalton-product .container {\n                padding: 15px;\n            }\n\n            .dalton-product .section-title {\n                font-size: 1.8rem;\n            }\n\n            .dalton-product .description {\n                font-size: 1.1rem;\n            }\n\n            .dalton-product .bullet-text {\n                font-size: 1rem;\n            }\n\n            .dalton-product .step-text {\n                font-size: 1rem;\n            }\n\n            .dalton-product .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n\n            .dalton-product .bullet-item,\n            .dalton-product .step-item {\n                padding: 12px;\n            }\n\n            .dalton-product .ingredients-container,\n            .dalton-product .info-container {\n                padding: 0 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .dalton-product {\n                width: 100%;\n            }\n            \n            .dalton-product .section-title {\n                font-size: 1.5rem;\n            }\n\n            .dalton-product .description {\n                font-size: 1rem;\n            }\n\n            .dalton-product .bullet-text {\n                font-size: 0.95rem;\n            }\n\n            .dalton-product .step-text {\n                font-size: 0.95rem;\n            }\n\n            .dalton-product .bullet-icon {\n                width: 18px;\n                height: 18px;\n                font-size: 10px;\n            }\n\n            .dalton-product .step-number {\n                width: 30px;\n                height: 30px;\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"dalton-product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"description\"\u003eThe highly-concentrated serum is a great all-rounder if you want to achieve a flawless and even-toned complexion.\u003c\/p\u003e\n\u003cp class=\"description\"\u003ePerfection Spot Serum contains a balancing and brightening combination of spot-fading ingredients: Marine exopolysaccharides, low-molecular hyaluronic acid with alpha-linolenic acid and niacinamide to target discoloration, uneven skin tone, age spots, melasma and post-acne marks with long-lasting results.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eRed algae hydrate and soothe the skin, while urea protects the skin from drying out.\u003c\/p\u003e\n\u003cp class=\"description\"\u003eOn top of that, the brightening serum plumps fine lines and wrinkles. Its lightweight formula absorbs quickly and leaves a fresh and radiant skin tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"bullet-list\"\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eAchieves flawless and even-toned complexion\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eTargets discoloration and uneven skin tone\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eFades age spots, melasma and post-acne marks\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003ePlumps fine lines and wrinkles\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eHydrates and soothes the skin\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bullet-item\"\u003e\n\u003cdiv class=\"bullet-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"bullet-text\"\u003eSuitable for all skin types, including sensitive skin\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-section\"\u003e\n\u003cdiv class=\"ingredients-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eActive Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-type\"\u003e\n\u003ch3 class=\"ingredient-type-title\"\u003e🌊 Marine Brightening Complex\u003c\/h3\u003e\n\u003cdiv class=\"ingredient-item\"\u003eMarine Exopolysaccharides\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eLow-Molecular Hyaluronic Acid\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eAlpha-Linolenic Acid\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eNiacinamide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-type\"\u003e\n\u003ch3 class=\"ingredient-type-title\"\u003e🌿 Soothing \u0026amp; Hydrating\u003c\/h3\u003e\n\u003cdiv class=\"ingredient-item\"\u003eRed Algae Extract\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eUrea\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003eCelumer Marine Extract\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003cdiv class=\"info-container\"\u003e\n\u003ch3 class=\"info-title\"\u003eAdvanced Technology\u003c\/h3\u003e\n\u003cp class=\"info-text\"\u003e• Features unique Celumer Marine Extract for enhanced penetration\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Boosts skin's natural regeneration process\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Active ingredients penetrate deep into the skin\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Skin-lightening ingredients control melanin production\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Prevents formation of new skin discoloration\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Lightweight formula absorbs quickly\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Leaves fresh and radiant skin tone\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Long-lasting brightening results\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003cdiv class=\"info-container\"\u003e\n\u003ch3 class=\"info-title\"\u003eProduct Features\u003c\/h3\u003e\n\u003cp class=\"info-text\"\u003e• Highly-concentrated brightening serum\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Great all-rounder for comprehensive skin care\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Balancing and brightening combination of ingredients\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Targets multiple skin concerns simultaneously\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Red algae provide hydration and soothing benefits\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Urea protects skin from drying out\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Anti-aging benefits with wrinkle plumping effect\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Suitable for sensitive skin types\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003cdiv class=\"info-container\"\u003e\n\u003ch3 class=\"info-title\"\u003eImportant Information\u003c\/h3\u003e\n\u003cp class=\"info-text\"\u003e• For external use only\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Suitable for all skin types including sensitive skin\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Apply to clean skin for optimal results\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Lightweight formula for easy absorption\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Store at room temperature in a cool, dry place\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Avoid direct contact with eyes\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Discontinue use if irritation occurs\u003c\/p\u003e\n\u003cp class=\"info-text\"\u003e• Keep out of reach of children\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"made-in-section\"\u003e\n\u003cdiv class=\"made-in\"\u003eQuantity: 30 ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dalton","offers":[{"title":"Default Title","offer_id":48178252022016,"sku":"1217935","price":22.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/download.png?v=1773768135"},{"product_id":"la-roche-anthelios-anti-dark-spots-fluid-spf-50-50ml","title":"LA Roche Anthelios Anti-Dark Spots Fluid Spf 50+ 50ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nLA Roche Anthelios Anti-Dark Spots Fluid SPF 50+ is a high-protection facial sunscreen designed to help defend skin from UVA\/UVB rays while targeting the appearance of dark spots.  \u003cbr\u003e\nThis lightweight fluid helps reduce the look of uneven tone that can be worsened by sun exposure, making it ideal for daily photoprotection.  \u003cbr\u003e\nWith very high SPF 50+ protection, it supports prevention of sun-induced pigmentation and visible signs of photoaging.  \u003cbr\u003e\nIts fluid texture is made for comfortable everyday wear, including under makeup.  \u003cbr\u003e\nSuitable for those looking for an effective sunscreen that combines sun defense with an anti-dark spot skincare focus.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Very high SPF 50+ UVA\/UVB protection for daily use  \u003cbr\u003e\n- Helps prevent and reduce the appearance of sun-related dark spots  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Lightweight fluid finish for comfortable wear  \u003cbr\u003e\n- Ideal for daily facial photoprotection\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply generously to the face (and neck if desired) as the final step of your morning skincare routine.  \u003cbr\u003e\n- Use 15–20 minutes before sun exposure.  \u003cbr\u003e\n- Reapply frequently, especially after sweating, swimming, or towel-drying, and during prolonged outdoor exposure.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin type: suitable for most skin types, especially uneven tone and dark-spot concerns.  \u003cbr\u003e\n- Texture: lightweight fluid designed for easy spread and everyday comfort.  \u003cbr\u003e\n- Target users: adults seeking very high daily sun protection and support against pigmentation.  \u003cbr\u003e\n- Daily sunscreen use is essential to help maintain results from brightening or anti-spot routines.\u003c\/p\u003e","brand":"LA","offers":[{"title":"Default Title","offer_id":48201891283200,"sku":"1206092","price":15.41,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/1206092LARocheAntheliosAntiPigmentationFluidSpf50_50ml_2.webp?v=1774538200"},{"product_id":"uriage-depiderm-brightening-corrective-serum-30-ml-10200122","title":"Uriage Depiderm Brightening Corrective Serum 30 ml 10200122","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nUriage Depiderm Brightening Corrective Serum 30 ml is a targeted facial serum designed to help improve the appearance of dark spots and uneven skin tone. Its corrective brightening action supports a more luminous, uniform-looking complexion over time. Ideal for dull skin and hyperpigmentation concerns, it fits easily into a daily skincare routine. The lightweight serum texture absorbs quickly without feeling heavy. Suitable for those looking for a pharmacy-grade brightening treatment with a refined, radiant finish.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the visible appearance of dark spots  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Enhances skin radiance and glow  \u003cbr\u003e\n- Promotes a smoother, clearer-looking complexion  \u003cbr\u003e\n- Suitable for daily corrective skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to clean, dry face and neck, focusing on areas with discoloration.  \u003cbr\u003e\n- Use once or twice daily as tolerated, before moisturizer.  \u003cbr\u003e\n- Apply sunscreen during the day to help protect results and reduce further darkening.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Recommended for uneven tone, dark spots, and dull-looking skin.  \u003cbr\u003e\n- Lightweight, fast-absorbing serum suitable for most skin types.  \u003cbr\u003e\n- Can be used alone or layered with a moisturizer and daily sun protection.\u003c\/p\u003e","brand":"Uriage","offers":[{"title":"Default Title","offer_id":48201893445888,"sku":"1207577","price":16.58,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/1207577-Uriage_Depiderm_Brightening_Booster_Serum_30_ml3.webp?v=1774538202"},{"product_id":"eucerin-even-pigment-perfector-cleansing-gel-200ml-99288","title":"Eucerin Even Pigment Perfector Cleansing Gel 200ml 99288","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nEucerin Even Pigment Perfector Cleansing Gel is a daily facial cleanser designed to help remove impurities, excess oil, and makeup while supporting a more even-looking complexion. Its gentle gel formula cleanses thoroughly without leaving the skin feeling tight or stripped. Ideal for skincare routines focused on dark spots and uneven tone, it helps prepare the skin for follow-up brightening and corrective treatments. With regular use, it contributes to fresher, clearer, and smoother-looking skin. Suitable for everyday use in the morning and evening.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses the skin and removes dirt, oil, and daily impurities  \u003cbr\u003e\n- Helps support a more even-looking skin tone as part of an anti-pigment routine  \u003cbr\u003e\n- Leaves skin feeling fresh, soft, and comfortable  \u003cbr\u003e\n- Prepares the skin for serums and moisturizers applied after cleansing  \u003cbr\u003e\n- Suitable for regular, daily facial cleansing\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet face with lukewarm water.  \u003cbr\u003e\n- Apply a small amount of cleansing gel and gently massage over the face.  \u003cbr\u003e\n- Rinse thoroughly and pat dry.  \u003cbr\u003e\n- Use morning and evening, then follow with your usual skincare products.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin type: Suitable for most skin types, including uneven tone concerns.  \u003cbr\u003e\n- Texture: Lightweight gel cleanser that rinses clean.  \u003cbr\u003e\n- Recommended for: Anyone looking to incorporate a tone-evening cleansing step into their routine.  \u003cbr\u003e\n- Avoid contact with eyes; if irritation occurs, discontinue use and consult a healthcare professional.\u003c\/p\u003e","brand":"Eucerin","offers":[{"title":"Default Title","offer_id":48201906651392,"sku":"1213234","price":10.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/1213234.webp?v=1774538222"},{"product_id":"fair-white-whitening-cream-50gm-fw0010","title":"Fair \u0026 White Whitening Cream 50Gm FW0010","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Whitening Cream 50Gm is a targeted skincare cream designed to help enhance the look of skin brightness and promote a more even-looking complexion.  \u003cbr\u003e\nIts rich cream formula is made for daily use on areas affected by dullness or uneven tone.  \u003cbr\u003e\nIdeal for those looking to improve the appearance of dark spots and discoloration over time.  \u003cbr\u003e\nThe compact 50g size is convenient for home use or travel.  \u003cbr\u003e\nA suitable choice for a consistent skincare routine focused on clearer, more radiant-looking skin.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten the look of dull skin  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and discoloration  \u003cbr\u003e\n- Promotes a smoother, more radiant complexion  \u003cbr\u003e\n- Suitable for daily skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Cleanse and dry the skin before application.  \u003cbr\u003e\n- Apply a small amount to the face or targeted areas and massage gently until absorbed.  \u003cbr\u003e\n- Use once or twice daily, preferably morning and evening.  \u003cbr\u003e\n- Use sunscreen during the day to help protect the skin and maintain results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Texture: Rich, creamy, fast-absorbing feel  \u003cbr\u003e\n- Target users: Adults seeking brighter, more even-looking skin  \u003cbr\u003e\n- Best for: Uneven tone, dark spots, and dullness  \u003cbr\u003e\n- For external use only; avoid contact with eyes and discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48201957605632,"sku":"103522","price":6.88,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/60169c8d5423254e8d65cee8_fair-white-whitening-cream-50-g.jpg?v=1774538375"},{"product_id":"acm-depiwhite-day-spf-20-cream-40-ml","title":"ACM Depiwhite Day SPF 20 Cream 40 mL","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nACM Depiwhite Day SPF 20 Cream is a daily facial moisturiser designed to help support a more even-looking complexion while providing SPF 20 protection. Formulated for daytime use, it helps protect the skin from UV exposure that can contribute to the appearance of dark spots and uneven tone. Its lightweight cream texture is suitable for everyday application under makeup or on its own. Ideal for skincare routines focused on brightening and maintaining radiance. Convenient 40 mL size for regular daily use.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Provides daily SPF 20 sun protection  \u003cbr\u003e\n- Helps maintain a more even-looking skin tone  \u003cbr\u003e\n- Supports skincare routines targeting dark spots and uneven complexion  \u003cbr\u003e\n- Moisturises and comforts the skin throughout the day  \u003cbr\u003e\n- Suitable as a day cream and makeup base\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply each morning to clean, dry face and neck.  \u003cbr\u003e\n- Spread evenly and allow to absorb before applying makeup.  \u003cbr\u003e\n- Reapply during the day if exposed to sun for extended periods.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Designed for daytime use as part of an anti-dark-spot routine.  \u003cbr\u003e\n- Suitable for most skin types seeking daily hydration with added UV protection.  \u003cbr\u003e\n- For best results, use consistently and pair with additional sun protection measures (hat, shade) when outdoors.\u003c\/p\u003e","brand":"ACM","offers":[{"title":"Default Title","offer_id":48201959309568,"sku":"1212035","price":16.31,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/602af4f24fab6aad14b6b58b_acm-depiwhite-day-spf-20-cream-40-ml-to-lighten-the-skin_ce6df6d9-6f42-4e67-af8a-028fde403b84.jpg?v=1775116166"},{"product_id":"beesline-whitening-cleanser-4-in-1-150ml-5930","title":"Beesline Whitening Cleanser 4 In 1 150Ml 5930","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBeesline Whitening Cleanser 4 In 1 150ml is a multi-purpose facial cleanser designed to help purify the skin while supporting a brighter, more even-looking complexion.  \u003cbr\u003e\nIts 4-in-1 concept makes it ideal for daily skincare routines by combining cleansing with complexion-enhancing care in one step.  \u003cbr\u003e\nThe formula helps remove impurities, excess oil, and everyday residue that can dull the skin’s appearance.  \u003cbr\u003e\nWith regular use, it supports smoother-looking skin and a refreshed, clean feel without overcomplicating your routine.  \u003cbr\u003e\nA practical choice for anyone looking for a cleanser that targets both cleanliness and visible radiance.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses the skin and helps remove impurities and excess oil  \u003cbr\u003e\n- Supports a brighter, more even-looking complexion  \u003cbr\u003e\n- Helps improve the look of dullness for a refreshed appearance  \u003cbr\u003e\n- Suitable for daily facial cleansing as part of a simple routine  \u003cbr\u003e\n- Leaves skin feeling clean, fresh, and comfortable\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet face with water.  \u003cbr\u003e\n- Apply a small amount to the skin and gently massage in circular motions.  \u003cbr\u003e\n- Rinse thoroughly and pat dry.  \u003cbr\u003e\n- Use morning and evening, followed by moisturizer and sunscreen in the daytime.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Designed for facial use and everyday skincare routines  \u003cbr\u003e\n- Suitable for users seeking cleansing plus visible brightening support  \u003cbr\u003e\n- Convenient 150ml size for home or travel  \u003cbr\u003e\n- Avoid contact with eyes; discontinue use if irritation occurs\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48201983197440,"sku":"1213389","price":6.96,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/60c78875cd359657fee6319e_beesline-whitening-cleanser-4-in-1-150ml-to-correct-pigmentations_e0071e9d-f040-4547-85c0-34ee2dd48db2.jpg?v=1775116184"},{"product_id":"derma-dr-kakadu-c-brightening-daily-cleanser-210-ml-20221","title":"Derma Dr Kakadu C Brightening Daily Cleanser 210 mL 20221","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nDerma Dr Kakadu C Brightening Daily Cleanser is a gentle everyday face wash designed to cleanse skin while supporting a brighter, more even-looking complexion.  \u003cbr\u003e\nFormulated with Kakadu plum–inspired vitamin C care, it helps remove dirt, excess oil, and impurities without leaving skin feeling tight.  \u003cbr\u003e\nIdeal for daily use, this brightening cleanser refreshes dull-looking skin and helps promote a clean, radiant glow.  \u003cbr\u003e\nIts lightweight cleansing texture suits a modern skincare routine and pairs well with serums and moisturizers.  \u003cbr\u003e\nA great choice for those looking to maintain clearer, smoother, and more luminous-looking skin.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses away daily impurities, oil, and residue  \u003cbr\u003e\n- Helps brighten dull-looking skin and boost radiance  \u003cbr\u003e\n- Supports a more even-looking skin tone over time  \u003cbr\u003e\n- Leaves skin feeling fresh, soft, and comfortable  \u003cbr\u003e\n- Suitable for regular morning and evening cleansing\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet face with lukewarm water.  \u003cbr\u003e\n- Apply a small amount to hands, lather gently, and massage over face and neck.  \u003cbr\u003e\n- Rinse thoroughly and pat dry.  \u003cbr\u003e\n- Follow with your preferred toner, serum, and moisturizer; use sunscreen during the day.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-looking skin.  \u003cbr\u003e\n- Ideal for daily use in AM\/PM routines.  \u003cbr\u003e\n- Gentle cleanser texture designed for comfortable, non-stripping cleansing.  \u003cbr\u003e\n- Avoid contact with eyes; if irritation occurs, discontinue use and seek advice.\u003c\/p\u003e","brand":"DermAdoctor","offers":[{"title":"Default Title","offer_id":48201993093376,"sku":"1212000","price":26.4,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61b879c82d3dd662b3312525_derma-dr-kakadu-c-brightening-daily-cleanser-210ml.png?v=1774538545"},{"product_id":"derma-dr-kakadu-c-face-cream-30-ml-20220","title":"Derma Dr Kakadu C Face Cream 30 mL 20220","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nDerma Dr Kakadu C Face Cream 30 mL is a vitamin C-inspired facial moisturiser designed to help brighten and revitalise dull-looking skin.  \u003cbr\u003e\nFeaturing Kakadu plum extract, a naturally rich source associated with vitamin C, this cream supports a more even-looking complexion.  \u003cbr\u003e\nIt helps hydrate the skin while promoting a smoother, healthier-looking appearance.  \u003cbr\u003e\nIdeal for daily skincare routines, it can be used to enhance radiance and improve the look of tired skin.  \u003cbr\u003e\nThe 30 mL size is convenient for everyday use at home or while travelling.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten and refresh dull-looking skin  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Provides daily facial hydration and moisturising care  \u003cbr\u003e\n- Helps improve the look of skin smoothness and radiance  \u003cbr\u003e\n- Suitable for routine use as part of a glow-focused skincare regimen\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to clean, dry face and neck.  \u003cbr\u003e\n- Gently massage until absorbed, morning and\/or evening.  \u003cbr\u003e\n- For daytime use, follow with a broad-spectrum sunscreen.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-looking skin.  \u003cbr\u003e\n- Cream texture designed for comfortable daily wear under makeup.  \u003cbr\u003e\n- Avoid contact with eyes; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"DermAdoctor","offers":[{"title":"Default Title","offer_id":48201993814272,"sku":"1211999","price":39.6,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61b87e252d3dd662b34d46d1_derma-dr-kakadu-c-face-cream-30ml.png?v=1774538551"},{"product_id":"noreva-trio-white-xp-cc-cream-light-spf-30-40ml-p01099","title":"Noreva TRIO WHITE XP CC CREAM LIGHT SPF 30 40ML P01099","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nNoreva TRIO WHITE XP CC Cream Light SPF 30 is a tone-correcting tinted skincare product designed to enhance complexion while providing daily sun protection.  \u003cbr\u003e\nIts “Light” shade helps even out skin tone for a natural, brightened finish that suits fair to light complexions.  \u003cbr\u003e\nFormulated as a CC cream, it works as a hybrid between skincare and makeup to visibly blur imperfections and improve the look of discoloration.  \u003cbr\u003e\nSPF 30 helps protect the skin from UVA\/UVB exposure, supporting a more even-looking complexion over time.  \u003cbr\u003e\nIdeal for everyday use, it offers comfortable coverage suitable for a polished, healthy-looking appearance.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps even out skin tone and enhance radiance  \u003cbr\u003e\n- Light tint for natural-looking coverage  \u003cbr\u003e\n- Visibly reduces the appearance of imperfections and dullness  \u003cbr\u003e\n- SPF 30 daily protection against UVA\/UVB rays  \u003cbr\u003e\n- Suitable as a daily complexion perfector and makeup base\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply evenly to clean, dry skin on the face and neck in the morning.  \u003cbr\u003e\n- Use alone or after your regular moisturizer, then blend with fingers or a sponge.  \u003cbr\u003e\n- Reapply during the day as needed, especially after sweating or prolonged sun exposure.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Shade: Light (best suited for fair to light skin tones)  \u003cbr\u003e\n- Texture\/finish: CC cream with a natural, tone-correcting finish  \u003cbr\u003e\n- Recommended for: daily wear, uneven-looking tone, and those seeking tinted SPF care  \u003cbr\u003e\n- Format: 40 ml tube, convenient for home or travel use\u003c\/p\u003e","brand":"Noreva","offers":[{"title":"Default Title","offer_id":48201997189376,"sku":"1213326","price":15.6,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61c83174a360a8525ef28ae2_noreva-trio-white-xp-cc-cream-light-spf-30-40ml.jpg?v=1774538573"},{"product_id":"eveline-skin-care-expert-double-white-day-and-night-cream-50-ml","title":"Eveline Skin Care Expert Double White Day and Night Cream 50 ml","description":"\u003cp\u003eDescription:\u003cbr\u003e\nEveline Skin Care Expert Double White Day and Night Cream is a brightening face cream designed for daily use to support a more even-looking complexion.  \u003cbr\u003e\nIts day-and-night formula helps moisturize the skin while targeting the appearance of dullness and dark spots over time.  \u003cbr\u003e\nThe cream is suitable for incorporating into a simple skincare routine to improve skin comfort and radiance.  \u003cbr\u003e\nWith regular use, it helps skin feel smoother and look fresher, making it ideal for those seeking a unified tone.  \u003cbr\u003e\nPresented in a 50 ml jar, it offers convenient everyday care for both morning and evening application.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:\u003cbr\u003e\n- Helps brighten and enhance skin radiance  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and discoloration  \u003cbr\u003e\n- Provides daily hydration and comfort  \u003cbr\u003e\n- Smooths the look of skin texture\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:\u003cbr\u003e\n- Apply to clean, dry skin on the face and neck.  \u003cbr\u003e\n- Use in the morning as a day cream and in the evening as a night cream.  \u003cbr\u003e\n- Massage gently until fully absorbed; avoid the eye area.  \u003cbr\u003e\n- For best results, use consistently every day.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:\u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-looking skin.  \u003cbr\u003e\n- Ideal for users looking for a combined day and night brightening moisturizer.  \u003cbr\u003e\n- Texture: rich yet designed for everyday wear.  \u003cbr\u003e\n- If using in the morning, pair with sunscreen to help protect against new discoloration.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":48201999614208,"sku":"1215674","price":8.8,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61c9a9b9961b947578f07b03_eveline-skin-care-expert-double-white-day-and-night-cream-50-ml.png?v=1774538590"},{"product_id":"eveline-white-prestige-4d-facial-wash-gel-200ml","title":"Eveline White Prestige 4D Facial Wash Gel 200ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nEveline White Prestige 4D Facial Wash Gel 200ml is a daily cleansing gel designed to wash away impurities, excess oil, and makeup residue while supporting a brighter-looking complexion.  \u003cbr\u003e\nFormulated for facial use, it helps refresh the skin and improve the appearance of dullness caused by pollution and daily buildup.  \u003cbr\u003e\nThe lightweight gel texture lathers easily and rinses clean without leaving a heavy feel.  \u003cbr\u003e\nIdeal for a regular skincare routine, it prepares the skin for subsequent steps such as toners, serums, and moisturizers.  \u003cbr\u003e\nSuitable for anyone seeking a clean, smooth, and more radiant-looking face with consistent use.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses the face from dirt, oil, and daily impurities  \u003cbr\u003e\n- Helps promote a fresher, brighter-looking complexion  \u003cbr\u003e\n- Supports smooth-looking skin and a refined feel after washing  \u003cbr\u003e\n- Suitable for everyday use in morning and evening routines  \u003cbr\u003e\n- Prepares skin for better application of skincare products\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet face with lukewarm water.  \u003cbr\u003e\n- Apply a small amount of gel to hands, lather, and gently massage onto the face.  \u003cbr\u003e\n- Avoid direct contact with the eyes.  \u003cbr\u003e\n- Rinse thoroughly and pat dry.  \u003cbr\u003e\n- Follow with moisturizer; use SPF during the day.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Product type: Facial cleansing wash gel (200ml)  \u003cbr\u003e\n- Texture: Lightweight gel that foams with water  \u003cbr\u003e\n- Recommended for: Daily facial cleansing and skin-refreshing routines  \u003cbr\u003e\n- General note: If irritation occurs, reduce frequency or discontinue use and consult a healthcare professional if needed.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":48202002792704,"sku":"1215668","price":5.85,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61cac26b961b947578bcb2de_eveline-white-prestige-4d-facial-wash-gel-200-ml.png?v=1774538613"},{"product_id":"eveline-white-prestige-4d-lightening-serum-booster-18-ml","title":"Eveline White Prestige 4D Lightening Serum Booster 18 ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nEveline White Prestige 4D Lightening Serum Booster is a concentrated facial serum designed to help improve the look of uneven skin tone and visible dark spots.  \u003cbr\u003e\nIts booster-style formula supports a brighter, more radiant complexion while enhancing overall skin clarity.  \u003cbr\u003e\nIdeal for daily skincare routines, it works to promote a smoother, more luminous appearance over time.  \u003cbr\u003e\nThe lightweight serum format makes it easy to layer under moisturiser and makeup.  \u003cbr\u003e\nSuitable for anyone looking to target dullness and discoloration with a targeted brightening treatment.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and uneven tone  \u003cbr\u003e\n- Supports a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Boosts skin clarity and improves the look of dullness  \u003cbr\u003e\n- Promotes a smoother, more refined skin appearance  \u003cbr\u003e\n- Convenient serum booster format for targeted care\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to clean, dry skin on the face and neck.  \u003cbr\u003e\n- Use once or twice daily, before moisturiser.  \u003cbr\u003e\n- For daytime use, follow with a broad-spectrum sunscreen.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin concern: hyperpigmentation, dullness, uneven tone.  \u003cbr\u003e\n- Texture: lightweight serum\/booster that layers well in skincare routines.  \u003cbr\u003e\n- Suitable for most skin types; patch test recommended, especially for sensitive skin.  \u003cbr\u003e\n- Avoid contact with eyes and irritated skin.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":48202003120384,"sku":"1215671","price":8.8,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61cac376961b947578c1701b_eveline-white-prestige-4d-lightening-serum-booster-18-ml.png?v=1774538615"},{"product_id":"eveline-white-prestige-4d-facial-scrub-150ml","title":"Eveline White Prestige 4D Facial Scrub 150ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nEveline White Prestige 4D Facial Scrub 150ml is an exfoliating face scrub designed to help cleanse and refine the look of the skin.  \u003cbr\u003e\nIts scrub formula works to remove dead skin cells and surface impurities, supporting a smoother, more even-looking complexion.  \u003cbr\u003e\nRegular use can help improve skin texture and enhance the appearance of radiance and clarity.  \u003cbr\u003e\nIt is ideal for those looking to refresh dull skin and support a clean, polished feel after cleansing.  \u003cbr\u003e\nSuitable for a home skincare routine when you want deeper cleansing and gentle resurfacing.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps exfoliate and remove dead skin buildup  \u003cbr\u003e\n- Supports smoother, softer-feeling skin  \u003cbr\u003e\n- Helps cleanse pores and remove surface impurities  \u003cbr\u003e\n- Promotes a brighter, more refreshed appearance  \u003cbr\u003e\n- Prepares skin for better-looking results from skincare applied after\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply to damp facial skin, avoiding the eye and lip area.  \u003cbr\u003e\n- Massage gently in circular motions for 30–60 seconds.  \u003cbr\u003e\n- Rinse thoroughly with lukewarm water and pat dry.  \u003cbr\u003e\n- Use 1–3 times per week depending on skin tolerance and routine.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Best suited for normal, combination, and oily skin; use with caution on very sensitive or irritated skin.  \u003cbr\u003e\n- Texture: scrub with exfoliating particles for a polished finish.  \u003cbr\u003e\n- If irritation occurs, reduce frequency or discontinue use; follow with moisturizer and daily sunscreen.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":48202003841280,"sku":"1207187","price":4.9,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61cac7be7b5477630d7db723_eveline-white-prestige-4d-facial-scrub-150-ml.png?v=1774538620"},{"product_id":"eveline-white-4d-prestige-night-cream-50ml","title":"Eveline White 4D Prestige Night Cream 50ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nEveline White 4D Prestige Night Cream 50ml is an overnight face cream designed to support a brighter, more even-looking complexion while you sleep. Its “White 4D” concept suggests multi-dimensional radiance care that helps reduce the appearance of dullness and uneven tone. The rich night-care format works alongside the skin’s natural nighttime renewal process for smoother, fresher-looking skin by morning. Ideal for a pharmacy-style skincare routine, it provides comfort and hydration to help skin feel soft and replenished. Suitable for those seeking targeted night care for luminosity and tone refinement.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps improve the appearance of skin brightness and radiance  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Provides overnight hydration and skin comfort  \u003cbr\u003e\n- Helps smooth the look of skin texture for a refreshed morning feel  \u003cbr\u003e\n- Suitable as a nightly step in a tone-correcting skincare routine\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply in the evening to clean, dry face and neck.  \u003cbr\u003e\n- Gently massage until absorbed, avoiding the eye area.  \u003cbr\u003e\n- Use nightly as the final step of your skincare routine.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Product type: Night face cream  \u003cbr\u003e\n- Size: 50ml  \u003cbr\u003e\n- Recommended for: Dull-looking or uneven-looking skin tone concerns  \u003cbr\u003e\n- Texture: Typically richer than day creams for overnight comfort  \u003cbr\u003e\n- General note: Use daily sunscreen in the morning when using brightening-focused skincare.\u003c\/p\u003e","brand":"Eveline","offers":[{"title":"Default Title","offer_id":48202007183616,"sku":"11452","price":13.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61caee577b5477630d2e1ba9_eveline-white-4d-prestige-night-cream-50-ml.png?v=1774538626"},{"product_id":"beesline-whiten-soap-sensitive-zone-110gm-5552","title":"Beesline Whiten Soap Sensitive Zone 110Gm 5552","description":"\u003cp\u003eDescription:\u003cbr\u003e\nBeesline Whiten Soap Sensitive Zone 110g is a gentle cleansing bar specially formulated for delicate, intimate, and sensitive body areas. It helps cleanse without harshness while supporting a brighter, more even-looking skin tone over time. Designed with sensitive skin in mind, it aims to reduce the look of dullness and uneven pigmentation in targeted zones. The soap lathers softly to remove impurities, sweat, and excess oils while maintaining comfort. Ideal for daily hygiene, it offers a pharmacy-style solution for those seeking mild cleansing with whitening care. Suitable for use on external sensitive areas and other prone-to-darkness zones.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:\u003cbr\u003e\n- Gently cleanses delicate and sensitive zones\u003cbr\u003e\n- Helps promote a brighter, more even-looking skin tone\u003cbr\u003e\n- Supports the appearance of reduced dullness and uneven pigmentation\u003cbr\u003e\n- Leaves skin feeling fresh, clean, and comfortable\u003cbr\u003e\n- Suitable for daily personal care routine\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:\u003cbr\u003e\n- Wet the skin with water, then lather the soap between hands.\u003cbr\u003e\n- Apply the foam to the desired external area and cleanse gently.\u003cbr\u003e\n- Rinse thoroughly with water and pat dry.\u003cbr\u003e\n- Use daily or as needed; discontinue use if irritation occurs.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:\u003cbr\u003e\n- Skin type: Suitable for sensitive skin and delicate areas.\u003cbr\u003e\n- Target users: Adults seeking gentle cleansing and tone-evening care for sensitive zones.\u003cbr\u003e\n- Notes: For external use only; avoid contact with eyes and broken or irritated skin. Store in a dry place between uses to prolong the bar’s life.\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202008854784,"sku":"1212491","price":3.15,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61e440bc3c6efef4789180b3_beesline-whiten-soap-sensitive-zone-110gm-to-correct-pigmentations_89a7a3f6-2dd0-4bac-80a4-c5969ec32c17.jpg?v=1775116192"},{"product_id":"fair-white-exclusive-vit-c-serum-30-ml-fw0085","title":"Fair \u0026 White Exclusive Vit. c Serum 30 Ml FW0085","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Exclusive Vitamin C Serum 30 ml is a targeted facial serum designed to help brighten dull-looking skin and promote a more even-looking complexion.  \u003cbr\u003e\nFormulated with Vitamin C, it supports skin radiance while helping reduce the appearance of dark spots and uneven tone over time.  \u003cbr\u003e\nIts lightweight serum texture is made for daily skincare routines and layers well under moisturizer and sunscreen.  \u003cbr\u003e\nIdeal for anyone looking to enhance glow and improve overall skin clarity.  \u003cbr\u003e\nWith consistent use, it helps the skin look fresher, smoother, and more luminous.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten dull skin and boost radiance  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and discoloration  \u003cbr\u003e\n- Promotes a smoother, healthier-looking complexion  \u003cbr\u003e\n- Complements anti-spot and glow-focused skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a few drops to clean, dry face and neck.  \u003cbr\u003e\n- Gently massage until fully absorbed, then follow with a moisturizer.  \u003cbr\u003e\n- Use in the morning and\/or evening; if used in the morning, finish with broad-spectrum sunscreen.  \u003cbr\u003e\n- Avoid contact with eyes and do not apply on irritated or broken skin.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-looking skin.  \u003cbr\u003e\n- Lightweight, fast-absorbing serum format for easy layering.  \u003cbr\u003e\n- Vitamin C products can increase sun sensitivity—daily sunscreen is recommended.  \u003cbr\u003e\n- For best results, use consistently as part of a regular skincare routine.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48202009379072,"sku":"1202228","price":10.6,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61f520435c727b0cb5a09920_fair-white-exclusive-vit-c-serum-30-ml.png?v=1774538678"},{"product_id":"fair-white-savon-whit-exfol-soap-blue200g-fw005","title":"Fair \u0026 White Savon Whit Exfol. Soap Blue200G Fw005","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Savon White Exfoliating Soap Blue 200g is a cleansing bar designed to help gently exfoliate and purify the skin during daily washing.  \u003cbr\u003e\nIts exfoliating action helps lift away dead skin cells and surface impurities for a cleaner, smoother feel.  \u003cbr\u003e\nIdeal for use on the body, it supports a more even-looking skin tone and improved skin texture over time.  \u003cbr\u003e\nThe rich lather leaves skin feeling fresh and comfortable without a heavy residue.  \u003cbr\u003e\nA practical choice for those looking to combine cleansing and gentle exfoliation in one step.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Gently exfoliates to help remove dead skin cells  \u003cbr\u003e\n- Cleanses and helps reduce buildup of impurities on the skin surface  \u003cbr\u003e\n- Helps smooth rough areas and improve the look of skin texture  \u003cbr\u003e\n- Supports a brighter, more even-looking complexion  \u003cbr\u003e\n- Leaves skin feeling clean, fresh, and softened\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet skin and the soap, then lather in hands or on a washcloth\/body sponge.  \u003cbr\u003e\n- Massage onto the body in gentle circular motions, focusing on rough areas.  \u003cbr\u003e\n- Rinse thoroughly with water and pat skin dry.  \u003cbr\u003e\n- Use once daily or a few times per week depending on skin tolerance.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types; exfoliating products may be best introduced gradually for sensitive skin.  \u003cbr\u003e\n- Intended for external use on the body; avoid contact with eyes and broken or irritated skin.  \u003cbr\u003e\n- For best results, follow with a body moisturizer after bathing to help maintain skin comfort.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48202009870592,"sku":"103523","price":3.7,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61f520445c727b0cb5a09c17_fair-white-savon-whit-exfoliating-soap-blue-200-g.png?v=1774538683"},{"product_id":"fair-white-gel-cream-30ml-fw001","title":"Fair \u0026 White Gel Cream 30ML FW001","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Gel Cream 30ML is a lightweight skincare gel-cream designed to help improve the look of uneven skin tone and dullness. Its fast-absorbing texture provides comfortable hydration while supporting a smoother, more radiant-looking complexion. Ideal for daily use, it works well as a targeted facial moisturizer for those seeking a clearer, brighter appearance. The compact 30ml size makes it convenient for travel or on-the-go skincare routines. Suitable for incorporating into both morning and evening regimens.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of uneven skin tone and dark spots  \u003cbr\u003e\n- Promotes a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Lightweight hydration without a heavy, greasy feel  \u003cbr\u003e\n- Supports smoother-looking skin texture  \u003cbr\u003e\n- Ideal for daily facial skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Cleanse and dry the skin thoroughly.  \u003cbr\u003e\n- Apply a small amount evenly to the face or targeted areas.  \u003cbr\u003e\n- Use once or twice daily, preferably morning and evening.  \u003cbr\u003e\n- Follow with sunscreen during the daytime to help maintain results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Texture: Gel-cream, fast-absorbing and comfortable on skin  \u003cbr\u003e\n- Recommended for: Dull, uneven-looking skin tone and targeted discoloration concerns  \u003cbr\u003e\n- Suitable for: Most skin types; patch test recommended for sensitive skin  \u003cbr\u003e\n- Avoid contact with eyes and broken\/irritated skin; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48202010067200,"sku":"103524","price":6.3,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61f520465c727b0cb5a0a220_fair-white-gel-cream-30-ml_46fb42ef-428f-484d-b3e2-93b5450795cb.png?v=1775116194"},{"product_id":"fair-white-powder-c-p-serum-6-8ml-fw003","title":"Fair \u0026 White Powder C P+Serum 6*8ML FW003","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Powder C P + Serum is a concentrated vitamin C skincare set presented in 6 vials of powder and 8 ml serum to be mixed for fresh, active use.  \u003cbr\u003e\nDesigned to support a brighter, more even-looking complexion, it helps improve the appearance of dullness and uneven tone.  \u003cbr\u003e\nThis combination format aims to enhance stability and potency by activating the vitamin C just before application.  \u003cbr\u003e\nIdeal for a targeted radiance routine, it works to refine the look of skin texture and promote a healthy glow.  \u003cbr\u003e\nSuitable for anyone looking to add an antioxidant step to their daily skincare regimen.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten the look of dull skin and boost radiance  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Antioxidant care to help protect against everyday environmental stressors  \u003cbr\u003e\n- Helps improve the appearance of uneven texture for smoother-looking skin  \u003cbr\u003e\n- Targeted skincare for dark spot-prone or tired-looking skin\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Mix the vitamin C powder with the serum as directed on the packaging until fully dissolved.  \u003cbr\u003e\n- Apply a few drops to clean, dry face and neck, avoiding the eye area.  \u003cbr\u003e\n- Use once daily (preferably in the evening) or as tolerated, then follow with moisturizer.  \u003cbr\u003e\n- If used in the morning, apply sunscreen afterward to help protect results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin type: Suitable for most skin types; sensitive skin should introduce gradually.  \u003cbr\u003e\n- Texture: Lightweight serum once mixed, designed for quick absorption.  \u003cbr\u003e\n- Target users: Adults seeking a brightening, antioxidant-focused routine.  \u003cbr\u003e\n- General notes: Patch test before first use; avoid layering with strong exfoliating acids or retinoids in the same routine if irritation occurs.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48202010132736,"sku":"103518","price":19.88,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61f520485c727b0cb5a0a37e_fair-white-pure-vit-c-powder-serum-68-ml.png?v=1774538689"},{"product_id":"fair-white-carrot-soap-200g-f-w1gah-325","title":"Fair \u0026 White Carrot Soap 200g F.W1GAH-325","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nFair \u0026amp; White Carrot Soap 200g is a cleansing bar designed to help wash away daily impurities while leaving skin feeling fresh and comfortable.  \u003cbr\u003e\nEnriched with carrot-inspired care, it is commonly chosen as part of a routine that supports a more even-looking and radiant complexion.  \u003cbr\u003e\nIts rich lather makes it suitable for everyday hygiene and skincare cleansing.  \u003cbr\u003e\nIdeal for use on the face and body, it helps maintain clean, smooth-looking skin without a heavy feel.  \u003cbr\u003e\nA practical option for those looking for a brightening-focused soap in their daily bath or shower routine.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps cleanse skin and remove dirt, oil, and impurities  \u003cbr\u003e\n- Supports a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Promotes a smoother, refreshed skin feel  \u003cbr\u003e\n- Suitable for daily face and body cleansing\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet the skin and the soap, then lather between hands or on a washcloth.  \u003cbr\u003e\n- Apply to face and\/or body, gently massage, then rinse thoroughly.  \u003cbr\u003e\n- Use daily as needed; follow with a moisturizer and daytime sunscreen.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Format: Solid cleansing bar (200g)  \u003cbr\u003e\n- Recommended for: Dull-looking skin or uneven-looking tone concerns  \u003cbr\u003e\n- Can be used in: Shower, bath, or as part of a daily skincare routine  \u003cbr\u003e\n- General note: Avoid contact with eyes; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Fair \u0026 White","offers":[{"title":"Default Title","offer_id":48202010296576,"sku":"1206595","price":3.7,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61f520485c727b0cb5a0a518_fair-white-carrot-soap-200-g.png?v=1774538691"},{"product_id":"bioderma-pigmentbio-daily-care-spf-50-cream-40-ml-2870770","title":"Bioderma Pigmentbio Daily Care SPF 50+ Cream 40 mL 2870770","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio Daily Care SPF 50+ Cream is a high-protection daily facial moisturiser designed to help support a more even-looking complexion.  \u003cbr\u003e\nIt combines very high broad-spectrum sun protection with daily care benefits to help reduce the appearance of dark spots and prevent further discoloration caused by UV exposure.  \u003cbr\u003e\nIdeal for everyday use, it hydrates and helps improve skin comfort while protecting against photoaging.  \u003cbr\u003e\nThe lightweight cream texture is suitable for daily wear and can be used as a daytime skincare step.  \u003cbr\u003e\nA practical choice for anyone looking for brightening daily care with SPF 50+ in one product.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Provides very high sun protection SPF 50+ for daily use  \u003cbr\u003e\n- Helps reduce the look of dark spots and uneven skin tone  \u003cbr\u003e\n- Supports prevention of UV-related hyperpigmentation  \u003cbr\u003e\n- Moisturises and improves daily skin comfort  \u003cbr\u003e\n- Suitable for use in a dark-spot care routine\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply evenly to clean, dry face and neck each morning.  \u003cbr\u003e\n- Use as the last step of your morning skincare routine before makeup.  \u003cbr\u003e\n- Reapply during the day as needed, especially after sweating, swimming, or towel-drying.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Designed for skin concerned with pigmentation, dark spots, and uneven tone  \u003cbr\u003e\n- Suitable for daily facial use; convenient 40 mL size for home or travel  \u003cbr\u003e\n- For external use only; avoid contact with eyes and damaged skin  \u003cbr\u003e\n- Daily sunscreen use is recommended to help maintain results from brightening routines\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202013442304,"sku":"1212366","price":19.02,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa4d135c727b0cb5360e25_bioderma-pigmentbio-daily-care-spf-50-cream-40-ml-reduces-pigmentation.png?v=1775116212"},{"product_id":"bioderma-pigmentbio-foaming-cream-500-ml-2894593","title":"Bioderma Pigmentbio Foaming Cream 500 mL 2894593","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio Foaming Cream is a cleansing face and body wash designed to help improve the look of uneven skin tone while removing daily impurities.  \u003cbr\u003e\nIts creamy-foaming formula gently cleanses without stripping the skin, making it suitable for regular use.  \u003cbr\u003e\nIdeal for users concerned with dark spots and dullness, it supports a brighter, more even-looking complexion over time.  \u003cbr\u003e\nThe large 500 mL size is convenient for long-term use and suitable for the whole family’s skincare routine.  \u003cbr\u003e\nA pharmacy-grade cleanser that combines comfort, cleanliness, and tone-correcting care in one step.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Gently cleanses face and body while respecting skin comfort  \u003cbr\u003e\n- Helps improve the appearance of uneven tone and dark spots  \u003cbr\u003e\n- Supports a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Suitable for daily cleansing and regular skincare routines  \u003cbr\u003e\n- Family-size format for convenient, long-lasting use\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply to wet skin on the face and\/or body.  \u003cbr\u003e\n- Lather gently, then rinse thoroughly with water.  \u003cbr\u003e\n- Use once or twice daily, depending on your routine and skin tolerance.  \u003cbr\u003e\n- Avoid contact with eyes; rinse well if contact occurs.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Texture: creamy cleanser that transforms into a soft foam  \u003cbr\u003e\n- Target users: suitable for those concerned with uneven tone and dark spots  \u003cbr\u003e\n- Suitable for face and body use; ideal for everyday cleansing  \u003cbr\u003e\n- 500 mL pump-size format (depending on packaging) for practical, frequent use\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202014851328,"sku":"1212363","price":12.45,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa603f5c727b0cb5809327_bioderma-pigmentbio-foaming-cream-500-ml-reduces-pigmentation_23cf8121-8799-431f-9119-b9637f292b5c.png?v=1775116223"},{"product_id":"bioderma-pigmentbio-night-renewer-cream-50-ml-2894591","title":"Bioderma Pigmentbio Night Renewer Cream 50 mL 2894591","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio Night Renewer Cream is a nightly skincare treatment designed to help improve the look of uneven skin tone and dark spots while you sleep.  \u003cbr\u003e\nThis targeted night cream supports skin renewal for a more radiant, refreshed complexion by morning.  \u003cbr\u003e\nIts formula is suited for users looking to enhance brightness and smoothness as part of a pigmentation-focused routine.  \u003cbr\u003e\nIdeal for incorporating into an evening regimen, it helps boost the appearance of clarity and luminosity over time.  \u003cbr\u003e\nThe 50 mL size is suitable for daily use and long-term skincare maintenance.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and uneven skin tone  \u003cbr\u003e\n- Promotes a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Supports overnight skin renewal for smoother-looking skin  \u003cbr\u003e\n- Helps improve the look of dullness and fatigue signs  \u003cbr\u003e\n- Suitable for use as part of a pigmentation-correcting routine\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply in the evening to clean, dry face and neck.  \u003cbr\u003e\n- Gently massage until fully absorbed.  \u003cbr\u003e\n- Use consistently every night for best visible results.  \u003cbr\u003e\n- Apply sunscreen during the day to help maintain results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-toned skin.  \u003cbr\u003e\n- Designed for nighttime use as a renewing and tone-enhancing cream.  \u003cbr\u003e\n- Cream texture for comfortable application and overnight wear.  \u003cbr\u003e\n- For external use only; avoid contact with eyes.\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202014884096,"sku":"1212364","price":19.95,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa61185c727b0cb584a595_bioderma-pigmentbio-night-renewer-cream-50-ml-reduces-pigmentation.png?v=1775116225"},{"product_id":"bioderma-pigmentbio-h2o-micellar-solution-250-ml-2870771","title":"Bioderma Pigmentbio H2O Micellar Solution 250 mL 2870771","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio H2O Micellar Solution 250 mL is a gentle micellar cleansing water designed to remove makeup, sunscreen, and daily impurities without rinsing.  \u003cbr\u003e\nFormulated for skin with dark spots or uneven tone, it helps cleanse while supporting a brighter-looking complexion.  \u003cbr\u003e\nIts micellar technology lifts dirt and residue efficiently, making it suitable for everyday use on the face and eyes.  \u003cbr\u003e\nThe lightweight, water-like formula respects the skin barrier and leaves skin feeling fresh and comfortable.  \u003cbr\u003e\nIdeal as a quick cleanser at home or on the go, it fits easily into morning and evening routines.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Removes makeup and impurities effectively without harsh rubbing  \u003cbr\u003e\n- Cleanses face and eye area with a gentle, no-rinse formula  \u003cbr\u003e\n- Suitable for skin prone to dark spots and uneven tone  \u003cbr\u003e\n- Leaves skin feeling clean, soft, and refreshed  \u003cbr\u003e\n- Convenient daily cleanser for quick skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply to a cotton pad and gently wipe over the face and eye area.  \u003cbr\u003e\n- Repeat with a fresh cotton pad until it comes away clean.  \u003cbr\u003e\n- Use morning and\/or evening; rinsing is optional based on preference.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin type: suitable for most skin types, especially uneven skin tone concerns.  \u003cbr\u003e\n- Texture: clear, water-like micellar solution.  \u003cbr\u003e\n- Target users: adults looking for a gentle cleanser and makeup remover as part of a brightening-focused routine.\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202014916864,"sku":"1212367","price":7.03,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa61ef5c727b0cb587ee4e_bioderma-pigmentbio-h2o-micellar-solution-250-ml-make-up-removal.png?v=1775116225"},{"product_id":"bioderma-pigmentbio-foaming-cream-200-ml-2870773","title":"Bioderma Pigmentbio Foaming Cream 200 mL 2870773","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio Foaming Cream 200 mL is a gentle cleansing foaming cream designed to help cleanse and brighten the look of uneven skin tone.  \u003cbr\u003e\nFormulated for daily use, it removes impurities and excess oil while respecting the skin’s balance.  \u003cbr\u003e\nThis face and body cleanser is suited for skin concerned with dark spots and dullness, supporting a clearer, more radiant appearance.  \u003cbr\u003e\nIts creamy-foaming texture helps leave skin feeling fresh, smooth, and comfortable after rinsing.  \u003cbr\u003e\nIdeal as part of a routine aimed at improving the look of discoloration and maintaining an even-looking complexion.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses the skin and removes daily impurities  \u003cbr\u003e\n- Helps improve the look of uneven tone and dullness  \u003cbr\u003e\n- Supports a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Leaves skin feeling soft, smooth, and refreshed  \u003cbr\u003e\n- Suitable for regular use on face and body\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply to wet skin on the face and\/or body.  \u003cbr\u003e\n- Massage gently until it lathers, avoiding the eye area.  \u003cbr\u003e\n- Rinse thoroughly with water and pat dry.  \u003cbr\u003e\n- Use daily, morning and\/or evening, as part of your skincare routine.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Texture: creamy formula that transforms into a foam with water  \u003cbr\u003e\n- Suitable for: skin with uneven tone or dark spot concerns  \u003cbr\u003e\n- Use area: face and body  \u003cbr\u003e\n- Size: 200 mL\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202015015168,"sku":"1212369","price":7.4,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa639c5c727b0cb5949975_bioderma-pigmentbio-foaming-cream-200-ml-reduces-pigmentation_47560860-e9c7-4486-a84f-fd5a7ce86bd3.png?v=1775116227"},{"product_id":"bioderma-pigmentbio-c-concentrate-15-ml-2894592","title":"Bioderma Pigmentbio C-Concentrate 15 mL 2894592","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBioderma Pigmentbio C-Concentrate is a targeted facial serum designed to help improve the look of dark spots and uneven skin tone. Formulated with a concentrated vitamin C-based approach, it supports a brighter, more radiant complexion. This intensive treatment is ideal for dull skin and visible pigmentation concerns caused by sun exposure, acne marks, or aging. The lightweight concentrate is made for daily skincare routines and helps promote a smoother, more even-looking skin texture. Suitable for those seeking a pharmacy-grade solution for complexion correction in a convenient 15 mL size.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and discoloration  \u003cbr\u003e\n- Promotes a brighter, more even-looking skin tone  \u003cbr\u003e\n- Supports skin radiance and revitalizes dull skin  \u003cbr\u003e\n- Helps refine the look of skin texture and improve clarity  \u003cbr\u003e\n- Suitable for targeted pigmentation concerns on the face\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply to clean, dry skin on the face, focusing on areas with visible dark spots.  \u003cbr\u003e\n- Use once daily, preferably in the evening, or as part of your regular serum step.  \u003cbr\u003e\n- Follow with a moisturizer; apply sunscreen during the day to help prevent further discoloration.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Ideal for uneven tone, dullness, and pigmentation-prone skin.  \u003cbr\u003e\n- Lightweight serum\/concentrate texture designed for fast absorption.  \u003cbr\u003e\n- For best results, consistent use and daily broad-spectrum SPF are recommended.  \u003cbr\u003e\n- Avoid contact with eyes; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Bioderma","offers":[{"title":"Default Title","offer_id":48202015703296,"sku":"1212365","price":21.46,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/61fa72b25c727b0cb5e1b56e_bd-pigmentbio-c-concentrate-15-ml-reduces-pigmentation_a5a51571-3a53-4394-8429-652c9bff799c.png?v=1775116233"},{"product_id":"beesline-whitening-cream-sensitive-zone-50ml-5553","title":"Beesline Whitening Cream Sensitive Zone 50Ml 5553","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBeesline Whitening Cream Sensitive Zone 50ml is a targeted brightening cream designed for delicate body areas prone to uneven tone and darkening. It helps improve the look of discoloration while respecting the sensitivity of intimate and friction-prone zones. The formula is made to support a more even, radiant appearance with regular use. Suitable for customers seeking gentle tone correction for underarms, bikini line, inner thighs, and similar areas. Ideal for inclusion in a daily skincare routine for smoother-looking, more confident skin.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and uneven tone in sensitive areas  \u003cbr\u003e\n- Supports a brighter, more uniform-looking skin tone  \u003cbr\u003e\n- Suitable for areas affected by friction, shaving, or dryness  \u003cbr\u003e\n- Designed for gentle care of delicate skin zones  \u003cbr\u003e\n- Helps improve overall skin appearance with consistent use\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Clean and dry the target area thoroughly.  \u003cbr\u003e\n- Apply a small amount of cream and gently massage until absorbed.  \u003cbr\u003e\n- Use once daily or as needed, preferably at the same time each day.  \u003cbr\u003e\n- For best results, use consistently and avoid applying immediately after shaving or waxing if skin is irritated.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Intended for sensitive zones such as underarms, bikini area, inner thighs, elbows, and knees.  \u003cbr\u003e\n- Suitable for sensitive skin types when used as directed.  \u003cbr\u003e\n- For external use only; avoid contact with eyes and irritated or broken skin.  \u003cbr\u003e\n- Patch test is recommended before first use, especially on very sensitive skin.\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202016456960,"sku":"1212492","price":10.23,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6202317b1c352e7159aee06f_beesline-whitening-cream-sensitive-zone-50ml-to-correct-pigmentations.png?v=1775116237"},{"product_id":"beesline-whitening-facial-toner-200ml-5931","title":"Beesline Whitening Facial Toner 200Ml 5931","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBeesline Whitening Facial Toner 200ml is a daily facial toner designed to refresh the skin while supporting a brighter, more even-looking complexion.  \u003cbr\u003e\nIt helps remove leftover traces of cleanser, impurities, and excess oil to leave skin feeling clean and comfortable.  \u003cbr\u003e\nThe gentle toning step helps refine the look of pores and prepares the face for better absorption of serums and moisturizers.  \u003cbr\u003e\nIdeal for incorporating into both morning and evening skincare routines, especially for dull or uneven-looking skin.  \u003cbr\u003e\nA practical pharmacy-style toner size for regular use at home.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten and improve the look of uneven skin tone  \u003cbr\u003e\n- Refreshes skin and removes residual impurities after cleansing  \u003cbr\u003e\n- Supports a smoother appearance and refined-looking pores  \u003cbr\u003e\n- Preps skin for serums, treatments, and moisturizers  \u003cbr\u003e\n- Helps maintain a clean, balanced feel throughout the day\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- After cleansing, apply toner to a cotton pad or palms.  \u003cbr\u003e\n- Gently sweep or pat over the face and neck, avoiding the eye area.  \u003cbr\u003e\n- Use morning and evening, then follow with serum and moisturizer.  \u003cbr\u003e\n- Apply sunscreen during the day for best skincare results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for daily use and most skin types, especially dull or uneven-looking skin.  \u003cbr\u003e\n- Lightweight, water-like toner texture designed to absorb quickly.  \u003cbr\u003e\n- For external use only; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202016555264,"sku":"1215224","price":6.6,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6202317c1c352e7159aee804_beesline-whitening-facial-toner-200ml-to-correct-pigmentations.png?v=1775116239"},{"product_id":"beesline-whitening-facial-soap-85gm","title":"Beesline Whitening Facial Soap 85Gm","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBeesline Whitening Facial Soap 85Gm is a brightening cleansing bar designed to help wash away daily impurities while supporting a more even-looking complexion.  \u003cbr\u003e\nIt gently cleanses the skin to leave it feeling fresh, smooth, and comfortable without a heavy residue.  \u003cbr\u003e\nIdeal for everyday facial care, this soap is suitable for those looking to enhance skin clarity and reduce the look of dullness over time.  \u003cbr\u003e\nIts practical bar format makes it easy to use at home or while traveling.  \u003cbr\u003e\nA great addition to a consistent skincare routine focused on cleansing and visible radiance.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Cleanses the face and removes surface impurities  \u003cbr\u003e\n- Helps brighten the look of dull skin  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Leaves skin feeling refreshed and smooth  \u003cbr\u003e\n- Suitable for daily facial cleansing\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Wet the face and the soap with lukewarm water.  \u003cbr\u003e\n- Lather the soap between hands and apply the foam to the face, avoiding the eye area.  \u003cbr\u003e\n- Gently massage for 20–30 seconds, then rinse thoroughly.  \u003cbr\u003e\n- Use daily, morning and\/or evening, and follow with a moisturizer.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Recommended for anyone seeking a cleansing step with a brightening\/whitening effect.  \u003cbr\u003e\n- Suitable for most skin types; if you have sensitive skin, patch test first.  \u003cbr\u003e\n- Avoid contact with eyes and discontinue use if irritation occurs.  \u003cbr\u003e\n- For best results, use consistently and apply sunscreen during the day.\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202016719104,"sku":"1213396","price":3.54,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6202317e1c352e7159aef067_beesline-whitening-facial-soap-85gm-to-correct-pigmentations.png?v=1775116239"},{"product_id":"beesline-mask-facial-whitening-25gm-6972","title":"Beesline Mask Facial Whitening 25Gm 6972","description":"\u003cp\u003eDescription:\u003cbr\u003e\nBeesline Mask Facial Whitening 25Gm is a brightening facial mask designed to help improve the look of dull, uneven skin tone. It works as a targeted skincare treatment to support a clearer, more radiant complexion. Ideal for adding to your weekly skincare routine, this mask helps refresh tired-looking skin while promoting a smoother appearance. Its practical 25g size makes it suitable for home use and travel. Use regularly as part of a consistent routine for best visible results.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:\u003cbr\u003e\n- Helps brighten the appearance of the skin\u003cbr\u003e\n- Supports a more even-looking skin tone\u003cbr\u003e\n- Reduces the look of dullness for a refreshed complexion\u003cbr\u003e\n- Helps improve the appearance of skin texture and smoothness\u003cbr\u003e\n- Suitable as a weekly treatment for skincare maintenance\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:\u003cbr\u003e\n- Cleanse and dry the face before application.\u003cbr\u003e\n- Apply an even layer over the face, avoiding the eye and lip areas.\u003cbr\u003e\n- Leave on for the recommended time as per the product label, then rinse off thoroughly with lukewarm water.\u003cbr\u003e\n- Use 1–2 times per week or as needed.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:\u003cbr\u003e\n- Suitable for most skin types, especially dull or uneven-looking skin.\u003cbr\u003e\n- Can be used by adults seeking a brighter, more luminous complexion.\u003cbr\u003e\n- For external use only; discontinue use if irritation occurs.\u003cbr\u003e\n- Follow with moisturizer and apply sunscreen during the day to help maintain results.\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202016850176,"sku":"1217464","price":2.58,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6204a934b72ae147d409cb2b_beesline-mask-facial-whitening25gm-for-radiating-skin.jpg?v=1774538835"},{"product_id":"beesline-scrub-facial-whitening-25gm-6973","title":"Beesline Scrub Facial Whitening 25Gm 6973","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nBeesline Facial Whitening Scrub 25g is a gentle exfoliating face scrub designed to help brighten dull-looking skin and improve overall radiance.  \u003cbr\u003e\nIt works by removing dead skin cells and surface impurities that can make the complexion appear uneven.  \u003cbr\u003e\nRegular use supports a smoother skin texture and helps promote a cleaner, fresher look.  \u003cbr\u003e\nIdeal for those looking to enhance glow and maintain a more refined appearance without harsh scrubbing.  \u003cbr\u003e\nIts convenient travel-size tube makes it easy to include in your weekly skincare routine.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Gently exfoliates to remove dead skin cells  \u003cbr\u003e\n- Helps brighten the look of dull skin and boost radiance  \u003cbr\u003e\n- Supports smoother, softer skin texture  \u003cbr\u003e\n- Helps improve the appearance of uneven tone caused by buildup  \u003cbr\u003e\n- Leaves skin feeling clean and refreshed\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to damp, cleansed face.  \u003cbr\u003e\n- Massage gently in circular motions, avoiding the eye area.  \u003cbr\u003e\n- Rinse thoroughly with lukewarm water and pat dry.  \u003cbr\u003e\n- Use 1–2 times per week or as needed based on skin tolerance.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types; use gently on sensitive skin.  \u003cbr\u003e\n- For facial use only; avoid broken or irritated skin.  \u003cbr\u003e\n- Follow with moisturizer and apply sunscreen during the day to support brightening results.  \u003cbr\u003e\n- Size: 25g (travel-friendly).\u003c\/p\u003e","brand":"Beesline","offers":[{"title":"Default Title","offer_id":48202016882944,"sku":"1217465","price":2.34,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6204a934b72ae147d409d026_beesline-scrub-facial-whitening25gm-for-radiating-skin.jpg?v=1774538837"},{"product_id":"acm-vitix-gel-50-ml","title":"ACM Vitix Gel 50 mL","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nACM Vitix Gel 50 mL is a targeted skincare gel designed to help support the appearance of skin affected by loss of pigmentation. It is commonly used as part of a daily routine to promote a more even-looking complexion and improve skin comfort. The lightweight gel texture absorbs quickly, making it suitable for regular application on localized areas. Ideal for anyone looking for a pharmacy-grade solution to complement dermatological care, it can be used on face and body. ACM Vitix Gel is formulated for ongoing use to help maintain a balanced, uniform skin appearance.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps support the look of more even skin tone in areas of pigmentation loss  \u003cbr\u003e\n- Suitable for localized application on face and body  \u003cbr\u003e\n- Lightweight gel texture with fast absorption  \u003cbr\u003e\n- Can be integrated into a daily skincare routine  \u003cbr\u003e\n- Designed for long-term, consistent use\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a thin layer to clean, dry skin on the affected areas.  \u003cbr\u003e\n- Use once or twice daily, or as advised by a healthcare professional.  \u003cbr\u003e\n- Allow the gel to absorb fully before applying other skincare products.  \u003cbr\u003e\n- Use consistently for best results.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Skin type: Suitable for most skin types, including sensitive skin areas.  \u003cbr\u003e\n- Texture: Non-greasy gel finish, easy to spread.  \u003cbr\u003e\n- Target users: Adults and teens seeking supportive care for uneven pigmentation concerns.  \u003cbr\u003e\n- General note: For external use only; avoid contact with eyes and irritated or broken skin.\u003c\/p\u003e","brand":"ACM","offers":[{"title":"Default Title","offer_id":48202018390272,"sku":"1213709","price":16.09,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/620e49f6bd7494bbc55392e2_acm-vitix-gel-50-ml-for-vitiligo.png?v=1775116246"},{"product_id":"nourella-cream-50-ml-0030","title":"Nourella Cream 50 mL 0030","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nNourella Cream 50 mL is a topical skincare cream designed to help moisturize and support the skin’s comfort and everyday protection.  \u003cbr\u003e\nIts creamy formula is suitable for regular use on areas prone to dryness and rough texture.  \u003cbr\u003e\nIdeal for maintaining soft, smooth-looking skin, it helps reinforce the skin’s natural moisture barrier.  \u003cbr\u003e\nThis cream can be used as part of a daily skincare routine for the face or body, depending on individual needs.  \u003cbr\u003e\nThe 50 mL size is convenient for home use or carrying in a bag for on-the-go care.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps hydrate and soften dry or rough skin  \u003cbr\u003e\n- Supports the skin barrier for improved comfort  \u003cbr\u003e\n- Suitable for daily moisturizing and skin conditioning  \u003cbr\u003e\n- Helps reduce the feeling of tightness caused by dryness\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to clean, dry skin.  \u003cbr\u003e\n- Gently massage until fully absorbed.  \u003cbr\u003e\n- Use 1–2 times daily or as needed, especially on dry areas.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, particularly dry or dehydrated skin.  \u003cbr\u003e\n- Creamy texture designed for comfortable, everyday application.  \u003cbr\u003e\n- For external use only; avoid contact with eyes and discontinue use if irritation occurs.\u003c\/p\u003e","brand":"Nourella","offers":[{"title":"Default Title","offer_id":48202020913408,"sku":"1209257","price":18.2,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/626509edcb236712d36c9f03_nourella-cream-50-ml.png?v=1774538896"},{"product_id":"pritty-gentle-bleaching-cream-40ml","title":"Pritty Gentle Bleaching Cream 40ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nPritty Gentle Bleaching Cream 40ml is a skincare cream designed to help brighten the appearance of the skin and promote a more even-looking tone.  \u003cbr\u003e\nIt is ideal for targeting the look of dark spots, uneven pigmentation, and areas that appear dull over time.  \u003cbr\u003e\nWith a gentle cream texture, it is suitable for regular use as part of a simple tone-correcting routine.  \u003cbr\u003e\nThis compact 40ml size is convenient for home use or travel while supporting consistent application.  \u003cbr\u003e\nA good option for those seeking a clearer, smoother, more radiant-looking complexion.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten the look of skin for a more radiant appearance  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Targets the appearance of dark spots and uneven pigmentation  \u003cbr\u003e\n- Suitable for use on areas with visible discoloration  \u003cbr\u003e\n- Cream formula for easy, comfortable application\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Cleanse and dry the skin before application.  \u003cbr\u003e\n- Apply a small amount to the desired area and gently massage until absorbed.  \u003cbr\u003e\n- Use once or twice daily as needed, preferably followed by a moisturizer.  \u003cbr\u003e\n- For daytime use, apply sunscreen to help protect skin and maintain results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types seeking tone-correcting care; patch test recommended for sensitive skin.  \u003cbr\u003e\n- Best used consistently for visible improvement in the appearance of uneven tone.  \u003cbr\u003e\n- Avoid contact with eyes and irritated or broken skin; discontinue use if irritation occurs.  \u003cbr\u003e\n- For external use only.\u003c\/p\u003e","brand":"Pritty","offers":[{"title":"Default Title","offer_id":48202027630848,"sku":"1204696","price":2.5,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6279041ee301ba35bd612b83_pritty-gentle-bleaching-cream-40-ml.png?v=1774539017"},{"product_id":"isis-neotone-intensive-serum-brown-spots-30-ml-isisunt","title":"Isis Neotone Intensive Serum Brown Spots 30 mL isisunt","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nIsis Neotone Intensive Serum Brown Spots 30 mL is a targeted facial serum designed to help reduce the appearance of brown spots and uneven skin tone.  \u003cbr\u003e\nIts intensive formula is made to support a brighter, more uniform complexion while enhancing overall skin radiance.  \u003cbr\u003e\nIdeal for those concerned with dark spots linked to sun exposure, aging, or post-imperfection marks, it fits easily into a daily skincare routine.  \u003cbr\u003e\nThe lightweight serum texture allows for comfortable layering under moisturizer and sunscreen.  \u003cbr\u003e\nWith regular use, the skin looks smoother, clearer, and more even-toned.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps visibly reduce brown spots and discoloration  \u003cbr\u003e\n- Promotes a more even, unified skin tone  \u003cbr\u003e\n- Enhances skin brightness and radiance  \u003cbr\u003e\n- Supports smoother-looking skin texture  \u003cbr\u003e\n- Suitable for targeted care on areas prone to dark spots\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a small amount to clean, dry skin on the face (or affected areas), once daily or as tolerated.  \u003cbr\u003e\n- Gently massage until fully absorbed, then follow with your moisturizer.  \u003cbr\u003e\n- Use sunscreen every morning to help prevent the appearance of new spots and maintain results.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Recommended for adults concerned with dark spots and uneven complexion.  \u003cbr\u003e\n- Works well in skincare routines focused on tone correction and glow.  \u003cbr\u003e\n- For best results, use consistently and avoid excessive sun exposure without protection.  \u003cbr\u003e\n- Avoid contact with eyes; discontinue use if irritation occurs.\u003c\/p\u003e","brand":"ISIS","offers":[{"title":"Default Title","offer_id":48202029105408,"sku":"1215164","price":12.53,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/6281e5fb1b6fad844a455b00_isis-neotone-intensive-serum-brown-spots-30-ml.png?v=1775116322"},{"product_id":"revitol-whitening-cream-50-ml","title":"Revitol Whitening Cream 50 ml","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nRevitol Whitening Cream 50 ml is a targeted skincare cream formulated to help improve the appearance of uneven skin tone and dullness.  \u003cbr\u003e\nIt is designed to support a brighter-looking complexion while helping reduce the look of dark spots and discoloration over time.  \u003cbr\u003e\nThe cream provides daily moisturising care to keep skin feeling smooth, soft, and comfortable.  \u003cbr\u003e\nWith regular use, it can enhance overall radiance and promote a more even, refreshed appearance.  \u003cbr\u003e\nIts practical 50 ml size makes it suitable for consistent use as part of a daily skincare routine.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps brighten the look of the skin for a more radiant complexion  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and discoloration  \u003cbr\u003e\n- Provides moisturising care to improve skin softness and smoothness  \u003cbr\u003e\n- Suitable for daily skincare routines\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Cleanse and dry the skin before application.  \u003cbr\u003e\n- Apply a small amount to the face or targeted areas (such as dark spots) and gently massage until absorbed.  \u003cbr\u003e\n- Use once or twice daily, preferably morning and night.  \u003cbr\u003e\n- Apply sunscreen during the day to help maintain results and protect the skin.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Suitable for most skin types, especially those concerned with dullness or uneven tone.  \u003cbr\u003e\n- Use consistently for best visible results; avoid contact with eyes and irritated skin.  \u003cbr\u003e\n- If sensitivity occurs, reduce frequency or discontinue use and seek professional advice.  \u003cbr\u003e\n- Store in a cool, dry place and keep the lid tightly closed after use.\u003c\/p\u003e","brand":"Revitol","offers":[{"title":"Default Title","offer_id":48202034708736,"sku":"1203725","price":6.41,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/638ca46631076651a24c88c5_revitol-whitening-cream-50-ml-for-glowing-skin_eff9a190-4f55-408c-af36-391e0a6c2429.webp?v=1775116338"},{"product_id":"acm-depiwhite-mask-40-ml","title":"ACM Depiwhite Mask 40 mL","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nACM Depiwhite Mask 40 mL is a targeted skincare mask designed to help improve the appearance of uneven skin tone and visible dark spots. Formulated for use as an intensive care treatment, it supports a brighter, more uniform-looking complexion. This pharmacy-grade depigmenting mask is suitable for people concerned with hyperpigmentation caused by sun exposure, aging, or post-blemish marks. Its creamy mask texture helps deliver active ingredients while leaving skin feeling smoother and refreshed. Ideal as part of a tone-correcting routine for face areas prone to discoloration.\u003c\/p\u003e\n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Helps reduce the appearance of dark spots and uneven tone  \u003cbr\u003e\n- Promotes a brighter, more radiant-looking complexion  \u003cbr\u003e\n- Supports a more uniform skin appearance over time  \u003cbr\u003e\n- Complements anti-pigmentation skincare routines  \u003cbr\u003e\n- Suitable for targeted tone-correction care\u003c\/p\u003e\n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply a thin, even layer to clean, dry skin on the face or targeted areas.  \u003cbr\u003e\n- Leave on for the recommended time as directed on the packaging, then rinse thoroughly.  \u003cbr\u003e\n- Use regularly as part of your routine, typically a few times per week.  \u003cbr\u003e\n- For best results, apply daily sunscreen during the day.\u003c\/p\u003e\n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Recommended for skin with visible discoloration, dark spots, or uneven tone.  \u003cbr\u003e\n- Suitable for most skin types; patch test advised for sensitive skin.  \u003cbr\u003e\n- Texture: creamy mask designed for rinse-off use.  \u003cbr\u003e\n- Avoid contact with eyes and irritated skin; external use only.\u003c\/p\u003e","brand":"ACM","offers":[{"title":"Default Title","offer_id":48202037231872,"sku":"1211961","price":13.16,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/63ac01b3153331996a396c33_acm-depiwhite-mask-40-ml-to-removes-dark-spots.webp?v=1775116350"},{"product_id":"acm-depiwhite-s-spf-50-cream-50-ml","title":"ACM Depiwhite.S SPF 50 Cream 50 mL","description":"\u003cp\u003eDescription:  \u003cbr\u003e\nACM Depiwhite.S SPF 50 Cream is a high-protection facial sunscreen designed to help defend the skin against daily UVA and UVB exposure.  \u003cbr\u003e\nIts very high SPF 50 protection makes it especially suitable for skin prone to dark spots and uneven tone, where sun exposure can worsen pigmentation.  \u003cbr\u003e\nThe cream format provides comfortable coverage for everyday use, helping maintain a more even-looking complexion.  \u003cbr\u003e\nIdeal for use in sunny climates or during periods of increased sun exposure, it supports a complete skincare routine focused on photoprotection.  \u003cbr\u003e\nWith regular application, it helps reduce the visible impact of sun-induced skin discoloration while protecting against photoaging.\u003c\/p\u003e  \n\n\u003cp\u003eKey Benefits \/ Uses:  \u003cbr\u003e\n- Very high SPF 50 protection against UVA\/UVB rays  \u003cbr\u003e\n- Helps prevent worsening of dark spots linked to sun exposure  \u003cbr\u003e\n- Supports a more even-looking skin tone  \u003cbr\u003e\n- Suitable for daily facial use and outdoor activities  \u003cbr\u003e\n- Helps protect against premature signs of sun-related aging\u003c\/p\u003e  \n\n\u003cp\u003eHow to Use:  \u003cbr\u003e\n- Apply generously to the face (and neck if needed) as the last step of your morning skincare routine.  \u003cbr\u003e\n- Apply 15–20 minutes before sun exposure.  \u003cbr\u003e\n- Reapply every 2 hours, and after swimming, sweating, or towel-drying.  \u003cbr\u003e\n- Use daily, even on cloudy days, for consistent protection.\u003c\/p\u003e  \n\n\u003cp\u003eAdditional Information:  \u003cbr\u003e\n- Recommended for skin concerned with hyperpigmentation and uneven tone.  \u003cbr\u003e\n- Cream texture designed for comfortable, everyday wear.  \u003cbr\u003e\n- For external use only; avoid contact with eyes and broken or irritated skin.  \u003cbr\u003e\n- Sun protection is essential alongside depigmenting routines and after aesthetic procedures, as advised by a healthcare professional.\u003c\/p\u003e","brand":"ACM","offers":[{"title":"Default Title","offer_id":48202037526784,"sku":"1212036","price":12.68,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/files\/63ac068e153331996a4d0c43_acm-depiwhites-spf-50-cream-50-ml-for-dark-spots.webp?v=1775116351"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/8944\/5888\/collections\/Pigmentation___Dark_Spots.png?v=1770547767","url":"https:\/\/beautyworld.com.kw\/en\/collections\/pigmentation-dark-spots.oembed?page=2","provider":"Beauty World","version":"1.0","type":"link"}