{"title":"Best-sellers","description":"","products":[{"product_id":"skinoxy-caps-eclat-du-teint","title":"Skinoxy Caps Éclat du Teint 30 gélules","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSkinoxy Éclat du Teint | Biolissime\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --rose:      #C0566B;\n            --rose-light:#EAB3BC;\n            --rose-dark: #8C2E42;\n            --blush:     #FAF0F2;\n            --pearl:     #F7F3EE;\n            --dark:      #1C1010;\n            --dark2:     #2E1A1E;\n            --mid:       #6B4A50;\n            --gold:      #C8A96E;\n            --gold-light:#E8D5A8;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'DM Sans', sans-serif;\n            background: var(--pearl);\n            color: var(--dark);\n            overflow-x: hidden;\n        }\n\n        \/* ── HEADER ── *\/\n        .header {\n            position: relative;\n            background: var(--dark2);\n            min-height: 580px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            padding: 70px 30px;\n        }\n\n        \/* Animated pearl\/glow orbs *\/\n        .orb {\n            position: absolute;\n            border-radius: 50%;\n            filter: blur(60px);\n            opacity: 0.25;\n            animation: drift 10s ease-in-out infinite;\n        }\n        .orb-1 {\n            width: 380px; height: 380px;\n            background: radial-gradient(circle, var(--rose) 0%, transparent 70%);\n            top: -100px; right: -80px;\n            animation-duration: 9s;\n        }\n        .orb-2 {\n            width: 280px; height: 280px;\n            background: radial-gradient(circle, var(--gold) 0%, transparent 70%);\n            bottom: -80px; left: 80px;\n            animation-duration: 13s;\n            animation-direction: reverse;\n        }\n        .orb-3 {\n            width: 180px; height: 180px;\n            background: radial-gradient(circle, #fff 0%, transparent 70%);\n            top: 40%; left: 10%;\n            opacity: 0.08;\n            animation-duration: 7s;\n        }\n\n        @keyframes drift {\n            0%, 100% { transform: translate(0, 0) scale(1); }\n            33%       { transform: translate(20px, -15px) scale(1.05); }\n            66%       { transform: translate(-10px, 20px) scale(0.97); }\n        }\n\n        \/* Pearl particles *\/\n        .particles {\n            position: absolute;\n            inset: 0;\n            pointer-events: none;\n        }\n        .particle {\n            position: absolute;\n            border-radius: 50%;\n            background: white;\n            opacity: 0;\n            animation: sparkle 4s ease-in-out infinite;\n        }\n\n        @keyframes sparkle {\n            0%   { opacity: 0; transform: scale(0); }\n            50%  { opacity: 0.6; transform: scale(1); }\n            100% { opacity: 0; transform: scale(0); }\n        }\n\n        .header-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            max-width: 680px;\n        }\n\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(255,255,255,0.12);\n            border: 1px solid rgba(255,255,255,0.3);\n            color: #ffffff;\n            font-size: 0.72rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            padding: 6px 18px;\n            border-radius: 40px;\n            margin-bottom: 28px;\n        }\n\n        .badge-dot {\n            width: 6px; height: 6px;\n            background: #FF6B8A;\n            border-radius: 50%;\n            animation: blink 2s ease-in-out infinite;\n        }\n        @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }\n\n        .header-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(2.8rem, 7vw, 5rem);\n            line-height: 1.05;\n            color: #ffffff;\n            font-weight: 700;\n            margin-bottom: 18px;\n            text-shadow: 0 2px 20px rgba(0,0,0,0.4);\n        }\n\n        .header-title .brand {\n            color: #FF8FAA;\n            font-style: italic;\n            font-weight: 600;\n        }\n\n        .header-title .product {\n            color: #ffffff;\n            display: block;\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-top: 6px;\n        }\n\n        .header-sub {\n            font-size: 1.1rem;\n            color: #ffffff;\n            font-weight: 600;\n            margin-bottom: 10px;\n            line-height: 1.6;\n            text-shadow: 0 1px 8px rgba(0,0,0,0.5);\n        }\n\n        .header-sub .accent {\n            color: #FFD166;\n            font-weight: 800;\n        }\n\n        .header-tagline {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.15rem;\n            color: rgba(255,255,255,0.75);\n            font-style: italic;\n            margin-bottom: 32px;\n        }\n\n        .header-pills {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 36px;\n        }\n\n        .pill {\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.35);\n            color: #ffffff;\n            padding: 8px 18px;\n            border-radius: 30px;\n            font-size: 0.84rem;\n            font-weight: 600;\n        }\n\n        .price-row {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 24px;\n            flex-wrap: wrap;\n        }\n\n        .price {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 3rem;\n            font-weight: 700;\n            color: #FFD166;\n            text-shadow: 0 2px 12px rgba(0,0,0,0.3);\n        }\n\n        .price-sub {\n            font-size: 0.85rem;\n            color: rgba(255,255,255,0.7);\n            font-weight: 500;\n            line-height: 1.5;\n        }\n\n        \/* ── INTRO STRIP ── *\/\n        .intro-strip {\n            background: linear-gradient(90deg, var(--rose-dark) 0%, var(--rose) 100%);\n            padding: 22px 30px;\n            text-align: center;\n        }\n\n        .intro-strip p {\n            color: white;\n            font-size: 1rem;\n            font-weight: 500;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        \/* ── VIDEO SECTION ── *\/\n        .video-section {\n            padding: 64px 30px;\n            background: white;\n        }\n\n        .video-section .inner {\n            max-width: 860px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .section-label {\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--rose-dark);\n            margin-bottom: 14px;\n        }\n\n        .section-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.9rem, 4vw, 2.8rem);\n            font-weight: 600;\n            color: var(--dark);\n            line-height: 1.3;\n            margin-bottom: 36px;\n        }\n\n        .video-wrapper {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(140,46,66,0.2);\n        }\n\n        .video-wrapper iframe {\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            border: none;\n        }\n\n        \/* ── PROBLEM ── *\/\n        .problem-section {\n            padding: 70px 30px;\n            background: var(--pearl);\n        }\n\n        .problem-section .inner {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: start;\n        }\n\n        .problem-text p {\n            color: var(--mid);\n            font-size: 1rem;\n            line-height: 1.85;\n            margin-bottom: 16px;\n        }\n\n        .problem-text strong { color: var(--dark); }\n\n        .problem-visual {\n            background: var(--dark2);\n            border-radius: 16px;\n            padding: 36px 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .problem-visual::after {\n            content: '';\n            position: absolute;\n            top: -40px; right: -40px;\n            width: 160px; height: 160px;\n            border-radius: 50%;\n            background: radial-gradient(circle, var(--rose) 0%, transparent 70%);\n            opacity: 0.3;\n        }\n\n        .problem-visual h3 {\n            font-family: 'Cormorant Garamond', serif;\n            color: var(--rose-light);\n            font-size: 1.3rem;\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .damage-list {\n            list-style: none;\n        }\n\n        .damage-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            color: rgba(255,255,255,0.75);\n            font-size: 0.9rem;\n            padding: 10px 0;\n            border-bottom: 1px solid rgba(192,86,107,0.15);\n            position: relative;\n        }\n        .damage-list li:last-child { border-bottom: none; }\n\n        .damage-list li::before {\n            content: '—';\n            color: var(--rose);\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n\n        \/* ── TRIPLE ACTION BANNER ── *\/\n        .action-banner {\n            background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);\n            padding: 64px 30px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .action-banner::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: repeating-linear-gradient(\n                -45deg,\n                rgba(192,86,107,0.03) 0px,\n                rgba(192,86,107,0.03) 1px,\n                transparent 1px,\n                transparent 18px\n            );\n        }\n\n        .action-banner .kicker {\n            font-size: 0.72rem;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--rose-light);\n            margin-bottom: 18px;\n            font-weight: 600;\n            position: relative;\n        }\n\n        .action-banner h2 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            color: white;\n            max-width: 700px;\n            margin: 0 auto 16px;\n            line-height: 1.3;\n            position: relative;\n        }\n\n        .action-banner h2 em { color: var(--rose-light); }\n\n        .action-banner p {\n            color: rgba(255,255,255,0.55);\n            font-size: 1rem;\n            max-width: 580px;\n            margin: 0 auto;\n            line-height: 1.8;\n            position: relative;\n        }\n\n        .triple-badges {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 32px;\n            flex-wrap: wrap;\n            position: relative;\n        }\n\n        .triple-badge {\n            background: rgba(192,86,107,0.2);\n            border: 1px solid rgba(192,86,107,0.4);\n            color: var(--rose-light);\n            padding: 10px 22px;\n            border-radius: 8px;\n            font-size: 0.88rem;\n            font-weight: 600;\n        }\n\n        \/* ── BENEFITS ── *\/\n        .benefits-section {\n            padding: 70px 30px;\n            background: white;\n        }\n\n        .benefits-section .inner {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .benefits-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .benefits-list {\n            display: flex;\n            flex-direction: column;\n            gap: 18px;\n        }\n\n        .benefit-row {\n            display: grid;\n            grid-template-columns: 56px 1fr;\n            gap: 24px;\n            align-items: start;\n            background: var(--blush);\n            border-radius: 14px;\n            padding: 28px 28px;\n            border-left: 4px solid var(--rose);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            animation: fadeUp 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .benefit-row:hover {\n            transform: translateX(6px);\n            box-shadow: 0 6px 24px rgba(192,86,107,0.12);\n        }\n\n        @keyframes fadeUp {\n            to   { opacity: 1; transform: translateY(0); }\n            from { opacity: 0; transform: translateY(20px); }\n        }\n\n        .benefit-row:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-row:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-row:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-row:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-row:nth-child(5) { animation-delay: 0.5s; }\n\n        .benefit-icon-wrap {\n            width: 52px; height: 52px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--rose-dark), var(--rose));\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.4rem;\n            flex-shrink: 0;\n        }\n\n        .benefit-row h4 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.2rem;\n            color: var(--rose-dark);\n            margin-bottom: 8px;\n            font-weight: 600;\n        }\n\n        .benefit-row p {\n            color: var(--mid);\n            font-size: 0.92rem;\n            line-height: 1.75;\n        }\n\n        \/* ── INGREDIENTS ── *\/\n        .ingredients-section {\n            padding: 70px 30px;\n            background: var(--pearl);\n        }\n\n        .ingredients-section .inner {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .ingredients-header {\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .ingredients-intro {\n            max-width: 640px;\n            margin: 0 auto 46px;\n            text-align: center;\n            color: var(--mid);\n            font-size: 0.98rem;\n            line-height: 1.8;\n        }\n\n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n\n        .ingredient-card {\n            background: white;\n            border-radius: 14px;\n            padding: 28px 24px;\n            box-shadow: 0 4px 20px rgba(28,16,16,0.06);\n            border-top: 3px solid var(--rose);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            animation: fadeUp 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .ingredient-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 12px 36px rgba(192,86,107,0.15);\n        }\n\n        .ingredient-card:nth-child(1) { animation-delay: 0.1s; }\n        .ingredient-card:nth-child(2) { animation-delay: 0.2s; }\n        .ingredient-card:nth-child(3) { animation-delay: 0.3s; }\n        .ingredient-card:nth-child(4) { animation-delay: 0.4s; }\n        .ingredient-card:nth-child(5) { animation-delay: 0.5s; }\n        .ingredient-card:nth-child(6) { animation-delay: 0.6s; }\n        .ingredient-card:nth-child(7) { animation-delay: 0.7s; }\n\n        .ing-icon {\n            font-size: 1.8rem;\n            margin-bottom: 12px;\n        }\n\n        .ing-name {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.15rem;\n            color: var(--rose-dark);\n            font-weight: 600;\n            margin-bottom: 6px;\n        }\n\n        .ing-dose {\n            display: inline-block;\n            background: rgba(192,86,107,0.1);\n            color: var(--rose-dark);\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            padding: 3px 10px;\n            border-radius: 30px;\n            margin-bottom: 10px;\n        }\n\n        .ingredient-card p {\n            color: var(--mid);\n            font-size: 0.87rem;\n            line-height: 1.7;\n        }\n\n        \/* ── USAGE ── *\/\n        .usage-section {\n            padding: 70px 30px;\n            background: linear-gradient(135deg, var(--dark2) 0%, var(--dark) 100%);\n        }\n\n        .usage-section .inner {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .usage-section .section-label { color: var(--rose-light); }\n        .usage-section .section-title { color: white; }\n\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n            margin-top: 40px;\n        }\n\n        .usage-card {\n            background: rgba(255,255,255,0.06);\n            border: 1px solid rgba(192,86,107,0.25);\n            border-radius: 12px;\n            padding: 28px 22px;\n            text-align: center;\n        }\n\n        .usage-card .icon { font-size: 2rem; margin-bottom: 14px; }\n\n        .usage-card h4 {\n            font-family: 'Cormorant Garamond', serif;\n            color: var(--rose-light);\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n        }\n\n        .usage-card p {\n            color: rgba(255,255,255,0.6);\n            font-size: 0.88rem;\n            line-height: 1.75;\n        }\n\n        .usage-card strong { color: white; }\n\n        .usage-highlight {\n            margin-top: 36px;\n            background: rgba(192,86,107,0.15);\n            border: 1px solid rgba(192,86,107,0.3);\n            border-radius: 12px;\n            padding: 22px 28px;\n            text-align: center;\n        }\n\n        .usage-highlight p {\n            color: var(--rose-light);\n            font-size: 0.92rem;\n            line-height: 1.7;\n        }\n\n        .usage-highlight strong { color: white; }\n\n        \/* ── INDICATIONS ── *\/\n        .indications-section {\n            padding: 60px 30px;\n            background: var(--pearl);\n        }\n\n        .indications-section .inner {\n            max-width: 900px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 24px;\n        }\n\n        .indication-box {\n            background: white;\n            border-radius: 14px;\n            padding: 30px;\n            box-shadow: 0 2px 16px rgba(28,16,16,0.06);\n        }\n\n        .indication-box h4 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.2rem;\n            color: var(--dark);\n            margin-bottom: 18px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--rose-light);\n        }\n\n        .indication-box ul { list-style: none; }\n\n        .indication-box ul li {\n            display: flex;\n            gap: 10px;\n            font-size: 0.9rem;\n            color: var(--mid);\n            padding: 7px 0;\n            border-bottom: 1px solid rgba(192,86,107,0.08);\n            line-height: 1.5;\n        }\n\n        .indication-box ul li:last-child { border-bottom: none; }\n\n        .dot {\n            width: 6px; height: 6px;\n            border-radius: 50%;\n            background: var(--rose);\n            flex-shrink: 0;\n            margin-top: 6px;\n        }\n\n        .indication-box.green h4 { border-bottom-color: #b8ddca; }\n        .indication-box.green .dot { background: #4A7C59; }\n\n        \/* ── COMPOSITION ── *\/\n        .composition-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .composition-section .inner {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .composition-section .section-title { margin-bottom: 30px; }\n\n        .composition-box {\n            background: var(--blush);\n            border-radius: 14px;\n            padding: 38px;\n            border: 1px solid rgba(192,86,107,0.2);\n            text-align: left;\n        }\n\n        .composition-label {\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--rose-dark);\n            margin-bottom: 16px;\n        }\n\n        .composition-text {\n            color: var(--mid);\n            font-size: 0.9rem;\n            line-height: 1.9;\n        }\n\n        .capsule-note {\n            margin-top: 22px;\n            padding: 14px 18px;\n            background: rgba(192,86,107,0.08);\n            border-radius: 8px;\n            font-size: 0.85rem;\n            color: var(--rose-dark);\n            font-style: italic;\n        }\n\n        \/* ── QUOTE ── *\/\n        .quote-section {\n            padding: 64px 30px;\n            background: var(--dark2);\n            text-align: center;\n        }\n\n        .quote-section blockquote {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-style: italic;\n            color: var(--rose-light);\n            max-width: 720px;\n            margin: 0 auto 20px;\n            line-height: 1.5;\n        }\n\n        .quote-section blockquote::before { content: '\"'; }\n        .quote-section blockquote::after  { content: '\"'; }\n\n        .quote-section cite {\n            display: block;\n            font-size: 0.78rem;\n            color: rgba(255,255,255,0.35);\n            font-style: normal;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        \/* ── TESTIMONIAL CTA ── *\/\n        .testimonial-cta {\n            padding: 50px 30px;\n            background: var(--blush);\n            text-align: center;\n        }\n\n        .testimonial-cta p {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 2rem;\n            font-style: italic;\n            color: var(--dark);\n            margin-bottom: 6px;\n        }\n\n        .testimonial-cta span {\n            font-size: 0.85rem;\n            color: var(--mid);\n            letter-spacing: 1px;\n        }\n\n        \/* ── RESPONSIVE ── *\/\n        @media (max-width: 768px) {\n            .problem-section .inner,\n            .ingredients-grid,\n            .usage-grid,\n            .indications-section .inner { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"header\"\u003e\n    \u003cdiv class=\"orb orb-1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"orb orb-2\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"orb orb-3\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"particles\" id=\"particles\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"header-content\"\u003e\n        \u003cdiv class=\"badge\"\u003e\n            \u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e\n            Biolissime — Anti-Taches \u0026amp; Éclat\n        \u003c\/div\u003e\n        \u003ch1 class=\"header-title\"\u003e\n            \u003cspan class=\"brand\"\u003eSkinoxy\u003c\/span\u003e\n            \u003cspan class=\"product\"\u003eÉclat du Teint\u003c\/span\u003e\n        \u003c\/h1\u003e\n        \u003cp class=\"header-sub\"\u003eBoostez \u003cspan class=\"accent\"\u003ela jeunesse\u003c\/span\u003e et \u003cspan class=\"accent\"\u003el'éclat\u003c\/span\u003e de votre peau\u003cbr\u003ede l'intérieur — \u003cstrong\u003enaturellement\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"header-tagline\"\u003eEt si vous pouviez effacer les taches et retrouver votre éclat ?\u003c\/p\u003e\n        \u003cdiv class=\"header-pills\"\u003e\n            \u003cspan class=\"pill\"\u003e✨ Anti-taches pigmentaires\u003c\/span\u003e\n            \u003cspan class=\"pill\"\u003e💧 Hydratation profonde\u003c\/span\u003e\n            \u003cspan class=\"pill\"\u003e🌿 100% Naturel\u003c\/span\u003e\n            \u003cspan class=\"pill\"\u003e⏳ Anti-âge \u0026amp; anti-rides\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"price\"\u003e39,90€\u003c\/div\u003e\n            \u003cdiv class=\"price-sub\"\u003e1 gélule \/ jour\u003cbr\u003eCure 1 à 6 mois\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- INTRO STRIP --\u003e\n\u003cdiv class=\"intro-strip\"\u003e\n    \u003cp\u003eUn complexe naturel d'antioxydants qui atténue les taches pigmentaires, stimule le collagène et révèle l'éclat naturel de votre peau — de l'intérieur.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"section-label\"\u003eDémonstration\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003eDécouvrez Skinoxy Éclat du Teint en vidéo\u003c\/h2\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oFhIl9nnHZI\" title=\"Skinoxy Éclat du Teint — Démonstration\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"problem-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"section-label\"\u003eLe problème\u003c\/div\u003e\n            \u003ch2 class=\"section-title\"\u003ePollution, UV, alimentation : votre peau en paye le prix\u003c\/h2\u003e\n            \u003cp\u003eLe fonctionnement normal de votre corps produit des substances qui l'aident à lutter contre les attaques. Mais sous l'effet de facteurs environnementaux agressifs — \u003cstrong\u003epollution, UV, alimentation déséquilibrée\u003c\/strong\u003e — ce mécanisme se dérègle.\u003c\/p\u003e\n            \u003cp\u003eLe résultat ? Des \u003cstrong\u003etaches brunes\u003c\/strong\u003e qui s'installent sur votre visage, vos mains et votre décolleté. Un teint que vous ne reconnaissez plus. Pas dangereux — mais définitivement indésirable.\u003c\/p\u003e\n            \u003cp\u003eNos chercheurs ont trouvé la solution parfaite pour aider votre peau à lutter contre ces anomalies : \u003cstrong\u003eSkinoxy Éclat du Teint\u003c\/strong\u003e, un complexe antioxydant naturel qui agit de l'intérieur.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem-visual\"\u003e\n            \u003ch3\u003eCe que le stress oxydatif fait à votre peau\u003c\/h3\u003e\n            \u003cul class=\"damage-list\"\u003e\n                \u003cli\u003eTaches sombres et lentigo solaire\u003c\/li\u003e\n                \u003cli\u003eTeint terne et sans éclat\u003c\/li\u003e\n                \u003cli\u003ePeau moins ferme, vieillissement accéléré\u003c\/li\u003e\n                \u003cli\u003eRadicaux libres en excès\u003c\/li\u003e\n                \u003cli\u003eHydratation diminuée\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- TRIPLE ACTION BANNER --\u003e\n\u003cdiv class=\"action-banner\"\u003e\n    \u003cdiv class=\"kicker\"\u003eLa solution Biolissime\u003c\/div\u003e\n    \u003ch2\u003eUne \u003cem\u003etriple action\u003c\/em\u003e antioxydante, hydratante et anti-âge\u003c\/h2\u003e\n    \u003cp\u003eChaque gélule agit en profondeur pour révéler une peau lumineuse, lisse et résistante — sans risques, sans substances agressives.\u003c\/p\u003e\n    \u003cdiv class=\"triple-badges\"\u003e\n        \u003cdiv class=\"triple-badge\"\u003e🔴 Antioxydant\u003c\/div\u003e\n        \u003cdiv class=\"triple-badge\"\u003e💧 Hydratant\u003c\/div\u003e\n        \u003cdiv class=\"triple-badge\"\u003e⏳ Anti-âge\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"benefits-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"benefits-header\"\u003e\n            \u003cdiv class=\"section-label\"\u003eBienfaits\u003c\/div\u003e\n            \u003ch2 class=\"section-title\"\u003eDes résultats extraordinaires, sans risques\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefits-list\"\u003e\n            \u003cdiv class=\"benefit-row\"\u003e\n                \u003cdiv class=\"benefit-icon-wrap\"\u003e🛡️\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003eVous protégez efficacement votre peau fragile\u003c\/h4\u003e\n                    \u003cp\u003eLe Skinoxy Éclat du Teint dynamise vos défenses immunitaires en agissant de l'intérieur sur les taches, la fermeté et l'hydratation. Votre peau est mieux armée contre les agressions extérieures quotidiennes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-row\"\u003e\n                \u003cdiv class=\"benefit-icon-wrap\"\u003e✨\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003eVous retrouvez une peau lisse et rayonnante\u003c\/h4\u003e\n                    \u003cp\u003eGrâce à ses ingrédients minutieusement choisis — Glutathion, Extrait de Pin Maritime, Poudre de Perle — votre peau retrouve éclat, souplesse et uniformité de teint.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-row\"\u003e\n                \u003cdiv class=\"benefit-icon-wrap\"\u003e💧\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003eVotre peau sera plus hydratée\u003c\/h4\u003e\n                    \u003cp\u003eLa formule stimule la production de \u003cstrong\u003ecollagène\u003c\/strong\u003e et d'\u003cstrong\u003eacide hyaluronique\u003c\/strong\u003e, les deux piliers de l'hydratation et de la fermeté cutanée.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-row\"\u003e\n                \u003cdiv class=\"benefit-icon-wrap\"\u003e🕐\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003eDites adieu aux rides et ridules\u003c\/h4\u003e\n                    \u003cp\u003eLa composition particulière de vos gélules permet d'atténuer les rides et ridules pour un effet repulpant visible dès les premières semaines.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-row\"\u003e\n                \u003cdiv class=\"benefit-icon-wrap\"\u003e⚡\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003eDites adieu aux radicaux libres\u003c\/h4\u003e\n                    \u003cp\u003eLes antioxydants puissants de la formule neutralisent les radicaux libres en excès, stoppant le vieillissement cellulaire accéléré à la source.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003csection class=\"ingredients-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"ingredients-header\"\u003e\n            \u003cdiv class=\"section-label\"\u003eComposition unique\u003c\/div\u003e\n            \u003ch2 class=\"section-title\"\u003eLes actifs qui font la différence\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"ingredients-intro\"\u003eUne formule experte associant les antioxydants les plus puissants de la nature pour une action complète sur l'éclat, les taches et le vieillissement cutané.\u003c\/p\u003e\n        \u003cdiv class=\"ingredients-grid\"\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e🧬\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eCollagène Marin\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e150 mg\u003c\/div\u003e\n                \u003cp\u003eStimule la régénération cutanée, améliore la fermeté et la souplesse de la peau en profondeur.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e✨\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eGlutathion Réduit\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e100 mg\u003c\/div\u003e\n                \u003cp\u003eAntioxydant majeur qui inhibe la production de mélanine et illumine les teints les plus ternes.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e⚗️\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eL-Cystéine\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e40 mg\u003c\/div\u003e\n                \u003cp\u003eAcide aminé soufré qui renforce l'action du glutathion et soutient la synthèse de kératine.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e🌲\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eExtrait de Pin Maritime\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e50 mg\u003c\/div\u003e\n                \u003cp\u003ePuissant antioxydant végétal qui protège les cellules cutanées et améliore la microcirculation.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e🔵\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eCoenzyme Q10\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e10 mg\u003c\/div\u003e\n                \u003cp\u003eÉnergise les cellules cutanées, réduit l'oxydation et combat les signes visibles du vieillissement.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e🫧\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003ePoudre de Perle\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003e5 mg\u003c\/div\u003e\n                \u003cp\u003eMinéraux précieux qui illuminent et apaisent la peau, pour un teint nacré et lumineux.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ing-icon\"\u003e🍊\u003c\/div\u003e\n                \u003cdiv class=\"ing-name\"\u003eVitamines C, E, D \u0026amp; B3\u003c\/div\u003e\n                \u003cdiv class=\"ing-dose\"\u003eComplexe synergique\u003c\/div\u003e\n                \u003cp\u003eBouclier antioxydant complet qui soutient le renouvellement cellulaire et unifie le teint.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- USAGE --\u003e\n\u003csection class=\"usage-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"section-label\"\u003eConseils d'utilisation\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003eSimple, efficace et adaptable dans la durée\u003c\/h2\u003e\n        \u003cdiv class=\"usage-grid\"\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"icon\"\u003e💊\u003c\/div\u003e\n                \u003ch4\u003ePosologie\u003c\/h4\u003e\n                \u003cp\u003e\u003cstrong\u003e1 gélule par jour\u003c\/strong\u003e pendant un mois, au cours des repas. Renouvelable de 2 à 6 mois sans interruption.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"icon\"\u003e🧴\u003c\/div\u003e\n                \u003ch4\u003eSynergie de soins\u003c\/h4\u003e\n                \u003cp\u003eAssocier avec le \u003cstrong\u003eSérum Anti-Taches\u003c\/strong\u003e et le \u003cstrong\u003eFluide Solaire SPF 50\u003c\/strong\u003e Biolissime pour des résultats optimaux.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n                \u003ch4\u003eMode de vie\u003c\/h4\u003e\n                \u003cp\u003eBoire \u003cstrong\u003e1,5 L d'eau par jour\u003c\/strong\u003e et adopter une alimentation riche en fruits et légumes pour amplifier les effets.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"usage-highlight\"\u003e\n            \u003cp\u003eProduit destiné aux \u003cstrong\u003epeaux présentant des taches pigmentaires\u003c\/strong\u003e.\u003cbr\u003e\n            Convient également aux \u003cstrong\u003epeaux sensibles et réactives, aux femmes enceintes et allaitantes.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INDICATIONS --\u003e\n\u003csection class=\"indications-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"indication-box green\"\u003e\n            \u003ch4\u003e✅ Convient à\u003c\/h4\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\" style=\"background:#4A7C59\"\u003e\u003c\/span\u003e Tous les types de peaux avec taches pigmentaires\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\" style=\"background:#4A7C59\"\u003e\u003c\/span\u003e Peaux sensibles et réactives\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\" style=\"background:#4A7C59\"\u003e\u003c\/span\u003e Femmes enceintes et allaitantes\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\" style=\"background:#4A7C59\"\u003e\u003c\/span\u003e Peaux matures dès 40 ans\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\" style=\"background:#4A7C59\"\u003e\u003c\/span\u003e Peaux jeunes présentant des imperfections pigmentaires\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"indication-box\"\u003e\n            \u003ch4\u003eℹ️ Bon à savoir\u003c\/h4\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Taches brunes, lentigo solaire, taches de vieillesse : même combat\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Les résultats s'observent progressivement, semaine après semaine\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Pour une protection maximale, associer à une protection solaire externe\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Cure longue (3–6 mois) recommandée pour les cas persistants\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COMPOSITION --\u003e\n\u003csection class=\"composition-section\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"section-label\"\u003eTransparence\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003eComposition complète\u003c\/h2\u003e\n        \u003cdiv class=\"composition-box\"\u003e\n            \u003cdiv class=\"composition-label\"\u003eIngrédients \u0026amp; dosages\u003c\/div\u003e\n            \u003cp class=\"composition-text\"\u003eMarine collagène 150 mg, Glutathion réduit 100 mg, L-Cystéine 40 mg, Extrait de Pinus pinaster 50 mg, Acide alpha-lipoïque 13 mg, Vitamine E 28 mg, Vitamine D 16 mg, Vitamine B3 16 mg, Coenzyme Q10 10 mg, Vitamine C 5 mg, Poudre de perle 5 mg, Extrait de mûrier blanc (ratio) 2 mg, Zinc 7,5 mg.\u003c\/p\u003e\n            \u003cdiv class=\"capsule-note\"\u003e🌿 Formule naturelle — Sans perturbateurs endocriniens — Gélule végétale\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote-section\"\u003e\n    \u003cblockquote\u003eMoins de taches, plus d'éclat — révélez la peau que vous méritez\u003c\/blockquote\u003e\n    \u003ccite\u003eSkinoxy Éclat du Teint — Biolissime\u003c\/cite\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ Pearl particle sparkles\n    const container = document.getElementById('particles');\n    const count = 18;\n    for (let i = 0; i \u003c count; i++) {\n        const p = document.createElement('div');\n        p.className = 'particle';\n        const size = Math.random() * 4 + 2;\n        p.style.cssText = `\n            width: ${size}px;\n            height: ${size}px;\n            top: ${Math.random() * 100}%;\n            left: ${Math.random() * 100}%;\n            animation-delay: ${Math.random() * 4}s;\n            animation-duration: ${3 + Math.random() * 3}s;\n        `;\n        container.appendChild(p);\n    }\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":41634797224176,"sku":"","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/WhatsAppImage2026-03-16at11.34.36.jpg?v=1774416704"},{"product_id":"peeling-gommant-2-en-1-aux-enzymes-de-papaye","title":"Masque Exfoliant Purifiant","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMasque Exfoliant Purifiant au Charbon Bio - Biolissime\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e0e0e0;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #2c2c2c;\n            font-weight: 700;\n            border-bottom: 3px solid #2c2c2c;\n            padding-bottom: 2px;\n        }\n\n        .delivery {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #2c2c2c;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #2c2c2c;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #f5f5f5;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-top: 3px solid #2c2c2c;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(44, 44, 44, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '●';\n            color: #2c2c2c;\n            font-size: 2rem;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .accordion-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e0e0e0;\n            border-radius: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-item:hover {\n            border-color: #2c2c2c;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 22px 28px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #f9f9f9;\n        }\n\n        .accordion-header.active {\n            background: #2c2c2c;\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 22px;\n            height: 22px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #2c2c2c;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #2c2c2c;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n            color: white;\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 2500px;\n            padding: 35px 28px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 25px;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #e0e0e0;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .accordion-content-inner li {\n            padding: 14px 20px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(44, 44, 44, 0.03);\n            border-radius: 6px;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #2c2c2c;\n            font-weight: 500;\n        }\n\n        .info-box {\n            background: #f0f0f0;\n            border-left: 4px solid #2c2c2c;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        .info-box strong {\n            color: #2c2c2c;\n            display: block;\n            margin-bottom: 8px;\n            font-size: 1.05rem;\n        }\n\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .usage-step {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            border: 2px solid #e0e0e0;\n            text-align: center;\n        }\n\n        .step-number {\n            display: inline-block;\n            width: 40px;\n            height: 40px;\n            line-height: 40px;\n            border-radius: 50%;\n            background: #2c2c2c;\n            color: white;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n\n        .step-label {\n            font-size: 0.9rem;\n            color: #555;\n            font-weight: 500;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .accordion-title {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .accordion-section {\n                padding: 30px 20px;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .accordion-item {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003cdiv class=\"slogan\"\u003e\n                Masque \u003cspan class=\"highlight\"\u003eExfoliant Purifiant\u003c\/span\u003e\u003cbr\u003e\n                au \u003cspan class=\"highlight\"\u003eCharbon Bio\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"delivery\"\u003e\n                \u003csvg style=\"width: 18px; height: 18px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Peaux mixtes à grasses\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"intro\"\u003e\n            \u003cp\u003eFormulé à base de \u003cstrong\u003eCharbon Bio\u003c\/strong\u003e, notre nouveau Masque Exfoliant Purifiant prend soin des peaux mixtes à grasses sujettes aux imperfections.\u003c\/p\u003e\n            \u003cp\u003eIl \u003cstrong\u003elibère la peau des cellules mortes\u003c\/strong\u003e, réduit les pores dilatés et lisse le grain de peau.\u003c\/p\u003e\n            \u003cp\u003eTrès efficace pour absorber l'excès de sébum, notre masque visage \u003cstrong\u003eexfolie et purifie\u003c\/strong\u003e la peau pour limiter l'apparition de points noirs et boutons.\u003c\/p\u003e\n            \u003cp class=\"tagline\"\u003eDès la première utilisation, le teint est clarifié\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2\u003eLes bienfaits du masque\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eDétoxifie\u003c\/strong\u003e\u003cbr\u003eÉlimine les impuretés et cellules mortes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003ePurifie\u003c\/strong\u003e\u003cbr\u003eAbsorbe l'excès de sébum\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eAffine\u003c\/strong\u003e\u003cbr\u003eRéduit les pores dilatés\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eHydrate\u003c\/strong\u003e\u003cbr\u003eApaise et assouplit la peau\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eClarifie\u003c\/strong\u003e\u003cbr\u003eTeint plus lumineux\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003ePrévient\u003c\/strong\u003e\u003cbr\u003eLimite points noirs et boutons\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-section\"\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eComposition \u0026amp; Actifs\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003ch4\u003eCharbon Bio\u003c\/h4\u003e\n                        \u003cp\u003eLe charbon actif est reconnu pour ses propriétés détoxifiantes exceptionnelles. Il agit comme un véritable aimant à impuretés.\u003c\/p\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eDétoxifiant\u003c\/strong\u003e : absorbe les toxines et impuretés en profondeur\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eExfoliant\u003c\/strong\u003e : élimine les cellules mortes pour un grain de peau affiné\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRégulateur de sébum\u003c\/strong\u003e : absorbe l'excès de sébum sans agresser\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eAloe Vera Bio\u003c\/h4\u003e\n                        \u003cp\u003eIngrédient star des soins apaisants, l'Aloe Vera équilibre l'action purifiante du charbon.\u003c\/p\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHydratant\u003c\/strong\u003e : maintient l'hydratation de la peau\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eApaisant\u003c\/strong\u003e : calme les irritations et rougeurs\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRégénérant\u003c\/strong\u003e : favorise la réparation cutanée\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eGlycérine Végétale\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHumectant\u003c\/strong\u003e : retient l'eau dans les couches supérieures de la peau\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHydratant\u003c\/strong\u003e : maintient la souplesse et l'élasticité\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eProtecteur\u003c\/strong\u003e : renforce la barrière cutanée\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"quote\"\u003e« La peau est plus assainie, plus lumineuse »\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eMode d'emploi\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003cdiv class=\"usage-grid\"\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eNettoyez votre visage avec le Gel Nettoyant\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eAppliquez en couche épaisse sur peau sèche\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eLaissez poser quelques minutes\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eMassez en mouvements circulaires\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e5\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eRincez abondamment à l'eau tiède\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"usage-step\"\u003e\n                                \u003cdiv class=\"step-number\"\u003e6\u003c\/div\u003e\n                                \u003cdiv class=\"step-label\"\u003eAppliquez vos soins habituels\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch4\u003eConseils d'application\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eInsistez sur les zones les plus grasses (front, menton, nez) lors des massages\u003c\/li\u003e\n                            \u003cli\u003eEffectuez des mouvements circulaires doux pour exfolier en profondeur\u003c\/li\u003e\n                            \u003cli\u003eÉvitez le contour des yeux\u003c\/li\u003e\n                            \u003cli\u003eUtilisez de l'eau tiède pour rincer\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"info-box\"\u003e\n                            \u003cstrong\u003eFréquence d'utilisation\u003c\/strong\u003e\n                            À effectuer \u003cstrong\u003e1 à 2 fois par semaine\u003c\/strong\u003e pour des résultats optimaux sans agresser la peau.\n                        \u003c\/div\u003e\n\n                        \u003ch4\u003eRecommandations\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eParfait après un nettoyage avec le Gel Nettoyant Biolissime\u003c\/li\u003e\n                            \u003cli\u003eComplétez avec une crème hydratante adaptée\u003c\/li\u003e\n                            \u003cli\u003eNe pas appliquer sur une peau irritée ou lésée\u003c\/li\u003e\n                            \u003cli\u003eEn cas de sensibilité, réduire la fréquence d'utilisation\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003ePour qui ?\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003ch4\u003eIndication\u003c\/h4\u003e\n                        \u003cp\u003eCe masque est spécialement conçu pour les \u003cstrong\u003epeaux mixtes à grasses\u003c\/strong\u003e.\u003c\/p\u003e\n\n                        \u003ch4\u003eIdéal si vous avez :\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eUne zone T (front, nez, menton) brillante\u003c\/li\u003e\n                            \u003cli\u003eDes pores dilatés visibles\u003c\/li\u003e\n                            \u003cli\u003eDes points noirs récurrents\u003c\/li\u003e\n                            \u003cli\u003eDes imperfections ou boutons occasionnels\u003c\/li\u003e\n                            \u003cli\u003eUn teint terne qui manque d'éclat\u003c\/li\u003e\n                            \u003cli\u003eUne peau qui a besoin d'un nettoyage en profondeur\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eRésultats attendus\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eDès la première utilisation\u003c\/strong\u003e : teint clarifié, peau plus nette\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAprès 2-3 utilisations\u003c\/strong\u003e : pores visiblement resserrés, moins de brillance\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eUtilisation régulière\u003c\/strong\u003e : grain de peau affiné, réduction des imperfections\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"info-box\"\u003e\n                            \u003cstrong\u003e💡 Astuce\u003c\/strong\u003e\n                            Pour une action encore plus complète, alternez ce masque avec un masque hydratant sur les zones plus sèches de votre visage (joues, tempes).\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.31.20.png?v=1763073123\"\u003e\n  \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n            header.addEventListener('click', () =\u003e {\n                const content = header.nextElementSibling;\n                const isActive = header.classList.contains('active');\n\n                document.querySelectorAll('.accordion-header').forEach(h =\u003e {\n                    h.classList.remove('active');\n                    h.nextElementSibling.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    header.classList.add('active');\n                    content.classList.add('active');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":41634915844336,"sku":"4756.01L","price":7.96,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Le_soin_qui_reunit_force_et_douceur._2.png?v=1774416508"},{"product_id":"creme-de-jour-unifiante-spf-25","title":"Crème de Jour Unifiante SPF 25","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f9f5f0 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e8dfd5;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #c89968;\n            font-weight: 700;\n            border-bottom: 3px solid #c89968;\n            padding-bottom: 2px;\n        }\n\n        .spf-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #c89968;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #c89968;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #fdf8f3;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-top: 3px solid #c89968;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '●';\n            color: #c89968;\n            font-size: 2rem;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .accordion-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e8dfd5;\n            border-radius: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-item:hover {\n            border-color: #c89968;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 22px 28px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #fdf8f3;\n        }\n\n        .accordion-header.active {\n            background: #c89968;\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 22px;\n            height: 22px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #c89968;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #c89968;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 2500px;\n            padding: 35px 28px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 25px;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #e8dfd5;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .accordion-content-inner li {\n            padding: 14px 20px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(200, 153, 104, 0.03);\n            border-radius: 6px;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .ingredient-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 15px;\n            border-left: 4px solid #c89968;\n        }\n\n        .ingredient-name {\n            color: #c89968;\n            font-weight: 700;\n            font-size: 1.05rem;\n            margin-bottom: 8px;\n            display: block;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #c89968;\n            font-weight: 500;\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #fdf8f3 0%, #ffffff 100%);\n            border: 2px solid #c89968;\n            padding: 25px;\n            margin: 25px 0;\n            border-radius: 8px;\n            text-align: center;\n        }\n\n        .highlight-box strong {\n            color: #c89968;\n            font-size: 1.1rem;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .accordion-title {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .accordion-section {\n                padding: 30px 20px;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .accordion-item {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"slogan\"\u003eCrème de Jour \u003cspan class=\"highlight\"\u003eUnifiante\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"highlight\"\u003eSPF 25\u003c\/span\u003e Protection \u0026amp; Éclat\u003c\/div\u003e\n\u003cdiv class=\"spf-badge\"\u003e\n\u003csvg style=\"width: 18px; height: 18px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Protection UVA\/UVB SPF 25\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eLa \u003cstrong\u003eCrème de Jour SPF 25\u003c\/strong\u003e hydrate, nourrit et protège la peau des UVA\/UVB et des radicaux libres, tout en atténuant les taches pigmentaires.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDès 4 semaines\u003c\/strong\u003e, les taches s'estompent. Le teint est plus lumineux, plus éclatant.\u003c\/p\u003e\n\u003cp class=\"tagline\"\u003eL'allié parfait des peaux normales à sèches. Les peaux mixtes à grasse peuvent l'utiliser mais en petite quantité.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003ePourquoi l'adopter ?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eHydratation intense\u003c\/strong\u003e pour les peaux sèches et déshydratées\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eProtection SPF 25\u003c\/strong\u003e contre les UVA\/UVB et radicaux libres\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eAtténue les taches\u003c\/strong\u003e pigmentaires jour après jour\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eTexture légère\u003c\/strong\u003e et non grasse, absorption rapide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-section\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eDétails du produit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cdiv class=\"highlight-box\"\u003e\u003cstrong\u003ePeaux sèches et déshydratées !\u003c\/strong\u003e\u003c\/div\u003e\n\u003cp\u003eLa Crème de Jour SPF 25 hydrate, nourrit et protège la peau des UVA\/UVB et des radicaux libres, tout en atténuant les taches pigmentaires.\u003c\/p\u003e\n\u003ch4\u003eRésultats visibles\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDès 4 semaines\u003c\/strong\u003e : les taches s'estompent progressivement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTeint plus lumineux\u003c\/strong\u003e et éclatant jour après jour\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeau protégée\u003c\/strong\u003e des effets néfastes du soleil\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eTexture \u0026amp; Application\u003c\/h4\u003e\n\u003cp\u003eLégère et non grasse, la Crème de Jour Unifiante SPF 25 est l'allié parfait pour les peaux sèches et déshydratées. Elle atténue jour après jour les taches pigmentaires tout en protégeant la peau avec ses filtres solaires.\u003c\/p\u003e\n\u003cdiv class=\"quote\"\u003e« Protection quotidienne et éclat unifié »\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eConseils d'utilisation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eUtilisation\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAppliquez \u003cstrong\u003ele matin\u003c\/strong\u003e sur une peau propre et sèche\u003c\/li\u003e\n\u003cli\u003eÉvitez le contour des yeux\u003c\/li\u003e\n\u003cli\u003eMassez délicatement jusqu'à absorption complète\u003c\/li\u003e\n\u003cli\u003eUtilisez quotidiennement pour une protection optimale\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eIndication\u003c\/h4\u003e\n\u003cp style=\"text-align: center; padding: 20px; background: #fdf8f3; border-radius: 8px; margin-top: 20px;\"\u003e\u003cstrong\u003eConvient aux peaux normales à sèches\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch4\u003eRecommandations\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eProtection solaire quotidienne essentielle\u003c\/li\u003e\n\u003cli\u003eIdéale comme base de maquillage\u003c\/li\u003e\n\u003cli\u003ePeut être utilisée seule ou après votre sérum\u003c\/li\u003e\n\u003cli\u003eRéappliquer si exposition solaire prolongée\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7zm4 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eComposition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eComplexe clarifiant et exfoliant\u003c\/h4\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cspan class=\"ingredient-name\"\u003eSYNOVEA HR (Hexylresorcinol)\u003c\/span\u003e Correcteur d'hyperpigmentation. Antibactérien et protecteur antioxydant.\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cspan class=\"ingredient-name\"\u003eHUILE DE JOJOBA\u003c\/span\u003e Nourrissante, protectrice de l'hydratation. Calme, adoucit et assouplit.\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cspan class=\"ingredient-name\"\u003eKARITÉ\u003c\/span\u003e Riche en acides gras essentiels. Protège, nourrit, renforce et aide à la cicatrisation. Améliore la fermeté et l'élasticité de la peau.\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cspan class=\"ingredient-name\"\u003eALOE VERA\u003c\/span\u003e Hydratant, régénérant et cicatrisant.\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cspan class=\"ingredient-name\"\u003eFILTRES SOLAIRES ANTI UVA\/UVB\u003c\/span\u003e Protègent la peau des rayons solaires et de l'hyperpigmentation.\u003c\/div\u003e\n\u003ch4\u003ePoints clés\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eFormule spécialement conçue pour les peaux sèches\u003c\/li\u003e\n\u003cli\u003eProtection solaire SPF 25 intégrée\u003c\/li\u003e\n\u003cli\u003eTexture légère et non grasse\u003c\/li\u003e\n\u003cli\u003eAction anti-taches et unifiante\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 20px; font-size: 0.9rem; color: #777;\"\u003e\u003cstrong\u003eEAN :\u003c\/strong\u003e 3760191560024\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.19.47.png?v=1763072449\"\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.20.32.png?v=1763072450\"\u003e\u003cbr\u003e\u003cscript\u003e\n        document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n            header.addEventListener('click', () =\u003e {\n                const content = header.nextElementSibling;\n                const isActive = header.classList.contains('active');\n\n                document.querySelectorAll('.accordion-header').forEach(h =\u003e {\n                    h.classList.remove('active');\n                    h.nextElementSibling.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    header.classList.add('active');\n                    content.classList.add('active');\n                }\n            });\n        });\n    \u003c\/script\u003e\u003c\/p\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42001013440752,"sku":"4680.07L","price":26.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Le_soin_qui_reunit_force_et_douceur._5_c74db5d0-b06b-4b70-a4d1-188fb5a5d6fe.png?v=1774416704"},{"product_id":"nouveau-skinoxy-glutha-protect","title":"Skinoxy Glutha Protect + 30 gélules","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --gold: #C8A96E;\n            --gold-light: #E8D5A8;\n            --gold-dark: #9E7A3E;\n            --cream: #FAF6EF;\n            --dark: #1A1208;\n            --dark-brown: #2D2010;\n            --mid: #6B5840;\n            --sun: #F5A623;\n            --green: #4A7C59;\n            --green-light: #7AB893;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'DM Sans', sans-serif;\n            background: var(--cream);\n            color: var(--dark);\n            overflow-x: hidden;\n        }\n\n        \/* ── HEADER ── *\/\n        .header {\n            position: relative;\n            background: var(--dark);\n            min-height: 560px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            padding: 60px 30px;\n        }\n\n        .header-sun {\n            position: absolute;\n            top: -80px;\n            right: -80px;\n            width: 420px;\n            height: 420px;\n            border-radius: 50%;\n            background: radial-gradient(circle at 40% 40%, #F5A623 0%, #C8712A 50%, transparent 70%);\n            opacity: 0.35;\n            animation: pulse 6s ease-in-out infinite;\n        }\n\n        .header-sun2 {\n            position: absolute;\n            bottom: -100px;\n            left: -60px;\n            width: 300px;\n            height: 300px;\n            border-radius: 50%;\n            background: radial-gradient(circle at 50% 50%, var(--gold) 0%, transparent 70%);\n            opacity: 0.2;\n            animation: pulse 8s ease-in-out infinite reverse;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); opacity: 0.35; }\n            50% { transform: scale(1.08); opacity: 0.45; }\n        }\n\n        .rays {\n            position: absolute;\n            top: 50%;\n            right: 120px;\n            transform: translateY(-50%);\n            width: 200px;\n            height: 200px;\n            opacity: 0.12;\n        }\n\n        .ray {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 2px;\n            height: 80px;\n            background: var(--gold);\n            transform-origin: top center;\n            border-radius: 1px;\n        }\n\n        .header-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            max-width: 700px;\n        }\n\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(255,255,255,0.12);\n            border: 1px solid rgba(255,255,255,0.35);\n            color: #ffffff;\n            font-size: 0.72rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            padding: 6px 18px;\n            border-radius: 40px;\n            margin-bottom: 28px;\n        }\n\n        .header-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(2.8rem, 7vw, 5rem);\n            line-height: 1.05;\n            color: #ffffff;\n            font-weight: 700;\n            margin-bottom: 18px;\n            text-shadow: 0 2px 20px rgba(0,0,0,0.4);\n        }\n\n        .header-title .brand {\n            color: #FFD166;\n            font-style: italic;\n            font-weight: 600;\n            display: block;\n        }\n\n        .header-title .product {\n            color: #ffffff;\n            display: block;\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            font-weight: 600;\n            margin-top: 6px;\n        }\n\n        .header-sub {\n            font-size: 1.1rem;\n            color: #ffffff;\n            font-weight: 600;\n            margin-bottom: 10px;\n            line-height: 1.6;\n            text-shadow: 0 1px 8px rgba(0,0,0,0.5);\n        }\n\n        .header-sub .accent {\n            color: #FFD166;\n            font-weight: 800;\n        }\n\n        .header-tagline {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.15rem;\n            color: rgba(255,255,255,0.75);\n            font-style: italic;\n            margin-bottom: 32px;\n        }\n\n        .header-tags {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 36px;\n        }\n\n        .tag {\n            background: rgba(255,255,255,0.15);\n            border: 1px solid rgba(255,255,255,0.35);\n            color: #ffffff;\n            padding: 8px 18px;\n            border-radius: 6px;\n            font-size: 0.84rem;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n\n        .price-row {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .price {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 3rem;\n            font-weight: 700;\n            color: #FFD166;\n            text-shadow: 0 2px 12px rgba(0,0,0,0.3);\n        }\n\n        .price-note {\n            font-size: 0.85rem;\n            color: rgba(255,255,255,0.7);\n            font-weight: 500;\n            line-height: 1.5;\n        }\n\n        \/* ── INTRO STRIP ── *\/\n        .intro-strip {\n            background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold) 100%);\n            padding: 22px 30px;\n            text-align: center;\n        }\n\n        .intro-strip p {\n            color: white;\n            font-size: 1rem;\n            font-weight: 500;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        \/* ── PROBLEM SECTION ── *\/\n        .problem {\n            padding: 70px 30px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .section-label {\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--gold-dark);\n            margin-bottom: 14px;\n        }\n\n        .section-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.9rem, 4vw, 2.8rem);\n            font-weight: 600;\n            color: var(--dark);\n            line-height: 1.3;\n            margin-bottom: 30px;\n        }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: start;\n        }\n\n        .problem-text p {\n            color: var(--mid);\n            font-size: 1rem;\n            line-height: 1.85;\n            margin-bottom: 16px;\n        }\n\n        .oxidative-box {\n            background: var(--dark);\n            border-radius: 14px;\n            padding: 35px 30px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .oxidative-box::before {\n            content: '';\n            position: absolute;\n            top: -30px; right: -30px;\n            width: 120px; height: 120px;\n            border-radius: 50%;\n            background: radial-gradient(circle, var(--gold) 0%, transparent 70%);\n            opacity: 0.3;\n        }\n\n        .oxidative-box h3 {\n            font-family: 'Cormorant Garamond', serif;\n            color: var(--gold-light);\n            font-size: 1.3rem;\n            margin-bottom: 18px;\n            font-weight: 500;\n        }\n\n        .oxidative-box p {\n            color: rgba(255,255,255,0.7);\n            font-size: 0.92rem;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n\n        .damage-list {\n            list-style: none;\n        }\n\n        .damage-list li {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            color: white;\n            font-size: 0.88rem;\n            padding: 8px 0;\n            border-bottom: 1px solid rgba(200,169,110,0.15);\n        }\n\n        .damage-list li:last-child { border-bottom: none; }\n\n        .damage-list li::before {\n            content: '—';\n            color: var(--gold);\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n\n        \/* ── SOLUTION BANNER ── *\/\n        .solution-banner {\n            background: var(--dark-brown);\n            padding: 60px 30px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .solution-banner::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: repeating-linear-gradient(\n                45deg,\n                rgba(200,169,110,0.03) 0px,\n                rgba(200,169,110,0.03) 1px,\n                transparent 1px,\n                transparent 20px\n            );\n        }\n\n        .solution-banner .kicker {\n            font-size: 0.72rem;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--gold);\n            margin-bottom: 18px;\n            font-weight: 600;\n        }\n\n        .solution-banner h2 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            color: white;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            line-height: 1.3;\n            position: relative;\n        }\n\n        .solution-banner h2 em {\n            color: var(--gold-light);\n        }\n\n        .solution-banner p {\n            color: rgba(255,255,255,0.65);\n            font-size: 1rem;\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.8;\n            position: relative;\n        }\n\n        \/* ── BENEFITS ── *\/\n        .benefits-section {\n            padding: 70px 30px;\n            background: var(--cream);\n        }\n\n        .benefits-section .inner {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .benefits-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 22px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px 24px;\n            border-top: 3px solid var(--gold);\n            box-shadow: 0 4px 24px rgba(26,18,8,0.06);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            animation: fadeUp 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 12px 36px rgba(26,18,8,0.12);\n        }\n\n        @keyframes fadeUp {\n            to { opacity: 1; transform: translateY(0); }\n            from { opacity: 0; transform: translateY(20px); }\n        }\n\n        .benefit-icon {\n            font-size: 2rem;\n            margin-bottom: 14px;\n        }\n\n        .benefit-card h4 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.15rem;\n            color: var(--dark);\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .benefit-card p {\n            font-size: 0.9rem;\n            color: var(--mid);\n            line-height: 1.7;\n        }\n\n        \/* ── INGREDIENTS ── *\/\n        .ingredients-section {\n            padding: 70px 30px;\n            background: white;\n        }\n\n        .ingredients-section .inner {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .ingredients-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .ingredients-intro {\n            max-width: 640px;\n            margin: 0 auto 50px;\n            text-align: center;\n            color: var(--mid);\n            font-size: 0.98rem;\n            line-height: 1.8;\n        }\n\n        .ingredient-card {\n            display: grid;\n            grid-template-columns: 80px 1fr;\n            gap: 30px;\n            align-items: start;\n            background: var(--cream);\n            border-radius: 14px;\n            padding: 32px 30px;\n            margin-bottom: 20px;\n            border-left: 4px solid var(--gold);\n            transition: transform 0.3s ease;\n            animation: fadeUp 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .ingredient-card:hover {\n            transform: translateX(6px);\n        }\n\n        .ingredient-number {\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--gold-dark), var(--gold));\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.4rem;\n            color: white;\n            font-weight: 600;\n            flex-shrink: 0;\n        }\n\n        .ingredient-body h3 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.4rem;\n            color: var(--gold-dark);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .ingredient-tag {\n            display: inline-block;\n            background: rgba(200,169,110,0.15);\n            color: var(--gold-dark);\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            padding: 3px 10px;\n            border-radius: 30px;\n            margin-bottom: 12px;\n        }\n\n        .ingredient-body p {\n            color: var(--mid);\n            font-size: 0.93rem;\n            line-height: 1.8;\n        }\n\n        \/* ── USAGE ── *\/\n        .usage-section {\n            padding: 70px 30px;\n            background: linear-gradient(135deg, var(--dark) 0%, var(--dark-brown) 100%);\n        }\n\n        .usage-section .inner {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .usage-section .section-label { color: var(--gold); }\n        .usage-section .section-title { color: white; }\n\n        .usage-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .usage-card {\n            background: rgba(255,255,255,0.06);\n            border: 1px solid rgba(200,169,110,0.2);\n            border-radius: 12px;\n            padding: 28px 26px;\n        }\n\n        .usage-card .icon {\n            font-size: 2rem;\n            margin-bottom: 14px;\n        }\n\n        .usage-card h4 {\n            font-family: 'Cormorant Garamond', serif;\n            color: var(--gold-light);\n            font-size: 1.15rem;\n            margin-bottom: 10px;\n        }\n\n        .usage-card p {\n            color: rgba(255,255,255,0.65);\n            font-size: 0.9rem;\n            line-height: 1.75;\n        }\n\n        .usage-card strong {\n            color: white;\n        }\n\n        \/* ── INDICATIONS ── *\/\n        .indications-section {\n            padding: 60px 30px;\n            background: var(--cream);\n        }\n\n        .indications-section .inner {\n            max-width: 900px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n\n        .indication-box {\n            background: white;\n            border-radius: 12px;\n            padding: 28px;\n            box-shadow: 0 2px 16px rgba(26,18,8,0.06);\n        }\n\n        .indication-box h4 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.2rem;\n            color: var(--dark);\n            margin-bottom: 16px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--gold-light);\n        }\n\n        .indication-box ul {\n            list-style: none;\n        }\n\n        .indication-box ul li {\n            display: flex;\n            gap: 10px;\n            font-size: 0.9rem;\n            color: var(--mid);\n            padding: 6px 0;\n            line-height: 1.5;\n        }\n\n        .indication-box ul li .dot {\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--gold);\n            flex-shrink: 0;\n            margin-top: 6px;\n        }\n\n        .indication-box.warning .dot { background: #C0392B; }\n        .indication-box.warning h4 { border-bottom-color: #e8c4c0; }\n\n        \/* ── COMPOSITION ── *\/\n        .composition-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .composition-section .inner {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .composition-box {\n            background: var(--cream);\n            border-radius: 12px;\n            padding: 36px;\n            border: 1px solid rgba(200,169,110,0.25);\n        }\n\n        .composition-label {\n            font-size: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gold-dark);\n            margin-bottom: 14px;\n        }\n\n        .composition-text {\n            color: var(--mid);\n            font-size: 0.9rem;\n            line-height: 1.9;\n        }\n\n        .capsule-note {\n            margin-top: 20px;\n            padding: 14px 18px;\n            background: rgba(200,169,110,0.1);\n            border-radius: 8px;\n            font-size: 0.85rem;\n            color: var(--gold-dark);\n            font-style: italic;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        \/* ── QUOTE ── *\/\n        .quote-section {\n            padding: 60px 30px;\n            background: var(--dark);\n            text-align: center;\n        }\n\n        .quote-section blockquote {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-style: italic;\n            color: var(--gold-light);\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n            font-weight: 400;\n        }\n\n        .quote-section blockquote::before { content: '\"'; }\n        .quote-section blockquote::after { content: '\"'; }\n\n        .quote-section cite {\n            display: block;\n            margin-top: 20px;\n            font-size: 0.82rem;\n            color: rgba(255,255,255,0.4);\n            font-style: normal;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        \/* ── TESTIMONIAL CTA ── *\/\n        .testimonial-cta {\n            padding: 50px 30px;\n            background: var(--cream);\n            text-align: center;\n        }\n\n        .testimonial-cta p {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 2rem;\n            font-style: italic;\n            color: var(--dark);\n            margin-bottom: 6px;\n        }\n\n        .testimonial-cta span {\n            font-size: 0.85rem;\n            color: var(--mid);\n            letter-spacing: 1px;\n        }\n\n        \/* ── RESPONSIVE ── *\/\n        @media (max-width: 768px) {\n            .problem-grid,\n            .benefits-grid,\n            .usage-grid,\n            .indications-section .inner { grid-template-columns: 1fr; }\n\n            .ingredient-card { grid-template-columns: 60px 1fr; gap: 20px; }\n\n            .rays { display: none; }\n        }\n\n        \/* stagger animations *\/\n        .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-card:nth-child(5) { animation-delay: 0.5s; }\n        .benefit-card:nth-child(6) { animation-delay: 0.6s; }\n        .ingredient-card:nth-child(1) { animation-delay: 0.1s; }\n        .ingredient-card:nth-child(2) { animation-delay: 0.25s; }\n        .ingredient-card:nth-child(3) { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"header-sun\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-sun2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Sun rays decoration --\u003e\n\u003cdiv class=\"rays\" id=\"rays\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003cdiv class=\"badge\"\u003eBiolissime — Protection Naturelle\u003c\/div\u003e\n\u003ch1 class=\"header-title\"\u003e\n\u003cspan class=\"brand\"\u003eSkinoxy Glutha\u003c\/span\u003e \u003cspan class=\"product\"\u003eProtect +\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"header-sub\"\u003eLa \u003cspan class=\"accent\"\u003e1ère cure intensive\u003c\/span\u003e d'origine \u003cspan class=\"accent\"\u003e100% naturelle\u003c\/span\u003e\u003cbr\u003equi protège votre peau \u003cstrong\u003ede l'intérieur\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"header-tagline\"\u003eSoleil, pollution, taches — votre bouclier naturel au quotidien\u003c\/p\u003e\n\u003cdiv class=\"header-tags\"\u003e\n\u003cspan class=\"tag\"\u003e☀️ Protection UVA\/UVB\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🌿 100% Naturel\u003c\/span\u003e \u003cspan class=\"tag\"\u003e✨ Éclat du teint\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🛡️ Anti-taches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-row\"\u003e\n\u003cdiv class=\"price\"\u003e54,90€\u003c\/div\u003e\n\u003cdiv class=\"price-note\"\u003e1 gélule\/jour\u003cbr\u003eavant l'exposition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO STRIP --\u003e\n\u003cdiv class=\"intro-strip\"\u003e\n\u003cp\u003eDes gélules 100% naturelles qui protègent votre peau des agressions extérieures — soleil, pollution, stress oxydatif — tout en illuminant votre teint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"problem\"\u003e\n\u003cdiv class=\"problem-grid\"\u003e\n\u003cdiv class=\"problem-text\"\u003e\n\u003cdiv class=\"section-label\"\u003eLe problème\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eEntre les crèmes inefficaces et les formules toxiques, votre peau mérite mieux\u003c\/h2\u003e\n\u003cp\u003eLes crèmes solaires classiques sont souvent peu efficaces, désagréables à l'usage ou chargées en perturbateurs endocriniens et substances toxiques.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkinoxy Glutha Protect +\u003c\/strong\u003e propose une alternative : une protection de l'intérieur, naturelle, efficace et sans compromis pour votre santé.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oxidative-box\"\u003e\n\u003ch3\u003eLe stress oxydatif, ennemi de votre peau\u003c\/h3\u003e\n\u003cp\u003eNotre organisme produit naturellement des radicaux libres. Sous l'effet des UV et de la pollution, ce mécanisme se dérègle, générant un excès de radicaux libres.\u003c\/p\u003e\n\u003cul class=\"damage-list\"\u003e\n\u003cli\u003eApparition de taches sombres\u003c\/li\u003e\n\u003cli\u003eTeint terne et sans éclat\u003c\/li\u003e\n\u003cli\u003ePeau moins ferme, vieillissement accéléré\u003c\/li\u003e\n\u003cli\u003eImperfections accrues\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOLUTION BANNER --\u003e\n\u003cdiv class=\"solution-banner\"\u003e\n\u003cdiv class=\"kicker\"\u003eLa solution Biolissime\u003c\/div\u003e\n\u003ch2\u003eLa 1ère cure intensive \u003cem\u003ed'origine naturelle\u003c\/em\u003e qui protège votre peau de l'intérieur\u003c\/h2\u003e\n\u003cp\u003eFormulé pour augmenter la résistance de la peau face aux agressions extérieures, protéger contre les taches, et illuminer le teint en profondeur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"benefits-section\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv class=\"benefits-header\"\u003e\n\u003cdiv class=\"section-label\"\u003eBienfaits\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eCe que Skinoxy Glutha Protect + fait pour vous\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch4\u003eProtection solaire interne\u003c\/h4\u003e\n\u003cp\u003eProtège la peau contre les effets néfastes des rayons UVA\/UVB et les dommages liés à l'exposition solaire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch4\u003eAnti-taches \u0026amp; anti-assombrissement\u003c\/h4\u003e\n\u003cp\u003eEmpêche l'apparition des taches de pigmentation et combat l'assombrissement du teint causé par le soleil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003eÉclat \u0026amp; illumination\u003c\/h4\u003e\n\u003cp\u003eIllumine et éclaircit légèrement le teint pour une peau plus lumineuse et rayonnante — sans le blanchir.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003ch4\u003ePeau plus forte \u0026amp; résistante\u003c\/h4\u003e\n\u003cp\u003eRenforce les défenses naturelles de la peau pour mieux résister aux agressions quotidiennes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003ch4\u003eHydratation \u0026amp; anti-rides\u003c\/h4\u003e\n\u003cp\u003eAméliore l'hydratation cutanée et réduit l'apparence des rides liées aux dommages oxydatifs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch4\u003eFormule 100% naturelle\u003c\/h4\u003e\n\u003cp\u003eSans perturbateurs endocriniens, sans substances toxiques — conçue par des scientifiques pour votre santé.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003csection class=\"ingredients-section\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv class=\"ingredients-header\"\u003e\n\u003cdiv class=\"section-label\"\u003eComposition unique\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eUn complexe d'actifs naturels, sélectionnés par des scientifiques\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"ingredients-intro\"\u003eChaque ingrédient a été rigoureusement sélectionné pour sa sûreté et son efficacité prouvée. Une formule synergique qui agit en profondeur, de l'intérieur.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"ingredient-body\"\u003e\n\u003ch3\u003ePolypodium\u003c\/h3\u003e\n\u003cspan class=\"ingredient-tag\"\u003ePhoto-protecteur\u003c\/span\u003e\n\u003cp\u003eInspiré de la médecine traditionnelle des peuples indigènes, cet ingrédient photo-protecteur protège votre peau des effets néfastes des rayons solaires. Il répare, soulage et préserve la peau tout en régénérant les tissus cutanés en profondeur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"ingredient-body\"\u003e\n\u003ch3\u003eAstaxanthine\u003c\/h3\u003e\n\u003cspan class=\"ingredient-tag\"\u003eAntioxydant puissant — 80× vitamine E\u003c\/span\u003e\n\u003cp\u003eAntioxydant exceptionnel, 80 fois plus efficace que la vitamine E. Non seulement il protège contre les effets nocifs des rayons UV (taches, coups de soleil), mais il réduit également les rides et améliore significativement l'hydratation cutanée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"ingredient-body\"\u003e\n\u003ch3\u003eGlutathion Réduit\u003c\/h3\u003e\n\u003cspan class=\"ingredient-tag\"\u003eAnti-mélanine \u0026amp; éclat\u003c\/span\u003e\n\u003cp\u003eL'un des antioxydants les plus puissants qui inhibent naturellement la production de mélanine. Inclus dans la formule pour donner un éclat magnifique aux teints les plus ternes et maintenir la jeunesse de la peau dans la durée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USAGE --\u003e\n\u003csection class=\"usage-section\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eUtilisation\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eSimple et efficace, au quotidien\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e💊\u003c\/div\u003e\n\u003ch4\u003ePosologie recommandée\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e1 gélule par jour\u003c\/strong\u003e au cours des repas, avant l'exposition au soleil. Pour une action optimale, associer au \u003cstrong\u003eFluide Solaire SPF 50\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🧴\u003c\/div\u003e\n\u003ch4\u003eProtection complémentaire\u003c\/h4\u003e\n\u003cp\u003eL'utilisation d'une protection solaire externe (crème solaire, chapeau, lunettes) est \u003cstrong\u003eindispensable\u003c\/strong\u003e lors des expositions solaires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INDICATIONS --\u003e\n\u003csection class=\"indications-section\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv class=\"indication-box\"\u003e\n\u003ch4\u003e✅ Convient à\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Tous les types de peaux\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Peaux sujettes aux taches et à l'hyperpigmentation\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Peaux exposées au soleil et à la pollution\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Personnes souhaitant un teint plus lumineux naturellement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"indication-box warning\"\u003e\n\u003ch4\u003e⚠️ Contre-indications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Personnes allergiques aux crustacés\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Femmes enceintes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Femmes allaitantes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Ce produit n'est \u003cstrong\u003epas blanchissant\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPOSITION --\u003e\n\u003csection class=\"composition-section\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 36px;\"\u003e\n\u003cdiv class=\"section-label\"\u003eTransparence\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eComposition complète\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"composition-box\"\u003e\n\u003cdiv class=\"composition-label\"\u003eIngrédients\u003c\/div\u003e\n\u003cp class=\"composition-text\"\u003eExtrait de Polypodium leucotomos, Astaxanthine (Haematococcus pluvialis), Glutathion réduit, Agent d'enrobage (Hydroxypropylméthylcellulose), Antiagglomérants (sels de magnésium d'acides gras et dioxyde de silicium).\u003c\/p\u003e\n\u003cdiv class=\"capsule-note\"\u003e🌿 Gélule 100% végétale — Sans perturbateurs endocriniens — Sans substances toxiques\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote-section\"\u003e\n\u003cblockquote\u003eUne protection venue de l'intérieur, pour une peau forte, lumineuse et préservée\u003c\/blockquote\u003e\n\u003ccite\u003eSkinoxy Glutha Protect+ — Biolissime\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42001013965040,"sku":"","price":34.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/WhatsAppImage2026-03-16at11.38.15.jpg?v=1774416704"},{"product_id":"lait-veloute-unifiant-anti-taches","title":"Lait Velouté Unifiant","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Inter', sans-serif;\n        background: #ffffff;\n        color: #2c2c2c;\n        line-height: 1.7;\n    }\n\n    .container {\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .header {\n        background: linear-gradient(135deg, #f9f5f0 0%, #ffffff 100%);\n        padding: 60px 30px;\n        text-align: center;\n        border-bottom: 1px solid #e8dfd5;\n    }\n\n    .new-formula-badge {\n        display: inline-block;\n        background: #1a1a1a;\n        color: #c89968;\n        padding: 5px 15px;\n        border-radius: 4px;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        margin-bottom: 20px;\n    }\n\n    .slogan {\n        font-family: 'Playfair Display', serif;\n        font-size: 2.8rem;\n        line-height: 1.3;\n        color: #1a1a1a;\n        font-weight: 600;\n        max-width: 850px;\n        margin: 0 auto 20px;\n    }\n\n    .slogan .highlight {\n        color: #c89968;\n        font-weight: 700;\n        border-bottom: 3px solid #c89968;\n        padding-bottom: 2px;\n    }\n\n    .delivery {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: #c89968;\n        color: white;\n        padding: 12px 24px;\n        border-radius: 50px;\n        font-size: 0.85rem;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin-top: 25px;\n    }\n\n    .intro {\n        padding: 50px 30px;\n        text-align: center;\n        background: white;\n    }\n\n    .intro p {\n        font-size: 1.1rem;\n        color: #444;\n        line-height: 1.8;\n        margin-bottom: 15px;\n        max-width: 750px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .natural-score {\n        font-size: 1.5rem;\n        color: #c89968;\n        font-family: 'Playfair Display', serif;\n        font-weight: 700;\n        margin: 20px 0;\n    }\n\n    .benefits {\n        padding: 50px 30px;\n        background: #fafafa;\n    }\n\n    .benefits h2 {\n        text-align: center;\n        font-family: 'Playfair Display', serif;\n        color: #1a1a1a;\n        margin-bottom: 40px;\n        font-size: 2.2rem;\n        font-weight: 600;\n    }\n\n    .benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 25px;\n        max-width: 950px;\n        margin: 0 auto;\n    }\n\n    .benefit-card {\n        background: white;\n        padding: 35px 25px;\n        border-radius: 12px;\n        text-align: center;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);\n        transition: all 0.3s ease;\n        border-top: 3px solid #c89968;\n    }\n\n    .benefit-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(200, 153, 104, 0.15);\n    }\n\n    .benefit-card::before {\n        content: '✨';\n        font-size: 1.5rem;\n        display: block;\n        margin-bottom: 15px;\n    }\n\n    .accordion-section {\n        padding: 50px 30px;\n        background: white;\n    }\n\n    .accordion-item {\n        margin-bottom: 20px;\n        border: 1px solid #e8dfd5;\n        border-radius: 12px;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\n\n    .accordion-header {\n        background: white;\n        padding: 24px 30px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .accordion-header:hover {\n        background: #fdf8f3;\n    }\n\n    .accordion-header.active {\n        background: #c89968;\n    }\n\n    .accordion-header.active .accordion-title,\n    .accordion-header.active .accordion-arrow {\n        color: white;\n    }\n\n    .accordion-title {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        color: #1a1a1a;\n        font-size: 1.15rem;\n        font-weight: 600;\n    }\n\n    .accordion-icon {\n        width: 22px;\n        height: 22px;\n        flex-shrink: 0;\n    }\n\n    .accordion-icon svg {\n        width: 100%;\n        height: 100%;\n        fill: #c89968;\n    }\n\n    .accordion-header.active .accordion-icon svg {\n        fill: white;\n    }\n\n    .accordion-arrow {\n        color: #c89968;\n        font-size: 1.2rem;\n        transition: transform 0.3s ease;\n    }\n\n    .accordion-header.active .accordion-arrow {\n        transform: rotate(180deg);\n    }\n\n    .accordion-content {\n        max-height: 0;\n        overflow: hidden;\n        background: #fafafa;\n        transition: max-height 0.4s ease;\n    }\n\n    .accordion-content.active {\n        max-height: 2500px;\n        padding: 35px 30px;\n    }\n\n    .accordion-content-inner h4 {\n        color: #1a1a1a;\n        margin-top: 30px;\n        margin-bottom: 15px;\n        font-size: 1.2rem;\n        font-weight: 600;\n        border-left: 4px solid #c89968;\n        padding-left: 15px;\n    }\n\n    .accordion-content-inner h4:first-child {\n        margin-top: 0;\n    }\n\n    .accordion-content-inner ul {\n        list-style: none;\n        margin-top: 15px;\n    }\n\n    .accordion-content-inner li {\n        padding: 12px 0;\n        border-bottom: 1px solid #eee;\n        color: #555;\n    }\n\n    .accordion-content-inner li strong {\n        color: #1a1a1a;\n    }\n\n    .ingredients-list {\n        background: white;\n        padding: 25px;\n        border-radius: 8px;\n        font-size: 0.85rem;\n        line-height: 1.8;\n        color: #777;\n        margin-top: 20px;\n        border: 1px solid #e8dfd5;\n    }\n\n    .quote {\n        text-align: center;\n        font-family: 'Playfair Display', serif;\n        font-style: italic;\n        color: #1a1a1a;\n        font-size: 1.5rem;\n        margin: 40px 0;\n        padding: 30px;\n        background: #fdf8f3;\n        border-radius: 12px;\n        border-left: 6px solid #c89968;\n    }\n\n    .image-gallery {\n        text-align: center;\n        padding: 40px 20px;\n    }\n\n    .image-gallery img {\n        max-width: 100%;\n        height: auto;\n        margin-bottom: 20px;\n        border-radius: 8px;\n    }\n\n    @media (max-width: 768px) {\n        .slogan { font-size: 1.8rem; }\n        .benefits-grid { grid-template-columns: 1fr; }\n        .header { padding: 40px 20px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"new-formula-badge\"\u003e Formule Améliorée\u003c\/div\u003e\n\u003cdiv class=\"slogan\"\u003eL'excellence d'un teint \u003cspan class=\"highlight\"\u003eunifié et précieux\u003c\/span\u003e,\u003cbr\u003esans jamais altérer votre carnation.\u003c\/div\u003e\n\u003cdiv class=\"natural-score\"\u003e98.4% d'Origine Naturelle\u003c\/div\u003e\n\u003cp style=\"color: #555; font-size: 1.1rem; max-width: 700px; margin: 20px auto;\"\u003eDécouvrez la version \u003cstrong\u003eHaute Performance\u003c\/strong\u003e de notre Lait Velouté Unifiant. Une synergie d'actifs nobles pour une peau lumineuse et visiblement plus belle jour après jour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003ch2\u003e\u003cspan\u003eUne peau plus lumineuse, plus uniforme et intensément nourrie.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eDécouvrez la nouvelle génération du \u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003eLait Velouté Unifiant Biolissime\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eUne formule haute performance conçue pour améliorer l'apparence des taches pigmentaires tout en apportant à la peau le confort et la nutrition dont elle a besoin au quotidien.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eGrâce à son association d'actifs unifiants, de beurre de Karité, d'huile de Macadamia, Extrait de gingembre et d'huiles végétales précieuses, il aide à révéler un teint plus harmonieux tout en préservant l'hydratation naturelle de la peau.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eJour après jour, la peau paraît plus douce, plus souple et visiblement plus uniforme et éclatante.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003eL'innovation Biolissime\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eAction \"Peau Neuve\"\u003c\/strong\u003e : Un effet kératolytique doux qui accélère le renouvellement cellulaire et l'atténuation des taches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eAbsorption ADN\u003c\/strong\u003e : Des huiles d'Avocat et Jojoba Bio sélectionnées pour leur parfaite affinité avec la peau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eTexture Suprême\u003c\/strong\u003e : Un équilibre parfait mi-velouté mi-onctueux. Une noisette suffit pour une hydratation longue durée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eÉclat Universel\u003c\/strong\u003e : Sans paillettes, il laisse un fini légèrement nacré grâce au Karité. Idéal pour femmes et hommes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-section\"\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eSecrets de la Formule\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eNouveaux Actifs Rares\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSynovea® HR Amélioré\u003c\/strong\u003e : L'étalon-or de l'unification, encore plus performant contre l'hyperpigmentation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHuiles Bio d'Avocat \u0026amp; Jojoba\u003c\/strong\u003e : Riches en nutriments essentiels, elles imitent les lipides naturels pour une barrière cutanée renforcée.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSurconcentration de Beurre de Karité\u003c\/strong\u003e : Nourrit intensément et apporte ce fini nacré naturel unique sans ajout de paillettes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAction Kératolytique Douce\u003c\/strong\u003e : Lisse le grain de peau pour un teint lumineux dès les premières applications.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"quote\"\u003e« Le chic d'un glow naturel, la science d'une peau saine. »\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eApplication Prestige\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eGrâce à sa nouvelle texture onctueuse, seule une petite quantité est nécessaire pour couvrir et protéger chaque zone du corps.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMatin et\/ou Soir\u003c\/strong\u003e : Sur peau propre, massez jusqu'à pénétration totale.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZones Ciblées\u003c\/strong\u003e : Insistez sur les coudes, genoux et zones d'ombre pour un effet \"Peau Neuve\" optimal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnisex\u003c\/strong\u003e : Sa texture non grasse et son fini discret conviennent parfaitement aux hommes recherchant un teint uniforme.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003eComposition Haute Gamme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eListe complète (INCI) - 96,4% Naturel\u003c\/h4\u003e\n\u003cdiv class=\"ingredients-list\"\u003eAQUA (WATER), BUTYROSPERMUM PARKII (SHEA) BUTTER, PROPYLENE GLYCOL, DECYL OLEATE, C14-22 ALCOHOLS, CAPRYLIC\/CAPRIC TRIGLYCERIDE, GLYCERIN, PRUNUS AMYGDALUS DULCIS OIL, CETEARYL ALCOHOL, SODIUM CARBOXYMETHYL STARCH, C12-20 ALKYL GLUCOSIDE, PARFUM, CHLORPHENESIN, MACADAMIA INTEGRIFOLIA SEED OIL, PERSEA GRATISSIMA (AVOCADO) OIL*, SIMMONDSIA CHINENSIS (JOJOBA) SEED OIL*, HEXYLRESORCINOL, TOCOPHEROL, GLYCINE SOJA OIL, RETINYL PALMITATE, HELIANTHUS ANNUUS SEED OIL, ZINGIBER ZERUMBET EXTRACT, CITRIC ACID. \u003cbr\u003e\u003cem\u003e*Ingrédients issus de l'Agriculture Biologique.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003e\u003cstrong\u003eEngagement :\u003c\/strong\u003e Sans hydroquinone, sans corticoïde. Fabriqué en France.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-gallery\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.10.58.png?v=1763072010\" alt=\"Biolissime Prestige 1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.11.26.png?v=1763072010\" alt=\"Biolissime Prestige 2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.11.49.png?v=1763072011\" alt=\"Biolissime Prestige 3\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42001015013616,"sku":"3760191560116","price":44.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/PHOTO-2026-02-08-18-42-04.jpg?v=1774416704"},{"product_id":"offre-3-pour-2-skinoxy-caps","title":"Pack Renaissance Pack Anti-Taches \u0026 Éclat Skinoxy Duo – 6 Mois","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f9f5f0 0%, #fdf8f3 50%, #f0f0f0 100%);\n            padding: 70px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e8dfd5;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(200, 153, 104, 0.05) 0%, transparent 70%);\n            animation: pulse 15s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        .pack-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #c89968, #d4a574);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 20px;\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.5);\n            position: relative;\n            z-index: 1;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n        }\n\n        .preorder-badge {\n            display: inline-block;\n            background: #ff2a00;\n            color: white;\n            padding: 14px 35px;\n            border-radius: 35px;\n            font-size: 0.95rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            margin-bottom: 30px;\n            box-shadow: 0 6px 25px rgba(255, 42, 0, 0.5);\n            position: relative;\n            z-index: 1;\n            animation: glow 2.5s ease-in-out infinite;\n        }\n\n        @keyframes glow {\n            0%, 100% { \n                box-shadow: 0 6px 25px rgba(255, 42, 0, 0.5);\n                transform: scale(1);\n            }\n            50% { \n                box-shadow: 0 8px 35px rgba(255, 42, 0, 0.7);\n                transform: scale(1.02);\n            }\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.2rem;\n            line-height: 1.3;\n            color: #1a1a1a;\n            font-weight: 700;\n            max-width: 900px;\n            margin: 0 auto 30px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .slogan .highlight {\n            color: #c89968;\n            font-weight: 700;\n            border-bottom: 3px solid #c89968;\n            padding-bottom: 2px;\n        }\n\n        .slogan .duration {\n            color: #c89968;\n            font-weight: 700;\n        }\n\n        .subtitle {\n            font-size: 1.5rem;\n            color: #555;\n            margin-bottom: 35px;\n            font-weight: 600;\n            font-style: italic;\n            position: relative;\n            z-index: 1;\n        }\n\n        .badges-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 35px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: white;\n            color: #2c2c2c;\n            padding: 12px 20px;\n            border-radius: 50px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n            border: 2px solid #e8dfd5;\n        }\n\n        .intro {\n            padding: 60px 30px;\n            text-align: center;\n            background: linear-gradient(180deg, white 0%, #fafafa 100%);\n        }\n\n        .intro p {\n            font-size: 1.15rem;\n            color: #555;\n            line-height: 1.9;\n            margin-bottom: 18px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.4rem;\n            color: #c89968;\n            font-weight: 700;\n            margin-top: 35px;\n            padding: 22px 45px;\n            background: linear-gradient(135deg, #fff9f5 0%, #ffffff 100%);\n            border-radius: 15px;\n            display: inline-block;\n            border: 3px solid #c89968;\n            box-shadow: 0 4px 20px rgba(200, 153, 104, 0.2);\n        }\n\n        .pack-content-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .pack-content-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 50px;\n            font-size: 2.5rem;\n            font-weight: 700;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 30px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .content-item {\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n            padding: 35px 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n            border-top: 4px solid #c89968;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .content-item:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 8px 30px rgba(200, 153, 104, 0.2);\n        }\n\n        .content-item-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: #c89968;\n        }\n\n        .content-item h3 {\n            color: #1a1a1a;\n            font-size: 1.25rem;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n\n        .content-item p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .bonus-badge {\n            background: linear-gradient(135deg, #ff2a00, #d02000);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 18px;\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            display: inline-block;\n            margin-bottom: 12px;\n            box-shadow: 0 3px 10px rgba(255, 42, 0, 0.3);\n        }\n\n        .premium-badge {\n            background: linear-gradient(135deg, #c89968, #d4a574);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 18px;\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            display: inline-block;\n            margin-bottom: 12px;\n            box-shadow: 0 3px 10px rgba(200, 153, 104, 0.4);\n        }\n\n        .synergy-section {\n            padding: 50px 30px;\n            background: white;\n            text-align: center;\n        }\n\n        .synergy-section h3 {\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            font-weight: 600;\n        }\n\n        .synergy-list {\n            max-width: 750px;\n            margin: 0 auto;\n            list-style: none;\n            padding: 0;\n        }\n\n        .synergy-list li {\n            padding: 18px 25px;\n            margin-bottom: 15px;\n            background: #fafafa;\n            border-radius: 10px;\n            border-left: 4px solid #c89968;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n            font-size: 1.05rem;\n            color: #555;\n            text-align: left;\n        }\n\n        .ideal-section {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .ideal-section h3 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 35px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .ideal-list {\n            max-width: 750px;\n            margin: 0 auto;\n            list-style: none;\n            padding: 0;\n        }\n\n        .ideal-list li {\n            padding: 18px 25px;\n            margin-bottom: 15px;\n            background: white;\n            border-radius: 10px;\n            border-left: 4px solid #c89968;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n            font-size: 1.05rem;\n            color: #555;\n        }\n\n        .products-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .products-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 50px;\n            font-size: 2.3rem;\n            font-weight: 600;\n        }\n\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 35px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .product-card {\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n            padding: 40px 35px;\n            border-radius: 15px;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            border-top: 4px solid #c89968;\n            position: relative;\n        }\n\n        .product-card:nth-child(2) {\n            border-top-color: #ff2a00;\n        }\n\n        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 10px 35px rgba(200, 153, 104, 0.25);\n        }\n\n        .product-icon {\n            font-size: 2.8rem;\n            margin-bottom: 25px;\n            display: block;\n        }\n\n        .product-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            font-size: 1.5rem;\n            margin-bottom: 18px;\n            font-weight: 600;\n        }\n\n        .product-card p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .benefits {\n            padding: 60px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 50px;\n            font-size: 2.3rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 15px;\n            text-align: left;\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border-left: 4px solid #c89968;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 8px 25px rgba(200, 153, 104, 0.2);\n        }\n\n        .benefit-card h4 {\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .benefit-card .result {\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 2px solid #f0f0f0;\n            color: #c89968;\n            font-weight: 700;\n            font-size: 0.95rem;\n        }\n\n        .accordion-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .accordion-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2.3rem;\n            font-weight: 600;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e8dfd5;\n            border-radius: 12px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: white;\n        }\n\n        .accordion-item:hover {\n            border-color: #c89968;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 24px 30px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #fdf8f3;\n        }\n\n        .accordion-header.active {\n            background: linear-gradient(135deg, #c89968, #d4a574);\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.2rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 26px;\n            height: 26px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #c89968;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #c89968;\n            font-size: 1.3rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 4000px;\n            padding: 40px 30px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 30px;\n            margin-bottom: 18px;\n            font-size: 1.15rem;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8dfd5;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 18px;\n        }\n\n        .accordion-content-inner li {\n            padding: 16px 22px;\n            position: relative;\n            margin-bottom: 12px;\n            background: rgba(200, 153, 104, 0.04);\n            border-radius: 8px;\n            padding-left: 50px;\n        }\n\n        .accordion-content-inner li::before {\n            content: '→';\n            color: #c89968;\n            font-weight: 700;\n            position: absolute;\n            left: 22px;\n            font-size: 1.3rem;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .ingredient-box {\n            background: white;\n            padding: 22px;\n            border-radius: 10px;\n            margin: 18px 0;\n            border-left: 4px solid #c89968;\n        }\n\n        .ingredient-box h5 {\n            color: #c89968;\n            font-size: 1.08rem;\n            margin-bottom: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n        }\n\n        .ingredient-box p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .routine-steps {\n            background: white;\n            padding: 35px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border: 2px solid #e8dfd5;\n        }\n\n        .step {\n            display: flex;\n            align-items: flex-start;\n            gap: 22px;\n            margin-bottom: 28px;\n            padding-bottom: 28px;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .step:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .step-icon {\n            flex-shrink: 0;\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #c89968, #d4a574);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1.05rem;\n        }\n\n        .step-content h5 {\n            color: #1a1a1a;\n            margin-bottom: 10px;\n            font-size: 1.08rem;\n        }\n\n        .step-content p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.6rem;\n            margin: 45px 0;\n            padding: 35px;\n            background: white;\n            border-radius: 12px;\n            border-left: 6px solid #c89968;\n            font-weight: 500;\n            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #fdf8f3 0%, #ffffff 100%);\n            border: 3px solid #c89968;\n            padding: 35px;\n            margin: 35px 0;\n            border-radius: 15px;\n            text-align: center;\n        }\n\n        .highlight-box strong {\n            color: #c89968;\n            font-size: 1.2rem;\n            display: block;\n            margin-bottom: 12px;\n        }\n\n        .highlight-box p {\n            color: #555;\n            font-size: 1.05rem;\n            line-height: 1.8;\n        }\n\n        .warning-box {\n            background: #fff8f0;\n            border-left: 4px solid #ff9800;\n            padding: 22px;\n            margin: 25px 0;\n            border-radius: 6px;\n        }\n\n        .warning-box strong {\n            color: #ff9800;\n            display: block;\n            margin-bottom: 10px;\n            font-size: 1.08rem;\n        }\n\n        .cta-section {\n            padding: 70px 30px;\n            background: linear-gradient(135deg, #c89968 0%, #b8894e 100%);\n            text-align: center;\n            color: white;\n        }\n\n        .cta-section h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 25px;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-section p {\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n            opacity: 0.95;\n            position: relative;\n            z-index: 1;\n        }\n\n        .limited-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 14px 30px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 600;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n            position: relative;\n            z-index: 1;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 2.3rem;\n            }\n\n            .products-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .pack-content-section, .experience-section, .ideal-section, .products-section, .benefits, .accordion-section, .cta-section {\n                padding: 45px 20px;\n            }\n\n            .badges-row {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(25px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .product-card {\n            animation: fadeIn 0.7s ease forwards;\n            opacity: 0;\n        }\n\n        .product-card:nth-child(1) { animation-delay: 0.1s; }\n        .product-card:nth-child(2) { animation-delay: 0.2s; }\n\n        .accordion-item {\n            animation: fadeIn 0.6s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n        .accordion-item:nth-child(4) { animation-delay: 0.4s; }\n        .accordion-item:nth-child(5) { animation-delay: 0.5s; }\n        .accordion-item:nth-child(6) { animation-delay: 0.6s; }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"pack-badge\"\u003ePack Renaissance\u003c\/div\u003e\n\u003cdiv class=\"slogan\"\u003eRituel \u003cspan class=\"highlight\"\u003eInside-Out\u003c\/span\u003e\u003cbr\u003eSkinoxy Duo \u003cspan class=\"duration\"\u003e6 Mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"subtitle\"\u003e\"6 mois pour transformer ta peau, ton énergie et ta confiance\"\u003c\/div\u003e\n\u003cdiv class=\"badges-row\"\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l.29-1.71c2.42 0 4.65-.67 6.29-1.78A7.27 7.27 0 0015 17c1.66-2.42 2.57-5.62 2-9zm-3.75 6.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20.5 10.94c.13-.32.1-.23.15-.39.24-.76.35-1.58.35-2.45 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 .87.11 1.69.35 2.45.05.16.02.07.15.39.13.31.27.62.43.92.08.16.18.31.28.47l.09.15c1.95 2.95 5.3 4.12 8.7 4.12s6.75-1.17 8.7-4.12l.09-.15c.1-.16.2-.31.28-.47.16-.3.3-.61.43-.92z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e 100% Naturel\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M12 2L2 7L12 12L22 7L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M2 17L12 22L22 17\" stroke=\"#c89968\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M2 12L12 17L22 12\" stroke=\"#c89968\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Fabriqué en France\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Expérience complète 180 jours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp data-start=\"444\" data-end=\"540\"\u003e\u003cstrong data-start=\"444\" data-end=\"540\"\u003e6 mois pour agir durablement sur les taches pigmentaires, le mélasma et les signes de l'âge.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"542\" data-end=\"763\"\u003eLe Pack Renaissance associe Skinoxy Caps et Skinoxy Glutha Protect+ dans une routine complète conçue pour nourrir la peau de l'intérieur, soutenir son éclat naturel et l'aider à mieux résister aux agressions quotidiennes.\u003c\/p\u003e\n\u003cp data-start=\"765\" data-end=\"818\"\u003eAide à atténuer l'apparence des taches pigmentaires\u003c\/p\u003e\n\u003cp data-start=\"820\" data-end=\"860\"\u003e Soutient les peaux sujettes au mélasma\u003c\/p\u003e\n\u003cp data-start=\"862\" data-end=\"907\"\u003eFavorise un teint plus lumineux et uniforme\u003c\/p\u003e\n\u003cp data-start=\"909\" data-end=\"964\"\u003eAide à préserver la fermeté et la jeunesse de la peau\u003c\/p\u003e\n\u003cp data-start=\"966\" data-end=\"1033\"\u003eProtège contre le stress oxydatif lié au soleil et à la pollution\u003c\/p\u003e\n\u003cp data-start=\"1035\" data-end=\"1139\"\u003e\u003cstrong\u003eUne routine beauté intérieure complète pour retrouver progressivement une peau plus lumineuse, uniforme et rayonnante de confiance.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"background-color: initial; color: rgb(200, 153, 104); font-size: 1.4rem; font-weight: bold;\"\u003eRenaissance complète en 180 jours\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-content-section\"\u003e\n\u003ch2\u003eContenu du Pack Renaissance\u003c\/h2\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"55\" height=\"55\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e6 × Skinoxy Caps\u003c\/h3\u003e\n\u003cp\u003e6 mois de cure complète\u003cbr\u003eHydratation \u0026amp; Éclat du Teint\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"55\" height=\"55\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z\" fill=\"#ff2a00\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e6 × Skinoxy Glutha Protect+\u003c\/h3\u003e\n\u003cp\u003e6 mois de cure complète\u003cbr\u003eProtection \u0026amp; Clarté\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cspan class=\"bonus-badge\"\u003eOffert\u003c\/span\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"55\" height=\"55\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eE-book Rituel Inside-Out\u003c\/h3\u003e\n\u003cp\u003eGuide complet 180 jours\u003cbr\u003eOffert avec votre pack\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cspan class=\"premium-badge\"\u003eExclusif\u003c\/span\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"55\" height=\"55\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eGroupe Privé Skinoxy Glow\u003c\/h3\u003e\n\u003cp\u003eAccès exclusif au groupe\u003cbr\u003eConseils + rituels mensuels\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cspan class=\"bonus-badge\"\u003eCadeau\u003c\/span\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"55\" height=\"55\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSérum Boosteur Anti-Taches\u003c\/h3\u003e\n\u003cp\u003e1 sérum offert\u003cbr\u003e+ Livraison gratuite\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-section\"\u003e\n\u003ch3\u003eUne expérience de transformation complète\u003c\/h3\u003e\n\u003cul class=\"synergy-list\"\u003e\n\u003cli\u003eTu corriges tes taches de l'intérieur pendant 180 jours\u003c\/li\u003e\n\u003cli\u003eTu intensifie ton résultat avec le sérum offert\u003c\/li\u003e\n\u003cli\u003eTu reconnectes avec ton éclat naturel\u003c\/li\u003e\n\u003cli\u003eTu illumines ton teint, équilibres ton énergie et renforces ta confiance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-section\"\u003e\n\u003ch3\u003eIdéal si tu veux :\u003c\/h3\u003e\n\u003cul class=\"ideal-list\"\u003e\n\u003cli\u003eVoir ton teint devenir plus homogène et lumineux au fil des mois\u003c\/li\u003e\n\u003cli\u003eAider à atténuer l'apparence des taches pigmentaires et du mélasma\u003c\/li\u003e\n\u003cli\u003eSoutenir ta peau de l'intérieur pour révéler tout son éclat\u003c\/li\u003e\n\u003cli\u003eTe regarder dans le miroir et retrouver confiance en ta peau\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"products-section\"\u003e\n\u003ch2\u003eLes 2 formules du pack\u003c\/h2\u003e\n\u003cdiv class=\"products-grid\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cspan class=\"product-icon\"\u003e \u003csvg width=\"45\" height=\"45\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSkinoxy Caps\u003c\/h3\u003e\n\u003cp data-start=\"651\" data-end=\"684\"\u003e\u003cstrong data-start=\"651\" data-end=\"684\"\u003eHydratation, Éclat \u0026amp; Fermeté.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"686\" data-end=\"911\"\u003eUne formule experte associant collagène marin, glutathion réduit, vitamines et antioxydants pour aider à atténuer les taches pigmentaires, réveiller l'éclat naturel du teint et préserver la jeunesse de la peau de l'intérieur.\u003c\/p\u003e\n\u003cp data-start=\"913\" data-end=\"1000\"\u003e\u003cstrong data-start=\"913\" data-end=\"1000\"\u003eUne action globale sur l'hydratation, la fermeté, l'éclat et l'uniformité du teint.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cspan class=\"product-icon\"\u003e \u003csvg width=\"45\" height=\"45\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z\" fill=\"#ff2a00\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSkinoxy Glutha Protect+\u003c\/h3\u003e\n\u003cp data-start=\"29\" data-end=\"78\"\u003e\u003cstrong data-start=\"29\" data-end=\"78\"\u003eProtection UV Intérieure, Anti-Taches \u0026amp; Éclat\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"80\" data-end=\"255\"\u003eUne formule experte à base de glutathion, Polypodium Leucotomos et antioxydants pour aider la peau à lutter contre les effets du soleil, de la pollution et du stress oxydatif.\u003c\/p\u003e\n\u003cp data-start=\"257\" data-end=\"298\"\u003e Aide à prévenir les taches pigmentaires\u003c\/p\u003e\n\u003cp data-start=\"300\" data-end=\"340\"\u003e Soutient les peaux sujettes au mélasma\u003c\/p\u003e\n\u003cp data-start=\"342\" data-end=\"385\"\u003e Protège l'éclat et la jeunesse de la peau\u003c\/p\u003e\n\u003cp data-start=\"387\" data-end=\"430\"\u003e  Révèle un teint plus lumineux et uniforme\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003eLes 6 bénéfices du Pack Skinoxy\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e1. Unification du teint\u003c\/h4\u003e\n\u003cp\u003eLes formules Skinoxy réduisent progressivement l'apparence des taches pigmentaires, corrigent les irrégularités du teint et apportent une clarté naturelle visible.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau plus uniforme, lumineuse et homogène\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e2. Hydratation \u0026amp; repulpement\u003c\/h4\u003e\n\u003cp\u003eGrâce au collagène et à l'acide hyaluronique, la peau est hydratée de l'intérieur, les traits sont lissés et le teint retrouve son éclat frais et rebondi.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau repulpée et éclatante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e3. Protection solaire \u0026amp; antioxydante\u003c\/h4\u003e\n\u003cp\u003eLe glutathion, la vitamine C et les extraits végétaux renforcent les défenses naturelles de la peau contre les UV, la pollution et le stress oxydatif.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Moins d'agressions, moins de taches, une peau plus résistante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e4. Action anti-âge globale\u003c\/h4\u003e\n\u003cp\u003eLes Skinoxy stimulent la production naturelle de collagène et d'élastine, préservant la fermeté et la jeunesse cellulaire.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Rides et ridules s'estompent, la peau paraît plus lisse et tonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e5. Éclat \u0026amp; vitalité\u003c\/h4\u003e\n\u003cp\u003eEn améliorant la microcirculation et la régénération cellulaire, le duo Skinoxy redonne de la lumière et de la transparence au teint.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau rayonnante, fraîche et pleine de vie\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e6. Défense \u0026amp; équilibre cutané\u003c\/h4\u003e\n\u003cp\u003eLes antioxydants naturels renforcent la barrière protectrice de la peau et limitent l'impact des agressions quotidiennes.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ La peau devient plus forte, plus saine, plus éclatante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-section\"\u003e\n\u003ch2\u003eTout savoir sur votre Pack Renaissance\u003c\/h2\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eLe Rituel Inside-Out 6 Mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eUn rituel beauté à suivre pendant \u003cstrong\u003e180 jours\u003c\/strong\u003e pour une transformation complète et durable de votre peau.\u003c\/p\u003e\n\u003cdiv class=\"routine-steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-icon\"\u003eMatin\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch5\u003eVotre rituel quotidien\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003e1 gélule Skinoxy Caps\u003c\/strong\u003e (hydratation \u0026amp; éclat) + \u003cstrong\u003e1 gélule Skinoxy Glutha Protect+\u003c\/strong\u003e (clarté \u0026amp; protection)\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eÀ prendre au cours des repas avec un grand verre d'eau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4\u003eRecommandations pour une transformation optimale\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBuvez \u003cstrong\u003e1,5L d'eau par jour\u003c\/strong\u003e minimum pour optimiser l'élimination des toxines\u003c\/li\u003e\n\u003cli\u003eAdoptez une \u003cstrong\u003ealimentation équilibrée\u003c\/strong\u003e riche en fruits et légumes frais\u003c\/li\u003e\n\u003cli\u003eUtilisez le \u003cstrong\u003eSérum Boosteur Anti-Taches offert\u003c\/strong\u003e matin et soir\u003c\/li\u003e\n\u003cli\u003eAssociez avec le \u003cstrong\u003eFluide Solaire SPF 50\u003c\/strong\u003e Biolissime\u003c\/li\u003e\n\u003cli\u003eSuivez le programme complet des \u003cstrong\u003e180 jours sans interruption\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eConsultez l'e-book offert pour un suivi détaillé\u003c\/li\u003e\n\u003cli\u003eParticipez au \u003cstrong\u003egroupe privé Skinoxy Glow\u003c\/strong\u003e pour des conseils mensuels\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"quote\"\u003e« Un rituel simple, rapide et efficace pour nourrir, protéger et illuminer votre peau de l'intérieur »\u003c\/div\u003e\n\u003ch4\u003eChronologie de transformation sur 6 mois\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 1\u003c\/strong\u003e : Peau plus hydratée, teint plus frais, premiers effets visibles\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 2\u003c\/strong\u003e : Teint plus lumineux, début d'unification, peau plus douce\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 3\u003c\/strong\u003e : Taches visiblement atténuées, teint unifié, protection renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 4\u003c\/strong\u003e : Transformation visible, peau repulpée, éclat naturel retrouvé\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 5\u003c\/strong\u003e : Résultats consolidés, peau rayonnante, confiance renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 6\u003c\/strong\u003e : Renaissance complète, transformation durable et profonde\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7zm4 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eComposition \u0026amp; Ingrédients clés\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eSkinoxy Caps - Hydratation \u0026amp; Éclat\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.9rem; color: #666; line-height: 1.7; margin-bottom: 20px;\"\u003eMarine collagène 150mg, Glutathion réduit 100mg, L-Cysteine 40mg, Coenzyme Q10 10mg, Vitamin E 28mg, extrait de Pinus pinaster 50mg, Vitamine C 5mg, poudre de perle 5mg, extrait de murier blanc ratio 2mg, acide alpha lipoïque 13mg, vitamine D 16mg, zinc 7,5mg, vitamine B3 16mg.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eCollagène Marin\u003c\/h5\u003e\n\u003cp\u003eStimule la production naturelle de collagène, améliore l'hydratation, la fermeté et l'élasticité de la peau. Combat les rides et ridules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eGlutathion Réduit\u003c\/h5\u003e\n\u003cp\u003ePuissant antioxydant qui inhibe la production de mélanine. Donne un éclat magnifique aux teints ternes et maintient la jeunesse de la peau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePoudre de Perle\u003c\/h5\u003e\n\u003cp\u003eIngrédient précieux qui illumine le teint, apporte de la luminosité et favorise la clarté naturelle de la peau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch4\u003eSkinoxy Glutha Protect+ - Protection \u0026amp; Clarté\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.9rem; color: #666; line-height: 1.7; margin-bottom: 20px;\"\u003eL-Glutathion réduit 300 mg, extrait de Pinus Pinaster (Pin Maritime) 95% OPC 100mg, extrait de Polypodium Leucotomos (feuille) 130 mg, Astaxanthine 2% 30 mg, Stéarate de Magnésium, Farine de riz.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePolypodium Leucotomos\u003c\/h5\u003e\n\u003cp\u003eIngrédient photo-protecteur inspiré de la médecine traditionnelle. Protège la peau des effets néfastes des rayons UV, répare, préserve et régénère les tissus cutanés.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eAstaxanthine\u003c\/h5\u003e\n\u003cp\u003eAntioxydant 80 fois plus efficace que la vitamine E. Protège des UV, réduit les rides, améliore l'hydratation et prévient les taches et coups de soleil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePin Maritime (Pinus Pinaster)\u003c\/h5\u003e\n\u003cp\u003eRiche en OPC (proanthocyanidines), puissant antioxydant qui protège contre le stress oxydatif, renforce la barrière cutanée et améliore la microcirculation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l.29-1.71c2.42 0 4.65-.67 6.29-1.78A7.27 7.27 0 0015 17c1.66-2.42 2.57-5.62 2-9zm-3.75 6.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M20.5 10.94c.13-.32.1-.23.15-.39.24-.76.35-1.58.35-2.45 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 .87.11 1.69.35 2.45.05.16.02.07.15.39.13.31.27.62.43.92.08.16.18.31.28.47l.09.15c1.95 2.95 5.3 4.12 8.7 4.12s6.75-1.17 8.7-4.12l.09-.15c.1-.16.2-.31.28-.47.16-.3.3-.61.43-.92z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Formules 100% naturelles \u003c\/strong\u003e\n\u003cp\u003eIngrédients minutieusement sélectionnés pour leur efficacité et leur sécurité. Sans agents blanchissants dangereux.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003ePour qui ? Pourquoi choisir le Pack Renaissance ?\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003ePourquoi choisir le Pack Renaissance ?\u003c\/h4\u003e\n\u003cp\u003eSi tu recherches une \u003cstrong\u003etransformation complète et durable\u003c\/strong\u003e de ta peau, le Pack Renaissance est fait pour toi. Ce n'est pas qu'une cure, c'est une \u003cstrong\u003eexpérience holistique\u003c\/strong\u003e qui combine beauté intérieure et extérieure.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003ePendant 6 mois, tu bénéficies d'un accompagnement complet : les gélules pour nourrir de l'intérieur, le sérum pour agir de l'extérieur, l'e-book pour te guider, et le groupe privé pour partager ton expérience.\u003c\/p\u003e\n\u003ch4\u003ePour qui ?\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCelles qui veulent une \u003cstrong\u003etransformation profonde et visible\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCelles qui cherchent à \u003cstrong\u003ereconnecter avec leur éclat naturel\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCelles qui sont prêtes à s'engager sur \u003cstrong\u003e6 mois\u003c\/strong\u003e pour des résultats durables\u003c\/li\u003e\n\u003cli\u003eCelles qui veulent \u003cstrong\u003eilluminer leur teint, équilibrer leur énergie et renforcer leur confiance\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConvient à tous les types de peau\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePeaux avec \u003cstrong\u003etaches pigmentaires\u003c\/strong\u003e (taches brunes, mélasma, hyperpigmentation)\u003c\/li\u003e\n\u003cli\u003ePeaux avec un \u003cstrong\u003eteint terne, irrégulier ou fatigué\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux exposées au \u003cstrong\u003esoleil et à la pollution\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux en perte de \u003cstrong\u003efermeté et d'élasticité\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux présentant des signes de \u003cstrong\u003evieillissement\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConvient également\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePeaux sensibles et réactives\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFemmes enceintes et allaitantes\u003c\/strong\u003e (Skinoxy Caps uniquement)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" fill=\"#ff9800\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Contre-indications \u003c\/strong\u003e Skinoxy Glutha Protect+ est non recommandé aux personnes allergiques aux crustacés, aux femmes enceintes et allaitantes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eRésultats \u0026amp; Renaissance sur 6 mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eUne transformation extraordinaire et durable\u003c\/h4\u003e\n\u003cp\u003eLe Pack Renaissance te permet de vivre une véritable \u003cstrong\u003emétamorphose cutanée\u003c\/strong\u003e sur 180 jours. Cette durée optimale permet à ta peau de se régénérer complètement et d'intégrer durablement les bénéfices des actifs.\u003c\/p\u003e\n\u003ch4\u003eChronologie détaillée de renaissance\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 1 - Éveil\u003c\/strong\u003e : Hydratation améliorée, peau plus douce, teint plus frais. Les premiers signes de changement apparaissent\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 2 - Illumination\u003c\/strong\u003e : Début d'unification du teint, peau plus lumineuse, réduction légère des taches\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 3 - Transformation\u003c\/strong\u003e : Taches visiblement atténuées, teint unifié, texture améliorée, protection renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 4 - Rayonnement\u003c\/strong\u003e : Transformation visible, peau repulpée, éclat naturel retrouvé, confiance grandissante\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 5 - Consolidation\u003c\/strong\u003e : Résultats consolidés, peau rayonnante, fermeté améliorée, énergie renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 6 - Renaissance\u003c\/strong\u003e : Transformation complète, peau lumineuse et pleine de vie, confiance totale\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"quote\"\u003e« 6 mois pour transformer ta peau, ton énergie et ta confiance »\u003c\/div\u003e\n\u003ch4\u003eLes bénéfices durables\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtection efficace\u003c\/strong\u003e - Défenses immunitaires dynamisées, peau protégée des agressions\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeau lisse et rayonnante\u003c\/strong\u003e - Triple action antioxydante, hydratante et anti-âge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydratation optimale\u003c\/strong\u003e - Production de collagène et d'acide hyaluronique stimulée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRéduction des signes de l'âge\u003c\/strong\u003e - Rides et ridules visiblement atténuées\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtection contre les radicaux libres\u003c\/strong\u003e - Combat efficace du stress oxydatif\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" fill=\"#ff9800\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Protection solaire indispensable \u003c\/strong\u003e L'utilisation d'une protection solaire externe (crème solaire SPF 50, chapeau, lunettes) est indispensable lors des expositions solaires. Utilisez le Sérum Anti-Taches offert + le Fluide Solaire SPF 50 Biolissime pour une protection optimale.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eGroupe Privé Skinoxy Glow (Exclusif)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eAccès exclusif au groupe privé\u003c\/h4\u003e\n\u003cp\u003eAvec le Pack Renaissance, tu rejoins une \u003cstrong\u003ecommunauté exclusive\u003c\/strong\u003e de femmes engagées dans leur transformation beauté.\u003c\/p\u003e\n\u003ch4\u003eContenu du groupe Skinoxy Glow\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRituels mensuels\u003c\/strong\u003e - Un nouveau rituel beauté chaque mois adapté à ta progression\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConseils personnalisés\u003c\/strong\u003e - Réponds à tes questions et partage d'expériences\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDéfis beauté\u003c\/strong\u003e - Challenges mensuels pour rester motivée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRecettes exclusives\u003c\/strong\u003e - Smoothies beauté, masques maison, et plus\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLives mensuels\u003c\/strong\u003e - Sessions en direct avec des experts beauté\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuivi de progression\u003c\/strong\u003e - Partage tes avant\/après et célèbre tes résultats\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e Avantage exclusif \u003c\/strong\u003e\n\u003cp\u003eCet accès au groupe privé est réservé uniquement aux membres du Pack Renaissance 6 Mois. Un espace bienveillant pour partager, s'inspirer et progresser ensemble.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eCadeaux offerts : Sérum + Livraison\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eSérum Boosteur Anti-Taches offert\u003c\/h4\u003e\n\u003cp\u003eAvec ton Pack Renaissance, reçois \u003cstrong\u003egratuitement\u003c\/strong\u003e le Sérum Boosteur Anti-Taches Biolissime, notre sérum star pour une action externe complémentaire.\u003c\/p\u003e\n\u003ch4\u003ePourquoi ce sérum ?\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplexe d'extraits de plantes alpines\u003c\/strong\u003e - 100% sûrs et efficaces\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAction ciblée\u003c\/strong\u003e - Agit sur les taches, cicatrices et teint irrégulier\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRésultats prouvés\u003c\/strong\u003e - Éclaircissement visible dès 28 jours\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplémentarité parfaite\u003c\/strong\u003e - Booste l'action des gélules de l'intérieur\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eAction combinée intérieure + extérieure\u003c\/h4\u003e\n\u003cp\u003eEn combinant les gélules Skinoxy (action intérieure) avec le Sérum Boosteur (action extérieure), tu maximises les résultats et accélères la transformation de ta peau.\u003c\/p\u003e\n\u003ch4\u003eLivraison offerte\u003c\/h4\u003e\n\u003cp\u003eLa livraison de ton Pack Renaissance est entièrement \u003cstrong\u003egratuite\u003c\/strong\u003e, pour que tu puisses commencer ton rituel sans attendre.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Valeur totale des cadeaux \u003c\/strong\u003e\n\u003cp\u003eSérum Boosteur Anti-Taches (39,90€) + Livraison (9,90€) = 49,80€ de cadeaux offerts avec votre Pack Renaissance !\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003ePrête pour ta Renaissance ?\u003c\/h2\u003e\n\u003cp\u003eTransforme ta peau, ton énergie et ta confiance en 6 mois\u003c\/p\u003e\n\u003cdiv class=\"limited-badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Précommande - Livraison Janvier 2026 - Sérum + Livraison Offerts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.23.32.png?v=1763072763\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42001015242992,"sku":"","price":305.64,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/IMG_1184.jpg?v=1762562481"},{"product_id":"offre-3-pour-2-skinoxy-glutha","title":"Pack Transformation  Anti-Taches, Mélasma \u0026 Anti-Âge Skinoxy – 3 Mois","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f9f5f0 0%, #fdf8f3 50%, #f0f0f0 100%);\n            padding: 60px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e8dfd5;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(200, 153, 104, 0.05) 0%, transparent 70%);\n            animation: pulse 15s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n        }\n\n        .pack-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #c89968, #b8894e);\n            color: white;\n            padding: 10px 25px;\n            border-radius: 25px;\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            box-shadow: 0 4px 15px rgba(200, 153, 104, 0.3);\n            position: relative;\n            z-index: 1;\n        }\n\n        .preorder-badge {\n            display: inline-block;\n            background: #ff2a00;\n            color: white;\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 25px;\n            box-shadow: 0 4px 15px rgba(255, 42, 0, 0.4);\n            position: relative;\n            z-index: 1;\n            animation: glow 2s ease-in-out infinite;\n        }\n\n        @keyframes glow {\n            0%, 100% { box-shadow: 0 4px 15px rgba(255, 42, 0, 0.4); }\n            50% { box-shadow: 0 6px 25px rgba(255, 42, 0, 0.6); }\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            line-height: 1.3;\n            color: #1a1a1a;\n            font-weight: 700;\n            max-width: 850px;\n            margin: 0 auto 25px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .slogan .highlight {\n            color: #c89968;\n            font-weight: 700;\n            border-bottom: 3px solid #c89968;\n            padding-bottom: 2px;\n        }\n\n        .slogan .duration {\n            color: #ff2a00;\n            font-weight: 700;\n        }\n\n        .subtitle {\n            font-size: 1.4rem;\n            color: #555;\n            margin-bottom: 30px;\n            font-weight: 600;\n            font-style: italic;\n            position: relative;\n            z-index: 1;\n        }\n\n        .badges-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 30px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: white;\n            color: #2c2c2c;\n            padding: 10px 18px;\n            border-radius: 50px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n            border: 2px solid #e8dfd5;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.1rem;\n            color: #555;\n            line-height: 1.9;\n            margin-bottom: 15px;\n            max-width: 750px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.3rem;\n            color: #ff2a00;\n            font-weight: 700;\n            margin-top: 30px;\n            padding: 20px 40px;\n            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);\n            border-radius: 10px;\n            display: inline-block;\n            border: 2px solid #ff2a00;\n        }\n\n        .pack-content-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);\n        }\n\n        .pack-content-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2.2rem;\n            font-weight: 600;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .content-item {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #c89968;\n            transition: all 0.3s ease;\n        }\n\n        .content-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.15);\n        }\n\n        .content-item-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #c89968;\n        }\n\n        .content-item h3 {\n            color: #1a1a1a;\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .content-item p {\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        .bonus-badge {\n            background: linear-gradient(135deg, #ff2a00, #d02000);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 15px;\n            font-size: 0.7rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            display: inline-block;\n            margin-bottom: 10px;\n        }\n\n        .synergy-section {\n            padding: 50px 30px;\n            background: white;\n            text-align: center;\n        }\n\n        .synergy-section h3 {\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            font-weight: 600;\n        }\n\n        .synergy-list {\n            max-width: 700px;\n            margin: 0 auto;\n            list-style: none;\n            padding: 0;\n        }\n\n        .synergy-list li {\n            padding: 15px 20px;\n            margin-bottom: 12px;\n            background: #fafafa;\n            border-radius: 8px;\n            border-left: 4px solid #c89968;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n            font-size: 1rem;\n            color: #555;\n            text-align: left;\n        }\n\n        .ideal-section {\n            padding: 40px 30px;\n            background: #fafafa;\n        }\n\n        .ideal-section h3 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            font-weight: 600;\n        }\n\n        .ideal-list {\n            max-width: 700px;\n            margin: 0 auto;\n            list-style: none;\n            padding: 0;\n        }\n\n        .ideal-list li {\n            padding: 15px 20px;\n            margin-bottom: 12px;\n            background: white;\n            border-radius: 8px;\n            border-left: 4px solid #c89968;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n            font-size: 1rem;\n            color: #555;\n        }\n\n        .products-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .products-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 50px;\n            font-size: 2.2rem;\n            font-weight: 600;\n        }\n\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .product-card {\n            background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n            padding: 35px 30px;\n            border-radius: 15px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border-top: 4px solid #c89968;\n            position: relative;\n        }\n\n        .product-card:nth-child(2) {\n            border-top-color: #ff2a00;\n        }\n\n        .product-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 8px 30px rgba(200, 153, 104, 0.2);\n        }\n\n        .product-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            display: block;\n        }\n\n        .product-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .product-card p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .benefits {\n            padding: 60px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 50px;\n            font-size: 2.2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 25px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: left;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-left: 4px solid #c89968;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.15);\n        }\n\n        .benefit-card h4 {\n            color: #1a1a1a;\n            font-size: 1.1rem;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .benefit-card .result {\n            margin-top: 12px;\n            padding-top: 12px;\n            border-top: 2px solid #f0f0f0;\n            color: #ff2a00;\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n\n        .accordion-section {\n            padding: 60px 30px;\n            background: white;\n        }\n\n        .accordion-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2.2rem;\n            font-weight: 600;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e8dfd5;\n            border-radius: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: white;\n        }\n\n        .accordion-item:hover {\n            border-color: #c89968;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 22px 28px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #fdf8f3;\n        }\n\n        .accordion-header.active {\n            background: linear-gradient(135deg, #c89968, #b8894e);\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 24px;\n            height: 24px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #c89968;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #c89968;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 3500px;\n            padding: 35px 28px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 25px;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #e8dfd5;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .accordion-content-inner li {\n            padding: 14px 20px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(200, 153, 104, 0.03);\n            border-radius: 6px;\n            padding-left: 45px;\n        }\n\n        .accordion-content-inner li::before {\n            content: '→';\n            color: #c89968;\n            font-weight: 700;\n            position: absolute;\n            left: 20px;\n            font-size: 1.2rem;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .ingredient-box {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border-left: 4px solid #c89968;\n        }\n\n        .ingredient-box h5 {\n            color: #c89968;\n            font-size: 1.05rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n            text-transform: uppercase;\n        }\n\n        .ingredient-box p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        .routine-steps {\n            background: white;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border: 2px solid #e8dfd5;\n        }\n\n        .step {\n            display: flex;\n            align-items: flex-start;\n            gap: 20px;\n            margin-bottom: 25px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .step:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .step-icon {\n            flex-shrink: 0;\n            width: 45px;\n            height: 45px;\n            background: linear-gradient(135deg, #c89968, #b8894e);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1rem;\n        }\n\n        .step-content h5 {\n            color: #1a1a1a;\n            margin-bottom: 8px;\n            font-size: 1.05rem;\n        }\n\n        .step-content p {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.5rem;\n            margin: 40px 0;\n            padding: 30px;\n            background: white;\n            border-radius: 10px;\n            border-left: 5px solid #ff2a00;\n            font-weight: 500;\n            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #fdf8f3 0%, #ffffff 100%);\n            border: 2px solid #c89968;\n            padding: 30px;\n            margin: 30px 0;\n            border-radius: 12px;\n            text-align: center;\n        }\n\n        .highlight-box strong {\n            color: #c89968;\n            font-size: 1.15rem;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .highlight-box p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n\n        .warning-box {\n            background: #fff8f0;\n            border-left: 4px solid #ff9800;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        .warning-box strong {\n            color: #ff9800;\n            display: block;\n            margin-bottom: 8px;\n            font-size: 1.05rem;\n        }\n\n        .cta-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, #c89968 0%, #b8894e 100%);\n            text-align: center;\n            color: white;\n        }\n\n        .cta-section h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .cta-section p {\n            font-size: 1.15rem;\n            margin-bottom: 15px;\n            opacity: 0.95;\n        }\n\n        .limited-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 12px 25px;\n            border-radius: 25px;\n            margin-top: 15px;\n            font-size: 0.95rem;\n            font-weight: 600;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 2.2rem;\n            }\n\n            .products-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .pack-content-section, .synergy-section, .ideal-section, .products-section, .benefits, .accordion-section, .cta-section {\n                padding: 40px 20px;\n            }\n\n            .badges-row {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .product-card {\n            animation: fadeIn 0.6s ease forwards;\n            opacity: 0;\n        }\n\n        .product-card:nth-child(1) { animation-delay: 0.1s; }\n        .product-card:nth-child(2) { animation-delay: 0.2s; }\n\n        .accordion-item {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n        .accordion-item:nth-child(4) { animation-delay: 0.4s; }\n        .accordion-item:nth-child(5) { animation-delay: 0.5s; }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"pack-badge\"\u003ePack Transformation\u003c\/div\u003e\n\u003cdiv class=\"slogan\"\u003eRituel \u003cspan class=\"highlight\"\u003eInside-Out\u003c\/span\u003e\u003cbr\u003eSkinoxy Duo \u003cspan class=\"duration\"\u003e3 Mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"subtitle\"\u003eLe rituel complet pour une transformation en profondeur\u003c\/div\u003e\n\u003cdiv class=\"badges-row\"\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l.29-1.71c2.42 0 4.65-.67 6.29-1.78A7.27 7.27 0 0015 17c1.66-2.42 2.57-5.62 2-9zm-3.75 6.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20.5 10.94c.13-.32.1-.23.15-.39.24-.76.35-1.58.35-2.45 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 .87.11 1.69.35 2.45.05.16.02.07.15.39.13.31.27.62.43.92.08.16.18.31.28.47l.09.15c1.95 2.95 5.3 4.12 8.7 4.12s6.75-1.17 8.7-4.12l.09-.15c.1-.16.2-.31.28-.47.16-.3.3-.61.43-.92z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e 100% Naturel\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M12 2L2 7L12 12L22 7L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M2 17L12 22L22 17\" stroke=\"#c89968\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M2 12L12 17L22 12\" stroke=\"#c89968\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Fabriqué en France\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Cure complète 90 jours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eLe \u003cstrong\u003ePack Transformation – 3 Mois\u003c\/strong\u003e \u003c\/p\u003e\n\u003ch3 data-end=\"923\" data-start=\"826\" data-section-id=\"jwcns6\"\u003eRéduisez visiblement les taches, illuminez votre teint et repulpez votre peau de l'intérieur.\u003c\/h3\u003e\n\u003cp data-end=\"1032\" data-start=\"925\"\u003eLe Pack Skinoxy associe deux formules complémentaires pour agir sur les principales préoccupations beauté :\u003c\/p\u003e\n\u003cp data-end=\"1055\" data-start=\"1034\"\u003e✔ Taches pigmentaires\u003c\/p\u003e\n\u003cp data-end=\"1066\" data-start=\"1057\"\u003e✔ Mélasma\u003c\/p\u003e\n\u003cp data-end=\"1087\" data-start=\"1068\"\u003e✔ Hyperpigmentation\u003c\/p\u003e\n\u003cp data-end=\"1116\" data-start=\"1089\"\u003e✔ Teint terne et irrégulier\u003c\/p\u003e\n\u003cp data-end=\"1134\" data-start=\"1118\"\u003e✔ Manque d'éclat\u003c\/p\u003e\n\u003cp data-end=\"1162\" data-start=\"1136\"\u003e✔ Premiers signes de l'âge\u003c\/p\u003e\n\u003cp data-end=\"1381\" data-start=\"1164\"\u003eGrâce à son complexe de glutathion, collagène marin, Polypodium Leucotomos et puissants antioxydants, il aide à protéger la peau du stress oxydatif, améliorer l'uniformité du teint et préserver la jeunesse de la peau.\u003c\/p\u003e\n\u003cp class=\"tagline\"\u003eTransformation complète en 90 jours\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-content-section\"\u003e\n\u003ch2\u003eContenu du pack\u003c\/h2\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"50\" height=\"50\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e3 × Skinoxy Caps\u003c\/h3\u003e\n\u003cp\u003e3 mois de cure complète\u003cbr\u003eHydratation \u0026amp; Éclat du Teint\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"50\" height=\"50\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z\" fill=\"#ff2a00\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e3 × Skinoxy Glutha Protect+\u003c\/h3\u003e\n\u003cp\u003e3 mois de cure complète\u003cbr\u003eProtection \u0026amp; Clarté\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cspan class=\"bonus-badge\"\u003eOffert\u003c\/span\u003e\n\u003cdiv class=\"content-item-icon\"\u003e\u003csvg width=\"50\" height=\"50\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eE-book Rituel Éclat \u0026amp; Clarté\u003c\/h3\u003e\n\u003cp\u003eGuide complet 90 jours\u003cbr\u003eOffert avec votre pack\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-section\"\u003e\n\u003ch3\u003eAction synergique complète\u003c\/h3\u003e\n\u003cul class=\"synergy-list\"\u003e\n\u003cli\u003eUne peau plus lumineuse\u003c\/li\u003e\n\u003cli\u003eUn teint plus homogène\u003c\/li\u003e\n\u003cli\u003eProtège contre les taches pigmentaires\u003c\/li\u003e\n\u003cli\u003eRestaure l'éclat naturel de la peau\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-section\"\u003e\n\u003ch3\u003eIdéal si vous :\u003c\/h3\u003e\n\u003cul class=\"ideal-list\"\u003e\n\u003cli\u003eAvez un \u003cstrong\u003eteint terne, irrégulier ou fatigué\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSouhaitez \u003cstrong\u003ehydrater votre peau de l'intérieur\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCommencez une \u003cstrong\u003etransition vers une routine beauté plus naturelle et consciente\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eVoulez des \u003cstrong\u003erésultats visibles et durables\u003c\/strong\u003e en 3 mois\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"products-section\"\u003e\n\u003ch2\u003eLes 2 formules du pack\u003c\/h2\u003e\n\u003cdiv class=\"products-grid\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cspan class=\"product-icon\"\u003e \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSkinoxy Caps\u003c\/h3\u003e\n\u003cp data-end=\"1114\" data-start=\"1071\"\u003e\u003cstrong data-end=\"1114\" data-start=\"1071\"\u003ePeau terne, taches, manque de fermeté ?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"1252\" data-start=\"1116\"\u003eSkinoxy Caps nourrit votre peau de l'intérieur grâce à une association de collagène marin, glutathion réduit, vitamines et antioxydants.\u003c\/p\u003e\n\u003cp data-end=\"1370\" data-start=\"1254\"\u003eIl aide à hydrater, repulper et illuminer la peau tout en contribuant à réduire l'apparence des taches pigmentaires.\u003c\/p\u003e\n\u003cp data-end=\"1397\" data-start=\"1372\"\u003eUne peau plus lumineuse\u003c\/p\u003e\n\u003cp data-end=\"1423\" data-start=\"1399\"\u003eUn teint plus uniforme\u003c\/p\u003e\n\u003cp data-end=\"1461\" data-start=\"1425\"\u003eUne peau visiblement plus rebondie\u003c\/p\u003e\n\u003cp data-end=\"1502\" data-start=\"1463\"\u003eUne apparence plus jeune et éclatante\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cspan class=\"product-icon\"\u003e \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z\" fill=\"#ff2a00\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSkinoxy Glutha Protect+\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eProtection UV Intérieure, Anti-Taches \u0026amp; Éclat\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"1856\" data-start=\"1630\"\u003eSkinoxy Glutha Protect+ est une formule experte associant glutathion, Polypodium Leucotomos, OPC de Pinus Pinaster et astaxanthine pour aider la peau à lutter contre les effets du soleil, du stress oxydatif et de la pollution.\u003c\/p\u003e\n\u003cp data-end=\"1999\" data-start=\"1858\"\u003eElle contribue à prévenir l'apparition des taches pigmentaires, soutenir les peaux sujettes au mélasma et préserver l'éclat naturel du teint.\u003c\/p\u003e\n\u003cp data-end=\"2034\" data-start=\"2001\"\u003eProtection antioxydante avancée\u003c\/p\u003e\n\u003cp data-end=\"2056\" data-start=\"2036\"\u003eAction anti-taches\u003c\/p\u003e\n\u003cp data-end=\"2087\" data-start=\"2058\"\u003eSoutien des peaux à mélasma\u003c\/p\u003e\n\u003cp data-end=\"2087\" data-start=\"2058\"\u003ePréservation de la jeunesse cutanée\u003c\/p\u003e\n\u003cp data-end=\"2156\" data-start=\"2128\"\u003eTeint lumineux et uniforme\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003eLes 6 bénéfices du Pack Skinoxy\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e1. Unification du teint\u003c\/h4\u003e\n\u003cp\u003eLes formules Skinoxy réduisent progressivement l'apparence des taches pigmentaires, corrigent les irrégularités du teint et apportent une clarté naturelle visible.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau plus uniforme, lumineuse et homogène\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e2. Hydratation \u0026amp; repulpement\u003c\/h4\u003e\n\u003cp\u003eGrâce au collagène et à l'acide hyaluronique, la peau est hydratée de l'intérieur, les traits sont lissés et le teint retrouve son éclat frais et rebondi.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau repulpée et éclatante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e3. Protection solaire \u0026amp; antioxydante\u003c\/h4\u003e\n\u003cp\u003eLe glutathion, la vitamine C et les extraits végétaux renforcent les défenses naturelles de la peau contre les UV, la pollution et le stress oxydatif.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Moins d'agressions, moins de taches, une peau plus résistante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e4. Action anti-âge globale\u003c\/h4\u003e\n\u003cp\u003eLes Skinoxy stimulent la production naturelle de collagène et d'élastine, préservant la fermeté et la jeunesse cellulaire.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Rides et ridules s'estompent, la peau paraît plus lisse et tonique\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e5. Éclat \u0026amp; vitalité\u003c\/h4\u003e\n\u003cp\u003eEn améliorant la microcirculation et la régénération cellulaire, le duo Skinoxy redonne de la lumière et de la transparence au teint.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ Une peau rayonnante, fraîche et pleine de vie\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e6. Défense \u0026amp; équilibre cutané\u003c\/h4\u003e\n\u003cp\u003eLes antioxydants naturels renforcent la barrière protectrice de la peau et limitent l'impact des agressions quotidiennes.\u003c\/p\u003e\n\u003cdiv class=\"result\"\u003e→ La peau devient plus forte, plus saine, plus éclatante\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-section\"\u003e\n\u003ch2\u003eTout savoir sur votre Pack Transformation\u003c\/h2\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eLe Rituel Inside-Out 3 Mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003cp\u003eUn rituel beauté simple et puissant à suivre pendant 90 jours pour une transformation complète.\u003c\/p\u003e\n\u003cdiv class=\"routine-steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-icon\"\u003eMatin\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch5\u003eVotre rituel quotidien\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003e1 gélule Skinoxy Caps\u003c\/strong\u003e (hydratation \u0026amp; éclat) + \u003cstrong\u003e1 gélule Skinoxy Glutha Protect+\u003c\/strong\u003e (clarté \u0026amp; protection)\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eÀ prendre au cours des repas avec un grand verre d'eau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4\u003eRecommandations pour maximiser les résultats\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBuvez \u003cstrong\u003e1,5L d'eau par jour\u003c\/strong\u003e minimum pour optimiser l'élimination des toxines\u003c\/li\u003e\n\u003cli\u003eAdoptez une \u003cstrong\u003ealimentation équilibrée\u003c\/strong\u003e riche en fruits et légumes frais\u003c\/li\u003e\n\u003cli\u003eAssociez avec les soins externes Biolissime : \u003cstrong\u003eSérum Anti-Taches\u003c\/strong\u003e + \u003cstrong\u003eFluide Solaire SPF 50\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSuivez le programme complet des \u003cstrong\u003e90 jours sans interruption\u003c\/strong\u003e pour des résultats optimaux\u003c\/li\u003e\n\u003cli\u003eConsultez l'e-book offert pour un suivi détaillé jour par jour\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"quote\"\u003e« Un rituel simple, rapide et efficace pour nourrir, protéger et illuminer votre peau de l'intérieur »\u003c\/div\u003e\n\u003ch4\u003eChronologie de transformation sur 3 mois\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSemaines 1-2\u003c\/strong\u003e : Peau plus hydratée, teint plus frais, premiers effets visibles\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 1\u003c\/strong\u003e : Teint plus lumineux, début d'unification, peau plus douce\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 2\u003c\/strong\u003e : Taches visiblement atténuées, teint unifié, protection renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 3\u003c\/strong\u003e : Transformation complète, peau rayonnante, résultats durables\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7zm4 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eComposition \u0026amp; Ingrédients clés\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eSkinoxy Caps - Hydratation \u0026amp; Éclat\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.9rem; color: #666; line-height: 1.7; margin-bottom: 20px;\"\u003eMarine collagène 150mg, Glutathion réduit 100mg, L-Cysteine 40mg, Coenzyme Q10 10mg, Vitamin E 28mg, extrait de Pinus pinaster 50mg, Vitamine C 5mg, poudre de perle 5mg, extrait de murier blanc ratio 2mg, acide alpha lipoïque 13mg, vitamine D 16mg, zinc 7,5mg, vitamine B3 16mg.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eCollagène Marin\u003c\/h5\u003e\n\u003cp\u003eStimule la production naturelle de collagène, améliore l'hydratation, la fermeté et l'élasticité de la peau. Combat les rides et ridules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eGlutathion Réduit\u003c\/h5\u003e\n\u003cp\u003ePuissant antioxydant qui inhibe la production de mélanine. Donne un éclat magnifique aux teints ternes et maintient la jeunesse de la peau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePoudre de Perle\u003c\/h5\u003e\n\u003cp\u003eIngrédient précieux qui illumine le teint, apporte de la luminosité et favorise la clarté naturelle de la peau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch4\u003eSkinoxy Glutha Protect+ - Protection \u0026amp; Clarté\u003c\/h4\u003e\n\u003cp style=\"font-size: 0.9rem; color: #666; line-height: 1.7; margin-bottom: 20px;\"\u003eL-Glutathion réduit 300 mg, extrait de Pinus Pinaster (Pin Maritime) 95% OPC 100mg, extrait de Polypodium Leucotomos (feuille) 130 mg, Astaxanthine 2% 30 mg, Stéarate de Magnésium, Farine de riz.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePolypodium Leucotomos\u003c\/h5\u003e\n\u003cp\u003eIngrédient photo-protecteur inspiré de la médecine traditionnelle. Protège la peau des effets néfastes des rayons UV, répare, préserve et régénère les tissus cutanés.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003eAstaxanthine\u003c\/h5\u003e\n\u003cp\u003eAntioxydant 80 fois plus efficace que la vitamine E. Protège des UV, réduit les rides, améliore l'hydratation et prévient les taches et coups de soleil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003ch5\u003ePin Maritime (Pinus Pinaster)\u003c\/h5\u003e\n\u003cp\u003eRiche en OPC (proanthocyanidines), puissant antioxydant qui protège contre le stress oxydatif, renforce la barrière cutanée et améliore la microcirculation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l.29-1.71c2.42 0 4.65-.67 6.29-1.78A7.27 7.27 0 0015 17c1.66-2.42 2.57-5.62 2-9zm-3.75 6.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M20.5 10.94c.13-.32.1-.23.15-.39.24-.76.35-1.58.35-2.45 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 .87.11 1.69.35 2.45.05.16.02.07.15.39.13.31.27.62.43.92.08.16.18.31.28.47l.09.15c1.95 2.95 5.3 4.12 8.7 4.12s6.75-1.17 8.7-4.12l.09-.15c.1-.16.2-.31.28-.47.16-.3.3-.61.43-.92z\" fill=\"#4CAF50\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Formules 100% naturelles \u003c\/strong\u003e\n\u003cp\u003eIngrédients minutieusement sélectionnés pour leur efficacité et leur sécurité. Sans agents blanchissants dangereux.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003ePour qui ? Pourquoi choisir Skinoxy ?\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003ePourquoi choisir SkinOxy ?\u003c\/h4\u003e\n\u003cp\u003eSi vous recherchez une \u003cstrong\u003esolution globale\u003c\/strong\u003e pour améliorer la qualité de votre peau, SkinOxy est le complément qu'il vous faut. Il agit en profondeur pour rééquilibrer votre peau de l'intérieur, la rendant \u003cstrong\u003eplus saine, plus éclatante et plus uniforme\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eQue vous soyez concernée par le teint terne, les taches brunes, ou les signes de l'âge, SkinOxy vous offre un \u003cstrong\u003esoin puissant et complet\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch4\u003eConvient à tous les types de peau\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePeaux présentant des \u003cstrong\u003etaches pigmentaires\u003c\/strong\u003e (taches brunes, lentigo solaire, taches de vieillesse)\u003c\/li\u003e\n\u003cli\u003ePeaux avec un \u003cstrong\u003eteint terne, irrégulier ou fatigué\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux exposées au \u003cstrong\u003esoleil et à la pollution\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux en perte de \u003cstrong\u003efermeté et d'élasticité\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003ePeaux présentant des signes de \u003cstrong\u003evieillissement prématuré\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eConvient également\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePeaux sensibles et réactives\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFemmes enceintes et allaitantes\u003c\/strong\u003e (Skinoxy Caps uniquement)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" fill=\"#ff9800\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Contre-indications \u003c\/strong\u003e Skinoxy Glutha Protect+ est non recommandé aux personnes allergiques aux crustacés, aux femmes enceintes et allaitantes.\u003c\/div\u003e\n\u003ch4\u003eCe que Skinoxy N'EST PAS\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eN'est pas un produit blanchissant\u003c\/strong\u003e - Il unifie et illumine naturellement sans blanchir la peau\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eN'est pas un produit de dépigmentation\u003c\/strong\u003e - Il agit sur les taches existantes et prévient leur apparition\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eRésultats \u0026amp; Transformation sur 3 mois\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eRésultats extraordinaires et durables\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtection efficace de votre peau fragile\u003c\/strong\u003e - Dynamise vos défenses immunitaires en agissant de l'intérieur sur les taches, la fermeté et l'hydratation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeau lisse et rayonnante\u003c\/strong\u003e - Triple action antioxydante, hydratante et anti-âge pour le bien de votre peau\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydratation optimale\u003c\/strong\u003e - Stimule la production de collagène et d'acide hyaluronique\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRéduction des rides et ridules\u003c\/strong\u003e - La composition particulière atténue visiblement les signes de l'âge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtection contre les radicaux libres\u003c\/strong\u003e - Combat le stress oxydatif et les agressions environnementales\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eChronologie détaillée de transformation\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSemaines 1-2\u003c\/strong\u003e : Hydratation améliorée, peau plus douce, teint plus frais. Premiers signes de changement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSemaines 3-4\u003c\/strong\u003e : Début d'unification du teint, peau plus lumineuse, réduction légère des taches\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 2\u003c\/strong\u003e : Taches visiblement atténuées, teint unifié, texture améliorée, protection renforcée\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMois 3\u003c\/strong\u003e : Transformation complète, peau rayonnante, résultats durables et visibles\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAprès 3 mois\u003c\/strong\u003e : Résultats consolidés, possibilité de continuer pour maintenir les bénéfices\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"quote\"\u003e« Une transformation visible et durable en 90 jours »\u003c\/div\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" fill=\"#ff9800\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Protection solaire indispensable \u003c\/strong\u003e L'utilisation d'une protection solaire externe (crème solaire SPF 50, chapeau, lunettes) est indispensable lors des expositions solaires. Pour une action optimale, associez avec le Fluide Solaire SPF 50 Biolissime.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cdiv class=\"accordion-header\"\u003e\n\u003cdiv class=\"accordion-title\"\u003e\n\u003cspan class=\"accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eE-book offert : Guide 90 jours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"accordion-content-inner\"\u003e\n\u003ch4\u003eVotre guide complet Rituel Éclat \u0026amp; Clarté\u003c\/h4\u003e\n\u003cp\u003eAvec votre Pack Transformation, recevez \u003cstrong\u003egratuitement\u003c\/strong\u003e l'e-book exclusif \"Rituel Éclat \u0026amp; Clarté 90 jours\" pour vous accompagner tout au long de votre cure.\u003c\/p\u003e\n\u003ch4\u003eContenu de l'e-book\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProgramme jour par jour\u003c\/strong\u003e - Suivez votre progression sur 90 jours\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConseils nutrition\u003c\/strong\u003e - Alimentation optimale pour la beauté de la peau\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAstuces bien-être\u003c\/strong\u003e - Gestion du stress, sommeil, hydratation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoutines beauté externes\u003c\/strong\u003e - Soins externes recommandés en complément\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJournal de suivi\u003c\/strong\u003e - Notez vos résultats et votre évolution\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRecettes beauté\u003c\/strong\u003e - Smoothies, masques maison, et plus encore\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003e \u003csvg style=\"width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z\" fill=\"#c89968\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e Bonus exclusif \u003c\/strong\u003e\n\u003cp\u003eCet e-book est offert uniquement avec le Pack Transformation 3 Mois. Un guide précieux pour maximiser vos résultats et transformer votre routine beauté.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003ePrêt pour une transformation complète ?\u003c\/h2\u003e\n\u003cp\u003eDécouvrez le pouvoir du rituel beauté Inside-Out sur 90 jours\u003c\/p\u003e\n\u003cdiv class=\"limited-badge\"\u003e\n\u003csvg style=\"width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-right: 8px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Précommande - Livraison Janvier 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Capture_d_ecran_2025-11-13_a_23.23.32.png?v=1763072763\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42001015275760,"sku":"","price":178.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/IMG_1184.jpg?v=1762562481"},{"product_id":"serum-booster-anti-taches","title":"Sérum Booster Anti-Taches","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSérum Boosteur Anti-Taches Biolissime\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f9f5f0 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e8dfd5;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #c89968;\n            font-weight: 700;\n            border-bottom: 3px solid #c89968;\n            padding-bottom: 2px;\n        }\n\n        .delivery {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #c89968;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #c89968;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #fdf8f3;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-top: 3px solid #c89968;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '●';\n            color: #c89968;\n            font-size: 2rem;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .accordion-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e8dfd5;\n            border-radius: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-item:hover {\n            border-color: #c89968;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 22px 28px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #fdf8f3;\n        }\n\n        .accordion-header.active {\n            background: #c89968;\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 22px;\n            height: 22px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #c89968;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #c89968;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 2500px;\n            padding: 35px 28px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 25px;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #e8dfd5;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .accordion-content-inner li {\n            padding: 14px 20px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(200, 153, 104, 0.03);\n            border-radius: 6px;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .ingredients-list {\n            background: white;\n            padding: 25px;\n            border-radius: 8px;\n            font-size: 0.88rem;\n            line-height: 1.8;\n            color: #666;\n            margin-top: 20px;\n            border: 1px solid #e8dfd5;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #c89968;\n            font-weight: 500;\n        }\n\n        .warning-box {\n            background: #fff8f0;\n            border-left: 4px solid #ff9800;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        .warning-box strong {\n            color: #ff9800;\n            display: block;\n            margin-bottom: 8px;\n            font-size: 1.05rem;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .stat-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            border: 2px solid #e8dfd5;\n        }\n\n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #c89968;\n            font-family: 'Playfair Display', serif;\n        }\n\n        .stat-label {\n            font-size: 0.9rem;\n            color: #555;\n            margin-top: 5px;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .accordion-title {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .accordion-section {\n                padding: 30px 20px;\n            }\n\n            .stat-number {\n                font-size: 2rem;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .accordion-item {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n        .accordion-item:nth-child(4) { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003cdiv class=\"slogan\"\u003e\n                Le \u003cspan class=\"highlight\"\u003e1er sérum booster\u003c\/span\u003e anti-taches\u003cbr\u003e\n                avec des actifs \u003cspan class=\"highlight\"\u003e100% sûrs\u003c\/span\u003e pour votre peau\n            \u003c\/div\u003e\n            \u003cdiv class=\"delivery\"\u003e\n                \u003csvg style=\"width: 18px; height: 18px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Notre meilleur sérum à ce jour\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"intro\"\u003e\n            \u003cp\u003eCe sérum est \u003cstrong\u003ele 1er sérum booster anti-taches\u003c\/strong\u003e avec des actifs éclaircissants 100% sûrs pour votre peau.\u003c\/p\u003e\n            \u003cp\u003eGrâce à son \u003cstrong\u003ecomplexe naturel à base d'extraits de plantes alpines\u003c\/strong\u003e, il agit en profondeur sur les taches causées par le soleil, l'acné, le mélasma, les cicatrices, etc.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003e90% des volontaires\u003c\/strong\u003e qui l'ont testé ont été émerveillés par les résultats.\u003c\/p\u003e\n            \u003cp class=\"tagline\"\u003eVos taches ont maintenant de quoi s'inquiéter\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2\u003eRésultats hallucinants\u003c\/h2\u003e\n            \n            \u003cdiv class=\"stats-grid\"\u003e\n                \u003cdiv class=\"stat-card\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e28j\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eÉclaircissement visible\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat-card\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e-24%\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eIntensité des taches\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat-card\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e95%\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eTexture améliorée\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat-card\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e90%\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eSatisfaits des résultats\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cp style=\"text-align: center; margin-top: 20px; font-size: 0.9rem; color: #777; font-style: italic;\"\u003e\n                *Test instrumental in vitro sur des peaux noires, mates et métissées\u003cbr\u003e\n                *Ce produit n'est pas un produit de dépigmentation de la peau\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-section\"\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eDétails\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003cp\u003eLe sérum booster est tellement puissant qu'aucune tache ne lui résiste. C'est le pire cauchemar des taches rebelles.\u003c\/p\u003e\n                        \n                        \u003ch4\u003eRésultats cliniques prouvés\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eÉclaircissement dès 28 jours\u003c\/strong\u003e : test instrumental in vitro sur des peaux noires, mates et métissées\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTaches pigmentaires\u003c\/strong\u003e : diminution significative de la taille des taches (-7%) et de l'intensité des taches (-24%)\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTexture de la peau améliorée (95%)\u003c\/strong\u003e, et peau plus douce (85%)\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eEfficace pour tous les types de taches\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eTaches causées par le soleil\u003c\/li\u003e\n                            \u003cli\u003eTaches d'acné et cicatrices\u003c\/li\u003e\n                            \u003cli\u003eMélasma\u003c\/li\u003e\n                            \u003cli\u003eHyperpigmentation post-inflammatoire\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eComplexe éclaircissant d'extraits de plantes alpines\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eMélisse officinale\u003c\/strong\u003e : anti-taches et unifiant\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAchillée millefeuille\u003c\/strong\u003e : correcteur de l'hyperpigmentation\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eGrande Mauve\u003c\/strong\u003e : éclaircit les taches pigmentaires\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eAcide Hyaluronique\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHydratation maximale\u003c\/strong\u003e : retient l'eau au cœur des cellules\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAction anti-âge\u003c\/strong\u003e : repulpe et raffermit la peau\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHydratation continue\u003c\/strong\u003e : tout au long de la journée\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"quote\"\u003e« Notre meilleur sérum à ce jour »\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eConseils d'utilisation\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003cp\u003eLe meilleur, c'est que c'est \u003cstrong\u003efacile de passer au sérum booster\u003c\/strong\u003e. Il s'intègre parfaitement à votre routine beauté.\u003c\/p\u003e\n\n                        \u003ch4\u003eApplication\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eMatin et soir\u003c\/strong\u003e, après avoir bien lavé votre peau\u003c\/li\u003e\n                            \u003cli\u003eAppliquez le Sérum Boosteur Anti-Taches sur le \u003cstrong\u003evisage et le cou\u003c\/strong\u003e\n\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eLe soir\u003c\/strong\u003e : terminez par votre Crème de Nuit\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eLe matin\u003c\/strong\u003e : appliquez une protection solaire optimale\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"warning-box\"\u003e\n                            \u003cstrong\u003e⚠️ ATTENTION\u003c\/strong\u003e\n                            Une peau qui suit un traitement anti-taches est beaucoup plus sensible face aux dangers du soleil. N'oubliez donc pas de vous protéger au quotidien, \u003cstrong\u003eété comme hiver\u003c\/strong\u003e, du soleil.\n                        \u003c\/div\u003e\n\n                        \u003ch4\u003eRecommandations\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eUtilisez quotidiennement pour des résultats optimaux\u003c\/li\u003e\n                            \u003cli\u003eMassez délicatement jusqu'à absorption complète\u003c\/li\u003e\n                            \u003cli\u003eProtection solaire SPF 30+ obligatoire en journée\u003c\/li\u003e\n                            \u003cli\u003eCompatible avec votre routine de soins habituelle\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7zm4 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eComposition\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003ch4\u003eListe complète des ingrédients (INCI)\u003c\/h4\u003e\n                        \u003cdiv class=\"ingredients-list\"\u003e\n                            Aqua (Water), Glycerin, Xylitylglucoside, Sodium Polyacrylate, Anhydroxylitol, Xylitol, Carbomer, Vitis Vinifera Fruit Extract, Chlorphenesin, 1,2-Hexanediol, Caprylyl Glycol, Sodium Hydroxide, Alcohol, Butylene Glycol, Panthenol, Parfum, Propylene Glycol, Disodium Edta, Sodium Metabisulfite, Sodium Sulfite, Hydrogenated Starch Hydrolysate, Glucose, Acrylates\/C10-30 Alkyl Acrylate Crosspolymer, Ascorbyl Glucoside, Citrus Aurantifolia Fruit Extract*, Morus Alba Root Extract, Scutellaria Baicalensis Root Extract, Achillea Millefolium Flower\/Leaf\/Stem Extract, Alchemilla Vulgaris Flower\/Leaf\/Stem Extract, Malva Sylvestris Flower\/Leaf\/Stem Extract, Melissa Officinalis Leaf Extract, Mentha Piperita Leaf Extract, Primula Veris Extract, Veronica Officinalis Flower\/Leaf\/Stem Extract\/ Saxifraga Sarmentosa Extract, Phenoxyethanol, Silanetriol, Sodium Hyaluronate, Hyaluronic Acid, Sorbic Acid, Citric Acid, Potassium Sorbate, Sodium Benzoate, Tropolone.\n                        \u003c\/div\u003e\n\n                        \u003ch4\u003ePoints clés\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eFormule 100% sûre, contrôlée par des experts\u003c\/li\u003e\n                            \u003cli\u003eIngrédients d'origine naturelle privilégiés\u003c\/li\u003e\n                            \u003cli\u003eSans agents blanchissants dangereux\u003c\/li\u003e\n                            \u003cli\u003eConçu pour tous les types de peau, y compris les peaux sensibles\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cp style=\"margin-top: 20px; font-size: 0.9rem; color: #777;\"\u003e\n                            \u003cstrong\u003eEAN :\u003c\/strong\u003e 3760191560079\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n            header.addEventListener('click', () =\u003e {\n                const content = header.nextElementSibling;\n                const isActive = header.classList.contains('active');\n\n                document.querySelectorAll('.accordion-header').forEach(h =\u003e {\n                    h.classList.remove('active');\n                    h.nextElementSibling.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    header.classList.add('active');\n                    content.classList.add('active');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":42718568218864,"sku":"4695.01L","price":17.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Le_soin_qui_reunit_force_et_douceur._6.png?v=1774416598"},{"product_id":"huile-seche-eclaircissante-biolissime-gold","title":"Huile sèche éclaircissante Anti Taches 50ML","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHuile Sèche Éclaircissante SPF 50+ - Biolissime\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f9f5f0 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e8dfd5;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #c89968;\n            font-weight: 700;\n            border-bottom: 3px solid #c89968;\n            padding-bottom: 2px;\n        }\n\n        .delivery {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #c89968;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #c89968;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #fdf8f3;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-top: 3px solid #c89968;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(200, 153, 104, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '●';\n            color: #c89968;\n            font-size: 2rem;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .accordion-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .accordion-item {\n            margin-bottom: 20px;\n            border: 2px solid #e8dfd5;\n            border-radius: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-item:hover {\n            border-color: #c89968;\n        }\n\n        .accordion-header {\n            background: white;\n            padding: 22px 28px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .accordion-header:hover {\n            background: #fdf8f3;\n        }\n\n        .accordion-header.active {\n            background: #c89968;\n        }\n\n        .accordion-header.active .accordion-title,\n        .accordion-header.active .accordion-arrow {\n            color: white;\n        }\n\n        .accordion-title {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: #1a1a1a;\n            font-size: 1.15rem;\n            font-weight: 600;\n        }\n\n        .accordion-icon {\n            width: 22px;\n            height: 22px;\n            flex-shrink: 0;\n        }\n\n        .accordion-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: #c89968;\n        }\n\n        .accordion-header.active .accordion-icon svg {\n            fill: white;\n        }\n\n        .accordion-arrow {\n            color: #c89968;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease;\n            font-weight: bold;\n        }\n\n        .accordion-header.active .accordion-arrow {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            background: #fafafa;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .accordion-content.active {\n            max-height: 2500px;\n            padding: 35px 28px;\n        }\n\n        .accordion-content-inner {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .accordion-content-inner h4 {\n            color: #1a1a1a;\n            margin-top: 25px;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #e8dfd5;\n        }\n\n        .accordion-content-inner h4:first-child {\n            margin-top: 0;\n        }\n\n        .accordion-content-inner ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 15px;\n        }\n\n        .accordion-content-inner li {\n            padding: 14px 20px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(200, 153, 104, 0.03);\n            border-radius: 6px;\n        }\n\n        .accordion-content-inner strong {\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .ingredients-list {\n            background: white;\n            padding: 25px;\n            border-radius: 8px;\n            font-size: 0.88rem;\n            line-height: 1.8;\n            color: #666;\n            margin-top: 20px;\n            border: 1px solid #e8dfd5;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #c89968;\n            font-weight: 500;\n        }\n\n        .warning-box {\n            background: #fff8f0;\n            border-left: 4px solid #ff9800;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        .warning-box strong {\n            color: #ff9800;\n            display: block;\n            margin-bottom: 8px;\n            font-size: 1.05rem;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .accordion-title {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .accordion-section {\n                padding: 30px 20px;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .accordion-item {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .accordion-item:nth-child(1) { animation-delay: 0.1s; }\n        .accordion-item:nth-child(2) { animation-delay: 0.2s; }\n        .accordion-item:nth-child(3) { animation-delay: 0.3s; }\n        .accordion-item:nth-child(4) { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003cdiv class=\"slogan\"\u003e\n                L'huile sèche \u003cspan class=\"highlight\"\u003e2 en 1\u003c\/span\u003e éclaircissante\u003cbr\u003e\n                avec \u003cspan class=\"highlight\"\u003eprotection SPF 50+\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"delivery\"\u003e\n                \u003csvg style=\"width: 18px; height: 18px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Visage, Corps \u0026amp; Cheveux\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"intro\"\u003e\n            \u003cp\u003eNotre huile sèche 2 en 1 pour le visage, le corps et les cheveux avec \u003cstrong\u003eSPF 50\u003c\/strong\u003e, est spécialement formulée avec des \u003cstrong\u003ehuiles végétales précieuses\u003c\/strong\u003e dosées à la perfection.\u003c\/p\u003e\n            \u003cp\u003eElle apporte de l'éclat, homogénéise votre teint, tonifie et raffermit votre peau et apporte brillance à vos cheveux, tout en \u003cstrong\u003eprotégeant du soleil\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eSans sensation collante ou grasse\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp class=\"tagline\"\u003eL'éclat naturel rencontre la protection solaire\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2\u003eBienfaits multiples\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eÉclat lumineux\u003c\/strong\u003e\u003cbr\u003eUnifie et illumine le teint\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eProtection SPF 50+\u003c\/strong\u003e\u003cbr\u003eBouclier contre les UV\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eTexture sèche\u003c\/strong\u003e\u003cbr\u003eAbsorption rapide, zéro gras\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eMulti-usage\u003c\/strong\u003e\u003cbr\u003eVisage, corps \u0026amp; cheveux\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-section\"\u003e\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M7 2v2h1v14c0 2.21 1.79 4 4 4s4-1.79 4-4V4h1V2H7zm4 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eActifs principaux\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003cp\u003eUne synergie d'huiles végétales rares et précieuses pour une efficacité maximale.\u003c\/p\u003e\n\n                        \u003ch4\u003eHuile de Rosa Canina et Complexe Éclaircissant\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eVertus scientifiquement établies\u003c\/strong\u003e : hydratante, anti-rides, réparatrice\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRégénération cellulaire\u003c\/strong\u003e : stimule le renouvellement de la peau\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAnti-taches\u003c\/strong\u003e : atténue les taches pigmentaires\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eIllumine le teint\u003c\/strong\u003e : apporte un éclat naturel\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eHuile d'Abricot\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eIlluminatrice naturelle\u003c\/strong\u003e : apporte un coup d'éclat instantané\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRiche en bêta-carotène\u003c\/strong\u003e : pour un teint lumineux et éclatant\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eProtection UV naturelle\u003c\/strong\u003e : favorise la tolérance de la peau au soleil\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAnti-oxydante\u003c\/strong\u003e : lutte contre le stress oxydatif et le vieillissement\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eHuile de Ricin\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRiche en vitamine E\u003c\/strong\u003e : nutrition intense\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAcides gras essentiels 6 et 9\u003c\/strong\u003e : réparation en profondeur\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eStimule le collagène\u003c\/strong\u003e : améliore la fermeté cutanée\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eCoco Nucifera\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eVitamines A et E\u003c\/strong\u003e : propriétés antioxydantes puissantes\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eProtection anti-âge\u003c\/strong\u003e : combat les radicaux libres\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHydratation profonde\u003c\/strong\u003e : pénètre facilement dans l'épiderme\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eBouclier protecteur\u003c\/strong\u003e : protège du stress environnemental\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"quote\"\u003e« Des huiles végétales précieuses pour une peau éclatante et protégée »\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eMode d'emploi\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003ch4\u003eApplication quotidienne\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eProtection solaire\u003c\/strong\u003e : appliquez généreusement avant l'exposition au soleil\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eRéapplication fréquente\u003c\/strong\u003e : toutes les 2 heures pour une protection optimale\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eZones ciblées\u003c\/strong\u003e : visage, corps, et particulièrement coudes et genoux\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eUtilisations spécifiques\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eEffet Glowy\u003c\/strong\u003e : ajoutez quelques gouttes à votre lait éclaircissant pour un effet lumineux\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eBoost d'éclat\u003c\/strong\u003e : mélangez à votre crème de nuit ou masque\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eZones rugueuses\u003c\/strong\u003e : massez coudes et genoux pour nourrir et éclaircir\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eCheveux\u003c\/strong\u003e : appliquez sur les longueurs pour une brillance intense\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003ch4\u003eAdapté à tous les types de peau\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eConvient même aux peaux grasses et acnéiques\u003c\/li\u003e\n                            \u003cli\u003eTexture sèche non comédogène\u003c\/li\u003e\n                            \u003cli\u003eAbsorption rapide sans effet gras\u003c\/li\u003e\n                        \u003c\/ul\u003e\n\n                        \u003cdiv class=\"warning-box\"\u003e\n                            \u003cstrong\u003e⚠️ PRÉCAUTIONS D'USAGE\u003c\/strong\u003e\n                            Éviter tout contact avec les yeux. En cas de contact, rincer abondamment à l'eau claire.\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"accordion-item\"\u003e\n                \u003cdiv class=\"accordion-header\"\u003e\n                    \u003cdiv class=\"accordion-title\"\u003e\n                        \u003cspan class=\"accordion-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        \u003cspan\u003eComposition\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"accordion-arrow\"\u003e▼\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"accordion-content-inner\"\u003e\n                        \u003ch4\u003eListe complète des ingrédients (INCI)\u003c\/h4\u003e\n                        \u003cdiv class=\"ingredients-list\"\u003e\n                            RICINUS COMMUNIS SEED OIL, PRUNUS AMYGDALUS DULCIS OIL, ISOPROPYL MYRISTATE, DICAPRYLYL CARBONATE, COCO-CAPRYLATE, ETHYLHEXYL METHOXYCINNAMATE, COCOS NUCIFERA OIL, DIETHYLAMINO HYDROXYBENZOYL HEXYL BENZOATE, ETHYLHEXYL TRIAZONE, PRUNUS ARMENIACA KERNEL OIL, CAPRYLYL CAPRYLATE\/CAPRATE, ROSA CANINA SEED OIL, PARFUM, TOCOPHEROL, CITRUS LIMON PEEL OIL.\n                        \u003c\/div\u003e\n\n                        \u003ch4\u003ePoints clés\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eFiltres UV performants\u003c\/strong\u003e : protection solaire SPF 50+ à large spectre\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eHuiles végétales nobles\u003c\/strong\u003e : ricin, amande douce, abricot, rosa canina, coco\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eVitamine E naturelle\u003c\/strong\u003e : protection antioxydante\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTexture sèche innovante\u003c\/strong\u003e : pénétration rapide sans effet gras\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eParfum délicat\u003c\/strong\u003e : senteur agréable et raffinée\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n            header.addEventListener('click', function() {\n                const content = this.nextElementSibling;\n                const isActive = this.classList.contains('active');\n                \n                \/\/ Close all accordions\n                document.querySelectorAll('.accordion-header').forEach(h =\u003e {\n                    h.classList.remove('active');\n                    h.nextElementSibling.classList.remove('active');\n                });\n                \n                \/\/ Open clicked accordion if it wasn't active\n                if (!isActive) {\n                    this.classList.add('active');\n                    content.classList.add('active');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Biolissime Gold","offers":[{"title":"Default Title","offer_id":49277989486921,"sku":"","price":17.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Le_soin_qui_reunit_force_et_douceur._1.png?v=1762555929"},{"product_id":"precommande-formule-amelioree-lait-veloute-unifiant-anti-taches-multi-action-copie","title":"AFRIQUE - PRECOMMANDE FORMULE AMELIOREE Lait Velouté Unifiant Anti-Taches - Multi Action - 30 000 FCFA","description":"\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cstrong\u003eLivraison au plus tard fin novembre 2025\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003ePAYEZ PAR WAVE OU ORANGE MONEY: (NUMERO)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eLes grandes améliorations\u003c\/h2\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003e+3% de Beurre de Karité - Apporte plus de nutrition, de confort et de protection. Idéal pour les peaux sèches, abîmées ou ternes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"font-size: 0.875rem;\"\u003e+2% de Glycérine - \u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eHydratation renforcée grâce à un puissant humectant qui maintient l’eau dans les tissus cutanés.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"font-size: 0.875rem;\"\u003eSans huile de palme (comparé à l’ancienne formule) - \u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eUne formule plus éthique et respectueuse de l’environnement, adaptée aux attentes actuelles des consommatrices.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cstrong\u003eFORMULE HAUTE PERFORMANCE\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eNouveauté \u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv\u003e\u003cstrong\u003eIngrédients Clés\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eAsyntra SL (Hexylresorcinol + Ethyl Linoleate) : Complexe éclaircissant haute efficacité pour un teint visiblement plus clair et homogène.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003ePalmitate de Vitamine A (Retinyl Palmitate) : Stimule le renouvellement cellulaire, lisse la peau et atténue les taches.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eAlpha-Arbutin : Actif anti-taches reconnu, sûr et efficace pour éclaircir et prévenir l’hyperpigmentation.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eBeurre de Karité 5,5% : Nourrit, protège et répare la barrière cutanée.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eGlycérine 7% : Maintient une hydratation optimale toute la journée.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eHuiles végétales naturelles dont certaines BIO (Amande douce, Jojoba, Macadamia, Avocat, Germe de blé) : Apportent douceur, élasticité et confort.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003ePropylene Glycol : Hydratant et vecteur d’absorption des actifs.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eVitamine E (Tocopherol) : Antioxydant, protège contre les agressions extérieures.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cstrong\u003ePROPRIÉTÉS DU PRODUIT\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eUnifie visiblement le teint dès 4 semaines.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eRéduit l’apparence des taches pigmentaires.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eHydrate intensément et restaure le confort cutané.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eTexture veloutée, non grasse, à absorption rapide.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003e•\u003cspan class=\"Apple-tab-span\"\u003e \u003c\/span\u003eParfum Papaye Fruit de la Passion \u003c\/div\u003e\n\u003cdiv\u003eformulation respectueuse des peaux sensibles.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eSans paillettes \u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cstrong\u003eCONSEILS D’UTILISATION\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv\u003eAppliquer matin et soir sur l’ensemble du corps, sur peau propre et sèche. Masser jusqu’à absorption complète.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e⸻\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eDISPONIBLE EN PRÉCOMMANDE\u003c\/div\u003e","brand":"Biolissime paris","offers":[{"title":"Default Title","offer_id":52317388833097,"sku":"3760191560116","price":59.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/products\/Lait-Veloute_u-016.jpg?v=1669029587"},{"product_id":"skinoxy-detox-l-eclat-commence-a-l-interieur","title":"Skinoxy Detox(90 comprimés) – L’éclat commence à l’intérieur","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSkinoxy Detox - L'éclat commence à l'intérieur\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #e8f5f0 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #d0e8df;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #2d9d78;\n            font-weight: 700;\n            border-bottom: 3px solid #2d9d78;\n            padding-bottom: 2px;\n        }\n\n        .delivery {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #2d9d78;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #2d9d78;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #f0faf7;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .why-section {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .why-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .why-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 35px;\n            border-radius: 12px;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            border-top: 4px solid #2d9d78;\n        }\n\n        .why-content p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n        }\n\n        .problem-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .problem-item {\n            background: #fff8f5;\n            padding: 15px 20px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 500;\n            color: #ff6b35;\n            border-left: 3px solid #ff6b35;\n        }\n\n        .solution-box {\n            background: #f0faf7;\n            padding: 25px;\n            border-radius: 8px;\n            margin-top: 25px;\n            border-left: 4px solid #2d9d78;\n        }\n\n        .solution-box p {\n            color: #2d9d78;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: #fafafa;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-top: 3px solid #2d9d78;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(45, 157, 120, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '✓';\n            color: #2d9d78;\n            font-size: 2.5rem;\n            font-weight: bold;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .ingredient-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #e8f5f0 0%, #f0faf7 100%);\n        }\n\n        .ingredient-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .ingredient-card {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        }\n\n        .ingredient-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n            padding-bottom: 20px;\n            border-bottom: 2px solid #e8f5f0;\n        }\n\n        .ingredient-icon {\n            font-size: 2.5rem;\n        }\n\n        .ingredient-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #2d9d78;\n            font-weight: 600;\n        }\n\n        .ingredient-dose {\n            color: #777;\n            font-size: 0.95rem;\n            margin-top: 5px;\n        }\n\n        .ingredient-description {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n\n        .ingredient-properties {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n\n        .property-tag {\n            background: #f0faf7;\n            padding: 12px 18px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #2d9d78;\n            font-weight: 500;\n            border: 1px solid #d0e8df;\n        }\n\n        .usage-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .usage-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .usage-card {\n            max-width: 700px;\n            margin: 0 auto;\n            background: #fafafa;\n            padding: 35px;\n            border-radius: 12px;\n            text-align: center;\n            border: 2px solid #2d9d78;\n        }\n\n        .usage-instruction {\n            font-size: 1.2rem;\n            color: #1a1a1a;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .usage-details {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .water-icon {\n            display: inline-block;\n            font-size: 2rem;\n            margin: 15px 0;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #2d9d78;\n            font-weight: 500;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .benefits-grid, .problem-list, .ingredient-properties {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .why-section, .ingredient-section, .usage-section {\n                padding: 30px 20px;\n            }\n\n            .ingredient-header {\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .ingredient-title {\n                font-size: 1.5rem;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .benefit-card {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-card:nth-child(5) { animation-delay: 0.5s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003cdiv class=\"slogan\"\u003e\n                \u003cspan class=\"highlight\"\u003eL'éclat commence\u003c\/span\u003e\u003cbr\u003e\n                à l'intérieur\n            \u003c\/div\u003e\n            \u003cdiv class=\"delivery\"\u003e\n                \u003csvg style=\"width: 18px; height: 18px;\" viewbox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Détox \u0026amp; Éclat Naturel\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"intro\"\u003e\n            \u003cp\u003eLe complément alimentaire \u003cstrong\u003eSkinoxy Detox\u003c\/strong\u003e agit au cœur de ton organisme pour purifier la peau de l'intérieur et restaurer son équilibre naturel.\u003c\/p\u003e\n            \u003cp\u003eFormulé à base de \u003cstrong\u003eChlorelle Bio de Taïwan\u003c\/strong\u003e, une micro-algue d'exception, il aide à éliminer les toxines accumulées, souvent responsables du teint terne, des imperfections et du manque d'éclat.\u003c\/p\u003e\n            \u003cp class=\"tagline\"\u003eQuand l'intérieur est purifié, la peau retrouve clarté, douceur et vitalité\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"why-section\"\u003e\n            \u003ch2\u003ePourquoi détoxifier sa peau ?\u003c\/h2\u003e\n            \u003cdiv class=\"why-content\"\u003e\n                \u003cdiv class=\"problem-list\"\u003e\n                    \u003cdiv class=\"problem-item\"\u003e😰 Stress\u003c\/div\u003e\n                    \u003cdiv class=\"problem-item\"\u003e🏭 Pollution\u003c\/div\u003e\n                    \u003cdiv class=\"problem-item\"\u003e🍔 Alimentation déséquilibrée\u003c\/div\u003e\n                    \u003cdiv class=\"problem-item\"\u003e😴 Manque de sommeil\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cp\u003eChaque jour, ton corps accumule des déchets et des métaux lourds qui saturent le foie et enflamment ta peau.\u003c\/p\u003e\n                \n                \u003cp\u003e\u003cstrong\u003eRésultat :\u003c\/strong\u003e pores obstrués, teint brouillé, boutons récurrents, taches pigmentaires.\u003c\/p\u003e\n\n                \u003cdiv class=\"solution-box\"\u003e\n                    \u003cp\u003eSkinoxy Detox agit à la source, là où tout commence : dans ton foie et ton système digestif.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2\u003eLes bienfaits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003eÉlimine les toxines et les métaux lourds\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003eAméliore la qualité du teint et l'éclat naturel\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003eSoutient le foie et le système digestif\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003eRéduit les imperfections liées à la surcharge interne\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cp\u003ePrépare la peau aux soins unifiants et anti-taches\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ingredient-section\"\u003e\n            \u003ch2\u003eActif principal\u003c\/h2\u003e\n            \u003cdiv class=\"ingredient-card\"\u003e\n                \u003cdiv class=\"ingredient-header\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"ingredient-title\"\u003eChlorelle Bio de Taïwan\u003c\/div\u003e\n                        \u003cdiv class=\"ingredient-dose\"\u003e400 mg par dose\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cp class=\"ingredient-description\"\u003e\n                    Riche en chlorophylle, fer, zinc, acides aminés essentiels et antioxydants, la chlorelle est un puissant détoxifiant naturel.\n                \u003c\/p\u003e\n\n                \u003cp class=\"ingredient-description\"\u003e\n                    Elle piège les métaux lourds, soutient la fonction hépatique et favorise la régénération cellulaire.\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"ingredient-properties\"\u003e\n                    \u003cdiv class=\"property-tag\"\u003e🌿 Chlorophylle\u003c\/div\u003e\n                    \u003cdiv class=\"property-tag\"\u003e⚡ Fer \u0026amp; Zinc\u003c\/div\u003e\n                    \u003cdiv class=\"property-tag\"\u003e🧬 Acides aminés\u003c\/div\u003e\n                    \u003cdiv class=\"property-tag\"\u003e🛡️ Antioxydants\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2\u003eConseil d'utilisation\u003c\/h2\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cp class=\"usage-instruction\"\u003e1 comprimé le matin + 1 comprimé le soir\u003c\/p\u003e\n                \u003cdiv class=\"water-icon\"\u003e💧\u003c\/div\u003e\n                \u003cp class=\"usage-details\"\u003eÀ avaler avec beaucoup d'eau\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"quote\"\u003e« La vraie beauté vient de l'intérieur »\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Biolissime Gold","offers":[{"title":"Default Title","offer_id":53487842787657,"sku":null,"price":27.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/WhatsAppImage2025-12-07at22.21.38.jpg?v=1765331145"},{"product_id":"skinoxy-no-stress","title":"Skinoxy No Stress (60 comprimés)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #ffffff;\n            color: #2c2c2c;\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #f5f0fa 0%, #ffffff 100%);\n            padding: 50px 30px;\n            text-align: center;\n            border-bottom: 1px solid #e5ddef;\n        }\n\n        .slogan {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            line-height: 1.4;\n            color: #1a1a1a;\n            font-weight: 600;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n\n        .slogan .highlight {\n            color: #8b6fb0;\n            font-weight: 700;\n            border-bottom: 3px solid #8b6fb0;\n            padding-bottom: 2px;\n        }\n\n        .delivery {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #8b6fb0;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-top: 25px;\n        }\n\n        .price-tag {\n            display: inline-block;\n            background: white;\n            color: #8b6fb0;\n            padding: 10px 20px;\n            border-radius: 8px;\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-top: 15px;\n            border: 2px solid #8b6fb0;\n            font-family: 'Playfair Display', serif;\n        }\n\n        .intro {\n            padding: 50px 30px;\n            text-align: center;\n            background: white;\n        }\n\n        .intro p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .intro .tagline {\n            font-size: 1.15rem;\n            color: #8b6fb0;\n            font-weight: 600;\n            margin-top: 25px;\n            padding: 15px 30px;\n            background: #f9f6fc;\n            border-radius: 8px;\n            display: inline-block;\n        }\n\n        .stress-triggers {\n            padding: 50px 30px;\n            background: #fafafa;\n        }\n\n        .stress-triggers h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .triggers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            max-width: 900px;\n            margin: 0 auto 40px;\n        }\n\n        .trigger-card {\n            background: white;\n            padding: 25px 20px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            border-top: 3px solid #e5ddef;\n            transition: all 0.3s ease;\n        }\n\n        .trigger-card:hover {\n            transform: translateY(-5px);\n            border-top-color: #8b6fb0;\n        }\n\n        .trigger-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n        }\n\n        .trigger-label {\n            color: #555;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .connection-box {\n            max-width: 800px;\n            margin: 0 auto;\n            background: linear-gradient(135deg, #f5f0fa 0%, #faf8fc 100%);\n            padding: 35px;\n            border-radius: 12px;\n            text-align: center;\n            border: 2px solid #e5ddef;\n        }\n\n        .connection-box p {\n            font-size: 1.1rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 15px;\n        }\n\n        .connection-box strong {\n            color: #8b6fb0;\n            font-size: 1.15rem;\n        }\n\n        .benefits {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .benefits h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: #fafafa;\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border-left: 4px solid #8b6fb0;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 20px rgba(139, 111, 176, 0.15);\n        }\n\n        .benefit-card::before {\n            content: '✓';\n            color: #8b6fb0;\n            font-size: 2rem;\n            font-weight: bold;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .benefit-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .ingredients-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #f5f0fa 0%, #ffffff 100%);\n        }\n\n        .ingredients-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .ingredients-intro {\n            max-width: 800px;\n            margin: 0 auto 40px;\n            text-align: center;\n            color: #555;\n            font-size: 1.05rem;\n            line-height: 1.8;\n        }\n\n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .ingredient-card {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n        }\n\n        .ingredient-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(139, 111, 176, 0.2);\n        }\n\n        .ingredient-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #f5f0fa;\n        }\n\n        .ingredient-icon {\n            font-size: 2rem;\n        }\n\n        .ingredient-name {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #8b6fb0;\n            font-weight: 600;\n        }\n\n        .ingredient-description {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.7;\n        }\n\n        .composition-section {\n            padding: 50px 30px;\n            background: white;\n        }\n\n        .composition-section h2 {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n            font-size: 2rem;\n            font-weight: 600;\n        }\n\n        .composition-box {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fafafa;\n            padding: 35px;\n            border-radius: 12px;\n            border: 2px solid #e5ddef;\n        }\n\n        .composition-label {\n            font-weight: 600;\n            color: #8b6fb0;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n\n        .composition-text {\n            font-size: 0.92rem;\n            color: #666;\n            line-height: 1.9;\n        }\n\n        .capsule-note {\n            margin-top: 20px;\n            padding: 15px;\n            background: #f9f6fc;\n            border-radius: 8px;\n            font-size: 0.9rem;\n            color: #777;\n            font-style: italic;\n        }\n\n        .quote {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            color: #1a1a1a;\n            font-size: 1.4rem;\n            margin: 35px 0;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            border-left: 5px solid #8b6fb0;\n            font-weight: 500;\n        }\n\n        .visual-separator {\n            max-width: 100px;\n            height: 3px;\n            background: linear-gradient(90deg, transparent, #8b6fb0, transparent);\n            margin: 40px auto;\n        }\n\n        @media (max-width: 768px) {\n            .slogan {\n                font-size: 1.8rem;\n            }\n\n            .benefits-grid, .triggers-grid, .ingredients-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .header, .intro, .benefits, .stress-triggers, .ingredients-section, .composition-section {\n                padding: 30px 20px;\n            }\n\n            .ingredient-name {\n                font-size: 1.1rem;\n            }\n\n            .price-tag {\n                font-size: 1.5rem;\n            }\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .benefit-card, .ingredient-card, .trigger-card {\n            animation: fadeIn 0.5s ease forwards;\n            opacity: 0;\n        }\n\n        .trigger-card:nth-child(1) { animation-delay: 0.1s; }\n        .trigger-card:nth-child(2) { animation-delay: 0.2s; }\n        .trigger-card:nth-child(3) { animation-delay: 0.3s; }\n        .trigger-card:nth-child(4) { animation-delay: 0.4s; }\n\n        .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-card:nth-child(5) { animation-delay: 0.5s; }\n\n        .ingredient-card:nth-child(1) { animation-delay: 0.1s; }\n        .ingredient-card:nth-child(2) { animation-delay: 0.2s; }\n        .ingredient-card:nth-child(3) { animation-delay: 0.3s; }\n        .ingredient-card:nth-child(4) { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"slogan\"\u003eUn \u003cspan class=\"highlight\"\u003eesprit apaisé\u003c\/span\u003e,\u003cbr\u003eune \u003cspan class=\"highlight\"\u003epeau éclatante\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"delivery\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"white\" viewbox=\"0 0 24 24\" style=\"width: 18px; height: 18px;\"\u003e\n                    \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Anti-Stress \u0026amp; Beauté Globale\u003c\/div\u003e\n\u003cdiv class=\"price-tag\"\u003e39,90€\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eLe stress quotidien, le manque de sommeil, la charge mentale ou émotionnelle peuvent bouleverser l'équilibre intérieur et se refléter sur votre peau.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkinoxy No Stress\u003c\/strong\u003e a été formulé pour vous aider à retrouver votre calme intérieur, réguler vos émotions et préserver votre éclat naturel.\u003c\/p\u003e\n\u003cp\u003eChaque gélule agit en profondeur pour réduire les effets du stress sur le corps et la peau.\u003c\/p\u003e\n\u003cp class=\"tagline\"\u003eUn esprit apaisé, c'est une peau plus lumineuse\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stress-triggers\"\u003e\n\u003ch2\u003eCe qui bouleverse votre équilibre\u003c\/h2\u003e\n\u003cdiv class=\"triggers-grid\"\u003e\n\u003cdiv class=\"trigger-card\"\u003e\n\u003cdiv class=\"trigger-icon\"\u003e😰\u003c\/div\u003e\n\u003cdiv class=\"trigger-label\"\u003eStress quotidien\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trigger-card\"\u003e\n\u003cdiv class=\"trigger-icon\"\u003e😴\u003c\/div\u003e\n\u003cdiv class=\"trigger-label\"\u003eManque de sommeil\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trigger-card\"\u003e\n\u003cdiv class=\"trigger-icon\"\u003e🧠\u003c\/div\u003e\n\u003cdiv class=\"trigger-label\"\u003eCharge mentale\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trigger-card\"\u003e\n\u003cdiv class=\"trigger-icon\"\u003e💭\u003c\/div\u003e\n\u003cdiv class=\"trigger-label\"\u003eÉmotions intenses\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connection-box\"\u003e\n\u003cp\u003eCes déséquilibres intérieurs se reflètent directement sur votre peau :\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eimperfections accrues, teint terne, inflammation, vieillissement accéléré\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003ch2\u003eBienfaits principaux\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003eRéduit le stress et l'anxiété grâce à un complexe synergique de plantes et vitamines\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003eFavorise un sommeil réparateur, indispensable à la régénération cellulaire\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003eDiminue les signes de fatigue physique et mentale\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003eAide à rééquilibrer la peau sujette aux imperfections liées au stress\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cp\u003eSoutient la beauté globale : éclat, équilibre hormonal et bien-être émotionnel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-section\"\u003e\n\u003ch2\u003eComplexe synergique\u003c\/h2\u003e\n\u003cp class=\"ingredients-intro\"\u003eUne formule experte qui associe plantes adaptogènes, magnésium et vitamines pour une action complète sur le stress et ses manifestations.\u003c\/p\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-header\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eRhodiola\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ingredient-description\"\u003ePlante adaptogène reconnue pour réduire la fatigue mentale et physique, améliorer la résistance au stress et favoriser l'équilibre émotionnel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-header\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eSafran\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ingredient-description\"\u003eL'or rouge du bien-être. Agit sur l'humeur, réduit l'anxiété et favorise un sommeil de qualité. Protège également la peau du stress oxydatif.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-header\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eMagnésium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ingredient-description\"\u003eTriple forme hautement assimilable (bisglycinate, malate, citrate) pour réguler le système nerveux, réduire la fatigue et détendre les muscles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cdiv class=\"ingredient-header\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e💊\u003c\/div\u003e\n\u003cdiv class=\"ingredient-name\"\u003eVitamines B\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ingredient-description\"\u003eB6 et B1 soutiennent le métabolisme énergétique, le fonctionnement du système nerveux et contribuent à réduire la fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"visual-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"composition-section\"\u003e\n\u003ch2\u003eComposition complète\u003c\/h2\u003e\n\u003cdiv class=\"composition-box\"\u003e\n\u003cdiv class=\"composition-label\"\u003eIngrédients :\u003c\/div\u003e\n\u003cp class=\"composition-text\"\u003eExtrait sec de Rhodiola (Rhodiola rosea L., racine), Bisglycinate de magnésium, Malate de magnésium, Citrate de magnésium, Agent d'enrobage (Hydroxypropylméthylcellulose), Extrait sec de safran (stigmates floraux de Crocus sativus L.), Antiagglomérants (sels de magnésium d'acides gras et de dioxyde de silicium), Vitamine B6 (Chlorhydrate de pyridoxine) et Vitamine B1 (Chlorhydrate de thiamine).\u003c\/p\u003e\n\u003cdiv class=\"capsule-note\"\u003eGélule 100% végétale (Hydroxypropylméthylcellulose)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003e« Moins de stress, plus d'éclat »\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Biolissime Gold","offers":[{"title":"Default Title","offer_id":53487859564873,"sku":null,"price":31.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/Designsanstitre_14.png?v=1765331247"},{"product_id":"cure-lumiere-totale","title":"Cure Lumière Totale","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Outfit:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --rose: #C0566B;\n            --rose-light: #EAB3BC;\n            --rose-dark: #8C2E42;\n            --blush: #FAF0F2;\n            --pearl: #F7F3EE;\n            --dark: #1C1010;\n            --dark2: #2E1A1E;\n            --mid: #6B4A50;\n            --gold: #C8A96E;\n            --gold-light: #E8D5A8;\n            --green: #4A7C59;\n        }\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: 'Outfit', sans-serif;\n            background: var(--pearl);\n            color: var(--dark);\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .hero {\n            position: relative;\n            background: var(--dark2);\n            min-height: 620px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            padding: 80px 30px;\n        }\n        .orb {\n            position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.25;\n            animation: drift 10s ease-in-out infinite;\n        }\n        .orb-1 { width: 420px; height: 420px; background: radial-gradient(circle, var(--rose) 0%, transparent 70%); top: -100px; right: -80px; }\n        .orb-2 { width: 300px; height: 300px; background: radial-gradient(circle, var(--gold) 0%, transparent 70%); bottom: -100px; left: 60px; animation-direction: reverse; animation-duration: 13s; }\n        @keyframes drift {\n            0%, 100% { transform: translate(0, 0) scale(1); }\n            33% { transform: translate(20px, -15px) scale(1.05); }\n            66% { transform: translate(-10px, 20px) scale(0.97); }\n        }\n\n        .hero-content { position: relative; z-index: 2; text-align: center; max-width: 720px; }\n        .hero-badge {\n            display: inline-flex; align-items: center; gap: 8px;\n            background: linear-gradient(135deg, var(--rose-dark), var(--rose));\n            color: white; font-size: 0.72rem; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 2.5px;\n            padding: 8px 22px; border-radius: 40px; margin-bottom: 30px;\n            animation: fadeDown 0.8s ease forwards;\n        }\n        @keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        .hero-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(2.6rem, 6.5vw, 4.2rem);\n            line-height: 1.1; color: #ffffff; font-weight: 700;\n            margin-bottom: 16px; animation: fadeUp 0.8s 0.2s ease forwards; opacity: 0;\n        }\n        .hero-title em { color: var(--rose-light); font-style: italic; font-weight: 500; }\n        @keyframes fadeUp { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }\n        .hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 36px; animation: fadeUp 0.8s 0.4s ease forwards; opacity: 0; }\n        .price-block { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; animation: fadeUp 0.8s 0.6s ease forwards; opacity: 0; }\n        .price-old { font-size: 1.4rem; color: rgba(255,255,255,0.4); text-decoration: line-through; font-weight: 300; }\n        .price-new { font-family: 'Cormorant Garamond', serif; font-size: 3.4rem; font-weight: 700; color: #FFD166; text-shadow: 0 2px 20px rgba(255,209,102,0.3); }\n        .price-save { background: var(--green); color: white; padding: 6px 16px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; }\n        .hero-shipping { margin-top: 20px; font-size: 0.88rem; color: rgba(255,255,255,0.5); animation: fadeUp 0.8s 0.8s ease forwards; opacity: 0; }\n\n        .products-strip { background: linear-gradient(135deg, var(--rose-dark) 0%, var(--rose) 100%); padding: 28px 30px; text-align: center; }\n        .products-strip p { color: white; font-size: 1rem; font-weight: 500; max-width: 800px; margin: 0 auto; line-height: 1.6; }\n        .products-strip strong { font-weight: 700; }\n\n        .descriptions { padding: 80px 30px; max-width: 900px; margin: 0 auto; }\n        .descriptions .section-label, .descriptions .section-title { text-align: center; }\n        .section-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: var(--rose-dark); margin-bottom: 14px; }\n        .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; color: var(--dark); line-height: 1.3; margin-bottom: 50px; }\n\n        .desc-card {\n            background: white; border-radius: 16px; padding: 44px 40px; margin-bottom: 28px;\n            box-shadow: 0 4px 30px rgba(28,16,16,0.06); border-left: 5px solid var(--rose);\n            position: relative; overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .desc-card:hover { transform: translateX(6px); box-shadow: 0 8px 40px rgba(192,86,107,0.15); }\n        .desc-card::after { content: ''; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--rose-light) 0%, transparent 70%); opacity: 0.15; }\n        .desc-number { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 700; color: var(--rose-light); opacity: 0.35; position: absolute; top: 16px; right: 28px; line-height: 1; }\n        .desc-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--rose-dark); font-weight: 600; margin-bottom: 16px; line-height: 1.3; }\n        .desc-card p { color: var(--mid); font-size: 0.98rem; line-height: 1.85; position: relative; }\n        .desc-card p strong { color: var(--dark); }\n\n        .pack-contents { padding: 70px 30px; background: var(--blush); }\n        .pack-contents .inner { max-width: 900px; margin: 0 auto; text-align: center; }\n        .pack-contents .section-label { color: var(--rose-dark); }\n        .contents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\n        .content-item { background: white; border-radius: 14px; padding: 30px 24px; text-align: left; border-top: 3px solid var(--rose); box-shadow: 0 2px 16px rgba(28,16,16,0.05); transition: transform 0.3s ease; }\n        .content-item:hover { transform: translateY(-4px); }\n        .content-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--dark); font-weight: 600; margin-bottom: 8px; }\n        .content-item p { font-size: 0.88rem; color: var(--mid); line-height: 1.7; }\n        .content-item .item-tag { display: inline-block; background: rgba(192,86,107,0.1); color: var(--rose-dark); font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; }\n\n        .signature { padding: 60px 30px; background: var(--dark2); text-align: center; }\n        .signature-inner { max-width: 640px; margin: 0 auto; }\n        .signature blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-style: italic; color: var(--rose-light); line-height: 1.6; margin-bottom: 28px; }\n        .signature blockquote::before { content: '« '; }\n        .signature blockquote::after { content: ' »'; }\n        .signature-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: white; font-weight: 600; margin-bottom: 4px; }\n        .signature-role { font-size: 0.82rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 2px; }\n\n        .footer-cta { padding: 36px 30px; background: linear-gradient(135deg, var(--rose-dark), var(--rose)); text-align: center; }\n        .footer-cta p { color: white; font-size: 1.05rem; font-weight: 600; }\n        .footer-cta .small { font-size: 0.85rem; color: rgba(255,255,255,0.8); font-weight: 400; margin-top: 4px; }\n\n        @media (max-width: 768px) {\n            .hero { padding: 60px 20px; min-height: 520px; }\n            .descriptions { padding: 50px 20px; }\n            .desc-card { padding: 30px 24px; }\n            .contents-grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"orb orb-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb orb-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e— 28% de réduction\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eCure \u003cem\u003eLumière Totale\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eLe pack le plus complet : agissez de l'intérieur ET de l'extérieur sur vos taches. Gélules naturelles + soins topiques pour une peau transformée en profondeur.\u003c\/p\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-old\"\u003e209,60€\u003c\/span\u003e \u003cspan class=\"price-new\"\u003e150,00€\u003c\/span\u003e \u003cspan class=\"price-save\"\u003eVous économisez 59,60€\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"hero-shipping\"\u003eLivraison offerte dès 80€ d'achat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"products-strip\"\u003e\n\u003cp\u003e\u003cstrong\u003eLait Velouté Unifiant\u003c\/strong\u003e · \u003cstrong\u003eSkinoxy Éclat du Teint\u003c\/strong\u003e · \u003cstrong\u003eSkinoxy Glutha Protect+\u003c\/strong\u003e · \u003cstrong\u003eSérum Boosteur Anti-Taches\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"descriptions\"\u003e\n\u003cdiv class=\"section-label\"\u003eVotre transformation\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eCe que ce pack va changer pour vous\u003c\/h2\u003e\n\u003cdiv class=\"desc-card\"\u003e\n\u003cdiv class=\"desc-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eVos taches ne se traitent pas qu'en surface — il faut agir de l'intérieur\u003c\/h3\u003e\n\u003cp\u003eC'est le principe fondamental de ce pack. Chaque matin, vous prenez votre gélule \u003cstrong\u003eSkinoxy Glutha Protect+\u003c\/strong\u003e avant de sortir. Le Polypodium, photoprotecteur naturel utilisé depuis des siècles par les peuples indigènes, protège votre peau des UV de l'intérieur. L'Astaxanthine — \u003cstrong\u003e80 fois plus puissante que la vitamine E\u003c\/strong\u003e — neutralise les radicaux libres avant qu'ils ne créent de nouvelles taches. Et le Glutathion Réduit inhibe la production de mélanine en excès pour empêcher l'assombrissement de votre teint. Votre peau est protégée avant même que vous n'appliquiez quoi que ce soit dessus. Vous sortez plus sereine, le soleil n'est plus votre ennemi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"desc-card\"\u003e\n\u003cdiv class=\"desc-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eEn parallèle, votre Skinoxy Éclat du Teint travaille sur les taches existantes\u003c\/h3\u003e\n\u003cp\u003eAvec \u003cstrong\u003e150 mg de Collagène Marin\u003c\/strong\u003e, 100 mg de Glutathion, l'Extrait de Pin Maritime et la Poudre de Perle, cette deuxième gélule attaque le problème sous un autre angle. Elle stimule la production de collagène et d'acide hyaluronique — les deux piliers de la fermeté et de l'hydratation. Elle atténue progressivement vos taches brunes, votre lentigo solaire, vos taches de vieillesse. Semaine après semaine, votre teint retrouve son éclat naturel, vos rides se lissent, votre peau redevient lumineuse. La formule convient même aux \u003cstrong\u003epeaux sensibles, aux femmes enceintes et allaitantes\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"desc-card\"\u003e\n\u003cdiv class=\"desc-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eEt en surface, le Sérum et le Lait complètent l'action\u003c\/h3\u003e\n\u003cp\u003eLe soir, le \u003cstrong\u003eSérum Boosteur Anti-Taches\u003c\/strong\u003e et son complexe de plantes alpines (Mélisse, Achillée, Grande Mauve) cible vos taches directement — soleil, acné, mélasma, cicatrices. L'Acide Hyaluronique hydrate en profondeur et repulpe votre peau. \u003cstrong\u003e90% des volontaires\u003c\/strong\u003e ont été impressionnées dès 28 jours. Sur le corps, le \u003cstrong\u003eLait Velouté Unifiant\u003c\/strong\u003e à 96,4% d'origine naturelle prend le relais avec son Synovea® HR amélioré et ses huiles bio d'Avocat et Jojoba. Action kératolytique douce, fini nacré naturel grâce au Karité. Vos coudes, genoux, zones d'ombre retrouvent leur éclat. Intérieur + extérieur : c'est la combinaison la plus puissante que nous ayons jamais proposée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-contents\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eDans votre pack\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eL'approche intérieur + extérieur\u003c\/h2\u003e\n\u003cdiv class=\"contents-grid\"\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"item-tag\"\u003eGélules — Protection\u003c\/div\u003e\n\u003ch4\u003eSkinoxy Glutha Protect+\u003c\/h4\u003e\n\u003cp\u003eCure 100% naturelle. Polypodium photo-protecteur + Astaxanthine (80× vitamine E) + Glutathion Réduit. 1 gélule\/jour. Protège des UV et prévient les taches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"item-tag\"\u003eGélules — Éclat\u003c\/div\u003e\n\u003ch4\u003eSkinoxy Éclat du Teint\u003c\/h4\u003e\n\u003cp\u003eCollagène Marin 150 mg + Glutathion 100 mg + Pin Maritime + Poudre de Perle + Vitamines C, E, D, B3. Anti-taches, anti-rides, hydratation. Cure 1 à 6 mois.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"item-tag\"\u003eVisage — Soir\u003c\/div\u003e\n\u003ch4\u003eSérum Boosteur Anti-Taches\u003c\/h4\u003e\n\u003cp\u003eComplexe de plantes alpines + Acide Hyaluronique. Éclaircissement dès 28 jours. -24% d'intensité des taches. 95% texture améliorée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-item\"\u003e\n\u003cdiv class=\"item-tag\"\u003eCorps\u003c\/div\u003e\n\u003ch4\u003eLait Velouté Unifiant\u003c\/h4\u003e\n\u003cp\u003e96,4% naturel. Synovea® HR, huiles bio Avocat \u0026amp; Jojoba, Beurre de Karité. Action « Peau Neuve » kératolytique. Fini nacré naturel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"signature\"\u003e\n\u003cdiv class=\"signature-inner\"\u003e\n\u003cblockquote\u003eCe pack, c'est ma fierté. C'est celui que je prends moi-même. Parce que les taches, ça ne se combat pas seulement en surface — il faut aller chercher le problème à la racine, de l'intérieur. Avec les deux Skinoxy en gélules et le Sérum + le Lait en topique, vous attaquez sur tous les fronts. C'est l'approche la plus complète que la science naturelle puisse offrir.\u003c\/blockquote\u003e\n\u003cdiv class=\"signature-name\"\u003eBintou Camara\u003c\/div\u003e\n\u003cdiv class=\"signature-role\"\u003eFondatrice — Biolissime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-cta\"\u003e\n\u003cp\u003eCure Lumière Totale — 150,00€ au lieu de 209,60€\u003c\/p\u003e\n\u003cp class=\"small\"\u003eLivraison offerte · 4 produits (2 cures + 2 soins) · Économisez 59,60€\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Biolissime Gold","offers":[{"title":"Default Title","offer_id":54043224179017,"sku":null,"price":105.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/919EA9D7-252A-40DF-82E3-594CA6F1F39E.png?v=1782564436"},{"product_id":"bouclier-anti-taches","title":"Bouclier Anti-Taches","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePack Bouclier Anti-Taches — Biolissime\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Outfit:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --sun: #D4880F;\n            --sun-light: #F5D693;\n            --sun-dark: #A66A00;\n            --amber: #FFF8EB;\n            --warm: #FFFDF8;\n            --dark: #1A1400;\n            --dark2: #2D2508;\n            --mid: #7A6B4A;\n            --gold: #C8A96E;\n            --gold-light: #E8D5A8;\n            --green: #4A7C59;\n        }\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: 'Outfit', sans-serif;\n            background: var(--warm);\n            color: var(--dark);\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .hero {\n            position: relative;\n            background: linear-gradient(160deg, #1A1400 0%, #2D2508 40%, #3A2E10 100%);\n            min-height: 620px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            padding: 80px 30px;\n        }\n        .sun-orb {\n            position: absolute;\n            border-radius: 50%;\n            filter: blur(90px);\n            animation: sunPulse 7s ease-in-out infinite;\n        }\n        .sun-orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, #F5A623 0%, transparent 70%); top: -140px; right: -100px; opacity: 0.3; }\n        .sun-orb-2 { width: 300px; height: 300px; background: radial-gradient(circle, var(--gold) 0%, transparent 70%); bottom: -80px; left: -40px; opacity: 0.2; animation-direction: reverse; animation-duration: 11s; }\n        @keyframes sunPulse {\n            0%, 100% { transform: scale(1); opacity: 0.3; }\n            50% { transform: scale(1.08); opacity: 0.4; }\n        }\n\n        .hero-content { position: relative; z-index: 2; text-align: center; max-width: 720px; }\n        .hero-badge {\n            display: inline-flex; align-items: center; gap: 8px;\n            background: linear-gradient(135deg, var(--sun-dark), var(--sun));\n            color: white; font-size: 0.72rem; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 2.5px;\n            padding: 8px 22px; border-radius: 40px; margin-bottom: 30px;\n            animation: fadeDown 0.8s ease forwards;\n        }\n        @keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        .hero-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(2.6rem, 6.5vw, 4.2rem);\n            line-height: 1.1; color: #ffffff; font-weight: 700;\n            margin-bottom: 16px; animation: fadeUp 0.8s 0.2s ease forwards; opacity: 0;\n        }\n        .hero-title em { color: var(--sun-light); font-style: italic; font-weight: 500; }\n        @keyframes fadeUp { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }\n        .hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 36px; animation: fadeUp 0.8s 0.4s ease forwards; opacity: 0; }\n        .price-block { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; animation: fadeUp 0.8s 0.6s ease forwards; opacity: 0; }\n        .price-old { font-size: 1.4rem; color: rgba(255,255,255,0.4); text-decoration: line-through; font-weight: 300; }\n        .price-new { font-family: 'Cormorant Garamond', serif; font-size: 3.4rem; font-weight: 700; color: #FFD166; text-shadow: 0 2px 20px rgba(255,209,102,0.3); }\n        .price-save { background: var(--green); color: white; padding: 6px 16px; border-radius: 6px; font-size: 0.82rem; font-weight: 700; }\n        .hero-shipping { margin-top: 20px; font-size: 0.88rem; color: rgba(255,255,255,0.5); animation: fadeUp 0.8s 0.8s ease forwards; opacity: 0; }\n\n        .products-strip { background: linear-gradient(135deg, var(--sun-dark) 0%, var(--sun) 100%); padding: 28px 30px; text-align: center; }\n        .products-strip p { color: white; font-size: 1rem; font-weight: 500; max-width: 800px; margin: 0 auto; line-height: 1.6; }\n        .products-strip strong { font-weight: 700; }\n\n        .descriptions { padding: 80px 30px; max-width: 900px; margin: 0 auto; }\n        .descriptions .section-label, .descriptions .section-title { text-align: center; }\n        .section-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: var(--sun-dark); margin-bottom: 14px; }\n        .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; color: var(--dark); line-height: 1.3; margin-bottom: 50px; }\n\n        .desc-card {\n            background: white; border-radius: 16px; padding: 44px 40px; margin-bottom: 28px;\n            box-shadow: 0 4px 30px rgba(26,20,0,0.06); border-left: 5px solid var(--sun);\n            position: relative; overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .desc-card:hover { transform: translateX(6px); box-shadow: 0 8px 40px rgba(212,136,15,0.15); }\n        .desc-card::after { content: ''; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--sun-light) 0%, transparent 70%); opacity: 0.15; }\n        .desc-number { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 700; color: var(--sun-light); opacity: 0.35; position: absolute; top: 16px; right: 28px; line-height: 1; }\n        .desc-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--sun-dark); font-weight: 600; margin-bottom: 16px; line-height: 1.3; }\n        .desc-card p { color: var(--mid); font-size: 0.98rem; line-height: 1.85; position: relative; }\n        .desc-card p strong { color: var(--dark); }\n\n        .pack-contents { padding: 70px 30px; background: var(--amber); }\n        .pack-contents .inner { max-width: 900px; margin: 0 auto; text-align: center; }\n        .pack-contents .section-label { color: var(--sun-dark); }\n        .contents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\n        .content-item { background: white; border-radius: 14px; padding: 30px 24px; text-align: left; border-top: 3px solid var(--sun); box-shadow: 0 2px 16px rgba(26,20,0,0.05); transition: transform 0.3s ease; }\n        .content-item:hover { transform: translateY(-4px); }\n        .content-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--dark); font-weight: 600; margin-bottom: 8px; }\n        .content-item p { font-size: 0.88rem; color: var(--mid); line-height: 1.7; }\n        .content-item .item-tag { display: inline-block; background: rgba(212,136,15,0.1); color: var(--sun-dark); font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; }\n\n        .signature { padding: 60px 30px; background: var(--dark2); text-align: center; }\n        .signature-inner { max-width: 640px; margin: 0 auto; }\n        .signature blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-style: italic; color: var(--sun-light); line-height: 1.6; margin-bottom: 28px; }\n        .signature blockquote::before { content: '« '; }\n        .signature blockquote::after { content: ' »'; }\n        .signature-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: white; font-weight: 600; margin-bottom: 4px; }\n        .signature-role { font-size: 0.82rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 2px; }\n\n        .footer-cta { padding: 36px 30px; background: linear-gradient(135deg, var(--sun-dark), var(--sun)); text-align: center; }\n        .footer-cta p { color: white; font-size: 1.05rem; font-weight: 600; }\n        .footer-cta .small { font-size: 0.85rem; color: rgba(255,255,255,0.8); font-weight: 400; margin-top: 4px; }\n\n        @media (max-width: 768px) {\n            .hero { padding: 60px 20px; min-height: 520px; }\n            .descriptions { padding: 50px 20px; }\n            .desc-card { padding: 30px 24px; }\n            .contents-grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"sun-orb sun-orb-1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sun-orb sun-orb-2\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cdiv class=\"hero-badge\"\u003e— 31% de réduction\u003c\/div\u003e\n        \u003ch1 class=\"hero-title\"\u003eBouclier \u003cem\u003eAnti-Taches\u003c\/em\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-subtitle\"\u003eProtection solaire interne + externe, cure anti-taches et soin corporel unifiant. Le pack pensé pour celles qui veulent prévenir ET corriger.\u003c\/p\u003e\n        \u003cdiv class=\"price-block\"\u003e\n            \u003cspan class=\"price-old\"\u003e194,60€\u003c\/span\u003e\n            \u003cspan class=\"price-new\"\u003e135,00€\u003c\/span\u003e\n            \u003cspan class=\"price-save\"\u003eVous économisez 59,60€\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"hero-shipping\"\u003eLivraison offerte dès 80€ d'achat\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"products-strip\"\u003e\n    \u003cp\u003e\u003cstrong\u003eLait Velouté Unifiant\u003c\/strong\u003e · \u003cstrong\u003eSkinoxy Glutha Protect+\u003c\/strong\u003e · \u003cstrong\u003eSkinoxy Éclat du Teint\u003c\/strong\u003e · \u003cstrong\u003eCrème de Jour Unifiante SPF 25\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"descriptions\"\u003e\n    \u003cdiv class=\"section-label\"\u003eVotre transformation\u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCe que ce pack va changer pour vous\u003c\/h2\u003e\n\n    \u003cdiv class=\"desc-card\"\u003e\n        \u003cdiv class=\"desc-number\"\u003e01\u003c\/div\u003e\n        \u003ch3\u003eVous ne craignez plus le soleil — votre bouclier est en place\u003c\/h3\u003e\n        \u003cp\u003eChaque matin, avant de sortir, vous prenez votre gélule \u003cstrong\u003eSkinoxy Glutha Protect+\u003c\/strong\u003e. En quelques semaines, le Polypodium renforce naturellement la résistance de votre peau aux UV, l'Astaxanthine — \u003cstrong\u003e80 fois plus puissante que la vitamine E\u003c\/strong\u003e — neutralise les radicaux libres, et le Glutathion Réduit empêche la surproduction de mélanine. Votre peau est blindée de l'intérieur. Et sur votre visage, la \u003cstrong\u003eCrème de Jour SPF 25\u003c\/strong\u003e prend le relais avec ses filtres UVA\/UVB, le Synovea® HR, le Karité et l'Aloe Vera. Double protection. Aucune faille. Vous vivez votre journée en toute sérénité, sans craindre l'apparition de nouvelles taches.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desc-card\"\u003e\n        \u003cdiv class=\"desc-number\"\u003e02\u003c\/div\u003e\n        \u003ch3\u003ePendant ce temps, vos taches existantes s'effacent progressivement\u003c\/h3\u003e\n        \u003cp\u003eLe \u003cstrong\u003eSkinoxy Éclat du Teint\u003c\/strong\u003e est votre allié longue durée. Avec ses \u003cstrong\u003e150 mg de Collagène Marin\u003c\/strong\u003e, son Glutathion Réduit, l'Extrait de Pin Maritime, la Coenzyme Q10 et la Poudre de Perle, il agit en profondeur sur vos taches brunes, votre lentigo solaire et vos taches de vieillesse. Il stimule votre production naturelle de collagène et d'acide hyaluronique — votre peau retrouve sa fermeté et son hydratation. Les rides se lissent, le teint s'illumine. Semaine après semaine, vous retrouvez la peau que vous pensiez avoir perdue. La formule convient à \u003cstrong\u003etous les types de peau\u003c\/strong\u003e, y compris les peaux sensibles, les femmes enceintes et allaitantes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desc-card\"\u003e\n        \u003cdiv class=\"desc-number\"\u003e03\u003c\/div\u003e\n        \u003ch3\u003eEt le Lait Velouté étend les résultats à tout votre corps\u003c\/h3\u003e\n        \u003cp\u003eCe qui est extraordinaire avec ce pack, c'est que vous ne traitez pas seulement votre visage. Le \u003cstrong\u003eLait Velouté Unifiant\u003c\/strong\u003e, à \u003cstrong\u003e96,4% d'origine naturelle\u003c\/strong\u003e, s'occupe de tout le reste. Ses huiles bio d'Avocat et Jojoba nourrissent votre peau en profondeur, pendant que le Synovea® HR amélioré unifie votre teint progressivement. L'action kératolytique douce accélère le renouvellement cellulaire — vos coudes, genoux et zones d'ombre retrouvent cet éclat nacré naturel grâce au Beurre de Karité. Pas de blanchiment, pas d'artifice. Juste votre peau, sublimée de la tête aux pieds.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pack-contents\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"section-label\"\u003eDans votre pack\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003ePrévenir + corriger + sublimer\u003c\/h2\u003e\n        \u003cdiv class=\"contents-grid\"\u003e\n            \u003cdiv class=\"content-item\"\u003e\n                \u003cdiv class=\"item-tag\"\u003eGélules — Protection UV\u003c\/div\u003e\n                \u003ch4\u003eSkinoxy Glutha Protect+\u003c\/h4\u003e\n                \u003cp\u003e100% naturel. Polypodium photo-protecteur + Astaxanthine (80× vit. E) + Glutathion. 1 gélule\/jour avant exposition. Prévient taches et assombrissement.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"content-item\"\u003e\n                \u003cdiv class=\"item-tag\"\u003eGélules — Anti-Taches\u003c\/div\u003e\n                \u003ch4\u003eSkinoxy Éclat du Teint\u003c\/h4\u003e\n                \u003cp\u003eCollagène Marin 150 mg + Glutathion 100 mg + Pin Maritime + Poudre de Perle + Vitamines C, E, D, B3. Cure 1 à 6 mois. Anti-taches, anti-rides, éclat.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"content-item\"\u003e\n                \u003cdiv class=\"item-tag\"\u003eVisage — Matin\u003c\/div\u003e\n                \u003ch4\u003eCrème de Jour Unifiante SPF 25\u003c\/h4\u003e\n                \u003cp\u003eProtection UVA\/UVB intégrée. Synovea® HR, Karité, Jojoba, Aloe Vera. Atténue les taches dès 4 semaines. Texture légère non grasse.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"content-item\"\u003e\n                \u003cdiv class=\"item-tag\"\u003eCorps\u003c\/div\u003e\n                \u003ch4\u003eLait Velouté Unifiant\u003c\/h4\u003e\n                \u003cp\u003e96,4% naturel. Synovea® HR amélioré, huiles bio Avocat \u0026amp; Jojoba, Beurre de Karité. Action « Peau Neuve ». Fini nacré naturel.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"signature\"\u003e\n    \u003cdiv class=\"signature-inner\"\u003e\n        \u003cblockquote\u003eCe pack, c'est l'équilibre parfait entre prévention et correction. Vous protégez votre peau des agressions avec les gélules Glutha Protect+ et la Crème SPF 25, pendant que le Skinoxy Éclat du Teint efface les marques du passé. Et le Lait étend cette transformation à tout votre corps. C'est le pack que je conseille aux femmes qui me disent : \"Je veux que ça change pour de bon.\"\u003c\/blockquote\u003e\n        \u003cdiv class=\"signature-name\"\u003eBintou Camara\u003c\/div\u003e\n        \u003cdiv class=\"signature-role\"\u003eFondatrice — Biolissime\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-cta\"\u003e\n    \u003cp\u003eBouclier Anti-Taches — 135,00€ au lieu de 194,60€\u003c\/p\u003e\n    \u003cp class=\"small\"\u003eLivraison offerte · 4 produits (2 cures + 2 soins) · Économisez 59,60€\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Biolissime Gold","offers":[{"title":"Default Title","offer_id":54043224342857,"sku":null,"price":135.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5076\/4528\/files\/988CFBE4-711E-4E79-990F-B435A6D7C61A.png?v=1774416704"}],"url":"https:\/\/biolissime.com\/collections\/best-selling-collection.oembed?page=2","provider":"Biolissime Gold","version":"1.0","type":"link"}