{"product_id":"ultimate-hacker-kit-handle","title":"Ultimate Hacker Kit 🛠️💻 | عرض الكمال والتوفير","description":"\u003cdiv class=\"uhk-container\" dir=\"rtl\"\u003e\u003c!-- ستايل التصميم والألوان والأنيميشن --\u003e\u003c\/div\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800;900\u0026family=Fira+Code:wght@500;700\u0026display=swap');\n\n    .uhk-container {\n      font-family: 'Cairo', sans-serif;\n      background: #090d16;\n      color: #e2e8f0;\n      padding: 25px 20px;\n      border-radius: 16px;\n      line-height: 1.8;\n      border: 1px solid rgba(168, 85, 247, 0.3);\n      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);\n      max-width: 100%;\n      box-sizing: border-box;\n    }\n\n    \/* الهيدر والعنوان *\/\n    .uhk-header {\n      text-align: center;\n      margin-bottom: 25px;\n      animation: uhkSlideDown 0.8s ease-out;\n    }\n\n    .uhk-badge {\n      display: inline-block;\n      background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(249, 115, 22, 0.15));\n      color: #c084fc;\n      border: 1px solid rgba(168, 85, 247, 0.4);\n      padding: 4px 16px;\n      border-radius: 20px;\n      font-size: 13px;\n      font-weight: 800;\n      margin-bottom: 10px;\n      animation: uhkPulse 2s infinite;\n    }\n\n    .uhk-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #ffffff;\n      margin: 5px 0;\n      background: linear-gradient(135deg, #ffffff 20%, #c084fc 50%, #f97316 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .uhk-subtitle {\n      font-size: 16px;\n      color: #e9d5ff;\n      font-weight: 800;\n      margin: 0;\n    }\n\n    \/* كارت السعر والعرض الخاص *\/\n    .uhk-price-card {\n      background: linear-gradient(135deg, #1e1b4b 0%, #31103f 50%, #2e1005 100%);\n      border: 1px solid rgba(249, 115, 22, 0.5);\n      border-radius: 14px;\n      padding: 18px 20px;\n      text-align: center;\n      margin-bottom: 25px;\n      box-shadow: 0 8px 25px rgba(168, 85, 247, 0.25);\n      animation: uhkPulseGlow 3s infinite alternate, uhkFadeIn 1s ease-out;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .uhk-offer-tag {\n      font-size: 13px;\n      font-weight: 800;\n      color: #ef4444;\n      background: rgba(239, 68, 68, 0.15);\n      border: 1px solid rgba(239, 68, 68, 0.3);\n      padding: 3px 12px;\n      border-radius: 12px;\n      display: inline-block;\n      margin-bottom: 8px;\n    }\n\n    .uhk-price-box {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 15px;\n      flex-wrap: wrap;\n    }\n\n    .uhk-current-price {\n      font-size: 32px;\n      font-weight: 900;\n      color: #22c55e;\n      line-height: 1.2;\n    }\n\n    .uhk-old-price {\n      font-size: 20px;\n      color: #94a3b8;\n      text-decoration: line-through;\n      font-weight: 700;\n    }\n\n    .uhk-save-badge {\n      background: #22c55e;\n      color: #052e16;\n      font-size: 13px;\n      font-weight: 900;\n      padding: 2px 10px;\n      border-radius: 6px;\n    }\n\n    \/* المقدمة *\/\n    .uhk-intro-card {\n      background: #111827;\n      border-right: 4px solid #c084fc;\n      border-radius: 12px;\n      padding: 18px 20px;\n      margin-bottom: 25px;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n      animation: uhkFadeIn 1s ease-out;\n    }\n\n    .uhk-intro-card p {\n      margin: 0 0 8px 0;\n      font-size: 15px;\n      color: #cbd5e1;\n    }\n\n    .uhk-intro-card p:last-child {\n      margin-bottom: 0;\n      color: #f3e8ff;\n      font-weight: 700;\n    }\n\n    \/* قسم الأدوين (BadUSB \u0026 Black Box Grid) *\/\n    .uhk-tools-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 16px;\n      margin-bottom: 25px;\n    }\n\n    .uhk-tool-card {\n      background: #111827;\n      border-radius: 14px;\n      padding: 20px;\n      transition: all 0.3s ease;\n      animation: uhkSlideUp 0.8s ease-out forwards;\n      opacity: 0;\n    }\n\n    \/* أداة Hexy BadUSB *\/\n    .uhk-tool-hexy {\n      border: 1px solid rgba(168, 85, 247, 0.4);\n      background: linear-gradient(180deg, rgba(168, 85, 247, 0.05) 0%, #111827 100%);\n      animation-delay: 0.1s;\n    }\n\n    .uhk-tool-hexy:hover {\n      border-color: #a855f7;\n      transform: translateY(-4px);\n      box-shadow: 0 8px 25px rgba(168, 85, 247, 0.25);\n    }\n\n    .uhk-tool-hexy .uhk-tool-title {\n      color: #c084fc;\n    }\n\n    \/* أداة Black Box V1.5 *\/\n    .uhk-tool-blackbox {\n      border: 1px solid rgba(249, 115, 22, 0.4);\n      background: linear-gradient(180deg, rgba(249, 115, 22, 0.05) 0%, #111827 100%);\n      animation-delay: 0.2s;\n    }\n\n    .uhk-tool-blackbox:hover {\n      border-color: #f97316;\n      transform: translateY(-4px);\n      box-shadow: 0 8px 25px rgba(249, 115, 22, 0.25);\n    }\n\n    .uhk-tool-blackbox .uhk-tool-title {\n      color: #fb923c;\n    }\n\n    .uhk-tool-header {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 15px;\n      padding-bottom: 10px;\n      border-bottom: 1px solid #1f2937;\n    }\n\n    .uhk-tool-icon {\n      font-size: 24px;\n    }\n\n    .uhk-tool-title {\n      font-size: 19px;\n      font-weight: 800;\n      margin: 0;\n    }\n\n    .uhk-feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .uhk-feature-list li {\n      position: relative;\n      padding-right: 22px;\n      margin-bottom: 10px;\n      font-size: 14px;\n      color: #cbd5e1;\n    }\n\n    .uhk-feature-list li:last-child {\n      margin-bottom: 0;\n    }\n\n    .uhk-feature-list li::before {\n      content: '⚡';\n      position: absolute;\n      right: 0;\n      top: 0;\n      font-size: 12px;\n    }\n\n    \/* زر الحث على الشراء *\/\n    .uhk-cta-banner {\n      background: linear-gradient(135deg, #9333ea 0%, #ea580c 100%);\n      color: #ffffff;\n      padding: 14px 20px;\n      border-radius: 12px;\n      text-align: center;\n      font-weight: 900;\n      font-size: 16px;\n      margin-bottom: 20px;\n      box-shadow: 0 6px 20px rgba(147, 51, 234, 0.3);\n      animation: uhkFadeIn 1.1s ease-out;\n      cursor: pointer;\n    }\n\n    \/* التنويه الأمني *\/\n    .uhk-disclaimer-box {\n      background: rgba(239, 68, 68, 0.08);\n      border: 1px solid rgba(239, 68, 68, 0.3);\n      padding: 14px 18px;\n      border-radius: 10px;\n      text-align: center;\n      margin-bottom: 25px;\n      animation: uhkFadeIn 1.2s ease-out;\n    }\n\n    .uhk-disclaimer-text {\n      font-size: 13.5px;\n      color: #fca5a5;\n      font-weight: 700;\n      margin: 0;\n    }\n\n    \/* القوائم القابلة للطي (Accordions) *\/\n    .uhk-accordion-wrapper {\n      border-top: 1px solid #1f2937;\n      margin-top: 15px;\n    }\n\n    .uhk-accordion {\n      border-bottom: 1px solid #1f2937;\n      transition: background-color 0.3s ease;\n    }\n\n    .uhk-accordion summary {\n      padding: 16px 5px;\n      font-size: 16px;\n      font-weight: 700;\n      color: #f1f5f9;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      user-select: none;\n    }\n\n    .uhk-accordion summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .uhk-accordion summary::after {\n      content: '+';\n      font-size: 22px;\n      font-weight: 400;\n      color: #c084fc;\n      transition: transform 0.3s ease;\n    }\n\n    .uhk-accordion[open] summary::after {\n      content: '−';\n    }\n\n    .uhk-accordion-content {\n      padding: 0 5px 18px 5px;\n      font-size: 14px;\n      color: #94a3b8;\n      line-height: 1.7;\n      animation: uhkFadeIn 0.3s ease-in-out;\n    }\n\n    .uhk-accordion-content ul {\n      margin: 8px 0 0;\n      padding-right: 20px;\n    }\n\n    .uhk-accordion-content li {\n      margin-bottom: 6px;\n    }\n\n    \/* Animations *\/\n    @keyframes uhkSlideDown {\n      from { opacity: 0; transform: translateY(-20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes uhkSlideUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes uhkFadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n\n    @keyframes uhkPulse {\n      0% { box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.4); }\n      70% { box-shadow: 0 0 0 8px rgba(168, 85, 247, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(168, 85, 247, 0); }\n    }\n\n    @keyframes uhkPulseGlow {\n      from { box-shadow: 0 5px 20px rgba(168, 85, 247, 0.2); }\n      to { box-shadow: 0 8px 30px rgba(249, 115, 22, 0.35); }\n    }\n\n    @media (max-width: 600px) {\n      .uhk-container { padding: 18px 14px; }\n      .uhk-title { font-size: 26px; }\n      .uhk-current-price { font-size: 26px; }\n      .uhk-tools-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"uhk-container\" dir=\"rtl\"\u003e\n\u003c!-- الهيدر والعنوان --\u003e\n\u003cdiv class=\"uhk-header\"\u003e\n\u003cdiv class=\"uhk-badge\"\u003e🛠️ Ultimate Security Combo\u003c\/div\u003e\n\u003ch2 class=\"uhk-title\"\u003eUltimate Hacker Kit\u003c\/h2\u003e\n\u003cp class=\"uhk-subtitle\"\u003eامتلك \"العدة\" كاملة.. ووفر فلوسك! 🛡️\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- السعر والعرض الخاص --\u003e\n\u003cdiv class=\"uhk-price-card\"\u003e\n\u003cdiv class=\"uhk-offer-tag\"\u003e🔥 عرض لفترة محدودة\u003c\/div\u003e\n\u003cdiv class=\"uhk-price-box\"\u003e\n\u003cdiv class=\"uhk-current-price\"\u003e1599 EGP\u003c\/div\u003e\n\u003cdiv class=\"uhk-old-price\"\u003e2200 EGP\u003c\/div\u003e\n\u003cdiv class=\"uhk-save-badge\"\u003eوفر 💸\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- المقدمة --\u003e\n\u003cdiv class=\"uhk-intro-card\"\u003e\n\u003cp\u003eليه تشتري كل قطعة لوحدها لما ممكن تاخد أقوى أداتين في السوق بسعر خيالي؟\u003c\/p\u003e\n\u003cp\u003eالباقة دي بتجمعلك بين التحكم في الأجهزة واختراق الشبكات في كومبو واحد متكامل!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- شبكة الأدوات 2 في 1 --\u003e\n\u003cdiv class=\"uhk-tools-grid\"\u003e\n\u003c!-- Hexy BadUSB --\u003e\n\u003cdiv class=\"uhk-tool-card uhk-tool-hexy\"\u003e\n\u003cdiv class=\"uhk-tool-header\"\u003e\n\u003cspan class=\"uhk-tool-icon\"\u003e💜\u003c\/span\u003e\n\u003ch3 class=\"uhk-tool-title\"\u003eHexy BadUSB\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"uhk-feature-list\"\u003e\n\u003cli\u003eتحكم كامل في أي جهاز بمجرد التوصيل.\u003c\/li\u003e\n\u003cli\u003eواجهة No-Code سهلة وسريعة جداً.\u003c\/li\u003e\n\u003cli\u003eتنفيذ مهام برمجية (Automation) في ثوانٍ.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Black Box V1.5 --\u003e\n\u003cdiv class=\"uhk-tool-card uhk-tool-blackbox\"\u003e\n\u003cdiv class=\"uhk-tool-header\"\u003e\n\u003cspan class=\"uhk-tool-icon\"\u003e🧡\u003c\/span\u003e\n\u003ch3 class=\"uhk-tool-title\"\u003eBlack Box V1.5\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"uhk-feature-list\"\u003e\n\u003cli\u003eالنسخة الدبابة (المصفحة والصلبة).\u003c\/li\u003e\n\u003cli\u003eالتقاط Handshakes من مسافات بعيدة.\u003c\/li\u003e\n\u003cli\u003eدعم كامل لـ Packet Injection \u0026amp; Monitor Mode.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- زر الشراء --\u003e\n\u003cdiv class=\"uhk-cta-banner\"\u003e🚀 اطلب الباقة دلوقتي قبل نفاذ الكمية!\u003c\/div\u003e\n\u003c!-- التنويه الأمني --\u003e\n\u003cdiv class=\"uhk-disclaimer-box\"\u003e\n\u003cp class=\"uhk-disclaimer-text\"\u003e🔴 تنويه: جميع الأدوات للأغراض التعليمية واختبارات الحماية المصرح بها فقط.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- القوائم القابلة للطي (Accordions) --\u003e\n\u003cdiv class=\"uhk-accordion-wrapper\"\u003e\n\u003cdetails class=\"uhk-accordion\" open=\"\"\u003e\n\u003csummary\u003eمحتويات العبوة والضمان (Package Details)\u003c\/summary\u003e\n\u003cdiv class=\"uhk-accordion-content\"\u003eتحتوي الباقة على:\u003cbr\u003e- قطعة Hexy BadUSB الأصلية مع الكابل الخاص.\u003cbr\u003e- جهاز Black Box V1.5 المصفح مع الأنتينا عالية الكسب.\u003cbr\u003e- ضمان الفحص والتشغيل مع دعم فني لتجهيز الأدوات.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"uhk-accordion\"\u003e\n\u003csummary\u003eالشحن والتسليم (Shipping \u0026amp; Delivery)\u003c\/summary\u003e\n\u003cdiv class=\"uhk-accordion-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e🚚 \u003cstrong\u003eداخل محافظة الإسكندرية:\u003c\/strong\u003e التسليم خلال 48 ساعة فقط.\u003c\/li\u003e\n\u003cli\u003e📦 \u003cstrong\u003eباقي المحافظات:\u003c\/strong\u003e خلال 3 إلى 5 أيام عمل.\u003c\/li\u003e\n\u003cli\u003e⚡ يتم تأكيد طلبك فور التحويل مباشرةً.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":48850258460825,"sku":null,"price":1599.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/6990\/2489\/files\/photo_5875293129974419198_y.jpg?v=1788897067","url":"https:\/\/darkhustler.com\/products\/ultimate-hacker-kit-handle","provider":"Dark Hustler Tools","version":"1.0","type":"link"}