{"product_id":"hada-lhamel-nta3-iphon","title":"حامل الهاتف الأصلي الاحترافي","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- ========== CSS ========== --\u003e\n\u003cstyle\u003e\n  \/* ── الخطوط ── *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900\u0026family=Tajawal:wght@400;500;700;800\u0026display=swap');\n\n  \/* ── المتغيرات ── *\/\n  :root {\n    --ph-black:       #0d0d0d;\n    --ph-charcoal:    #1a1a1a;\n    --ph-surface:     #222222;\n    --ph-copper:      #c8732a;\n    --ph-copper-light:#e8943d;\n    --ph-copper-glow: rgba(200,115,42,0.18);\n    --ph-white:       #f5f5f0;\n    --ph-muted:       #a0a0a0;\n    --ph-divider:     rgba(255,255,255,0.07);\n    --ph-radius:      14px;\n    --ph-radius-sm:   8px;\n    --ph-font-ar:     'Cairo', 'Tajawal', sans-serif;\n    --ph-transition:  0.3s cubic-bezier(0.4,0,0.2,1);\n    --ph-shadow:      0 8px 40px rgba(0,0,0,0.5);\n    --ph-shadow-cop:  0 4px 24px rgba(200,115,42,0.3);\n  }\n\n  \/* ── Reset ── *\/\n  .ph-root *, .ph-root *::before, .ph-root *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ── الجذر ── *\/\n  .ph-root {\n    font-family: var(--ph-font-ar);\n    background: var(--ph-black);\n    color: var(--ph-white);\n    direction: rtl;\n    line-height: 1.6;\n    -webkit-text-size-adjust: 100%;\n    overflow-x: hidden;\n  }\n\n  \/* ═══════════════════════════════\n     1. شريط الإشعار العلوي\n  ═══════════════════════════════ *\/\n  .ph-topbar {\n    background: var(--ph-copper);\n    text-align: center;\n    padding: 10px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #fff;\n    letter-spacing: 0.02em;\n    position: relative;\n  }\n  .ph-topbar span {\n    margin: 0 6px;\n  }\n  .ph-topbar-icon {\n    display: inline-block;\n    animation: ph-pulse 2s ease-in-out infinite;\n  }\n  @keyframes ph-pulse {\n    0%, 100% { transform: scale(1); }\n    50%       { transform: scale(1.15); }\n  }\n\n  \/* ═══════════════════════════════\n     2. الهيرو (Hero Section)\n  ═══════════════════════════════ *\/\n  .ph-hero {\n    position: relative;\n    min-height: 100svh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 60px 20px 100px;\n    overflow: hidden;\n  }\n\n  \/* الخلفية المتدرجة *\/\n  .ph-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 50% 0%, rgba(200,115,42,0.22) 0%, transparent 70%),\n      radial-gradient(ellipse 50% 80% at 100% 50%, rgba(200,115,42,0.07) 0%, transparent 60%),\n      var(--ph-black);\n    z-index: 0;\n  }\n\n  \/* نقاط الشبكة الخلفية *\/\n  .ph-grid-bg {\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(var(--ph-divider) 1px, transparent 1px),\n      linear-gradient(90deg, var(--ph-divider) 1px, transparent 1px);\n    background-size: 40px 40px;\n    z-index: 0;\n    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);\n  }\n\n  .ph-hero-inner {\n    position: relative;\n    z-index: 1;\n    width: 100%;\n    max-width: 480px;\n    text-align: center;\n  }\n\n  \/* الشارة *\/\n  .ph-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(200,115,42,0.15);\n    border: 1px solid rgba(200,115,42,0.4);\n    border-radius: 100px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--ph-copper-light);\n    margin-bottom: 18px;\n    letter-spacing: 0.05em;\n  }\n\n  \/* العنوان الرئيسي *\/\n  .ph-hero h1 {\n    font-size: clamp(32px, 9vw, 52px);\n    font-weight: 900;\n    line-height: 1.2;\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n  }\n  .ph-hero h1 .ph-accent {\n    color: var(--ph-copper);\n    position: relative;\n  }\n  .ph-hero h1 .ph-accent::after {\n    content: '';\n    position: absolute;\n    bottom: -4px;\n    right: 0;\n    left: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, var(--ph-copper), transparent);\n    border-radius: 2px;\n  }\n\n  \/* العنوان الفرعي *\/\n  .ph-hero-sub {\n    font-size: clamp(15px, 4vw, 18px);\n    color: var(--ph-muted);\n    margin-bottom: 32px;\n    font-weight: 400;\n    max-width: 340px;\n    margin-inline: auto;\n    margin-bottom: 32px;\n  }\n\n  \/* بطاقة صورة المنتج *\/\n  .ph-product-card {\n    position: relative;\n    border-radius: 20px;\n    overflow: hidden;\n    background: var(--ph-surface);\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: var(--ph-shadow), 0 0 0 1px rgba(200,115,42,0.08);\n    margin-bottom: 28px;\n    aspect-ratio: 4\/3;\n    width: 100%;\n    cursor: pointer;\n    transition: transform var(--ph-transition), box-shadow var(--ph-transition);\n  }\n  .ph-product-card:active {\n    transform: scale(0.98);\n  }\n\n  .ph-product-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.5s ease;\n  }\n  .ph-product-card:hover img {\n    transform: scale(1.04);\n  }\n\n  \/* أضواء الصورة *\/\n  .ph-product-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.6) 100%),\n      linear-gradient(135deg, rgba(200,115,42,0.12) 0%, transparent 50%);\n    pointer-events: none;\n  }\n\n  \/* الصور المصغرة *\/\n  .ph-thumbs {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    margin-bottom: 28px;\n  }\n  .ph-thumb {\n    width: 64px;\n    height: 64px;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 2px solid transparent;\n    cursor: pointer;\n    transition: border-color var(--ph-transition), opacity var(--ph-transition);\n    background: var(--ph-surface);\n    opacity: 0.6;\n    flex-shrink: 0;\n  }\n  .ph-thumb.active {\n    border-color: var(--ph-copper);\n    opacity: 1;\n    box-shadow: 0 0 12px rgba(200,115,42,0.4);\n  }\n  .ph-thumb img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* زر الشراء الرئيسي *\/\n  .ph-btn-primary {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    width: 100%;\n    padding: 18px 28px;\n    background: linear-gradient(135deg, var(--ph-copper) 0%, var(--ph-copper-light) 100%);\n    color: #fff;\n    font-family: var(--ph-font-ar);\n    font-size: 18px;\n    font-weight: 800;\n    border: none;\n    border-radius: var(--ph-radius);\n    cursor: pointer;\n    text-decoration: none;\n    transition: transform var(--ph-transition), box-shadow var(--ph-transition), filter var(--ph-transition);\n    box-shadow: var(--ph-shadow-cop);\n    letter-spacing: 0.01em;\n    position: relative;\n    overflow: hidden;\n  }\n  .ph-btn-primary::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);\n    opacity: 0;\n    transition: opacity var(--ph-transition);\n  }\n  .ph-btn-primary:hover::before { opacity: 1; }\n  .ph-btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 32px rgba(200,115,42,0.45);\n  }\n  .ph-btn-primary:active { transform: scale(0.97); }\n\n  \/* السعر *\/\n  .ph-price-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n  .ph-price-now {\n    font-size: 32px;\n    font-weight: 900;\n    color: var(--ph-white);\n  }\n  .ph-price-old {\n    font-size: 18px;\n    color: var(--ph-muted);\n    text-decoration: line-through;\n  }\n  .ph-price-save {\n    background: #2d6a2d;\n    color: #7ddc7d;\n    border-radius: 6px;\n    padding: 3px 9px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  \/* ═══════════════════════════════\n     3. العداد التنازلي\n  ═══════════════════════════════ *\/\n  .ph-urgency {\n    background: rgba(200,115,42,0.08);\n    border: 1px solid rgba(200,115,42,0.2);\n    border-radius: var(--ph-radius);\n    padding: 14px 16px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n  .ph-urgency-text {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ph-copper-light);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .ph-countdown {\n    display: flex;\n    gap: 6px;\n  }\n  .ph-count-box {\n    background: var(--ph-surface);\n    border: 1px solid var(--ph-divider);\n    border-radius: 6px;\n    padding: 4px 8px;\n    text-align: center;\n    min-width: 40px;\n  }\n  .ph-count-num {\n    font-size: 18px;\n    font-weight: 800;\n    color: var(--ph-white);\n    display: block;\n    font-variant-numeric: tabular-nums;\n    font-feature-settings: \"tnum\";\n  }\n  .ph-count-label {\n    font-size: 9px;\n    color: var(--ph-muted);\n    display: block;\n  }\n  .ph-count-sep {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--ph-copper);\n    align-self: center;\n    line-height: 1;\n  }\n\n  \/* ═══════════════════════════════\n     4. شريط الثقة\n  ═══════════════════════════════ *\/\n  .ph-trust {\n    display: flex;\n    justify-content: center;\n    gap: 6px;\n    flex-wrap: wrap;\n    margin: 16px 0 0;\n  }\n  .ph-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 12px;\n    color: var(--ph-muted);\n    white-space: nowrap;\n  }\n  .ph-trust-item svg {\n    color: var(--ph-copper);\n    flex-shrink: 0;\n  }\n  .ph-trust-dot {\n    width: 3px;\n    height: 3px;\n    border-radius: 50%;\n    background: var(--ph-divider);\n    background: rgba(255,255,255,0.2);\n  }\n\n  \/* ═══════════════════════════════\n     5. المميزات (Features)\n  ═══════════════════════════════ *\/\n  .ph-section {\n    padding: 60px 20px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-section-title {\n    font-size: clamp(22px, 6vw, 30px);\n    font-weight: 900;\n    text-align: center;\n    margin-bottom: 8px;\n    letter-height: 1.2;\n  }\n  .ph-section-sub {\n    text-align: center;\n    color: var(--ph-muted);\n    font-size: 14px;\n    margin-bottom: 36px;\n  }\n\n  \/* بطاقات المميزات *\/\n  .ph-features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .ph-feature-card {\n    background: var(--ph-surface);\n    border: 1px solid var(--ph-divider);\n    border-radius: var(--ph-radius);\n    padding: 20px 16px;\n    transition: border-color var(--ph-transition), transform var(--ph-transition);\n    position: relative;\n    overflow: hidden;\n  }\n  .ph-feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 60px; height: 60px;\n    background: radial-gradient(circle, var(--ph-copper-glow), transparent 70%);\n    transform: translate(20px, -20px);\n    transition: transform 0.4s ease;\n  }\n  .ph-feature-card:hover {\n    border-color: rgba(200,115,42,0.3);\n    transform: translateY(-3px);\n  }\n  .ph-feature-card:hover::before {\n    transform: translate(10px,-10px) scale(1.3);\n  }\n  .ph-feature-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ph-feature-name {\n    font-size: 14px;\n    font-weight: 700;\n    margin-bottom: 4px;\n    color: var(--ph-white);\n  }\n  .ph-feature-desc {\n    font-size: 12px;\n    color: var(--ph-muted);\n    line-height: 1.5;\n  }\n\n  \/* ═══════════════════════════════\n     6. الوصف التفصيلي\n  ═══════════════════════════════ *\/\n  .ph-details {\n    background: var(--ph-charcoal);\n    border-top: 1px solid var(--ph-divider);\n    border-bottom: 1px solid var(--ph-divider);\n  }\n  .ph-details-inner {\n    padding: 60px 20px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  .ph-step {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    margin-bottom: 28px;\n  }\n  .ph-step:last-child { margin-bottom: 0; }\n\n  .ph-step-num {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--ph-copper), var(--ph-copper-light));\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 900;\n    color: #fff;\n    flex-shrink: 0;\n    box-shadow: 0 4px 16px rgba(200,115,42,0.3);\n  }\n  .ph-step-content h3 {\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 4px;\n  }\n  .ph-step-content p {\n    font-size: 13px;\n    color: var(--ph-muted);\n    line-height: 1.6;\n  }\n\n  \/* ═══════════════════════════════\n     7. المقارنة (قبل \/ بعد)\n  ═══════════════════════════════ *\/\n  .ph-compare {\n    padding: 60px 20px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-compare-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-top: 32px;\n  }\n  .ph-compare-col {\n    border-radius: var(--ph-radius);\n    overflow: hidden;\n  }\n  .ph-compare-col.bad {\n    border: 1px solid rgba(220,80,80,0.25);\n    background: rgba(220,80,80,0.05);\n  }\n  .ph-compare-col.good {\n    border: 1px solid rgba(200,115,42,0.35);\n    background: rgba(200,115,42,0.07);\n  }\n  .ph-compare-head {\n    padding: 12px 16px;\n    font-size: 13px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .bad .ph-compare-head { color: #f07070; background: rgba(220,80,80,0.1); }\n  .good .ph-compare-head { color: var(--ph-copper-light); background: rgba(200,115,42,0.12); }\n\n  .ph-compare-list {\n    padding: 14px 16px;\n    list-style: none;\n  }\n  .ph-compare-list li {\n    font-size: 12px;\n    color: var(--ph-muted);\n    padding: 6px 0;\n    border-bottom: 1px solid var(--ph-divider);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .ph-compare-list li:last-child { border-bottom: none; }\n  .bad .ph-compare-list li::before { content: '✕'; color: #f07070; font-size: 10px; }\n  .good .ph-compare-list li::before { content: '✓'; color: #7ddc7d; font-size: 10px; }\n\n  \/* ═══════════════════════════════\n     8. المراجعات\n  ═══════════════════════════════ *\/\n  .ph-reviews {\n    background: var(--ph-charcoal);\n    border-top: 1px solid var(--ph-divider);\n  }\n  .ph-reviews-inner {\n    padding: 60px 20px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-stars-summary {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 32px;\n    background: var(--ph-surface);\n    border-radius: var(--ph-radius);\n    padding: 20px;\n    border: 1px solid var(--ph-divider);\n  }\n  .ph-big-rating {\n    font-size: 52px;\n    font-weight: 900;\n    color: var(--ph-white);\n    line-height: 1;\n  }\n  .ph-rating-details { flex: 1; }\n  .ph-stars { color: #f5c518; font-size: 18px; letter-spacing: 2px; }\n  .ph-stars-count { font-size: 12px; color: var(--ph-muted); margin-top: 2px; }\n\n  .ph-review-card {\n    background: var(--ph-surface);\n    border: 1px solid var(--ph-divider);\n    border-radius: var(--ph-radius);\n    padding: 20px;\n    margin-bottom: 12px;\n    transition: border-color var(--ph-transition);\n  }\n  .ph-review-card:hover { border-color: rgba(200,115,42,0.25); }\n  .ph-review-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n  .ph-avatar {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 700;\n    color: #fff;\n    flex-shrink: 0;\n  }\n  .ph-reviewer-name { font-size: 14px; font-weight: 700; }\n  .ph-reviewer-date { font-size: 11px; color: var(--ph-muted); }\n  .ph-review-stars { color: #f5c518; font-size: 13px; }\n  .ph-review-text { font-size: 13px; color: var(--ph-muted); line-height: 1.7; }\n  .ph-verified {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11px;\n    color: #7ddc7d;\n    margin-top: 8px;\n  }\n\n  \/* ═══════════════════════════════\n     9. الأسئلة الشائعة (FAQ)\n  ═══════════════════════════════ *\/\n  .ph-faq {\n    padding: 60px 20px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-faq-item {\n    border: 1px solid var(--ph-divider);\n    border-radius: var(--ph-radius-sm);\n    margin-bottom: 8px;\n    overflow: hidden;\n    transition: border-color var(--ph-transition);\n  }\n  .ph-faq-item.open {\n    border-color: rgba(200,115,42,0.3);\n  }\n  .ph-faq-q {\n    padding: 16px 18px;\n    font-size: 14px;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 10px;\n    user-select: none;\n    background: var(--ph-surface);\n    transition: background var(--ph-transition);\n  }\n  .ph-faq-item.open .ph-faq-q { background: rgba(200,115,42,0.08); }\n  .ph-faq-icon {\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    border: 1px solid var(--ph-divider);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    color: var(--ph-copper);\n    flex-shrink: 0;\n    transition: transform var(--ph-transition), background var(--ph-transition);\n  }\n  .ph-faq-item.open .ph-faq-icon {\n    transform: rotate(45deg);\n    background: var(--ph-copper-glow);\n  }\n  .ph-faq-a {\n    font-size: 13px;\n    color: var(--ph-muted);\n    line-height: 1.7;\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 18px;\n    transition: max-height 0.35s ease, padding 0.35s ease;\n  }\n  .ph-faq-item.open .ph-faq-a {\n    max-height: 300px;\n    padding: 14px 18px;\n  }\n\n  \/* ═══════════════════════════════\n     10. القسم النهائي (CTA Final)\n  ═══════════════════════════════ *\/\n  .ph-final-cta {\n    background: linear-gradient(\n      135deg,\n      rgba(200,115,42,0.12) 0%,\n      rgba(13,13,13,0) 60%\n    ),\n    var(--ph-charcoal);\n    border-top: 1px solid var(--ph-divider);\n    padding: 60px 20px;\n    text-align: center;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-final-cta h2 {\n    font-size: clamp(24px, 7vw, 34px);\n    font-weight: 900;\n    margin-bottom: 12px;\n  }\n  .ph-final-cta p {\n    font-size: 14px;\n    color: var(--ph-muted);\n    margin-bottom: 28px;\n    max-width: 320px;\n    margin-inline: auto;\n    margin-bottom: 28px;\n  }\n  .ph-btn-secondary {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    max-width: 360px;\n    margin: 0 auto 14px;\n    padding: 16px 24px;\n    background: transparent;\n    border: 2px solid var(--ph-copper);\n    color: var(--ph-copper-light);\n    font-family: var(--ph-font-ar);\n    font-size: 15px;\n    font-weight: 700;\n    border-radius: var(--ph-radius);\n    cursor: pointer;\n    text-decoration: none;\n    transition: background var(--ph-transition), color var(--ph-transition);\n  }\n  .ph-btn-secondary:hover {\n    background: rgba(200,115,42,0.1);\n    color: #fff;\n  }\n\n  \/* ضمان الاسترداد *\/\n  .ph-guarantee {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    font-size: 12px;\n    color: var(--ph-muted);\n    margin-top: 8px;\n  }\n\n  \/* ═══════════════════════════════\n     11. زر الشراء الثابت (Sticky)\n  ═══════════════════════════════ *\/\n  .ph-sticky-bar {\n    position: fixed;\n    bottom: 0;\n    right: 0;\n    left: 0;\n    background: rgba(13,13,13,0.95);\n    border-top: 1px solid rgba(200,115,42,0.25);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));\n    z-index: 1000;\n    transform: translateY(100%);\n    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);\n    box-shadow: 0 -4px 30px rgba(0,0,0,0.6);\n  }\n  .ph-sticky-bar.visible {\n    transform: translateY(0);\n  }\n  .ph-sticky-content {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  .ph-sticky-info .ph-sticky-name {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--ph-white);\n  }\n  .ph-sticky-info .ph-sticky-price {\n    font-size: 18px;\n    font-weight: 900;\n    color: var(--ph-copper-light);\n  }\n  .ph-sticky-btn {\n    flex-shrink: 0;\n    padding: 13px 24px;\n    background: linear-gradient(135deg, var(--ph-copper), var(--ph-copper-light));\n    color: #fff;\n    font-family: var(--ph-font-ar);\n    font-size: 15px;\n    font-weight: 800;\n    border: none;\n    border-radius: var(--ph-radius-sm);\n    cursor: pointer;\n    text-decoration: none;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    transition: transform var(--ph-transition), box-shadow var(--ph-transition);\n    box-shadow: var(--ph-shadow-cop);\n    white-space: nowrap;\n  }\n  .ph-sticky-btn:active { transform: scale(0.96); }\n\n  \/* ═══════════════════════════════\n     12. الفوتر\n  ═══════════════════════════════ *\/\n  .ph-footer {\n    border-top: 1px solid var(--ph-divider);\n    padding: 24px 20px;\n    text-align: center;\n  }\n  .ph-footer-icons {\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    margin-bottom: 12px;\n    flex-wrap: wrap;\n  }\n  .ph-payment-icon {\n    background: var(--ph-surface);\n    border: 1px solid var(--ph-divider);\n    border-radius: 4px;\n    padding: 4px 10px;\n    font-size: 12px;\n    color: var(--ph-muted);\n    font-weight: 600;\n  }\n  .ph-footer-copy {\n    font-size: 11px;\n    color: rgba(160,160,160,0.5);\n  }\n\n  \/* ═══════════════════════════════\n     ديسكتوب (≥ 680px)\n  ═══════════════════════════════ *\/\n  @media (min-width: 680px) {\n    .ph-hero { padding: 80px 40px 120px; }\n    .ph-hero-inner { max-width: 560px; }\n    .ph-features-grid { grid-template-columns: 1fr 1fr; }\n    .ph-sticky-bar { display: none; } \/* يمكن إبقاؤه للجوال فقط *\/\n  }\n\n  \/* ═══════════════════════════════\n     تقليص الحركة (Accessibility)\n  ═══════════════════════════════ *\/\n  @media (prefers-reduced-motion: reduce) {\n    *, *::before, *::after {\n      animation-duration: 0.01ms !important;\n      transition-duration: 0.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ========== HTML ========== --\u003e\n\u003cdiv id=\"ph-root\" class=\"ph-root\"\u003e\n\u003c!-- شريط الإشعار --\u003e\n\u003cdiv class=\"ph-topbar\"\u003eتخفيضات 30% بمناسبة موسم  الصيف \u003c\/div\u003e\n\u003c!-- ══ HERO ══ --\u003e\n\u003csection class=\"ph-hero\"\u003e\n\u003cdiv class=\"ph-hero-inner\"\u003e\n\u003c!-- الشارة --\u003e\u003c!-- العنوان --\u003e\n\u003ch1\u003eحامل الهاتف\u003cbr\u003e\u003cspan class=\"ph-accent\"\u003eالأصلي الاحترافي\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- الوصف المختصر --\u003e\n\u003cp class=\"ph-hero-sub\"\u003e \u003c\/p\u003e\n\u003cp class=\"ph-hero-sub\"\u003eثبات لا يتزعزع — تصميم أنيق — مواد ممتازة\u003cbr\u003eيناسب جميع الهواتف وجميع السيارات\u003c\/p\u003e\n\u003c!-- السعر --\u003e\n\u003cdiv class=\"ph-price-row\"\u003e\u003cspan id=\"ph-price\" class=\"ph-price-now\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- العداد التنازلي --\u003e\n\u003cdiv class=\"ph-urgency\"\u003e\n\u003cdiv class=\"ph-urgency-text\"\u003e⏳ العرض ينتهي خلال\u003c\/div\u003e\n\u003cdiv class=\"ph-countdown\"\u003e\n\u003cdiv class=\"ph-count-box\"\u003e\n\u003cspan id=\"ph-hours\" class=\"ph-count-num\"\u003e00\u003c\/span\u003e \u003cspan class=\"ph-count-label\"\u003eساعة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"ph-count-sep\"\u003e:\u003c\/span\u003e\n\u003cdiv class=\"ph-count-box\"\u003e\n\u003cspan id=\"ph-mins\" class=\"ph-count-num\"\u003e00\u003c\/span\u003e \u003cspan class=\"ph-count-label\"\u003eدقيقة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"ph-count-sep\"\u003e:\u003c\/span\u003e\n\u003cdiv class=\"ph-count-box\"\u003e\n\u003cspan id=\"ph-secs\" class=\"ph-count-num\"\u003e00\u003c\/span\u003e \u003cspan class=\"ph-count-label\"\u003eثانية\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- صورة المنتج الرئيسية --\u003e\n\u003cdiv style=\"text-align: center;\" id=\"ph-main-img-wrap\" class=\"ph-product-card\"\u003e{%- if product.images[0] -%} \u003cimg style=\"float: none;\" src=\"https:\/\/sc04.alicdn.com\/kf\/Hc9544c5aa7154c6aa93928d9ec42102bl\/Boneruy-X93-360-Degree-Adjustable-Hands-Free-Double-Vacuum-Sucker-Magnetic-Suction-Phone-Mount-for-Car-Gym-Mirror-Smooth-Surface.jpg\" height=\"450\" width=\"600\" loading=\"eager\" id=\"ph-main-img\" alt=\"{{ product.title | escape }}\"\u003e {%- else -%} \u003c!-- صورة placeholder — استبدلها بصورة حقيقية --\u003e \u003cimg style=\"background: #2a2a2a;\" height=\"450\" width=\"600\" loading=\"eager\" id=\"ph-main-img\" alt=\"حامل الهاتف الأصلي\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0000\/0000\/files\/phone-holder-placeholder.jpg\"\u003e {%- endif -%}\u003c\/div\u003e\n\u003c!-- الصور المصغرة --\u003e\n\u003cdiv id=\"ph-thumbs\" class=\"ph-thumbs\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv id=\"ph-thumbs\" class=\"ph-thumbs\"\u003e\n\u003cbr\u003e\u003c!-- بدون صور Shopify: يمكنك إضافة صور بشكل ثابت --\u003e\n\u003cdiv role=\"button\" data-index=\"0\" class=\"ph-thumb active\" tabindex=\"0\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0695\/1639\/4656\/files\/H29cca63292734265a71fd782054645aaD.webp?v=1782297082\"\u003e\u003c\/div\u003e\n\u003cdiv role=\"button\" data-index=\"1\" class=\"ph-thumb\" tabindex=\"0\"\u003e\u003cimg loading=\"lazy\" alt=\"صورة 2\" src=\"https:\/\/via.placeholder.com\/80x80\/222\/c8732a?text=2\"\u003e\u003c\/div\u003e\n\u003cdiv role=\"button\" data-index=\"2\" class=\"ph-thumb\" tabindex=\"0\"\u003e\u003cimg loading=\"lazy\" alt=\"صورة 3\" src=\"https:\/\/via.placeholder.com\/80x80\/222\/c8732a?text=3\"\u003e\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- زر الشراء الرئيسي --\u003e\u003cbr\u003e\u003ca aria-label=\"اشترِ الآن — حامل الهاتف الأصلي\" id=\"ph-cta-main\" class=\"ph-btn-primary\" href=\"{{%20product.url%20}}\"\u003e 🛒 اشترِ الآن واحصل على الشحن المجاني \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-hero-inner\"\u003e\n\u003c!-- شريط الثقة --\u003e\n\u003cdiv class=\"ph-trust\"\u003e\n\u003cdiv class=\"ph-trust-item\"\u003e\n\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e             \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e دفع آمن\u003c\/div\u003e\n\u003cspan class=\"ph-trust-dot\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"ph-trust-item\"\u003e\n\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e\n            \u003crect height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\n            \u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e شحن سريع\u003c\/div\u003e\n\u003cspan class=\"ph-trust-dot\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"ph-trust-item\"\u003e\n\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e\n            \u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e ضمان 30 يوم\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- \/ hero --\u003e \u003c!-- ══ المميزات ══ --\u003e\n\u003csection class=\"ph-section\"\u003e\n\u003ch2 class=\"ph-section-title\"\u003eلماذا يختاره الجميع؟\u003c\/h2\u003e\n\u003cp class=\"ph-section-sub\"\u003eمُصمَّم بدقة هندسية — مختبَر في أقسى الظروف\u003c\/p\u003e\n\u003cdiv class=\"ph-features-grid\"\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e🔩\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eتثبيت فائق القوة\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eمغناطيس عالي الشدة يثبّت هاتفك بإحكام حتى في الطرق الوعرة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eضبط 360°\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eدوران كامل في جميع الاتجاهات لتجد زاوية الرؤية المثالية\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e📱\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eتوافق شامل\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eيناسب جميع الهواتف بمختلف أحجامها من 4 إلى 7.2 بوصة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e⚡\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eشحن لاسلكي\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eلا حاجة لخلع الهاتف — يشحن مباشرة وهو في الحامل\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eتصميم أنيق\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eمعدن عالي الجودة يضفي لمسة فاخرة على لوحة تحكم سيارتك\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-card\"\u003e\n\u003cspan class=\"ph-feature-icon\"\u003e🛠️\u003c\/span\u003e\n\u003cdiv class=\"ph-feature-name\"\u003eتركيب بثوانٍ\u003c\/div\u003e\n\u003cdiv class=\"ph-feature-desc\"\u003eنظام تثبيت بمشبك أو شبكة تهوية — دون أي أدوات\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ كيف يعمل ══ --\u003e\n\u003cdiv class=\"ph-details\"\u003e\n\u003cdiv class=\"ph-details-inner\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 8px;\" class=\"ph-section-title\"\u003eكيف تستخدمه؟\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 36px;\" class=\"ph-section-sub\"\u003e3 خطوات وهاتفك في المكان الصحيح\u003c\/p\u003e\n\u003cdiv class=\"ph-step\"\u003e\n\u003cdiv class=\"ph-step-num\"\u003e١\u003c\/div\u003e\n\u003cdiv class=\"ph-step-content\"\u003e\n\u003ch3\u003eثبّته في سيارتك\u003c\/h3\u003e\n\u003cp\u003eاختر مكان التثبيت المناسب — شبكة التهوية أو الزجاج الأمامي — وثبّت الحامل في ثوانٍ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-step\"\u003e\n\u003cdiv class=\"ph-step-num\"\u003e٢\u003c\/div\u003e\n\u003cdiv class=\"ph-step-content\"\u003e\n\u003ch3\u003eاضبط الزاوية المناسبة\u003c\/h3\u003e\n\u003cp\u003eدوّر الحامل حتى تجد الزاوية التي تناسب رؤيتك دون إزعاج\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-step\"\u003e\n\u003cdiv class=\"ph-step-num\"\u003e٣\u003c\/div\u003e\n\u003cdiv class=\"ph-step-content\"\u003e\n\u003ch3\u003eضع هاتفك وانطلق\u003c\/h3\u003e\n\u003cp\u003eالمغناطيس القوي يثبّت هاتفك بلمسة واحدة — والآن ركّز على الطريق بأمان\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ المقارنة ══ --\u003e\n\u003csection class=\"ph-compare\"\u003e\n\u003ch2 class=\"ph-section-title\"\u003eالفرق واضح\u003c\/h2\u003e\n\u003cp class=\"ph-section-sub\"\u003eحامل عادي مقابل حامل الهاتف الأصلي\u003c\/p\u003e\n\u003cdiv class=\"ph-compare-grid\"\u003e\n\u003cdiv class=\"ph-compare-col bad\"\u003e\n\u003cdiv class=\"ph-compare-head\"\u003e❌ حوامل عادية\u003c\/div\u003e\n\u003cul class=\"ph-compare-list\"\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\u003cli\u003eتلتصق بالبلاستيك\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-compare-col good\"\u003e\n\u003cdiv class=\"ph-compare-head\"\u003e✅ حاملنا الأصلي\u003c\/div\u003e\n\u003cul class=\"ph-compare-list\"\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\u003cli\u003eمعدن عالي الجودة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ المراجعات ══ --\u003e\n\u003cdiv class=\"ph-reviews\"\u003e\n\u003cdiv class=\"ph-reviews-inner\"\u003e\n\u003ch2 class=\"ph-section-title\"\u003eماذا يقول عملاؤنا؟\u003c\/h2\u003e\n\u003cp class=\"ph-section-sub\"\u003eأكثر من 12,000 عميل سعيد في جميع أنحاء الوطن\u003c\/p\u003e\n\u003c!-- ملخص التقييم --\u003e\n\u003cdiv class=\"ph-stars-summary\"\u003e\n\u003cdiv class=\"ph-big-rating\"\u003e4.9\u003c\/div\u003e\n\u003cdiv class=\"ph-rating-details\"\u003e\n\u003cdiv class=\"ph-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ph-stars-count\"\u003eبناءً على 1,247 تقييم موثق\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- بطاقات المراجعات --\u003e\n\u003cdiv class=\"ph-review-card\"\u003e\n\u003cdiv class=\"ph-review-header\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#c8732a,#e8943d);\" class=\"ph-avatar\"\u003eي\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ph-reviewer-name\"\u003eيوسف بن علي\u003c\/div\u003e\n\u003cdiv class=\"ph-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ph-reviewer-date\"\u003eمنذ 3 أيام\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ph-review-text\"\u003eعندي شهر ملي راني نستعمل فيه كل يوم في الطوموبيل. ما يتبوجا ما يطيح ميم في الدودانات (dos-d'âne) ولا في طريق محفرة. ليمون (L'aimant) تاعو قوي بزاف يحكم التليفون غاية، ولاشارج صون فيل تمشي نورمال ميم بالبوشيط.\u003c\/p\u003e\n\u003cspan class=\"ph-verified\"\u003e✅ مشتري موثق\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-review-card\"\u003e\n\u003cdiv class=\"ph-review-header\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#2d6a8a,#3d9abc);\" class=\"ph-avatar\"\u003eف\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ph-reviewer-name\"\u003eفاطمة الزهراء\u003c\/div\u003e\n\u003cdiv class=\"ph-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ph-reviewer-date\"\u003eمنذ أسبوع\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ph-review-text\"\u003eفي الأول كنت خايفة نشري أونلاين، بصح البرودوي لحق بالخف وكيما في الفوطو سواسوا (نيشان). يستاهل دراهمو، زدت كومانديت واحد آخر لراجلي\u003c\/p\u003e\n\u003cspan class=\"ph-verified\"\u003e✅ مشتري موثق\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ph-review-card\"\u003e\n\u003cdiv class=\"ph-review-header\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#2d8a4a,#3dbc6a);\" class=\"ph-avatar\"\u003eع\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ph-reviewer-name\"\u003eمصطفى \u003c\/div\u003e\n\u003cdiv class=\"ph-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ph-reviewer-date\"\u003eمنذ أسبوعين\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ph-review-text\"\u003eاستخدمته كل يوم لمدة شهر. لا تزعزع ولا مشاكل. المغناطيس قوي جداً والشحن اللاسلكي يشتغل مع كفر هاتفي بدون مشكلة.\u003c\/p\u003e\n\u003cspan class=\"ph-verified\"\u003e✅ مشتري موثق\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ الأسئلة الشائعة ══ --\u003e\n\u003csection class=\"ph-faq\"\u003e\n\u003ch2 class=\"ph-section-title\"\u003eأسئلة شائعة\u003c\/h2\u003e\n\u003cp class=\"ph-section-sub\"\u003eإجابات صريحة على أكثر الأسئلة شيوعاً\u003c\/p\u003e\n\u003cdiv class=\"ph-faq-list\"\u003e\n\u003cdiv data-faq=\"\" class=\"ph-faq-item\"\u003e\n\u003cdiv aria-expanded=\"false\" role=\"button\" class=\"ph-faq-q\" tabindex=\"0\"\u003eهل يناسب هاتفي؟ \u003cspan class=\"ph-faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"ph-faq-a\"\u003eنعم، الحامل متوافق مع جميع الهواتف الذكية بأحجام من 4 إلى 7.2 بوصة، بما في ذلك iPhone وSamsung وHuawei وXiaomi وغيرها. كما يعمل مع الأغطية الواقية.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"ph-faq-item\"\u003e\n\u003cdiv aria-expanded=\"false\" role=\"button\" class=\"ph-faq-q\" tabindex=\"0\"\u003eهل التثبيت المغناطيسي يؤثر على الهاتف؟ \u003cspan class=\"ph-faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"ph-faq-a\"\u003eلا على الإطلاق. نستخدم مغناطيسات N52 المصنفة آمنة ومختبرة لدى شركات هواتف عالمية. الشريحة المغناطيسية توضع خلف الكفر ولا تؤثر على الإلكترونيات.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"ph-faq-item\"\u003e\n\u003cdiv aria-expanded=\"false\" role=\"button\" class=\"ph-faq-q\" tabindex=\"0\"\u003eكم يستغرق التوصيل؟ \u003cspan class=\"ph-faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"ph-faq-a\"\u003eالتوصيل من 2 إلى 5 أيام عمل لجميع ولايات الجزائر. الطلبات المقدمة قبل الساعة 12 ظهراً تُشحن في نفس اليوم.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"ph-faq-item\"\u003e\n\u003cdiv aria-expanded=\"false\" role=\"button\" class=\"ph-faq-q\" tabindex=\"0\"\u003eما هي سياسة الاسترجاع؟ \u003cspan class=\"ph-faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"ph-faq-a\"\u003eنضمن 100% رضاك لمدة 30 يوماً. إذا لم تكن راضياً عن المنتج لأي سبب، نسترجعه ونعيد إليك المبلغ كاملاً دون أسئلة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"ph-faq-item\"\u003e\n\u003cdiv aria-expanded=\"false\" role=\"button\" class=\"ph-faq-q\" tabindex=\"0\"\u003eهل الشراء آمن؟ \u003cspan class=\"ph-faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"ph-faq-a\"\u003eمتجرنا مشفّر بتقنية SSL ويعمل على Shopify، إحدى أآمن منصات التجارة الإلكترونية في العالم. بياناتك وبيانات دفعك محمية تماماً.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"background: var(--ph-charcoal); border-top: 1px solid var(--ph-divider);\"\u003e\n\u003cdiv class=\"ph-final-cta\"\u003e\n\u003cbr\u003e\u003ca class=\"ph-btn-secondary\" href=\"{{%20product.url%20}}#reviews\"\u003e 📖 اقرأ المزيد من التقييمات \u003c\/a\u003e\n\u003cdiv class=\"ph-guarantee\"\u003e🔒 ضمان استرداد كامل خلال 30 يوماً · دفع آمن 100%\u003cspan class=\"ph-payment-icon\"\u003eOD\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ الفوتر ══ --\u003e\u003c!-- ══ الشريط الثابت (Sticky) ══ --\u003e\n\u003cdiv aria-label=\"شراء سريع\" role=\"complementary\" id=\"ph-sticky\" class=\"ph-sticky-bar\"\u003e\n\u003cdiv class=\"ph-sticky-content\"\u003e\n\u003cdiv class=\"ph-sticky-info\"\u003e\n\u003cdiv class=\"ph-sticky-name\"\u003eحامل الهاتف الأصلي\u003c\/div\u003e\n\u003cdiv class=\"ph-sticky-price\"\u003e{% if product.price %}{{ product.price | money }}{% else %}299 دج{% endif %}\u003c\/div\u003e\n\u003c\/div\u003e\n{%- if product.available -%} \u003ca aria-label=\"اشترِ الآن\" class=\"ph-sticky-btn\" href=\"{{%20product.url%20}}\"\u003e 🛒 اشترِ الآن \u003c\/a\u003e {%- endif -%}\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/ ph-root --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"barakah","offers":[{"title":"Default Title","offer_id":58100680458400,"sku":null,"price":1999.0,"currency_code":"DZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/1639\/4656\/files\/H29cca63292734265a71fd782054645aaD.webp?v=1782297082","url":"https:\/\/dejenst.xyz\/products\/hada-lhamel-nta3-iphon","provider":"barakah","version":"1.0","type":"link"}