{"product_id":"pack-anti-taches-machine-de-soins-offerte-🔥","title":"PROTOCOLE ANTI TACHES","description":"\u003cbody\u003e\n\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMDC - Pack Anti Taches\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003c!-- إضافة مكتبة أيقونات البوتستراب لتفعيل أيقونات الاستمارة --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.11.3\/font\/bootstrap-icons.min.css\"\u003e\n   \n    \u003cstyle\u003e\n        \/* ===== RESET \u0026 BASE ===== *\/\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n         :root {\n            --cyan: #8c8c8b;\n            --cyan-dark: #6e6e6e;\n            --blue-bg: #8c8c8b;\n            --black: #000;\n            --white: #fff;\n            --font: 'Cairo', sans-serif;\n            --accent-gold: #f2c25b;\n        }\n        \n        html,\n        body {\n            font-family: var(--font);\n            background-color: #f0f0f0;\n        }\n        \n        .page {\n            max-width: 520px;\n            margin: 0 auto;\n            background: #8c8c8b;\n            overflow: hidden;\n            position: relative;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);\n            min-height: 100vh;\n        }\n        \n        .sticky-container {\n            position: fixed;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            max-width: 520px;\n            width: 100%;\n            padding: 12px 18px;\n            \/* background: rgba(140, 140, 139, 0.95); *\/\n            backdrop-filter: blur(10px);\n            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);\n            z-index: 9999;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .sticky-glow-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            width: 100%;\n            background: var(--accent-gold);\n            color: #fff;\n            font-size: 18px;\n            font-weight: 900;\n            text-align: center;\n            padding: 15px;\n            border-radius: 50px;\n            text-decoration: none;\n            box-shadow: 0 0 15px rgba(242, 194, 91, 0.6);\n            border: none;\n            cursor: pointer;\n            transition: transform 0.2s ease;\n            animation: pulse-glow 2s infinite;\n        }\n        \n        @keyframes pulse-glow {\n            0% {\n                transform: scale(1);\n                box-shadow: 0 0 0 0 rgba(242, 194, 91, 0.7);\n            }\n            70% {\n                transform: scale(1.02);\n                box-shadow: 0 0 0 10px rgba(242, 194, 91, 0);\n            }\n            100% {\n                transform: scale(1);\n                box-shadow: 0 0 0 0 rgba(242, 194, 91, 0);\n            }\n        }\n        \n        .sticky-glow-btn span.old-price {\n            text-decoration: line-through;\n            opacity: 1;\n            direction: ltr;\n            font-size: 18px;\n            color: #d72121;\n            margin-right: 5px;\n        }\n        \/* ===== CHECKOUT FORM STYLING ===== *\/\n        \n        .checkout-section {\n            background: #ffffff;\n            padding: 19px 18px;\n            border-radius: 0;\n            margin-top: 0px;\n            color: #333333;\n        }\n        \n        .checkout-title {\n            font-size: 26px;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 20px;\n            color: #111;\n        }\n        \n        .es-form {\n            width: 100%;\n        }\n        \n        .es-group {\n            margin-bottom: 18px;\n        }\n        \n        .es-label {\n            display: block;\n            font-weight: 800;\n            font-size: 14px;\n            margin-bottom: 6px;\n            color: #444;\n            text-align: right;\n        }\n        \n        .es-input-group {\n            display: flex;\n            align-items: center;\n            background: #f7f8fa;\n            border: 1.5px solid #e2e8f0;\n            border-radius: 12px;\n            overflow: hidden;\n            transition: border-color 0.2s;\n        }\n        \n        .es-input-group:focus-within {\n            border-color: #71c8f2;\n        }\n        \n        .es-input-group-text {\n            padding: 14px 16px;\n            background: #edf2f7;\n            color: #718096;\n            border-left: 1.5px solid #e2e8f0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .es-input {\n            width: 100%;\n            border: none;\n            background: transparent;\n            padding: 14px;\n            font-size: 15px;\n            font-family: var(--font);\n            outline: none;\n            color: #2d3748;\n            text-align: right;\n        }\n        \/* Line item styling inside form *\/\n        \n        .es-line-item {\n            background: #f7fafc;\n            border: 1px solid #edf2f7;\n            border-radius: 16px;\n            padding: 15px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 20px;\n        }\n        \n        .es-image-container {\n            position: relative;\n            background: #fff;\n            border-radius: 10px;\n            padding: 4px;\n            border: 1px solid #e2e8f0;\n        }\n        \n        .es-image {\n            display: block;\n            border-radius: 8px;\n            object-fit: cover;\n        }\n        \n        .quantity-badge {\n            background: #7a7a7a;\n            color: #fff;\n            font-size: 11px;\n            font-weight: bold;\n            padding: 2px 7px;\n            border-radius: 20px;\n            border: 1.5px solid #fff;\n        }\n        \n        .es-product-title {\n            font-size: 14px;\n            font-weight: 800;\n            color: #2d3748;\n            line-height: 1.4;\n        }\n        \n        .es-product-title.variant {\n            color: #718096;\n            font-size: 12px;\n        }\n        \n        .es-p-price {\n            font-weight: 900;\n            color: #2d3748;\n            font-size: 16px;\n        }\n        \/* Quantity Picker *\/\n        \n        .es-quantity-picker {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #edf2f7;\n            border-radius: 50px;\n            width: 140px;\n            margin: 15px auto;\n            padding: 4px;\n        }\n        \n        .es-quantity-picker__button {\n            border: none;\n            background: #ffffff;\n            color: #2d3748;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            font-weight: 800;\n            font-size: 16px;\n            cursor: pointer;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .quantity-picker-input {\n            width: 40px;\n            text-align: center;\n            border: none;\n            background: transparent;\n            font-weight: 800;\n            font-size: 16px;\n            color: #2d3748;\n        }\n        \/* Shipping Option Container *\/\n        \n        .shipping-container {\n            border-radius: 12px;\n            overflow: hidden;\n            border: 1.5px solid #cbd5e0;\n        }\n        \n        .shipping-line {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 14px 16px;\n            background: #ebf8ff;\n            border: 0px solid #8c8c8b !important;\n        }\n        \n        .shipping-label {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            cursor: pointer;\n        }\n        \n        .es-radio {\n            accent-color: #8c8c8b;\n            width: 18px;\n            height: 18px;\n        }\n        \n        .shipping-name {\n            font-weight: 800;\n            font-size: 14px;\n            color: #8c8c8b;\n        }\n        \/* CTA Form Button *\/\n        \n        .es-button {\n            width: 100%;\n            padding: 16px;\n            border-radius: 50px !important;\n            font-size: 18px !important;\n            font-weight: 900 !important;\n            border: none;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            transition: background-color 0.2s;\n        }\n        \n        .es-button-content {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n        \/* ===== SECTION 1 – PAIN POINTS ===== *\/\n        \n        .s1 {\n            background: #f4efe8;\n            padding: 30px 18px 20px !important;\n        }\n        \n        .s1-title1 {\n            color: #24262b;\n            font-size: 28px;\n            font-weight: 700;\n            text-align: center;\n            line-height: 1.3;\n            margin-bottom: 0px;\n        }div#Description-description\n \n {\n    min-width: 100%;\n    margin-left: -16px;\n    margin-right: -16px;\n    margin-top: -7vh;\n}\n        .wt-collapse__trigger.wt-collapse__trigger--active\n {\n    display: none;\n}\n        .s1-title2 {\n            display: block;\n            background: #f4efe8;\n            color: #24262b;\n            font-size: 36px;\n            font-weight: 900;\n            text-align: center;\n            border-radius: 50px;\n            padding: 8px 0px !important;\n            margin: 0px auto 14px !important;\n            width: fit-content;\n        }\n        \n        .s1-card {\n            background: #6d6e72;\n            border-radius: 16px;\n            overflow: hidden;\n            display: flex;\n            align-items: stretch;\n            margin-bottom: 14px !important;\n            min-height: 120px;\n        }\n        .wt-product__add-to-cart_form--wrapper{\n           \n            display: none;\n        \n        }\n        .s1-card-text {\n            flex: 1;\n            padding: 16px 16px 16px 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .s1-card-text p {\n            color: #fff;\n            font-size: 0.99rem;\n            font-weight: 500;\n            line-height: 1.6;\n            text-align: right;\n        }\n        \n        .s1-card-text p b {\n            color: #ffedc7;\n        }\n        \n        .s1-card-img {\n            width: 140px;\n            min-width: 140px;\n            position: relative;\n            overflow: hidden;\n            border-radius: 0 16px 16px 0;\n        }\n        \n        .s1-card-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: top center;\n        }\n        \/* ===== SECTION 2 – DOUA HERO ===== *\/\n        \n        .s2 {\n            background: linear-gradient(180deg, #fff 0%, #8c8c8b 100%);\n            padding: 20px 18px 24px;\n            position: relative;\n            padding-bottom: 0px !important;\n        }\n        \n        .s2-logo {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n        \n        .s2-logo img {\n            height: 65px;\n            object-fit: contain;\n        }\n        \n        .s2-h1 {\n            text-align: center;\n            color: #111;\n            font-size: 22px;\n            font-weight: 800;\n            line-height: 1.4;\n            margin-bottom: 8px;\n        }\n        \n        .s2-h1 span {\n            color: #8c8c8b;\n        }\n        \n        .s2-big {\n            text-align: center;\n            font-size: 52px;\n            font-weight: 900;\n            line-height: 1;\n            color: #111;\n            margin-bottom: 30px;\n            margin-top: 30px;\n        }\n        \n        .s2-big b {\n            color: #8c8c8b;\n            background: #111;\n            border-radius: 12px;\n            padding: 0px 14px;\n        }\n        \n        .s2-badge {\n            background: #8c8c8b;\n            color: #fff;\n            font-size: 17px;\n            font-weight: 700;\n            text-align: center;\n            padding: 8px 20px;\n            border-radius: 8px;\n            margin: 8px auto 18px;\n        }\n        \n        .s2-middle {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 16px;\n        }\n        \n        .s2-woman {\n            flex: 1;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        \n        .s2-woman img {\n            width: 100%;\n            height: 80vh;\n            object-fit: cover;\n            border-radius: 16px;\n        }\n        \n        .s2-icons {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n            align-items: center;\n            width: 160px;\n        }\n        \n        .s2-icon-wrap {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 4px;\n        }\n        \n        .s2-icon-wrap img {\n            width: 100px;\n            height: 100px;\n            object-fit: contain;\n        }\n        \n        .s2-icon-wrap span {\n            font-size: 12px;\n            font-weight: 700;\n            color: #4e4f50;\n            text-align: center;\n        }\n        \n        .s2-product-box {\n            border-radius: 16px;\n            overflow: hidden;\n            margin-top: 6px;\n        }\n        \n        .s2-product-box img {\n            width: 100%;\n            display: block;\n            border-radius: 16px;\n        }\n        \n        .s2-icon-wrap img {\n            width: 80px;\n            height: 80px;\n            object-fit: contain;\n            padding: -5px;\n            transform: rotate(-3deg);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .s2-icon-wrap:nth-child(2) img {\n            transform: rotate(3deg);\n        }\n        \n        .s2-icon-wrap:nth-child(3) img {\n            transform: rotate(-1deg);\n        }\n        \n        .s2-icon-wrap span {\n            display: block;\n            margin-top: 0px;\n            font-size: 12px;\n            font-weight: 800;\n            color: #4e4f50;\n            text-align: center;\n        }\n        \/* ===== SECTION 9 – وخا جربتي كلشي ===== *\/\n        \n        .s9 {\n            background: linear-gradient(180deg, #8c8c8b 0%, #7a7a7a 100%);\n            padding: 26px 18px 24px;\n        }\n        \n        .s9-pill {\n            background: #fff;\n            border-radius: 50px;\n            padding: 10px 24px;\n            text-align: center;\n            margin-bottom: 10px;\n            display: inline-block;\n            width: 100%;\n        }\n        \n        .s9-pill span {\n            color: #111;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \n        .s9-h1 {\n            color: #fff;\n            font-size: 34px;\n            font-weight: 900;\n            text-align: center;\n            line-height: 1.2;\n            margin-bottom: 16px;\n        }\n        \n        .s9-box {\n            background: #fff;\n            border-radius: 16px;\n            padding: 20px 16px;\n            margin-bottom: 18px;\n        }\n        \n        .s9-box-title {\n            color: #8c8c8b;\n            font-size: 28px;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 8px;\n        }\n        \n        .s9-box-sub {\n            color: #111;\n            font-size: 15px;\n            font-weight: 600;\n            text-align: center;\n            line-height: 1.7;\n            margin-bottom: 16px;\n        }\n        \n        .s9-box-sub b {\n            color: #8c8c8b;\n        }\n        \n        .s9-main {\n            display: flex;\n            gap: 10px;\n            align-items: center;\n        }\n        \n        .s9-woman-wrap {\n            flex: 1;\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        \n        .s9-woman-wrap img {\n            width: 100%;\n            display: block;\n            border-radius: 14px;\n        }\n        \n        .s9-products-wrap {\n            flex: 1;\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        \n        .s9-products-wrap img {\n            width: 100%;\n            display: block;\n            border-radius: 14px;\n        }\n        \n        .s9-ba {\n            display: flex;\n            gap: 8px;\n            margin-top: 14px;\n        }\n        \n        .s9-ba-item {\n            flex: 1;\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .s9-ba-item img {\n            width: 100%;\n            display: block;\n            border-radius: 12px;\n        }\n        \n        .s9-ba-label {\n            position: absolute;\n            top: 8px;\n            right: 8px;\n            background: #fff;\n            color: #8c8c8b;\n            font-weight: 700;\n            font-size: 12px;\n            padding: 2px 10px;\n            border-radius: 20px;\n        }\n        \n        .s9-logo {\n            text-align: center;\n            margin-top: 14px;\n        }\n        \n        .s9-logo img {\n            height: 50px;\n            object-fit: contain;\n        }\n        \/* ===== SECTION 10 – SKIN PROBLEMS ===== *\/\n        \n        .s10 {\n            background-color: #979797;\n            padding: 26px 18px 0;\n        }\n        \n        .s10-h1 {\n            font-size: 25px;\n            font-weight: 700;\n            color: #111;\n            text-align: center;\n            line-height: 1.5;\n            margin-bottom: 30px;\n        }\n        \n        .s10-h1 b {\n            color: #8c8c8b;\n            font-size: 40px;\n            font-weight: bold;\n            margin-bottom: 10px\n        }\n        \n        .s10-h2 {\n            font-size: 30px;\n            font-weight: 900;\n            color: #111;\n            text-align: center;\n            line-height: 1.2;\n            margin-bottom: 20px;\n        }\n        \n        .s10-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n            margin-bottom: 0;\n        }\n        \n        .s10-cell {\n            border-radius: 16px;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .s10-cell img {\n            width: 100%;\n            display: block;\n            height: 180px;\n            object-fit: cover;\n        }\n        \n        .s10-cell-label {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: rgba(0, 0, 0, 0.55);\n            color: #fff;\n            font-size: 16px;\n            font-weight: 700;\n            text-align: center;\n            padding: 8px;\n        }\n        \n        .s10-stop {\n            background: #111;\n            padding: 26px 18px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-top: 20px;\n        }\n        \n        .s10-stop img {\n            width: 100px;\n            object-fit: contain;\n        }\n        \n        .s10-stop-text {\n            flex: 1;\n        }\n        \n        .s10-stop-text h2 {\n            color: #8c8c8b;\n            font-size: 34px;\n            font-weight: 900;\n            line-height: 1;\n        }\n        \n        .s10-stop-text p {\n            color: #fff;\n            font-size: 18px;\n            font-weight: 600;\n        }\n        \/* ===== SECTION 8 – RESULTS ===== *\/\n        \n        .s8 {\n            background: linear-gradient(180deg, #e8f7fd 0%, #d0eef8 100%);\n            padding: 0 0 24px;\n        }\n        \n        .s8-header {\n            background: #f2c25b;\n            padding: 12px 18px;\n        }\n        \n        .s8-header p {\n            color: #000;\n            font-size: 20px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .s8-header p b {\n            color: #d72121;\n        }\n        \n        .s8-body {\n            padding: 20px 18px 0;\n        }\n        \n        .s8-h1 {\n            color: #111;\n            font-size: 26px;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 6px;\n        }\n        \n        .s8-sub {\n            color: #111;\n            font-size: 16px;\n            font-weight: 600;\n            text-align: center;\n            margin-bottom: 18px;\n        }\n        \n        .s8-sub b {\n            color: #8c8c8b;\n        }\n        \n        .s8-grid-top {\n            display: flex;\n            gap: 10px;\n            margin-bottom: 10px;\n        }\n        \n        .s8-split {\n            flex: 0 0 55%;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        \n        .s8-split img {\n            width: 100%;\n            display: block;\n            border-radius: 16px;\n        }\n        \n        .s8-right-col {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        \n        .s8-right-col img {\n            width: 100%;\n            border-radius: 12px;\n            object-fit: cover;\n        }\n        \n        .s8-label-wrap {\n            margin-top: 4px;\n        }\n        \n        .s8-label {\n            background: #8c8c8b;\n            color: #fff;\n            font-size: 13px;\n            font-weight: 700;\n            text-align: center;\n            padding: 8px;\n            border-radius: 8px;\n        }\n        \n        .s8-grid-bottom {\n            display: flex;\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .s8-bottom-item {\n            flex: 1;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        \n        .s8-bottom-item img {\n            width: 100%;\n            display: block;\n            border-radius: 16px;\n            height: 160px;\n            object-fit: cover;\n        }\n        \n        .s8-bottom-label {\n            background: #8c8c8b;\n            color: #fff;\n            font-size: 13px;\n            font-weight: 700;\n            text-align: center;\n            padding: 8px 4px;\n            border-radius: 0 0 12px 12px;\n            margin-top: -4px;\n        }\n        \/* ===== SECTION 6 – TRUST \/ DOCTOR ===== *\/\n        \n        .s6 {\n            background: linear-gradient(180deg, #e8f7fd 0%, #c5edf8 100%);\n            padding: 24px 18px;\n        }\n        \n        .s6-top {\n            gap: 14px;\n            align-items: flex-start;\n            \/* margin-bottom: 20px; *\/\n            text-align: center;\n        }\n        \n        .s6-doctor {\n            min-width: 170px;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        \n        .s6-doctor img {\n            width: 100%;\n            display: block;\n            border-radius: 16px;\n        }\n        \n        .s6-text h2 {\n            font-size: 17px;\n            font-weight: 700;\n            color: #111;\n            line-height: 1.6;\n            margin-bottom: 6px;\n        }\n        \n        .s6-text h1 {\n            font-size: 22px;\n            font-weight: 900;\n            color: #111;\n            line-height: 1.3;\n            margin-bottom: 4px;\n        }\n        \n        .s6-text h1 span {\n            color: #8c8c8b;\n        }\n        \n        .s6-text p {\n            font-size: 13px;\n            color: #444;\n            line-height: 1.6;\n            margin-bottom: 12px;\n        }\n        \n        .s6-logos {\n            \/* display: flex; *\/\n            align-items: center;\n            gap: 10px;\n            flex-wrap: wrap;\n        }\n        \n        .s6-logos img {\n            height: 40px;\n            object-fit: contain;\n        }\n        \n        .s6-blue {\n            background: var(--cyan);\n            border-radius: 20px;\n            padding: 20px 18px;\n            margin-bottom: 20px;\n        }\n        \n        .s6-blue h2 {\n            color: #fff;\n            font-size: 22px;\n            font-weight: 900;\n            text-align: center;\n            line-height: 1.4;\n            margin-bottom: 12px;\n        }\n        \n        .s6-blue-inner {\n            background: #fff;\n            border-radius: 14px;\n            padding: 14px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .s6-blue-inner img {\n            width: 130px;\n            object-fit: contain;\n        }\n        \n        .s6-blue-inner p {\n            flex: 1;\n            color: #111;\n            font-size: 14px;\n            font-weight: 600;\n            line-height: 1.6;\n            text-align: right;\n        }\n        \n        .s6-steps {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr 1fr;\n            gap: 8px;\n            text-align: center;\n        }\n        \n        .s6-step h4 {\n            font-size: 15px;\n            font-weight: 800;\n            color: #111;\n            margin-bottom: 6px;\n        }\n        \n        .s6-step img {\n            width: 100%;\n            height: 90px;\n            object-fit: cover;\n            border-radius: 12px;\n        }\n        \/* ===== SECTION 4 – INFLUENCERS ===== *\/\n        \n        .s4 {\n            background: linear-gradient(180deg, #e4f5fc 0%, #d0eef8 100%);\n            padding: 24px 18px;\n        }\n        \n        .s4-top {\n            display: flex;\n            align-items: flex-end;\n            gap: 0;\n            margin-bottom: 18px;\n        }\n        \n        .s4-num {\n            font-size: 90px;\n            font-weight: 900;\n            color: #8c8c8b;\n            line-height: 0.9;\n        }\n        \n        .s4-num-tag {\n            font-size: 40px;\n            font-weight: 900;\n            color: #111;\n            line-height: 0.9;\n        }\n        \n        .s4-top-text {\n            flex: 1;\n            padding-right: 10px;\n        }\n        \n        .s4-top-text h2 {\n            font-size: 26px;\n            font-weight: 900;\n            color: #111;\n            line-height: 1.3;\n        }\n        \n        .s4-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n        }\n        \n        .s4-post {\n            background: #fff;\n            border-radius: 14px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n        }\n        \n        .s4-post img {\n            width: 100%;\n            height: 160px;\n            object-fit: cover;\n        }\n        \n        .s4-post-icons {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 8px 10px;\n        }\n        \n        .s4-post-icons .left {\n            display: flex;\n            gap: 12px;\n            align-items: center;\n        }\n        \n        .s4-post-icons svg {\n            width: 18px;\n            height: 18px;\n            stroke: #555;\n            fill: none;\n            stroke-width: 1.5;\n        }\n        \n        .s4-ig {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-bottom: 16px;\n        }\n        \n        .s4-ig img {\n            width: 36px;\n            height: 36px;\n            object-fit: contain;\n        }\n        \n        .s4-row-middle {\n            position: relative;\n        }\n        \n        .s4-heart {\n            position: absolute;\n            left: -8px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 50px;\n            z-index: 2;\n        }\n        \/* ===== SECTION 7 – BEFORE\/AFTER TESTIMONIALS ===== *\/\n        \n        .s7 {\n            background: linear-gradient(180deg, #8c8c8b 0%, #7a7a7a 100%);\n            padding: 26px 18px 24px;\n        }\n        \n        .s7-top {\n            text-align: center;\n            margin-bottom: 6px;\n        }\n        \n        .s7-pill {\n            display: inline-block;\n            background: #fff;\n            border-radius: 50px;\n            padding: 8px 22px;\n            margin-bottom: 8px;\n        }\n        \n        .s7-pill span {\n            color: #111;\n            font-size: 15px;\n            font-weight: 600;\n        }\n        \n        .s7-pill b {\n            color: #8c8c8b;\n        }\n        \n        .s7-h1 {\n            color: #fff;\n            font-size: 22px;\n            font-weight: 900;\n            text-align: center;\n            line-height: 1.4;\n            margin-bottom: 20px;\n        }\n        \n        .s7-card {\n            background: #fff;\n            border-radius: 20px;\n            padding: 16px;\n            margin-bottom: 14px;\n        }\n        \n        .s7-ba-pair {\n            display: flex;\n            gap: 8px;\n            margin-bottom: 12px;\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .s7-ba-side {\n            flex: 1;\n            position: relative;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .s7-ba-side img {\n            width: 100%;\n            height: 140px;\n            object-fit: cover;\n            display: block;\n        }\n        \/* === تعديل موضع التسمية وزوايا الانحناء هنا === *\/\n        \n        .s7-ba-tag {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            background: #8c8c8b;\n            color: #fff;\n            font-size: 10px;\n            font-weight: 700;\n            padding: 2px 0px;\n            border-radius: 0 0 8px 8px;\n            z-index: 2;\n            width: 50%;\n            margin: auto;\n            text-align: center;\n        }\n        \n        .s7-ba-tag.before {\n            background: #aaa;\n        }\n        \n        .s7-stars {\n            color: #FFB800;\n            font-size: 20px;\n            margin-bottom: 6px;\n            text-align: center;\n        }\n        \n        .s7-review {\n            color: #333;\n            font-size: 13px;\n            font-weight: 500;\n            line-height: 1.7;\n            margin-bottom: 8px;\n            text-align: center;\n        }\n        \n        .s7-name {\n            font-size: 15px;\n            font-weight: 800;\n            color: #111;\n            text-align: center;\n        }\n        \n        .s7-footer {\n            color: #fff;\n            font-size: 12px;\n            text-align: center;\n            margin-top: 10px;\n            opacity: 0.9;\n        }\n        \/* ===== SECTION 3 – ORDER \/ PRICE ===== *\/\n        \n        .s3 {\n            background: linear-gradient(180deg, #8c8c8b 0%, #666666 100%);\n            padding: 26px 18px 24px;\n        }\n        \n        .s3-top {\n            text-align: center;\n            margin-bottom: 16px;\n        }\n        \n        .s3-top h2 {\n            color: #fff;\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n        \n        .s3-top h1 {\n            color: #fff;\n            font-size: 30px;\n            font-weight: 900;\n            line-height: 1.3;\n        }\n        \n        .s3-main {\n            display: flex;\n            gap: 12px;\n            align-items: flex-start;\n            margin-bottom: 16px;\n        }\n        \n        .s3-products {\n            flex: 1;\n        }\n        \n        .s3-products img {\n            width: 100%;\n            display: block;\n            border-radius: 12px;\n        }\n        \n        .s3-woman {\n            width: 160px;\n            min-width: 160px;\n            border-radius: 14px;\n            overflow: hidden;\n        }\n        \n        .s3-woman img {\n            width: 100%;\n            display: block;\n            border-radius: 14px;\n        }\n        \n        .s3-logo {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 12px;\n            padding: 10px 14px;\n            margin-bottom: 14px;\n        }\n        \n        .s3-logo img {\n            height: 45px;\n            object-fit: contain;\n        }\n        \n        .s3-logo span {\n            color: #fff;\n            font-size: 12px;\n            font-weight: 600;\n            text-align: right;\n            flex: 1;\n        }\n        \n        .s3-cta {\n            width: 100%;\n            background: #fff;\n            color: #8c8c8b;\n            font-size: 20px;\n            font-weight: 900;\n            border: none;\n            border-radius: 50px;\n            padding: 16px;\n            cursor: pointer;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            font-family: var(--font);\n        }\n        \n        .s3-cta:hover {\n            background: #8c8c8b;\n            color: #fff;\n        }\n        \n        .s3-cursor {\n            font-size: 22px;\n        }\n        \n        .s3-price-box {\n            background: #fff;\n            border-radius: 16px;\n            padding: 18px;\n            display: flex;\n            gap: 14px;\n            align-items: center;\n        }\n        \n        .s3-price-box img {\n            width: 130px;\n            object-fit: contain;\n            border-radius: 10px;\n        }\n        \n        .s3-price-right {\n            flex: 1;\n        }\n        \n        .s3-price-right h3 {\n            color: #111;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n        \n        .s3-old {\n            color: #c00;\n            font-size: 20px;\n            font-weight: 700;\n            text-decoration: line-through;\n            margin-bottom: 2px;\n        }\n        \n        .s3-new-wrap {\n            display: flex;\n            align-items: baseline;\n            gap: 6px;\n        }\n        \n        .s3-new-label {\n            color: #111;\n            font-size: 14px;\n            font-weight: 600;\n        }\n        \n        .s3-new-price {\n            color: #8c8c8b;\n            font-size: 46px;\n            font-weight: 900;\n            line-height: 1;\n        }\n        \/* ===== STICKY CTA ===== *\/\n        \n        .sticky {\n            position: fixed;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            max-width: 520px;\n            width: 100%;\n            background: #8c8c8b;\n            padding: 10px 18px;\n            z-index: 999;\n            box-shadow: 0 -4px 20px rgba(140, 140, 139, 0.5);\n        }\n        \n        .sticky a {\n            display: block;\n            background: #fff;\n            color: #8c8c8b;\n            font-size: 18px;\n            font-weight: 900;\n            text-align: center;\n            padding: 14px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-family: var(--font);\n        }\n        \n        .sticky a:hover {\n            background: #111;\n            color: #8c8c8b;\n        }\n        \n        .page-end {\n            height: 90px;\n            \/* زيادة الطول للسماح بظهور الاستمارة قبل الشريط السفلي *\/\n        }\n        \/* ===== RESPONSIVE ===== *\/\n        \n        @media(max-width:400px) {\n            .s1-title2 {\n                font-size: 28px;\n            }\n            .s2-big {\n                font-size: 42px;\n            }\n            .s5-top h1 {\n                font-size: 28px;\n            }\n            .s8-h1 {\n                font-size: 22px;\n            }\n        }\n        \/* ===== SECTION 1 – PAIN POINTS (FIXED) ===== *\/\n        \n        .s1-card {\n            background: #6d6e72;\n            border-radius: 20px;\n            overflow: hidden;\n            display: flex;\n            flex-direction: row;\n            align-items: stretch;\n            margin-bottom: 15px;\n            min-height: 130px;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n            position: relative;\n        }\n        \n        .s1-card-text {\n            flex: 1.2;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            z-index: 2;\n            text-align: left;\n        }\n        \n        .s1-card-text p {\n            color: #fff;\n            font-size: 13px;\n            font-weight: 700;\n            line-height: 1.4;\n            direction: rtl;\n            text-align: right;\n        }\n        \n        .s1-card-img {\n            flex: 1;\n            position: relative;\n            min-width: 150px;\n        }\n        \n        .s1-card-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        \n        .s1-card-img::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            right: 0;\n            bottom: 0;\n            left: 0;\n            background: linear-gradient(to right, #6d6e72 0%, transparent 100%);\n            z-index: 1;\n        }\n        \n        .s2-woman {\n            position: relative;\n            display: inline-block;\n            overflow: hidden;\n        }\n        \n        .s2-woman img {\n            display: block;\n            width: 100%;\n            height: auto;\n        }\n        \n        .s2-woman::after {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 100%;\n            height: 35%;\n            background: linear-gradient(180deg, #fff 0%, #8c8c8b 100%);\n            opacity: 0.9;\n            pointer-events: none;\n        }\n        \/* 1. تعديل الحاوية لتأخذ ارتفاعها تلقائياً وتلغي القياسات الثابتة *\/\n        \n        .s2-middle {\n            position: relative !important;\n            display: block !important;\n            width: 100% !important;\n            height: auto !important;\n            min-height: auto !important;\n            border-radius: 16px !important;\n            overflow: hidden !important;\n            margin: 0 0 16px 0 !important;\n            padding: 0 !important;\n        }\n        \/* 2. إلغاء التموضع المطلق لكي تدفع الصورة الحاوية وتأخذ مساحتها الطبيعية *\/\n        \n        .s2-woman {\n            position: relative;\n            width: 100%;\n            height: auto;\n            display: block;\n            z-index: 1;\n        }\n        \/* 3. جعل الصورة متجاوبة بالكامل تحافظ على جودتها وأبعادها *\/\n        \/* ===== TOP ANNOUNCEMENT BAR ===== *\/\n        \n        .top-announcement-bar {\n            background-color: #f2c35b;\n            color: #ffffff;\n            overflow: hidden;\n            white-space: nowrap;\n            padding: 8px 0;\n            font-weight: 800;\n            font-size: 10px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n            position: relative;\n            z-index: 100;\n        }\n        \/* المسار الداخلي الذي يحتوي على النصين *\/\n        \n        .marquee-track {\n            direction: ltr;\n            \/* لضمان حركة مستقرة وموحدة *\/\n            animation: marquee-scroll 8s linear infinite;\n        }\n        \n        .sliding-text {\n            display: inline-block;\n            padding-right: 50px;\n            \/* مسافة فاصلة مناسبة بين النص الأول والنص المكرر *\/\n        }\n        \/* الحركة تعتمد على إزاحة المسار بنصف طوله الإجمالي (50%-) *\/\n        \n        @keyframes marquee-scroll {\n            0% {\n                transform: translate3d(0, 0, 0);\n            }\n            100% {\n                transform: translate3d(-50%, 0, 0);\n            }\n        }\n        \n        .s2-woman img {\n            width: 100%;\n            height: auto;\n            \/* الأهم: جعل الارتفاع تلقائي ليناسب العرض *\/\n            object-fit: cover;\n            border-radius: 16px;\n            display: block;\n            \/* لمنع ظهور فراغ صغير تحت الصورة *\/\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"page\"\u003e\n        \u003c!-- شريط الإعلان العلوي المتحرك --\u003e\n        \u003c!-- شريط الإعلان العلوي المتحرك المعدل --\u003e\n        \u003cdiv class=\"top-announcement-bar\"\u003e\n            \u003cdiv class=\"marquee-track\"\u003e\n                \u003cspan class=\"sliding-text\"\u003e🚚 التوصيل مجاني لجميع المدن المغربية 🇲🇦 الدفع عند الاستلام - Livraison Gratuite Partout au Maroc 🚚 🚚 التوصيل مجاني لجميع المدن المغربية 🇲🇦 الدفع عند الاستلام - Livraison Gratuite Partout au Maroc 🚚\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"s2-text-wrapper\"\u003e\n            \u003cdiv class=\"s2-logo\"\u003e\n                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/mdclab.webp\" alt=\"DOUA Cosmetics Logo\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"s2-h1\"\u003e البروتوكول \u003cspan style=\"font-weight: bold;\"\u003eAnti Taches\u003c\/span\u003e\u003cbr\u003e اللي غيبدل بشرتك \u003cspan\u003e180 درجة\u003c\/span\u003e\u003c\/p\u003e\n            \u003cdiv class=\"s2-big\"\u003eبـعـد \u003cb\u003e14\u003c\/b\u003e يـوم\u003c\/div\u003e\n            \u003cdiv class=\"s2-badge\"\u003eالفرق اللي غايصدمك ويصدم كاع اللي كيعرفوك!\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csection class=\"s2-new-hero\"\u003e\n\n            \u003cdiv class=\"hero-icons-row\"\u003e\n                \u003cdiv class=\"hero-icon-item\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Layer%203.png\" alt=\"icon face\"\u003e\n                    \u003cspan\u003eبشرة صافية\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hero-icon-item\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Layer%202.png\" alt=\"icon hydration\"\u003e\n                    \u003cspan\u003eموحدة\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hero-icon-item\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Layer%201.png\" alt=\"icon protect\"\u003e\n                    \u003cspan\u003eبلا بقع\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003c!-- الصورة هنا ستأخذ العرض الكامل وستظهر النصوص فوق مساحتها البيضاء --\u003e\n            \u003cdiv class=\"s2-hero-img-wrapper\"\u003e\n                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Background2.png\" alt=\"Pack Anti Taches\" class=\"s2-hero-img\"\u003e\n                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/icone%20trust_(1).png\" alt=\"Verification\" class=\"s2-verification-icon\"\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003cstyle\u003e\n            \/* ===== تنسيقات صف الأيقونات فوق الصورة ===== *\/\n            \n            .hero-icons-row {\n                position: absolute;\n                top: 40px;\n                \/* يمكنك زيادة هذا الرقم إذا أردت إنزال الأيقونات للأسفل قليلاً *\/\n                left: 0;\n                width: 100%;\n                display: flex;\n                flex-direction: row;\n                justify-content: center;\n                \/* توسيط الأيقونات *\/\n                gap: 20px;\n                \/* المسافة بين الأيقونات *\/\n                z-index: 10;\n                \/* لضمان ظهورها فوق الصورة *\/\n                padding: 0 10px;\n                box-sizing: border-box;\n            }\n            \n            .hero-icon-item {\n                display: flex;\n                flex-direction: column;\n                align-items: center;\n                gap: 5px;\n            }\n            \/* حجم الأيقونات *\/\n            \n            .hero-icon-item img {\n                width: 100px;\n                height: 100px;\n                object-fit: contain;\n                transform: rotate(-3deg);\n                \/* تأثير الميلان الخفيف *\/\n            }\n            \/* ميلان مختلف لكل أيقونة لتعطي شكلاً جمالياً *\/\n            \n            .hero-icon-item:nth-child(2) img {\n                transform: rotate(3deg);\n            }\n            \n            .hero-icon-item:nth-child(3) img {\n                transform: rotate(-1deg);\n            }\n            \/* تنسيق النص تحت الأيقونة *\/\n            \n            .hero-icon-item span {\n                font-size: 13px;\n                font-weight: 800;\n                color: #4e4f50;\n                text-align: center;\n                background: rgba(255, 255, 255, 0.75);\n                \/* خلفية بيضاء شفافة لتوضيح النص إذا كانت الصورة غامقة *\/\n                padding: 2px 10px;\n                border-radius: 12px;\n            }\n            \/* تجاوب الأيقونات في الشاشات الصغيرة جداً *\/\n            \n            @media (max-width: 400px) {\n                .hero-icon-item img {\n                    width: 80px;\n                    height: 80px;\n                }\n                .hero-icons-row {\n                    gap: 10px;\n                }\n                .hero-icon-item span {\n                    font-size: 11px;\n                    padding: 2px 6px;\n                }\n            }\n            \/* ===== SECTION 2 (HERO) - RESPONSIVE \u0026 FULL WIDTH ===== *\/\n            \n            .s2-new-hero {\n                position: relative;\n                width: 100%;\n                \/* تدرج لوني من الأبيض في الأعلى إلى الرصاصي في الأسفل *\/\n                background: linear-gradient(180deg, #ffffff 0%, #8c8c8b 100%);\n                padding: 0 !important;\n                margin: 0 !important;\n                display: block;\n                overflow: hidden;\n            }\n            \/* وضع النصوص فوق المساحة البيضاء للصورة *\/\n            \n            .s2-text-wrapper {\n                position: relative;\n                top: 0px;\n                left: 0;\n                width: 100%;\n                padding: 0 18px;\n                z-index: 10;\n                display: flex;\n                flex-direction: column;\n                align-items: center;\n                box-sizing: border-box;\n                background-color: white;\n                padding-top: 20px;\n            }\n            \/* الصورة تأخذ العرض بالكامل وتتكيف تلقائياً *\/\n            \n            .s2-hero-img-wrapper {\n                position: relative;\n                width: 100%;\n                display: block;\n            }\n            \n            .s2-hero-img {\n                width: 100%;\n                height: auto;\n                display: block;\n                \/* position: relative; *\/\n                z-index: 1;\n            }\n            \n            .s2-verification-icon {\n                position: absolute;\n                top: 25vh;\n                right: 6vw;\n                width: 80px;\n                height: 80px;\n                object-fit: contain;\n                z-index: 2;\n            }\n            \n            @media (max-width: 480px) {\n                .s2-verification-icon {\n                    position: absolute;\n                    top: 25vh;\n                    right: 6vw;\n                    width: 80px;\n                    height: 80px;\n                    object-fit: contain;\n                    z-index: 2;\n                }\n            }\n            \/* تنسيقات النصوص داخل القسم الجديد *\/\n            \n            .s2-text-wrapper .s2-logo {\n                text-align: center;\n                margin-bottom: 12px;\n            }\n            \n            .s2-text-wrapper .s2-logo img {\n                height: 65px;\n                object-fit: contain;\n            }\n            \n            .s2-text-wrapper .s2-h1 {\n                text-align: center;\n                color: #111;\n                font-size: 22px;\n                font-weight: 800;\n                line-height: 1.4;\n                margin-bottom: 8px;\n            }\n            \n            .s2-text-wrapper .s2-h1 span {\n                color: #8c8c8b;\n            }\n            \n            .s2-text-wrapper .s2-big {\n                text-align: center;\n                font-size: 52px;\n                font-weight: 900;\n                line-height: 1;\n                color: #6d6e72;\n                margin-bottom: 25px;\n                margin-top: 20px;\n            }\n            \n            .s2-text-wrapper .s2-big b {\n                color: white;\n                background: #8c8c8b;\n                border-radius: 12px;\n                padding: 0px 14px;\n                font-size: 35px;\n            }\n            \n            .s2-text-wrapper .s2-badge {\n                background: #8c8c8b;\n                color: #fff;\n                font-size: 17px;\n                font-weight: 700;\n                text-align: center;\n                padding: 8px 20px;\n                border-radius: 8px;\n                margin: 0 auto;\n                max-width: 100%;\n                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n                \/* ظل خفيف لإبراز النص *\/\n            }\n            \/* التجاوب مع الشاشات الصغيرة جداً *\/\n            \n            @media (max-width: 400px) {\n                .s2-text-wrapper .s2-big {\n                    font-size: 42px;\n                    margin-top: 15px;\n                    margin-bottom: 25px;\n                }\n                .s2-text-wrapper .s2-h1 {\n                    font-size: 19px;\n                }\n                .s2-text-wrapper .s2-badge {\n                    font-size: 14px;\n                    padding: 6px 15px;\n                }\n            }\n        \u003c\/style\u003e\n\n        \u003c!-- ==================== SECTION 1 – Pain Points ==================== --\u003e\n        \u003csection class=\"s1\" style=\"direction: initial;\"\u003e\n            \u003cp class=\"s1-title1\"\u003eواش تقدري تجاوبي بصراحة\u003c\/p\u003e\n            \u003cspan class=\"s1-title2\"\u003eشحال من مرة؟\u003c\/span\u003e\n\n            \u003cdiv class=\"s1-card\"\u003e\n                \u003cdiv class=\"s1-card-text\"\u003e\n                    \u003cp\u003e\u003cb\u003eشحال من مرة\u003c\/b\u003e ضرك خاطرك قدام المراية؟\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s1-card-img\"\u003e\n                    \u003cimg src=\"https:\/\/www.shutterstock.com\/image-photo\/stressed-sad-brunette-young-woman-600nw-2381348607.jpg\" alt=\"woman mirror\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s1-card\"\u003e\n                \u003cdiv class=\"s1-card-text\"\u003e\n                    \u003cp\u003e\u003cb\u003eشحال من صورة مسحتيها\u003c\/b\u003e حيت ليطاش باينين؟\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s1-card-img\"\u003e\n                    \u003cimg src=\"https:\/\/thumbs.dreamstime.com\/b\/woman-touching-face-looking-skin-mirror-bathroom-anti-wrinkle-skincare-sad-young-her-selective-focus-panorama-160041781.jpg\" alt=\"woman frustrated\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s1-card\"\u003e\n                \u003cdiv class=\"s1-card-text\"\u003e\n                    \u003cp\u003e\u003cb\u003eشحال من مرة استعملتي\u003c\/b\u003e فلتر غير باش تغطي الحبوب؟\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s1-card-img\"\u003e\n                    \u003cimg src=\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcQ3VeIBnZTex1nKfUBwrqQRY4byhPORV0hmtA\u0026amp;s\" alt=\"woman filter\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s1-card\" style=\"display: none;\"\u003e\n                \u003cdiv class=\"s1-card-text\"\u003e\n                    \u003cp\u003e\u003cb\u003eشحال من مرة جربتي\u003c\/b\u003e الوصفات والبرودويات بلا نتيجة؟\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s1-card-img\"\u003e\n                    \u003c!-- تم إعادة استخدام صورة هنا للإبقاء على نفس الصور المتوفرة لديك --\u003e\n                    \u003cimg src=\"https:\/\/www.shutterstock.com\/image-photo\/stressed-sad-brunette-young-woman-600nw-2381348607.jpg\" alt=\"woman mirror\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- ==================== SECTION 10 – Skin Problems ==================== --\u003e\n        \u003csection class=\"s10\"\u003e\n            \u003cp class=\"s10-h1\"\u003eهادشي كولو كيوقع حيت \u003cb\u003eحتى نتي كتعاني من\u003c\/b\u003e\u003c\/p\u003e\n\n            \u003cdiv class=\"s10-grid\"\u003e\n                \u003cdiv class=\"s10-cell\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/1.png\" alt=\"آثار الحبوب\"\u003e\n                    \u003cdiv class=\"s10-cell-overlay\" style=\"display: none;\"\u003e\n                        \u003cspan class=\"s10-cell-text\"\u003eآثار الحبوب\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"s10-cell\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/2.png\" alt=\"البقع الداكنة\"\u003e\n                    \u003cdiv class=\"s10-cell-overlay\" style=\"display: none;\"\u003e\n                        \u003cspan class=\"s10-cell-text\"\u003eالبقع الداكنة\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"s10-cell\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/3.png\" alt=\"الكلف\"\u003e\n                    \u003cdiv class=\"s10-cell-overlay\" style=\"display: none;\"\u003e\n                        \u003cspan class=\"s10-cell-text\"\u003eالكلف\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"s10-cell\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/4.png\" alt=\"التصبغات\"\u003e\n                    \u003cdiv class=\"s10-cell-overlay\" style=\"display: none;\"\u003e\n                        \u003cspan class=\"s10-cell-text\"\u003eالتصبغات\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cstyle\u003e\n            \/* ===== SECTION 10 – SKIN PROBLEMS (UPDATED) ===== *\/\n            \n            .s10 {\n                \/* وضع الصورة كخلفية للقسم مع تدرج لوني شفاف فوقها (نفس اللون الأزرق الفاتح القديم مع شفافية 85%) *\/\n                background-color: #979797;\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n                padding: 26px 18px 26px;\n                \/* تعديل الـ padding السفلي *\/\n            }\n            \n            .s10-h1 {\n                font-size: 25px;\n                font-weight: 700;\n                color: #fff;\n                text-align: center;\n                line-height: 1.4;\n                margin-bottom: 25px;\n            }\n            \n            .s10-h1 b {\n                color: #fff;\n                font-size: 38px;\n                font-weight: 900;\n                margin-top: 15px;\n                display: block;\n                color: #fff;\n                font-size: 35px;\n                font-weight: 900;\n                line-height: 1;\n                margin-bottom: 40px;\n                \/* لضمان نزولها في سطر جديد *\/\n            }\n            \n            .s10-grid {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n                margin-bottom: 0;\n            }\n            \n            .s10-cell {\n                border-radius: 16px;\n                overflow: hidden;\n                position: relative;\n                height: 160px;\n                \/* توحيد ارتفاع الصور *\/\n                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n            }\n            \n            .s10-cell img {\n                width: 100%;\n                height: 100%;\n                display: block;\n                object-fit: cover;\n                \/* لضمان عدم تشوه الصورة *\/\n            }\n            \/* الطبقة الشفافة السوداء التي تغطي الصورة وتوسّط النص *\/\n            \n            .s10-cell-overlay {\n                position: absolute;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                background: rgba(0, 0, 0, 0.55);\n                \/* خلفية سوداء شفافة بنسبة 55% *\/\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                z-index: 2;\n            }\n            \/* النص في منتصف الصورة *\/\n            \n            .s10-cell-text {\n                color: #fff;\n                font-size: 20px;\n                font-weight: 900;\n                text-align: center;\n                padding: 10px;\n                line-height: 1.3;\n                font-family: var(--font);\n            }\n        \u003c\/style\u003e\n\n\n\n\n        \u003c!-- ===== SECTION STOP ===== --\u003e\n        \u003csection class=\"stop-section\"\u003e\n            \u003cdiv class=\"stop-container\"\u003e\n                \u003cdiv class=\"stop-img-wrap\"\u003e\n                    \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663090538671\/mLgzmrqsRqmrzOSJ.jpg\" alt=\"Stop Hand\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"stop-content\"\u003e\n                    \u003ch2 class=\"stop-title\"\u003eحبسي هنا\u003c\/h2\u003e\n                    \u003cp class=\"stop-subtitle\"\u003eوجهك كيستاهل ما حسن!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n        \u003c!-- \u003cstyle\u003e\n            .cta-section {\n                width: 100%;\n                max-width: 900px;\n                background: linear-gradient( 135deg, rgba(151, 151, 151, 0.18), rgba(151, 151, 151, 0.05));\n                border: 1px solid rgba(151, 151, 151, 0.25);\n                backdrop-filter: blur(12px);\n                border-radius: 28px;\n                padding: 60px 40px;\n                text-align: center;\n                position: relative;\n                overflow: hidden;\n            }\n            \n            .cta-section::before {\n                content: '';\n                position: absolute;\n                width: 300px;\n                height: 300px;\n                background: #979797;\n                filter: blur(120px);\n                opacity: .18;\n                top: -120px;\n                right: -100px;\n            }\n            \n            .cta-title {\n                color: #fff;\n                font-size: 42px;\n                font-weight: 800;\n                margin-bottom: 18px;\n                line-height: 1.4;\n            }\n            \n            .cta-text {\n                color: #d8d8d8;\n                font-size: 20px;\n                font-weight: 700;\n                line-height: 1.8;\n                max-width: 650px;\n                margin: auto;\n            }\n            \n            .cta-btn {\n                margin-top: 35px;\n                display: inline-flex;\n                align-items: center;\n                gap: 10px;\n                background: #979797;\n                color: #111;\n                text-decoration: none;\n                font-size: 18px;\n                font-weight: 800;\n                padding: 18px 38px;\n                border-radius: 100px;\n                border: none;\n                cursor: pointer;\n                transition: .3s ease;\n                box-shadow: 0 0 20px rgba(151, 151, 151, .5), 0 0 40px rgba(151, 151, 151, .35);\n                position: relative;\n            }\n            \n            .cta-btn:hover {\n                transform: translateY(-4px) scale(1.04);\n                box-shadow: 0 0 30px rgba(151, 151, 151, .8), 0 0 60px rgba(151, 151, 151, .5);\n            }\n            \n            .glow-ring {\n                position: absolute;\n                inset: -3px;\n                border-radius: 100px;\n                border: 2px solid rgba(151, 151, 151, .5);\n                animation: pulse 2s infinite;\n            }\n            \n            @keyframes pulse {\n                0% {\n                    transform: scale(1);\n                    opacity: .8;\n                }\n                70% {\n                    transform: scale(1.15);\n                    opacity: 0;\n                }\n                100% {\n                    opacity: 0;\n                }\n            }\n            \n            @media(max-width:768px) {\n                .cta-title {\n                    font-size: 30px;\n                }\n                .cta-text {\n                    font-size: 17px;\n                }\n                .cta-section {\n                    padding: 40px 25px;\n                }\n            }\n        \u003c\/style\u003e\n\n\n\n\n        \u003cbutton class=\"cta-btn\" id=\"ctaButton\"\u003e\n        \u003cspan class=\"glow-ring\"\u003e\u003c\/span\u003e\n        املأ النموذج الآن\n    \u003c\/button\u003e --\u003e\n\n\n\n\n        \u003cstyle\u003e\n            \/* ===== SECTION STOP STYLE (FIXED) ===== *\/\n            \n            .stop-section {\n                background: #6d6e72;\n                padding: 0;\n                overflow: hidden;\n                margin: 0px 0;\n                direction: ltr;\n            }\n            \n            .stop-container {\n                display: flex;\n                flex-direction: row;\n                align-items: center;\n                position: relative;\n                min-height: 220px;\n                max-width: 100%;\n            }\n            \n            .stop-img-wrap {\n                flex: 1;\n                position: relative;\n                height: 100%;\n                min-width: 40%;\n            }\n            \n            .stop-img-wrap img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n                display: block;\n            }\n            \n            .stop-img-wrap::after {\n                content: \"\";\n                position: absolute;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                background: linear-gradient(to right, transparent 0%, #6d6e72 90%);\n                z-index: 1;\n            }\n            \n            .stop-content {\n                flex: 1.5;\n                padding: 20px 40px;\n                z-index: 2;\n                text-align: right;\n                background: #6d6e72;\n                direction: rtl;\n            }\n            \n            .stop-title {\n                color: #ffedc7;\n                font-size: 56px;\n                font-weight: 900;\n                margin-bottom: 5px;\n                line-height: 1.1;\n            }\n            \n            .stop-subtitle {\n                color: #fff;\n                font-size: 28px;\n                font-weight: 700;\n                margin: 0;\n                white-space: nowrap;\n            }\n            \n            @media (max-width: 768px) {\n                .stop-container {\n                    min-height: 130px;\n                }\n                .stop-title {\n                    font-size: 42px;\n                }\n                .stop-subtitle {\n                    font-size: 22px;\n                }\n            }\n            \n            @media (max-width: 480px) {\n                .stop-container {\n                    min-height: 100%;\n                }\n                .stop-title {\n                    font-size: 32px;\n                }\n                .stop-subtitle {\n                    font-size: 18px;\n                }\n                .stop-content {\n                    padding: 15px 20px;\n                }\n            }\n            \/* ===== SECTION PACK SKINCARE STYLE ===== *\/\n            \n            .pack-section {\n                background: #8c8c8b;\n                padding: 40px 18px;\n                text-align: center;\n                direction: rtl;\n            }\n            p.s2-h1 {\n    direction: rtl;\n}\n            .pack-header {\n                margin-bottom: 30px;\n            }\n            \n            .pack-top-title {\n                color: #fff;\n                font-size: 28px;\n                font-weight: 700;\n                margin-bottom: 5px;\n            }\n            \n            .pack-main-title {\n                color: #fff;\n                font-size: 52px;\n                font-weight: 900;\n                line-height: 1.1;\n            }\n            \n            .pack-card {\n                background: transparent;\n                border: 2px solid #fff;\n                border-radius: 40px;\n                padding: 40px 20px 20px;\n                position: relative;\n                margin-top: 20px;\n            }\n            \n            .pack-brand-title {\n                color: #fff;\n                font-size: 64px;\n                font-weight: 900;\n                padding: 5px 40px;\n                border-radius: 50px;\n                margin-top: -80px;\n                margin-bottom: 0px;\n                margin-top: -30px !important;\n                font-size: 50px !important;\n            }\n            \n            .pack-description {\n                color: #fff;\n                font-size: 18px;\n                font-weight: 600;\n                line-height: 1.6;\n                margin-bottom: 30px;\n            }\n            \n            .pack-visuals {\n                display: flex;\n                align-items: flex-end;\n                justify-content: space-between;\n                gap: 10px;\n                margin-top: 20px;\n            }\n            \n            .pack-woman-profile {\n                flex: 1;\n                text-align: left;\n            }\n            \n            .pack-woman-profile img {\n                width: 100%;\n                max-width: 250px;\n                border-radius: 0 0 0 40px;\n            }\n            \n            .pack-products {\n                flex: 1.2;\n            }\n            \n            .pack-products img {\n                width: 100%;\n                display: block;\n            }\n            \n            .pack-logo {\n                margin-top: 20px;\n            }\n            \n            .pack-logo img {\n                height: 40px;\n                object-fit: contain;\n            }\n            \n            @media (max-width: 768px) {\n                .pack-main-title {\n                    font-size: 42px;\n                }\n                .pack-brand-title {\n                    color: #fff;\n                    font-size: 64px;\n                    font-weight: 900;\n                    padding: 5px 40px;\n                    border-radius: 50px;\n                    margin-top: -80px;\n                    margin-bottom: 0px;\n                    margin-top: -30px !important;\n                    font-size: 50px !important;\n                }\n                .pack-description {\n                    font-size: 16px;\n                }\n            }\n            \n            @media (max-width: 480px) {\n                .pack-main-title {\n                    font-size: 34px;\n                }\n                .pack-brand-title {\n                    font-size: 36px;\n                    margin-top: -60px;\n                    padding: 5px 25px;\n                }\n                .pack-visuals {\n                    flex-direction: column;\n                    align-items: center;\n                }\n                .pack-woman-profile img {\n                    max-width: 200px;\n                    border-radius: 20px;\n                }\n            }\n            \/* ===== PS SECTION STYLE (100% MATCH ) ===== *\/\n            \n            .ps-section {\n                background: #8c8c8b;\n                padding: 30px 17px 40px;\n                text-align: center;\n                direction: rtl;\n                font-family: 'Cairo', sans-serif;\n            }\n            \n            .ps-top-text {\n                color: #fff;\n                font-size: 32px;\n                font-weight: 700;\n                margin-bottom: 5px;\n            }\n            \n            .ps-main-title {\n                color: #fff;\n                font-size: 24px;\n                font-weight: 900;\n                line-height: 1;\n                margin-bottom: 40px;\n            }\n            \n            .ps-card {\n                border: 3px solid #fff;\n                border-radius: 50px;\n                padding: 60px 20px 30px;\n                position: relative;\n                max-width: 600px;\n                margin: 0 auto;\n                z-index: 9999999;\n                background: #9e9e9e;\n            }\n            \n            .ps-brand-badge {\n                position: absolute;\n                top: 0;\n                left: 50%;\n                transform: translate(-50%, -50%);\n                background: #fff;\n                color: #8c8c8b;\n                font-size: 52px;\n                font-weight: 900;\n                padding: 10px 50px;\n                border-radius: 60px;\n                white-space: nowrap;\n                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n            }\n            \n            .ps-desc {\n                color: #fff;\n                font-size: 18px;\n                font-weight: 600;\n                line-height: 1.5;\n            }\n            \n            .ps-main-content {\n                display: flex;\n                align-items: flex-end;\n                justify-content: space-between;\n                position: relative;\n            }\n            \n            .ps-woman-wrap {\n                flex: 1;\n                position: relative;\n                text-align: left;\n            }\n            \n            .ps-woman-img {\n                width: 110%;\n                margin-right: -10%;\n                display: block;\n            }\n            \n            .ps-results {\n                position: relative;\n                display: flex;\n                gap: 10px;\n                z-index: 9;\n                width: 100%;\n                text-align: center;\n                margin: auto;\n                justify-content: center;\n                margin-bottom: 30px;\n                padding: 0 10px;\n            }\n            \n            .ps-result-item {\n                width: 48%;\n                border: 2px solid #fff;\n                border-radius: 5px;\n                overflow: hidden;\n                position: relative;\n            }\n            \n            .ps-result-item img {\n                width: 100%;\n                display: block;\n            }\n            \n            .ps-label {\n                position: absolute;\n                top: 0;\n                left: 0;\n                background: #fff;\n                color: #8c8c8b;\n                font-size: 10px;\n                font-weight: 800;\n                padding: 2px 8px;\n                border-radius: 0 0 5px 0;\n            }\n            \n            .ps-products-wrap {\n                flex: 1.2;\n                z-index: 2;\n            }\n            \n            .ps-products-img {\n                width: 100%;\n                display: block;\n            }\n            \n            .ps-footer {\n                margin-top: 30px;\n            }\n            \n            .ps-logo {\n                height: 50px;\n                filter: brightness(0) invert(1);\n            }\n            \n            @media (max-width: 600px) {\n                .ps-main-title {\n                    font-size: 38px;\n                }\n                .ps-brand-badge {\n                    font-size: 32px;\n                    padding: 8px 30px;\n                }\n                .ps-desc {\n                    font-size: 15px;\n                }\n                .ps-result-item {\n                    width: 48%;\n                }\n            }\n            \n            .s2-middle {\n                position: relative;\n                display: flex;\n                align-items: center;\n                justify-content: flex-end;\n                min-height: 0vh;\n                border-radius: 16px;\n                overflow: hidden;\n                margin-bottom: 16px;\n                padding: 0;\n            }\n            \n            .s2-woman {\n                position: absolute;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                z-index: 1;\n            }\n            \n            .s2-woman img {\n                width: 100%;\n                height: 100%;\n                object-fit: contain;\n                border-radius: 16px;\n            }\n            \n            .s2-woman::after {\n                display: none;\n            }\n            \n            .s2-icons {\n                position: relative;\n                z-index: 2;\n                display: flex;\n                flex-direction: column;\n                gap: 16px;\n                align-items: center;\n                width: 160px;\n                margin-left: 20px;\n                margin-top: -32vh;\n            }\n        \u003c\/style\u003e\n\n        \u003c!-- ===== SECTION PACK SKINCARE (PERFECT MATCH) ===== --\u003e\n        \u003csection class=\"ps-section\"\u003e\n            \u003cdiv class=\"ps-header\"\u003e\n                \u003cp class=\"ps-top-text\"\u003eوخا جربتي كلشي\u003c\/p\u003e\n                \u003ch4 class=\"ps-main-title\"\u003eولكن مازال مجربتي\u003c\/h4\u003e\n            \u003c\/div\u003e\n            \u003cbr\u003e\n            \u003cdiv class=\"ps-card\"\u003e\n                \u003cdiv class=\"ps-brand-badge\"\u003ePack Anti Taches\u003c\/div\u003e\n\n                \u003cp class=\"ps-desc\"\u003e\n                    تركيبة طبية متكاملة بـ4 منتجات كتحارب التصبغات، وآثار الحبوب و النتيجة؟ بشرة زجاجية ، صافية و موحدة، بلا ما تحتاجي تغطيها بالفلتـرات ولا ميكاب\n                \u003c\/p\u003e\n\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n        \u003c!-- الجزء الخاص بالصورة الجديدة --\u003e\n        \u003cdiv class=\"ps-main-content\"\u003e\n            \u003cdiv class=\"ps-full-image\"\u003e\n                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Background7.png\" alt=\"Pack Skincare Result\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cstyle\u003e\n            .ps-main-content {\n                width: 100%;\n                margin: 0;\n                padding: 0;\n                overflow: hidden;\n                margin-top: -10px;\n            }\n            \n            .ps-full-image {\n                width: 100%;\n                margin: 0;\n                padding: 0;\n                display: block;\n            }\n            \n            .ps-full-image img {\n                width: 100%;\n                display: block;\n                object-fit: cover;\n            }\n            \n            .ps-section {\n                background: #979797;\n                padding: 30px 17px 0px;\n                text-align: center;\n                direction: rtl;\n                font-family: 'Cairo', sans-serif;\n            }\n        \u003c\/style\u003e\n\n        \u003c!-- ==================== SECTION 5 – Pack Skincare Contents (MAPPED TO REFERENCE IMAGE) ==================== --\u003e\n        \u003csection class=\"s5-new\"\u003e\n            \u003cdiv class=\"s5-new-header\"\u003e\n                \u003ch2\u003eشنـو كيتضمـن\u003c\/h2\u003e\n                \u003ch1\u003eProtocol Anti Taches\u003c\/h1\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product 1 - Dermagleam (White BG, Image Left, Text Right) --\u003e\n            \u003cdiv class=\"s5-row white-bg\"\u003e\n                \u003c!-- Column Right: Text --\u003e\n                \u003cdiv class=\"s5-col-text\"\u003e\n                    \u003ch3 class=\"s5-title\"\u003eCLEANSING MILK\u003c\/h3\u003e\n                    \u003ch4 class=\"s5-subtitle\"\u003eحليب منظف ومزيل للمكياج بتركيبة غنية بالفيتامينات لترطيب وتجديد البشرة\u003c\/h4\u003e\n                    \u003cul class=\"s5-list\"\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eتنظيف عميق:\u003c\/strong\u003e يزيل المكياج والشوائب مع الحفاظ على التوازن الطبيعي للبشرة.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eترطيب مكثف:\u003c\/strong\u003e غني بفيتامين B5 وحمض الهيالورونيك والريتينول لترطيب عميق.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eتجديد الخلايا:\u003c\/strong\u003e يهدئ البشرة ويحفز تجديد الخلايا بفضل مكوناته النشطة.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eنعومة فائقة:\u003c\/strong\u003e يترك البشرة ناعمة، مرتاحة، ونظيفة تماماً بفضل قوامه الكريمي.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eعناية خاصة:\u003c\/strong\u003e مثالي لجميع أنواع البشرة، خاصة الجافة والحساسة منها.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003c!-- Column Left: Image --\u003e\n                \u003cdiv class=\"s5-col-img\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/a2.png\" class=\"s5-product-image\" alt=\"MDC Extra Rich Cleansing Milk\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product 2 - Dermawin (Cyan BG, Text Left, Image Right) --\u003e\n            \u003cdiv class=\"s5-row cyan-bg\"\u003e\n                \u003c!-- Column Right: Image --\u003e\n                \u003cdiv class=\"s5-col-img\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/a3.png\" class=\"s5-product-image\" alt=\"CRÈME WHITENING\"\u003e\n                \u003c\/div\u003e\n                \u003c!-- Column Left: Text --\u003e\n                \u003cdiv class=\"s5-col-text\"\u003e\n                    \u003ch3 class=\"s5-title\"\u003eCRÈME WHITENING\u003c\/h3\u003e\n                    \u003ch4 class=\"s5-subtitle\"\u003eكريم التفتيح غني بالأربوتين بنسبة 5%\u003c\/h4\u003e\n                    \u003cul class=\"s5-list\"\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eتوحيد اللون:\u003c\/strong\u003e يساعد على توحيد لون البشرة وتخفيف البقع الداكنة بفعالية.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eإشراقة طبيعية:\u003c\/strong\u003e يمنح البشرة إشراقاً طبيعياً ومظهراً متألقاً وراقياً.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eترطيب دائم:\u003c\/strong\u003e تركيبة خفيفة تضمن ترطيباً مستمراً طوال اليوم.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eنضارة فورية:\u003c\/strong\u003e يعزز حيوية البشرة لتصبح أكثر إشراقاً وصفاءً.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product 3 - Dermaprotect (White BG, Image Left, Text Right) --\u003e\n            \u003cdiv class=\"s5-row white-bg\"\u003e\n                \u003c!-- Column Right: Text --\u003e\n\n                \u003cdiv class=\"s5-col-text\"\u003e\n                    \u003ch3 class=\"s5-title\"\u003eÉCRAN SOLAIRE SPOT-LESS\u003c\/h3\u003e\n\n                    \u003ch4 class=\"s5-subtitle\"\u003eحماية متكاملة ولمسة نهائية غير مرئية\u003c\/h4\u003e\n                    \u003cul class=\"s5-list\"\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eحماية قصوى:\u003c\/strong\u003e يحمي البشرة من أضرار أشعة الشمس والاعتداءات الخارجية.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eمضاد للبقع:\u003c\/strong\u003e يمنع ظهور التصبغات والبقع الداكنة بفعالية عالية.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eمضاد للمعان:\u003c\/strong\u003e يوفر تغطية غير مرئية وغير دهنية تماماً (Zéro effet gras).\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#7a7a7a\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#7a7a7a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003e\u003cstrong\u003eلكل أنواع البشرة:\u003c\/strong\u003e تركيبة متطورة تتناسب مع احتياجات جميع أنواع البشرة.\u003c\/span\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003c!-- Column Left: Image --\u003e\n                \u003cdiv class=\"s5-col-img\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/a4.png\" class=\"s5-product-image\" alt=\"ÉCRAN SOLAIRE SPOT-LESS\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Product 4 - Facial Cleansing Device (Cyan BG, Text Left, Image Right) --\u003e\n            \u003cdiv class=\"s5-row cyan-bg\"\u003e\n                \u003c!-- Column Right: Image --\u003e\n                \u003cdiv class=\"s5-col-img\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/a5.png\" style=\"max-width: 39vw;\" class=\"s5-product-image\" alt=\"جهاز تنظيف البشرة والعناية بالوجه\"\u003e\n                \u003c\/div\u003e\n                \u003c!-- Column Left: Text --\u003e\n                \u003cdiv class=\"s5-col-text\"\u003e\n                    \u003ch3 class=\"s5-title\"\u003eجهاز تنظيف البشرة\u003c\/h3\u003e\n                    \u003ch4 class=\"s5-subtitle\"\u003eعناية يومية متكاملة لجميع أنواع البشرة ✨\u003c\/h4\u003e\n                    \u003cul class=\"s5-list\"\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eينظف الزيوت والأوساخ المتراكمة بفعالية\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eيمنح البشرة نعومة وانتعاشًا ملحوظًا\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eيساعد على تنظيف المسام بعمق وتصغيرها\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eيساهم في إزالة الحبوب والرؤوس السوداء\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eينعش البشرة ويمنحها مظهرًا صحيًا\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eيساعد على شد البشرة وتحسين مرونتها\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"s5-list-item\"\u003e\n                            \u003csvg class=\"s5-check-svg\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"#ffffff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                            \u003cspan\u003eتصميم خفيف وصغير سهل الحمل والاستخدام\u003c\/span\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003cstyle\u003e\n            \/* ===== SECTION 5 – NEW DESIGN MATCHER WITH THE REFERENCE ===== *\/\n            \n            .s5-new {\n                background: #ffffff;\n                padding: 0;\n                direction: rtl;\n                font-family: 'Cairo', sans-serif;\n            }\n            \n            .s5-new-header {\n                background: #ffffff;\n                padding: 40px 18px 20px;\n                text-align: center;\n            }\n            \n            .s5-new-header h2 {\n                color: #000000;\n                font-size: 26px;\n                font-weight: 800;\n                margin: 0;\n                line-height: 1.2;\n            }\n            \n            .s5-new-header h1 {\n                color: #7a7a7a;\n                font-size: 52px;\n                font-weight: 900;\n                margin: 0;\n                line-height: 1.1;\n            }\n            \/* Rows layout *\/\n            \n            .s5-row {\n                display: flex;\n                align-items: center;\n                gap: 15px;\n                padding: 40px 18px;\n                position: relative;\n            }\n            \n            .s5-row.white-bg {\n                background: #ffffff;\n                color: #000000;\n            }\n            \n            .s5-row.cyan-bg {\n                background: #7a7a7a;\n                color: #ffffff;\n            }\n            \/* Columns *\/\n            \n            .s5-col-img {\n                flex: 1;\n                display: flex;\n                flex-direction: column;\n                align-items: center;\n                justify-content: center;\n                position: relative;\n                min-width: 140px;\n                z-index: 1;\n            }\n            \n            .s5-col-text {\n                flex: 1.2;\n                padding: 0 5px;\n                display: flex;\n                flex-direction: column;\n                justify-content: center;\n                text-align: right;\n            }\n            \/* Product Images *\/\n            \n            .s5-product-image {\n                max-width: 45vw;\n                height: auto;\n                object-fit: contain;\n                z-index: 2;\n                filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.12));\n            }\n            \/* Numbers styling for White background (1, 3) *\/\n            \n            .s5-num-overlay {\n                position: absolute;\n                font-size: 140px;\n                font-weight: 900;\n                color: #7a7a7a;\n                font-family: 'Cairo', sans-serif;\n                z-index: 1;\n                right: 10px;\n                top: 25px;\n                line-height: 1;\n            }\n            \/* Glowing orb for Cyan background (2, 4) *\/\n            \n            .s5-orb-container {\n                position: absolute;\n                z-index: 1;\n                left: 10px;\n                top: 35px;\n                width: 105px;\n                height: 105px;\n                border-radius: 50%;\n                background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 70%);\n                border: 2px solid rgba(255, 255, 255, 0.45);\n                box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.25), 0 8px 24px rgba(0, 0, 0, 0.1);\n                display: flex;\n                align-items: center;\n                justify-content: center;\n            }\n            \n            .s5-orb-num {\n                font-size: 70px;\n                font-weight: 900;\n                color: rgba(255, 255, 255, 0.9);\n                font-family: 'Cairo', sans-serif;\n                line-height: 1;\n            }\n            \/* Volume badges *\/\n            \n            .s5-badge-ml {\n                display: inline-block;\n                font-size: 16px;\n                font-weight: 800;\n                padding: 5px 22px;\n                border-radius: 50px;\n                margin-top: 10px;\n                z-index: 3;\n                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n            }\n            \n            .white-bg .s5-badge-ml {\n                background: #7a7a7a;\n                color: #ffffff;\n            }\n            \n            .cyan-bg .s5-badge-ml {\n                background: #ffffff;\n                color: #7a7a7a;\n            }\n            \/* Typography inside row *\/\n            \n            .s5-title {\n                font-size: 24px;\n                font-weight: 900;\n                margin-bottom: 2px;\n                letter-spacing: -0.5px;\n                line-height: 1.1;\n                font-family: 'Cairo', sans-serif;\n            }\n            \n            .white-bg .s5-title {\n                color: #000000;\n            }\n            \n            .cyan-bg .s5-title {\n                color: #ffffff;\n            }\n            \n            .s5-subtitle {\n                font-size: 14px;\n                font-weight: 700;\n                margin-bottom: 15px;\n                line-height: 1.3;\n            }\n            \n            .white-bg .s5-subtitle {\n                color: #333333;\n            }\n            \n            .cyan-bg .s5-subtitle {\n                color: #ffffff;\n            }\n            \/* Checklist *\/\n            \n            .s5-list {\n                list-style: none;\n                padding: 0;\n                margin: 0;\n            }\n            \n            .s5-list-item {\n                display: flex;\n                align-items: flex-start;\n                gap: 10px;\n                margin-bottom: 8px;\n                font-size: 10px;\n                font-weight: 700;\n                line-height: 1.4;\n                text-align: right;\n            }\n            \n            .white-bg .s5-list-item {\n                color: #111111;\n            }\n            \n            .cyan-bg .s5-list-item {\n                color: #ffffff;\n            }\n            \n            .s5-check-svg {\n                width: 22px;\n                height: 22px;\n                flex-shrink: 0;\n                margin-top: 1px;\n            }\n            \/* Responsive layout adjustment for smaller viewports *\/\n            \n            @media (max-width: 420px) {\n                .s5-title {\n                    font-size: 24px;\n                }\n                .s5-subtitle {\n                    font-size: 14px;\n                }\n                .s5-list-item {\n                    font-size: 10px;\n                }\n                .s5-num-overlay {\n                    font-size: 110px;\n                }\n                .s5-orb-container {\n                    width: 85px;\n                    height: 85px;\n                }\n                .s5-orb-num {\n                    font-size: 55px;\n                }\n                .s5-product-image {\n                    max-width: 45vw;\n                }\n                .s5-badge-ml {\n                    font-size: 14px;\n                    padding: 4px 16px;\n                }\n            }\n        \u003c\/style\u003e\n\n\n        \u003cstyle\u003e\n            \/* ===== SECTION 8 – BEFORE \/ AFTER GRID ===== *\/\n            \n            .s8-grid-new {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n                margin-top: 15px;\n            }\n            \n            .s8-ba-card {\n                background: #fff;\n                border-radius: 12px;\n                overflow: hidden;\n                display: flex;\n                flex-direction: column;\n                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n            }\n            \n            .s8-ba-images {\n                display: flex;\n                gap: 2px;\n            }\n            \n            .s8-ba-half {\n                flex: 1;\n                position: relative;\n            }\n            \n            .s8-ba-half img {\n                width: 100%;\n                height: 120px;\n                object-fit: cover;\n                display: block;\n            }\n            \n            .s8-ba-badge {\n                position: absolute;\n                top: 5px;\n                right: 5px;\n                background: #8c8c8b;\n                color: #fff;\n                font-size: 10px;\n                font-weight: 700;\n                padding: 2px 8px;\n                border-radius: 12px;\n                z-index: 2;\n            }\n            \n            .s8-ba-badge.before {\n                background: #aaa;\n            }\n            \n            .s8-ba-title {\n                background: #8c8c8b;\n                color: #fff;\n                font-size: 12px;\n                font-weight: 700;\n                text-align: center;\n                padding: 8px 4px;\n                margin-top: auto;\n            }\n            \/* --- أضف هذا الكود إلى نهاية قسم الـ CSS الخاص بك --- *\/\n            \n            .sticky-container {\n                transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;\n            }\n            \n            .sticky-container.is-hidden {\n                opacity: 0;\n                transform: translateX(-50%) translateY(150%);\n                \/* يجعله ينزلق للأسفل ويختفي *\/\n                pointer-events: none;\n                \/* يمنع الضغط عليه وهو مخفي *\/\n            }\n        \u003c\/style\u003e\n\n        \u003c!-- ==================== SECTION 8 – Results After 3 Weeks ==================== --\u003e\n        \u003csection class=\"s8\"\u003e\n            \u003cdiv class=\"s8-header\"\u003e\n                \u003cp\u003e\u003cb\u003e+\u003cspan id=\"counter\"\u003e100000\u003c\/span\u003e امرأة\u003c\/b\u003e جربات المجموعة وشافت الفرق\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"s8-body\"\u003e\n                \u003ch1 class=\"s8-h1\"\u003eدبا جات نوبتـك نتـي\u003c\/h1\u003e\n                \u003cp class=\"s8-sub\"\u003eوها شنو غادي يوقع لبشرتك\n                    \u003cb\u003eبعد 3 اسابيع من الاستعمال؟\u003c\/b\u003e\u003c\/p\u003e\n\n                \u003cdiv class=\"s8-grid-new\"\u003e\n\n                    \u003c!-- 1 --\u003e\n                    \u003cdiv class=\"s8-ba-card\"\u003e\n                        \u003cdiv class=\"s8-ba-images\"\u003e\n                            \u003cdiv class=\"s8-ba-half\"\u003e\n                                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.08(2).jpeg\" alt=\"بعد\"\u003e\n                                \u003cspan class=\"s8-ba-badge\"\u003eبعد\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"s8-ba-half\"\u003e\n                                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.09(1).jpeg\" style=\"filter: grayscale(50%);\" alt=\"قبل\"\u003e\n                                \u003cspan class=\"s8-ba-badge before\"\u003eقبل\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"s8-ba-title\"\u003eتوحيد لون البشرة\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- 2 --\u003e\n                    \u003cdiv class=\"s8-ba-card\"\u003e\n                        \u003cdiv class=\"s8-ba-images\"\u003e\n                            \u003cdiv class=\"s8-ba-half\"\u003e\n                                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.08.jpeg\" alt=\"بعد\"\u003e\n                                \u003cspan class=\"s8-ba-badge\"\u003eبعد\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"s8-ba-half\"\u003e\n                                \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.09(3).jpeg\" style=\"filter: grayscale(50%);\" alt=\"قبل\"\u003e\n                                \u003cspan class=\"s8-ba-badge before\"\u003eقبل\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"s8-ba-title\" style=\"font-size: 11px;\"\u003eاختفاء البقع والتصبغات\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- ==================== SECTION 6 – Trust \/ Doctor ==================== --\u003e\n        \u003csection class=\"s6\"\u003e\n            \u003cdiv class=\"s6-top\"\u003e\n\n                \u003cdiv class=\"s6-text\"\u003e\n                    \u003ch2\u003eماشـي غيـر براند, حنا قصة ثقـة دامت\u003c\/h2\u003e\n                    \u003ch1\u003e\n\u003cspan\u003e6 سنوات\u003c\/span\u003e مع أكثر من\u003cbr\u003e\u003cspan\u003e100000\u003c\/span\u003e امرأة مغربية\u003c\/h1\u003e\n                    \u003cp\u003eداكشي علاش التزمنا بمعايير الـ ISO باش نضمنوا ليك علاج فعـال, آمن, وطبي 100%\u003c\/p\u003e\n                    \u003cdiv class=\"s6-logos\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/images-removebg-preview.png\" alt=\"DMP ISO ONSSA logos\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.worldvectorlogo.com\/logos\/iso-2-1.svg\" alt=\"DMP ISO ONSSA logos\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/dmpicon.png\" alt=\"DMP ISO ONSSA logos\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s6-doctor\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/e53e8760a712ca7f9753944e270cc2df-removebg-preview.png\" style=\"width: 35%;margin:auto\" alt=\"doctor\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s6-blue\"\u003e\n                \u003ch2\u003eعلاش مغادي تحتاجي\u003cbr\u003eحتـى برودوي اخـر؟\u003c\/h2\u003e\n                \u003cdiv class=\"s6-blue-inner\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Layer%204.png\" alt=\"4 products\"\u003e\n                    \u003cp\u003eحيت المجموعـية هيا علاج متكامل بـ4 منتجات فيهم كل متحتاجو بشرتك\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"s6-steps\"\u003e\n                \u003cdiv class=\"s6-step\"\u003e\n                    \u003ch4\u003eحماية\u003c\/h4\u003e\n                    \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663090538671\/GDaWAFWPtnqFbsbb.jpg\" alt=\"حماية\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s6-step\"\u003e\n                    \u003ch4\u003eتفتيح\u003c\/h4\u003e\n                    \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663090538671\/mboPFqXxUicAAKcR.jpg\" alt=\"تفتيح\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s6-step\"\u003e\n                    \u003ch4\u003eتقشير\u003c\/h4\u003e\n                    \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663090538671\/glSoKBrmTqvDuceB.jpg\" alt=\"تقشير\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s6-step\"\u003e\n                    \u003ch4\u003eتنظيف\u003c\/h4\u003e\n                    \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663090538671\/dAAcOiiTCXvwhzry.jpg\" alt=\"تنظيف\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- ==================== SECTION 4 – Influencers ==================== --\u003e\n        \u003csection class=\"s4\"\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:4px;margin-bottom:14px;\"\u003e\n                \u003cdiv style=\"font-size:80px;font-weight:900;color:#8c8c8b;line-height:1;\"\u003e#1\u003c\/div\u003e\n                \u003cdiv style=\"flex:1;padding-right:10px;\"\u003e\n                    \u003cdiv style=\"font-size:22px;font-weight:900;color:#111;line-height:1.3;\"\u003eالاختيار الأول\u003cbr\u003eللمشاهير والمؤثرات\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s4-grid\"\u003e\n                \u003cdiv class=\"s4-post\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.07(1).jpeg\" alt=\"influencer 1\"\u003e\n                    \u003cdiv class=\"s4-post-icons\"\u003e\n                        \u003cdiv class=\"left\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\u003e\u003c\/line\u003e\u003cpolygon points=\"22 2 15 22 11 13 2 9 22 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s4-post\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/2%202.jpg\" alt=\"influencer 1\"\u003e\n                    \u003cdiv class=\"s4-post-icons\"\u003e\n                        \u003cdiv class=\"left\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\u003e\u003c\/line\u003e\u003cpolygon points=\"22 2 15 22 11 13 2 9 22 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s4-post\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/1.jpg\" alt=\"influencer 3\" style=\"object-position: center -10px;\"\u003e\n                    \u003cdiv class=\"s4-post-icons\"\u003e\n                        \u003cdiv class=\"left\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\u003e\u003c\/line\u003e\u003cpolygon points=\"22 2 15 22 11 13 2 9 22 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s4-post\"\u003e\n                    \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/Image%202.png\" alt=\"influencer 4\"\u003e\n                    \u003cdiv class=\"s4-post-icons\"\u003e\n                        \u003cdiv class=\"left\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\u003e\u003c\/line\u003e\u003cpolygon points=\"22 2 15 22 11 13 2 9 22 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- ==================== SECTION 7 – Before\/After Testimonials ==================== --\u003e\n        \u003csection class=\"s7\"\u003e\n            \u003cdiv class=\"s7-top\"\u003e\n                \u003cdiv class=\"s7-pill\"\u003e\n                    \u003cspan\u003eواش مستعدة \u003cb\u003eتبدلي بشرتك\u003c\/b\u003e في أقل من شهر؟\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"s7-h1\"\u003eهاد التصاور وشهادات\u003cbr\u003eبنات بحالك هما الدليل\u003c\/h1\u003e\n\n            \u003cdiv class=\"s7-card\"\u003e\n                \u003cdiv class=\"s7-ba-pair\"\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.08(2).jpeg\" alt=\"بعد\"\u003e\n                        \u003cspan class=\"s7-ba-tag\"\u003eبعد\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.09(1).jpeg\" alt=\"قبل\"\u003e\n                        \u003cspan class=\"s7-ba-tag before\"\u003eقبل\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s7-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"s7-review\"\u003eجربت كولشي وبدون نتيجة، ولكن هاد المجموعة هي الوحيدة اللي حبسات ليا الحبوب وجهي رجع صافي مع المداومة عليها\u003c\/p\u003e\n                \u003cdiv class=\"s7-name\"\u003eلمياء العلوي\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s7-card\" style=\"display: none;\"\u003e\n                \u003cdiv class=\"s7-ba-pair\"\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.08.jpeg\" alt=\"قبل\"\u003e\n\n                        \u003cspan class=\"s7-ba-tag\"\u003eبعد\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-05-18%20at%2022.14.09(3).jpeg\" alt=\"بعد\"\u003e\n                        \u003cspan class=\"s7-ba-tag before\"\u003eقبل\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s7-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"s7-review\"\u003eكولشي كيسولني في الخدمة شنو دارتي لوجهك حتى ولى هكا؟ السر هو هاد الباك العجيب، الله يرحم الوالدين\u003c\/p\u003e\n                \u003cdiv class=\"s7-name\"\u003eزينب فكير\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"s7-card\"\u003e\n                \u003cdiv class=\"s7-ba-pair\"\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-06-01%20at%2022.28.14(2)%20copy.jpeg\" alt=\"بعد\"\u003e\n                        \u003cspan class=\"s7-ba-tag\"\u003eبعد\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"s7-ba-side\"\u003e\n                        \u003cimg src=\"https:\/\/mdclaboratories.com\/anti-tache\/WhatsApp%20Image%202026-06-01%20at%2022.28.14(2).jpeg\" alt=\"قبل\"\u003e\n                        \u003cspan class=\"s7-ba-tag before\"\u003eقبل\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"s7-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"s7-review\"\u003eأول مرة نشري شي حاجة من انستغرام وما ندمتش عليها. الصراحة المجموعة كتستاهل كل ريال، وجهي تصفى وتهنيت من دوك ليطاش دالحبوب\u003c\/p\u003e\n                \u003cdiv class=\"s7-name\"\u003eسعاد بايا\u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n \n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ إعداد تشغيل العداد التلقائي\n        const counterElement = document.getElementById('counter');\n        let counterStarted = false;\n\n        const counterOptions = {\n            threshold: 0.5\n        };\n\n        const counterObserver = new IntersectionObserver(function(entries) {\n            if (entries[0].isIntersecting \u0026\u0026 !counterStarted) {\n                counterStarted = true;\n                animateCounter();\n            }\n        }, counterOptions);\n\n        if (counterElement) {\n            counterObserver.observe(counterElement);\n        }\n\n        function animateCounter() {\n            const target = 100000;\n            const duration = 2000; \/\/ ثانيتان\n            const startTime = Date.now();\n\n            function updateCounter() {\n                const currentTime = Date.now();\n                const elapsed = currentTime - startTime;\n                const progress = Math.min(elapsed \/ duration, 1);\n                const currentValue = Math.floor(progress * target);\n\n                counterElement.textContent = currentValue.toLocaleString('en-US');\n\n                if (progress \u003c 1) {\n                    requestAnimationFrame(updateCounter);\n                } else {\n                    counterElement.textContent = target.toLocaleString('en-US');\n                }\n            }\n\n            updateCounter();\n        }\n\n        \/\/ تحويل المستخدم بسلاسة إلى نموذج الدفع عند الضغط على الزر العائم السفلي\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const stickyCta = document.getElementById('sticky-cta-btn');\n            if (stickyCta) {\n                stickyCta.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    const checkoutSection = document.getElementById('checkout-form-wrapper');\n                    if (checkoutSection) {\n                        checkoutSection.scrollIntoView({\n                            behavior: 'smooth'\n                        });\n                    }\n                });\n            }\n\n            \/\/ برمجة أزرار زيادة ونقصان الكمية ديناميكياً لتحديث الأسعار في الاستمارة\n            const minusBtn = document.querySelector('.es-minus-button');\n            const plusBtn = document.querySelector('.es-plus-button');\n            const qtyInput = document.querySelector('.quantity-picker-input');\n            const totalPlaceholder = document.querySelector('.es-total-placeholder');\n            const itemPriceText = document.querySelector('.es-item-price-val');\n            const qtyBadge = document.querySelector('.quantity-badge');\n\n            const basePrice = 430; \/\/ السعر المحدد\n\n            if (plusBtn \u0026\u0026 minusBtn \u0026\u0026 qtyInput) {\n                plusBtn.addEventListener('click', function() {\n                    let currentQty = parseInt(qtyInput.value) || 1;\n                    let newQty = currentQty + 1;\n                    qtyInput.value = newQty;\n                    updatePrices(newQty);\n                });\n\n                minusBtn.addEventListener('click', function() {\n                    let currentQty = parseInt(qtyInput.value) || 1;\n                    if (currentQty \u003e 1) {\n                        let newQty = currentQty - 1;\n                        qtyInput.value = newQty;\n                        updatePrices(newQty);\n                    }\n                });\n            }\n\n            function updatePrices(qty) {\n                let total = basePrice * qty;\n                let formattedPrice = total.toFixed(2) + \" dh\";\n\n                if (totalPlaceholder) {\n                    totalPlaceholder.textContent = formattedPrice;\n                }\n                if (itemPriceText) {\n                    itemPriceText.textContent = formattedPrice;\n                }\n                if (qtyBadge) {\n                    qtyBadge.textContent = qty;\n                }\n            }\n        });\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n\n            \/\/ --- ابدأ بإضافة الكود الجديد من هنا ---\n\n            const stickyButtonContainer = document.getElementById('sticky-button-container');\n            const checkoutForm = document.getElementById('checkout-form-wrapper');\n\n            if (stickyButtonContainer \u0026\u0026 checkoutForm) {\n                const observerOptions = {\n                    rootMargin: '0px',\n                    threshold: 0.1 \/\/ سيتم تفعيل الكود عند ظهور 10% من الاستمارة\n                };\n\n                const observer = new IntersectionObserver(function(entries) {\n                    entries.forEach(entry =\u003e {\n                        if (entry.isIntersecting) {\n                            \/\/ إذا ظهرت الاستمارة، أضف فئة الإخفاء للزر\n                            stickyButtonContainer.classList.add('is-hidden');\n                        } else {\n                            \/\/ إذا اختفت الاستمارة، قم بإزالة فئة الإخفاء\n                            stickyButtonContainer.classList.remove('is-hidden');\n                        }\n                    });\n                }, observerOptions);\n\n                observer.observe(checkoutForm);\n            }\n\n            \/\/ --- ينتهي الكود الجديد هنا ---\n\n\n            \/\/ الكود السابق الخاص بك يبدأ من هنا\n            const counterElement = document.getElementById('counter');\n            let counterStarted = false;\n            \/\/ ... باقي الكود الخاص بك يبقى كما هو\n            const counterOptions = {\n                threshold: 0.5\n            };\n\n            const counterObserver = new IntersectionObserver(function(entries) {\n                if (entries[0].isIntersecting \u0026\u0026 !counterStarted) {\n                    counterStarted = true;\n                    animateCounter();\n                }\n            }, counterOptions);\n\n            if (counterElement) {\n                counterObserver.observe(counterElement);\n            }\n\n            function animateCounter() {\n                const target = 100000;\n                const duration = 2000; \/\/ ثانيتان\n                const startTime = Date.now();\n\n                function updateCounter() {\n                    const currentTime = Date.now();\n                    const elapsed = currentTime - startTime;\n                    const progress = Math.min(elapsed \/ duration, 1);\n                    const currentValue = Math.floor(progress * target);\n                    counterElement.textContent = currentValue.toLocaleString('en-US');\n                    if (progress \u003c 1) {\n                        requestAnimationFrame(updateCounter);\n                    } else {\n                        counterElement.textContent = target.toLocaleString('en-US');\n                    }\n                }\n                updateCounter();\n            }\n\n            const stickyCta = document.getElementById('sticky-cta-btn');\n            if (stickyCta) {\n                stickyCta.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    const checkoutSection = document.getElementById('checkout-form-wrapper');\n                    if (checkoutSection) {\n                        checkoutSection.scrollIntoView({\n                            behavior: 'smooth'\n                        });\n                    }\n                });\n            }\n\n            const minusBtn = document.querySelector('.es-minus-button');\n            const plusBtn = document.querySelector('.es-plus-button');\n            const qtyInput = document.querySelector('.quantity-picker-input');\n            const totalPlaceholder = document.querySelector('.es-total-placeholder');\n            const itemPriceText = document.querySelector('.es-item-price-val');\n            const qtyBadge = document.querySelector('.quantity-badge');\n            const basePrice = 430;\n\n            if (plusBtn \u0026\u0026 minusBtn \u0026\u0026 qtyInput) {\n                plusBtn.addEventListener('click', function() {\n                    let currentQty = parseInt(qtyInput.value) || 1;\n                    let newQty = currentQty + 1;\n                    qtyInput.value = newQty;\n                    updatePrices(newQty);\n                });\n                minusBtn.addEventListener('click', function() {\n                    let currentQty = parseInt(qtyInput.value) || 1;\n                    if (currentQty \u003e 1) {\n                        let newQty = currentQty - 1;\n                        qtyInput.value = newQty;\n                        updatePrices(newQty);\n                    }\n                });\n            }\n\n            function updatePrices(qty) {\n                let total = basePrice * qty;\n                let formattedPrice = total.toFixed(2) + \" dh\";\n                if (totalPlaceholder) {\n                    totalPlaceholder.textContent = formattedPrice;\n                }\n                if (itemPriceText) {\n                    itemPriceText.textContent = formattedPrice;\n                }\n                if (qtyBadge) {\n                    qtyBadge.textContent = qty;\n                }\n            }\n\n            \/\/ --- كود الربط مع API SheetDB وإرسال البيانات ديناميكياً ---\n            const form = document.getElementById('es-form');\n            if (form) {\n                form.addEventListener(\"submit\", function(e) {\n                    e.preventDefault();\n\n                    \/\/ تغيير نص الزر لمنع تكرار الضغط أثناء الإرسال\n                    const submitButton = document.getElementById('es-form-button');\n                    if (submitButton) {\n                        submitButton.disabled = true;\n                        submitButton.style.opacity = \"0.7\";\n                    }\n\n                    \/\/ إرسال البيانات إلى SheetDB\n                    fetch(form.action, {\n                            method: \"POST\",\n                            body: new FormData(form),\n                        })\n                        .then(response =\u003e response.json())\n                        .then((html) =\u003e {\n                            \/\/ عند نجاح الإرسال، يتم توجيه العميل لصفحة الشكر\n                            window.location.href = \"thank-you.html\";\n                        })\n                        .catch(error =\u003e {\n                            console.error('Error:', error);\n                            alert('حدث خطأ أثناء إرسال الطلب، يرجى المحاولة مرة أخرى.');\n                            if (submitButton) {\n                                submitButton.disabled = false;\n                                submitButton.style.opacity = \"1\";\n                            }\n                        });\n                });\n            }\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Ma boutique","offers":[{"title":"Default Title","offer_id":43301966512241,"sku":null,"price":430.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0656\/2401\/4961\/files\/Artboard_34.png?v=1779151543","url":"https:\/\/skinshop.ma\/products\/pack-anti-taches-machine-de-soins-offerte-%f0%9f%94%a5","provider":"Ma boutique","version":"1.0","type":"link"}