{"product_id":"lipocore-byocore®-copie-1","title":"LipoCore-ByoCore®","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=Cairo:wght@300;400;600;700;900\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  .byocore-landing *, .byocore-landing *::before, .byocore-landing *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .byocore-landing {\n    --red:       #E03A20;\n    --red-light: #F06040;\n    --red-pale:  #FDE8E4;\n    --orange:    #F07030;\n    --orange-light: #F89060;\n    --cream:     #FDF6F4;\n    --dark:      #1A0A06;\n    --mid:       #7A2A18;\n    --text:      #2D1008;\n    --white:     #ffffff;\n  }\n\n  .byocore-landing { scroll-behavior: smooth; }\n\n  .byocore-landing {\n    font-family: 'Cairo', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    direction: rtl !important; unicode-bidi: isolate !important;\n    overflow-x: hidden;\n  }\n\n  \/* ══ HERO ══ *\/\n  .byocore-landing .hero {\n    min-height: 100vh;\n    background: linear-gradient(145deg, #C02010 0%, #D83520 35%, #E84C28 65%, #F07040 100%);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    padding: 60px 8vw;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Animated geometric hex pattern *\/\n  .byocore-landing .hero-bg-pattern {\n    position: absolute;\n    inset: 0;\n    overflow: hidden;\n    pointer-events: none;\n  }\n\n  .byocore-landing .hex-float {\n    position: absolute;\n    opacity: 0.07;\n    animation: hexDrift 8s ease-in-out infinite;\n  }\n  .byocore-landing .hex-float:nth-child(1) { top: -80px; right: -60px; animation-delay: 0s; }\n  .byocore-landing .hex-float:nth-child(2) { bottom: 10%; left: -40px; animation-delay: -3s; }\n  .byocore-landing .hex-float:nth-child(3) { top: 40%; right: 10%; animation-delay: -5s; transform: scale(0.6); }\n\n  @keyframes hexDrift {\n    0%, 100% { transform: translateY(0) rotate(0deg); }\n    50%       { transform: translateY(-20px) rotate(8deg); }\n  }\n\n  .byocore-landing .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 70% 30%, rgba(255,150,80,0.18) 0%, transparent 55%);\n  }\n\n  .byocore-landing .hero-text { position: relative; z-index: 2; }\n\n  .byocore-landing .brand-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(0,0,0,0.18);\n    border: 1px solid rgba(255,255,255,0.22);\n    border-radius: 50px;\n    padding: 6px 18px;\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 28px;\n    backdrop-filter: blur(6px);\n  }\n\n  .byocore-landing .hero h1 {\n    font-size: clamp(50px, 7.5vw, 92px);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 0.95;\n    margin-bottom: 20px;\n  }\n\n  .byocore-landing .hero h1 .highlight {\n    color: #FFD0A0;\n    display: block;\n  }\n\n  .byocore-landing .hero-sub {\n    font-size: clamp(14px, 1.8vw, 17px);\n    color: rgba(255,255,255,0.72);\n    font-weight: 300;\n    margin-bottom: 36px;\n    line-height: 1.9;\n    max-width: 400px;\n  }\n\n  .byocore-landing .ingredient-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .byocore-landing .pill {\n    background: rgba(0,0,0,0.2);\n    border: 1px solid rgba(255,255,255,0.28);\n    color: white;\n    padding: 7px 18px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 700;\n    backdrop-filter: blur(8px);\n    transition: background 0.2s;\n  }\n\n  .byocore-landing .hero-visual {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  .byocore-landing .product-glow {\n    position: absolute;\n    width: 360px; height: 360px;\n    background: radial-gradient(circle, rgba(255,120,60,0.45) 0%, transparent 70%);\n    border-radius: 50%;\n    animation: pulse 3.5s ease-in-out infinite;\n  }\n\n  @keyframes pulse {\n    0%, 100% { transform: scale(1);    opacity: 0.55; }\n    50%       { transform: scale(1.15); opacity: 1; }\n  }\n\n  .byocore-landing .product-img {\n        width: min(340px, 52vw);\n    position: relative;\n    z-index: 3;\n    filter: drop-shadow(0 32px 64px rgba(0,0,0,0.45));\n    animation: float 4.5s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-16px); }\n  }\n\n  \/* ══ STATS BAR ══ *\/\n  .byocore-landing .stats-bar {\n    background: var(--dark);\n    display: flex;\n    justify-content: center;\n    gap: 0;\n    flex-wrap: wrap;\n  }\n\n  .byocore-landing .stat-item {\n    flex: 1;\n    min-width: 140px;\n    padding: 28px 20px;\n    text-align: center;\n    border-left: 1px solid rgba(255,255,255,0.07);\n    position: relative;\n  }\n\n  .byocore-landing .stat-item:last-child { border-left: none; }\n\n  .byocore-landing .stat-number {\n    font-size: 36px;\n    font-weight: 900;\n    color: var(--orange-light);\n    display: block;\n    line-height: 1;\n  }\n\n  .byocore-landing .stat-label {\n    font-size: 12px;\n    color: rgba(255,255,255,0.5);\n    margin-top: 6px;\n    display: block;\n    font-weight: 400;\n  }\n\n  \/* ══ GENDER SECTION ══ *\/\n  .byocore-landing .gender-section {\n    padding: 80px 6vw;\n    background: var(--white);\n  }\n\n  .byocore-landing .section-label {\n    text-align: center;\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--red);\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .byocore-landing .section-title {\n    text-align: center;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 900;\n    color: var(--dark);\n    margin-bottom: 54px;\n  }\n\n  .byocore-landing .gender-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .byocore-landing .gender-card {\n    border-radius: 24px;\n    padding: 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .byocore-landing .gender-card.female {\n    background: linear-gradient(135deg, #FDE8E4 0%, #FAD0C6 100%);\n  }\n\n  .byocore-landing .gender-card.male {\n    background: linear-gradient(135deg, #F0E4E0 0%, #E0CCC6 100%);\n  }\n\n  .byocore-landing .gender-icon {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 20px;\n    font-size: 26px;\n  }\n\n  .byocore-landing .gender-card.female .gender-icon { background: var(--red); }\n  .byocore-landing .gender-card.male   .gender-icon { background: var(--mid); }\n\n  .byocore-landing .gender-card h3 {\n    font-size: 20px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: var(--dark);\n  }\n\n  .byocore-landing .gender-benefits {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .byocore-landing .gender-benefits li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: var(--text);\n    line-height: 1.5;\n  }\n\n  .byocore-landing .gender-benefits li::before {\n    content: '✓';\n    color: var(--red);\n    font-weight: 900;\n    font-size: 13px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ══ INGREDIENTS DIAGRAM ══ *\/\n  .byocore-landing .ingredients-section {\n    padding: 80px 6vw;\n    background: var(--cream);\n  }\n\n  .byocore-landing .ingredients-diagram {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .byocore-landing .ing-row {\n    display: grid;\n    grid-template-columns: 80px 32px 1fr;\n    align-items: center;\n    gap: 0;\n    margin-bottom: 20px;\n    animation: slideIn 0.6s ease both;\n  }\n\n  .byocore-landing .ing-row:nth-child(1) { animation-delay: 0.1s; }\n  .byocore-landing .ing-row:nth-child(2) { animation-delay: 0.22s; }\n  .byocore-landing .ing-row:nth-child(3) { animation-delay: 0.34s; }\n\n  @keyframes slideIn {\n    from { opacity: 0; transform: translateX(28px); }\n    to   { opacity: 1; transform: translateX(0); }\n  }\n\n  .byocore-landing .ing-badge {\n    width: 68px; height: 68px;\n    border-radius: 18px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 11px;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.18);\n    text-align: center;\n    line-height: 1.2;\n    padding: 6px;\n  }\n\n  .byocore-landing .ing-badge .ing-abbr { font-size: 18px; font-weight: 900; }\n\n  .byocore-landing .ing-connector {\n    height: 3px;\n    width: 100%;\n  }\n\n  .byocore-landing .ing-info-box {\n    border-radius: 18px;\n    padding: 20px 26px;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n  }\n\n  .byocore-landing .ing-info-box .ing-icon { font-size: 30px; flex-shrink: 0; }\n\n  .byocore-landing .ing-text h4 {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--dark);\n    margin-bottom: 5px;\n  }\n\n  .byocore-landing .ing-text p {\n    font-size: 13px;\n    color: var(--mid);\n    line-height: 1.6;\n  }\n\n  \/* L-CARNITINE *\/\n  .byocore-landing .i-carnitine .ing-badge { background: linear-gradient(135deg, #E03A20, #B82010); }\n  .byocore-landing .i-carnitine .ing-connector { background: #E03A20; }\n  .byocore-landing .i-carnitine .ing-info-box { background: rgba(224,58,32,0.07); border: 1.5px solid rgba(224,58,32,0.18); }\n\n  \/* BROMELAINE *\/\n  .byocore-landing .i-bromelaine .ing-badge { background: linear-gradient(135deg, #F07030, #C85020); }\n  .byocore-landing .i-bromelaine .ing-connector { background: #F07030; }\n  .byocore-landing .i-bromelaine .ing-info-box { background: rgba(240,112,48,0.07); border: 1.5px solid rgba(240,112,48,0.18); }\n\n  \/* YOHIMBINE *\/\n  .byocore-landing .i-yohimbine .ing-badge { background: linear-gradient(135deg, #8B2A14, #5A1508); }\n  .byocore-landing .i-yohimbine .ing-connector { background: #8B2A14; }\n  .byocore-landing .i-yohimbine .ing-info-box { background: rgba(139,42,20,0.07); border: 1.5px solid rgba(139,42,20,0.18); }\n\n  \/* ══ MECHANISM SVG ══ *\/\n  .byocore-landing .mechanism-section {\n    padding: 80px 6vw;\n    background: var(--white);\n  }\n\n  \/* ══ THERMOGENESIS SVG VISUAL ══ *\/\n  .byocore-landing .thermo-section {\n    padding: 70px 6vw;\n    background: var(--cream);\n  }\n\n  .byocore-landing .thermo-wrap {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  \/* ══ USAGE ══ *\/\n  .byocore-landing .usage-section {\n    padding: 64px 6vw;\n    background: linear-gradient(135deg, #1A0A06 0%, #5A1A0A 50%, #B02010 100%);\n    text-align: center;\n  }\n\n  .byocore-landing .usage-section .section-label { color: #F89060; }\n  .byocore-landing .usage-section .section-title { color: white; margin-bottom: 48px; }\n\n  .byocore-landing .usage-steps {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n\n  .byocore-landing .usage-step {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 12px;\n    color: white;\n    max-width: 160px;\n  }\n\n  .byocore-landing .step-circle {\n    width: 72px; height: 72px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.1);\n    border: 2px solid rgba(255,255,255,0.22);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 30px;\n    backdrop-filter: blur(10px);\n  }\n\n  .byocore-landing .step-label {\n    font-size: 14px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.4;\n  }\n\n  .byocore-landing .usage-divider {\n    color: rgba(255,255,255,0.22);\n    font-size: 28px;\n    align-self: center;\n  }\n\n  \/* ══ FOOTER ══ *\/\n  .byocore-landing footer {\n    padding: 32px 6vw;\n    background: var(--dark);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n\n  .byocore-landing .footer-logo {\n    height: 60px;\n    width: auto;\n    filter: brightness(0) invert(1);\n    opacity: 0.88;\n  }\n\n  .byocore-landing .footer-legal {\n    color: rgba(255,255,255,0.38);\n    font-size: 12px;\n  }\n\n  \/* ══ RESPONSIVE ══ *\/\n  @media (max-width: 768px) {\n    .byocore-landing .hero {\n      grid-template-columns: 1fr;\n      text-align: center;\n      padding: 80px 6vw 60px;\n      gap: 48px;\n    }\n    .byocore-landing .hero-sub { margin: 0 auto 32px; }\n    .byocore-landing .ingredient-pills { justify-content: center; }\n    .byocore-landing .gender-grid { grid-template-columns: 1fr; }\n    .byocore-landing .stats-bar { gap: 0; }\n    .byocore-landing .ing-row { grid-template-columns: 68px 1fr; }\n    .byocore-landing .ing-connector { display: none; }\n    .byocore-landing footer { justify-content: center; text-align: center; }\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"byocore-landing\" dir=\"rtl\" lang=\"ar\" style=\"direction: rtl!important; unicode-bidi: isolate;\"\u003e\n\u003c!-- ══════════════ HERO ══════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-bg-pattern\"\u003e\n\u003csvg direction=\"rtl\" class=\"hex-float\" width=\"520\" height=\"520\" viewbox=\"0 0 520 520\" fill=\"none\"\u003e\n      \u003cpolygon points=\"260,30 460,145 460,375 260,490 60,375 60,145\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n      \u003cpolygon points=\"260,100 400,175 400,345 260,420 120,345 120,175\" stroke=\"white\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/polygon\u003e\n    \u003c\/svg\u003e \u003csvg direction=\"rtl\" class=\"hex-float\" width=\"360\" height=\"360\" viewbox=\"0 0 360 360\" fill=\"none\"\u003e\n      \u003cpolygon points=\"180,20 320,100 320,260 180,340 40,260 40,100\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n    \u003c\/svg\u003e \u003csvg direction=\"rtl\" class=\"hex-float\" width=\"200\" height=\"200\" viewbox=\"0 0 200 200\" fill=\"none\"\u003e\n      \u003cpolygon points=\"100,10 180,55 180,145 100,190 20,145 20,55\" stroke=\"white\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/polygon\u003e\n    \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"brand-badge\"\u003e\n\u003csvg direction=\"rtl\" width=\"14\" height=\"14\" viewbox=\"0 0 20 20\" fill=\"none\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"2\" fill=\"white\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"4\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"16\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"4\" cy=\"7\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"16\" cy=\"7\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"4\" cy=\"13\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"16\" cy=\"13\" r=\"1.5\" fill=\"white\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e BYOCORE · LIPOCORE\u003c\/div\u003e\n\u003ch1\u003eأحرق\u003cbr\u003e\u003cspan class=\"highlight\"\u003eالدهون\u003c\/span\u003e\u003cbr\u003eمن الداخل\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eمُحرق الدهون الحشوية والمتراكمة — يعمل حتى في حالة الراحة، بفضل مزيج ثلاثي استثنائي.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-pills\"\u003e\n\u003cdiv class=\"pill\"\u003eL-Carnitine\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003eBromélaïne\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003eYohimbine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-visual\"\u003e\n\u003cdiv class=\"product-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg class=\"product-img\" alt=\"LIPOCORE product\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════ STATS BAR ══════════════ --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-number\"\u003e120\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eكبسولة \/ علبة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eمكوّنات فعّالة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-number\"\u003e4\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eكبسولة يومياً\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-number\"\u003e1\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eشهر كامل\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════ GENDER BENEFITS ══════════════ --\u003e\n\u003csection class=\"gender-section\"\u003e\n\u003cp class=\"section-label\"\u003eلمن هو؟\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eفعّال للرجال والنساء\u003c\/h2\u003e\n\u003cdiv class=\"gender-grid\"\u003e\n\u003cdiv class=\"gender-card female\"\u003e\n\u003cdiv class=\"gender-icon\"\u003e👩\u003c\/div\u003e\n\u003ch3\u003eللمرأة\u003c\/h3\u003e\n\u003cul class=\"gender-benefits\"\u003e\n\u003cli\u003eتكسير دهون الفخذين والخاصرة\u003c\/li\u003e\n\u003cli\u003eتقليل الانتفاخ وتخفيف احتباس الماء\u003c\/li\u003e\n\u003cli\u003eتعزيز التمثيل الغذائي بعد الولادة\u003c\/li\u003e\n\u003cli\u003eدعم نحت القوام مع الرياضة أو بدونها\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gender-card male\"\u003e\n\u003cdiv class=\"gender-icon\" style=\"color: white;\"\u003e👨\u003c\/div\u003e\n\u003ch3\u003eللرجل\u003c\/h3\u003e\n\u003cul class=\"gender-benefits\"\u003e\n\u003cli\u003eحرق دهون البطن والجانبين\u003c\/li\u003e\n\u003cli\u003eرفع مستوى الطاقة أثناء التمرين\u003c\/li\u003e\n\u003cli\u003eتسريع حرق الدهون في فترة التخفيف\u003c\/li\u003e\n\u003cli\u003eالحفاظ على الكتلة العضلية أثناء الحمية\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════ INGREDIENTS DIAGRAM ══════════════ --\u003e\n\u003csection class=\"ingredients-section\"\u003e\n\u003cp class=\"section-label\"\u003eالمكوّنات الفعّالة\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eكل مكوّن، دور محدد\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-diagram\"\u003e\n\u003c!-- L-CARNITINE --\u003e\n\u003cdiv class=\"ing-row i-carnitine\"\u003e\n\u003cdiv class=\"ing-badge\"\u003e\n\u003cspan class=\"ing-abbr\"\u003eL-C\u003c\/span\u003e \u003cspan style=\"font-size: 9px; opacity: 0.85; margin-top: 2px;\"\u003eCarnitine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-connector\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ing-info-box\"\u003e\n\u003cdiv class=\"ing-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"ing-text\"\u003e\n\u003ch4\u003eL-Carnitine – ناقل الدهون\u003c\/h4\u003e\n\u003cp\u003eيُنقل الأحماض الدهنية إلى داخل الميتوكوندريا لتحويلها مباشرةً إلى طاقة — يُحفّز الحرق الداخلي حتى في غياب التمرين.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BROMELAINE --\u003e\n\u003cdiv class=\"ing-row i-bromelaine\"\u003e\n\u003cdiv class=\"ing-badge\"\u003e\n\u003cspan class=\"ing-abbr\"\u003eBro\u003c\/span\u003e \u003cspan style=\"font-size: 9px; opacity: 0.85; margin-top: 2px;\"\u003eBromélaïne\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-connector\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ing-info-box\"\u003e\n\u003cdiv class=\"ing-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"ing-text\"\u003e\n\u003ch4\u003eBromélaïne – مضاد الالتهاب\u003c\/h4\u003e\n\u003cp\u003eإنزيم طبيعي مستخلص من الأناناس يُقلّص الالتهابات المرتبطة بتراكم الدهون، ويُحسّن هضم البروتينات وامتصاص المكوّنات الأخرى.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- YOHIMBINE --\u003e\n\u003cdiv class=\"ing-row i-yohimbine\"\u003e\n\u003cdiv class=\"ing-badge\"\u003e\n\u003cspan class=\"ing-abbr\"\u003eYoh\u003c\/span\u003e \u003cspan style=\"font-size: 9px; opacity: 0.85; margin-top: 2px;\"\u003eYohimbine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-connector\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ing-info-box\"\u003e\n\u003cdiv class=\"ing-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"ing-text\"\u003e\n\u003ch4\u003eYohimbine – المُحرّض الحراري\u003c\/h4\u003e\n\u003cp\u003eيحجب مستقبلات ألفا-2 المسؤولة عن تخزين الدهون في المناطق العنيدة (البطن، الأرداف) — يُطلق الدهون المخزّنة ويرفع معدّل التحلّل الشحمي.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════ MECHANISM SVG ══════════════ --\u003e\n\u003csection class=\"mechanism-section\"\u003e\n\u003cp class=\"section-label\"\u003eكيف يعمل؟\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eمسار الحرق — من الكبسولة إلى الخلية الدهنية\u003c\/h2\u003e\n\u003csvg direction=\"rtl\" viewbox=\"0 0 800 340\" width=\"100%\" style=\"max-width: 800px; display: block; margin: 0 auto;\" aria-label=\"مخطط آلية عمل LIPOCORE\"\u003e\n    \u003cdefs\u003e\n      \u003clineargradient id=\"fireGrad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n        \u003cstop offset=\"0%\" stop-color=\"#E03A20\"\u003e\u003c\/stop\u003e\n        \u003cstop offset=\"50%\" stop-color=\"#F07030\"\u003e\u003c\/stop\u003e\n        \u003cstop offset=\"100%\" stop-color=\"#D4A020\"\u003e\u003c\/stop\u003e\n      \u003c\/lineargradient\u003e\n      \u003cfilter id=\"glow\"\u003e\n        \u003cfegaussianblur stddeviation=\"3\" result=\"blur\"\u003e\u003c\/fegaussianblur\u003e\n        \u003cfemerge\u003e\u003cfemergenode in=\"blur\"\u003e\u003c\/femergenode\u003e\u003cfemergenode in=\"SourceGraphic\"\u003e\u003c\/femergenode\u003e\u003c\/femerge\u003e\n      \u003c\/filter\u003e\n      \u003cmarker id=\"arrowFire\" markerwidth=\"9\" markerheight=\"9\" refx=\"6\" refy=\"3\" orient=\"auto\"\u003e\n        \u003cpath d=\"M0,0 L0,6 L9,3 z\" fill=\"#F07030\" opacity=\"0.8\"\u003e\u003c\/path\u003e\n      \u003c\/marker\u003e\n    \u003c\/defs\u003e\n\n    \n    \u003cpath d=\"M 80,170 C 180,80 300,80 400,170 C 500,260 620,260 720,170\" stroke=\"#F0E4DC\" stroke-width=\"3\" fill=\"none\"\u003e\u003c\/path\u003e\n    \n    \u003cpath d=\"M 80,170 C 180,80 300,80 400,170 C 500,260 620,260 720,170\" stroke=\"url(#fireGrad)\" stroke-width=\"3\" fill=\"none\" stroke-dasharray=\"8,5\" opacity=\"0.65\"\u003e\u003c\/path\u003e\n\n    \n    \u003cg transform=\"translate(20,110)\"\u003e\n      \u003ccircle cx=\"60\" cy=\"60\" r=\"54\" fill=\"#FDE8E4\" filter=\"url(#glow)\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"60\" cy=\"60\" r=\"46\" fill=\"#FDE8E4\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"60\" y=\"46\" text-anchor=\"middle\" font-size=\"28\"\u003e💊\u003c\/text\u003e\n      \u003cforeignobject height=\"40\" width=\"120\" y=\"46\" x=\"0\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:800;color:#1A0A06;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eالكبسولة\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \u003cforeignobject height=\"36\" width=\"160\" y=\"66\" x=\"-20\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:9px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003e3 مكوّنات نشطة\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/g\u003e\n\n    \n    \u003cline x1=\"178\" y1=\"170\" x2=\"238\" y2=\"140\" stroke=\"#F07030\" stroke-width=\"2\" marker-end=\"url(#arrowFire)\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n\n    \n    \u003cg transform=\"translate(248,78)\"\u003e\n      \u003ccircle cx=\"52\" cy=\"52\" r=\"48\" fill=\"#FAD8D0\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"52\" y=\"40\" text-anchor=\"middle\" font-size=\"26\"\u003e🩸\u003c\/text\u003e\n      \u003cforeignobject height=\"40\" width=\"120\" y=\"38\" x=\"-8\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:800;color:#1A0A06;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eالدم\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \u003cforeignobject height=\"36\" width=\"170\" y=\"58\" x=\"-33\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:9px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eالامتصاص السريع\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/g\u003e\n\n    \n    \u003cline x1=\"350\" y1=\"140\" x2=\"398\" y2=\"168\" stroke=\"#F07030\" stroke-width=\"2\" marker-end=\"url(#arrowFire)\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n\n    \n    \u003cg transform=\"translate(350,118)\"\u003e\n      \u003ccircle cx=\"52\" cy=\"52\" r=\"48\" fill=\"#F0DCDC\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"52\" y=\"40\" text-anchor=\"middle\" font-size=\"26\"\u003e🎯\u003c\/text\u003e\n      \u003cforeignobject height=\"40\" width=\"160\" y=\"38\" x=\"-28\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:800;color:#1A0A06;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eالخلية الدهنية\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \u003cforeignobject height=\"36\" width=\"140\" y=\"58\" x=\"-18\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:9px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eتحرير الدهون\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/g\u003e\n\n    \n    \u003cline x1=\"454\" y1=\"195\" x2=\"516\" y2=\"222\" stroke=\"#F07030\" stroke-width=\"2\" marker-end=\"url(#arrowFire)\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n\n    \n    \u003cg transform=\"translate(468,175)\"\u003e\n      \u003ccircle cx=\"52\" cy=\"52\" r=\"48\" fill=\"#FAE0CC\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"52\" y=\"40\" text-anchor=\"middle\" font-size=\"26\"\u003e⚡\u003c\/text\u003e\n      \u003cforeignobject height=\"40\" width=\"130\" y=\"38\" x=\"-13\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:800;color:#1A0A06;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eميتوكوندريا\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \u003cforeignobject height=\"36\" width=\"130\" y=\"58\" x=\"-13\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:9px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eتحويل لطاقة\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/g\u003e\n\n    \n    \u003cline x1=\"572\" y1=\"225\" x2=\"628\" y2=\"200\" stroke=\"#F07030\" stroke-width=\"2\" marker-end=\"url(#arrowFire)\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n\n    \n    \u003cg transform=\"translate(582,148)\"\u003e\n      \u003ccircle cx=\"56\" cy=\"56\" r=\"52\" fill=\"#FDE8E4\"\u003e\u003c\/circle\u003e\n      \u003ctext x=\"56\" y=\"44\" text-anchor=\"middle\" font-size=\"30\"\u003e🔥\u003c\/text\u003e\n      \u003cforeignobject height=\"40\" width=\"120\" y=\"44\" x=\"-4\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:800;color:#1A0A06;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eحرق الدهون\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \u003cforeignobject height=\"36\" width=\"150\" y=\"64\" x=\"-19\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:9px;font-weight:700;color:#E03A20;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eحتى في الراحة\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/g\u003e\n\n    \n    \u003cforeignobject height=\"44\" width=\"560\" y=\"288\" x=\"120\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;color:#E03A20;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eتركيبة تُفعّل الحرق البيولوجي الداخلي على مستوى الخلية\u003c\/div\u003e\u003c\/foreignobject\u003e\n  \u003c\/svg\u003e\u003c\/section\u003e\n\u003c!-- ══════════════ THERMOGENESIS VISUAL ══════════════ --\u003e\n\u003csection class=\"thermo-section\"\u003e\n\u003cp class=\"section-label\"\u003eما هي التحلّل الشحمي؟\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eالفرق بين حرق عادي وحرق استثنائي\u003c\/h2\u003e\n\u003cdiv class=\"thermo-wrap\"\u003e\u003csvg direction=\"rtl\" viewbox=\"0 0 740 260\" width=\"100%\" style=\"max-width: 740px; display: block; margin: 0 auto;\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient id=\"barNormal\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n          \u003cstop offset=\"0%\" stop-color=\"#D0C0BC\"\u003e\u003c\/stop\u003e\n          \u003cstop offset=\"100%\" stop-color=\"#B0A0A0\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient id=\"barLipo\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n          \u003cstop offset=\"0%\" stop-color=\"#E03A20\"\u003e\u003c\/stop\u003e\n          \u003cstop offset=\"100%\" stop-color=\"#F07030\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n      \u003c\/defs\u003e\n\n      \n      \u003cforeignobject height=\"44\" width=\"120\" y=\"-2\" x=\"310\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:13px;font-weight:600;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eمعدل الحرق\u003c\/div\u003e\u003c\/foreignobject\u003e\n\n      \n      \u003cforeignobject height=\"44\" width=\"120\" y=\"38\" x=\"600\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;color:#2D1008;text-align:right;white-space:nowrap;line-height:1.2;width:100%;\"\u003eفي الراحة\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \n      \u003crect x=\"20\" y=\"76\" width=\"180\" height=\"22\" rx=\"11\" fill=\"url(#barNormal)\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n      \u003cforeignobject height=\"40\" width=\"120\" y=\"66\" x=\"150\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eبدون مكمّل\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \n      \u003crect x=\"20\" y=\"106\" width=\"360\" height=\"22\" rx=\"11\" fill=\"url(#barLipo)\"\u003e\u003c\/rect\u003e\n      \u003cforeignobject height=\"40\" width=\"160\" y=\"96\" x=\"310\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:700;color:#E03A20;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eمع LIPOCORE ×2\u003c\/div\u003e\u003c\/foreignobject\u003e\n\n      \n      \u003cforeignobject height=\"44\" width=\"150\" y=\"132\" x=\"570\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;color:#2D1008;text-align:right;white-space:nowrap;line-height:1.2;width:100%;\"\u003eأثناء التمرين\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \n      \u003crect x=\"20\" y=\"170\" width=\"260\" height=\"22\" rx=\"11\" fill=\"url(#barNormal)\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n      \u003cforeignobject height=\"40\" width=\"120\" y=\"160\" x=\"232\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:400;color:#7A2A18;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eبدون مكمّل\u003c\/div\u003e\u003c\/foreignobject\u003e\n      \n      \u003crect x=\"20\" y=\"200\" width=\"560\" height=\"22\" rx=\"11\" fill=\"url(#barLipo)\"\u003e\u003c\/rect\u003e\n      \u003cforeignobject height=\"40\" width=\"170\" y=\"190\" x=\"507\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:700;color:#E03A20;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003eمع LIPOCORE ×3+\u003c\/div\u003e\u003c\/foreignobject\u003e\n\n      \n      \u003cforeignobject height=\"40\" width=\"620\" y=\"226\" x=\"60\"\u003e\u003cdiv xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"direction:rtl;unicode-bidi:bidi-override;font-family:Cairo,sans-serif;font-size:11px;font-weight:400;color:#B09090;text-align:center;white-space:nowrap;line-height:1.2;width:100%;\"\u003e* تقدير مبني على آلية عمل المكوّنات، ليس نتائج سريرية مضمونة\u003c\/div\u003e\u003c\/foreignobject\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════ USAGE ══════════════ --\u003e\n\u003csection class=\"usage-section\"\u003e\n\u003cp class=\"section-label\"\u003eطريقة الاستخدام\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eبسيط في استخدامه\u003c\/h2\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-circle\"\u003e💊\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eكبسولتان (2)\u003cbr\u003eيومياً\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-divider\"\u003e←\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-circle\"\u003e🌅\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eصباحاً\u003cbr\u003eعلى معدة فارغة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-divider\"\u003e←\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-circle\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eمع كوب ماء\u003cbr\u003eكبير\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-divider\"\u003e←\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-circle\"\u003e📅\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003e120 كبسولة\u003cbr\u003e= شهرين كاملين\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════ FOOTER ══════════════ --\u003e\u003cfooter\u003e\n\u003cdiv class=\"footer-legal\"\u003eمكمّل غذائي — لا يُغني عن الدواء. استشر طبيبك عند الحاجة. غير مناسب للحوامل.\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"BYOCORE","offers":[{"title":"Default Title","offer_id":43521886453838,"sku":null,"price":4900.0,"currency_code":"DZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/9751\/4318\/files\/hf_20260310_015031_b4da5512-9eef-45dc-88bc-1a8bc24ab914.png?v=1773110112","url":"https:\/\/byocoredz.com\/products\/lipocore-byocore%c2%ae-copie-1","provider":"BYOCORE","version":"1.0","type":"link"}