{"title":"Home page","description":null,"products":[{"product_id":"coudre","title":"ماكينة خياطة كهربائية صغيرة ومحمولة ✨","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --bg: #f0f4ff;\n    --bg-light: #f8faff;\n    --primary: #1a4fa0;\n    --primary-light: #2563eb;\n    --accent: #06b6d4;\n    --accent-light: #e0f7fa;\n    --gold: #d4a843;\n    --gold-light: #fef3c7;\n    --ink: #0b172a;\n    --ink-mid: #1e3a5f;\n    --ink-soft: #475569;\n    --cream: #ffffff;\n    --green: #065f46;\n    --green-light: #ecfdf5;\n    --purple: #3730a3;\n    --purple-light: #eef2ff;\n    --border: rgba(10,34,80,.09);\n  }\n\n  body {\n    font-family: 'Cairo', 'Tajawal', sans-serif;\n    background: var(--bg-light);\n    color: var(--ink);\n    direction: rtl;\n    min-height: 100vh;\n  }\n\n  \/* HERO HEADER *\/\n  .hero-header {\n    background: linear-gradient(135deg, #0b172a 0%, #1a2f5e 55%, #0e3a7a 100%);\n    padding: 28px 18px 22px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero-header::before {\n    content: '';\n    position: absolute;\n    top: -70px; right: -70px;\n    width: 240px; height: 240px;\n    background: radial-gradient(circle, rgba(6,182,212,.2) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero-header::after {\n    content: '';\n    position: absolute;\n    bottom: -50px; left: -50px;\n    width: 180px; height: 180px;\n    background: radial-gradient(circle, rgba(37,99,235,.2) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 1;\n  }\n  .badge {\n    font-size: 12px;\n    font-weight: 700;\n    padding: 6px 12px;\n    border-radius: 999px;\n    font-family: 'Cairo', sans-serif;\n  }\n  .badge-blue  { background: var(--accent); color: #fff; }\n  .badge-gold  { background: var(--gold); color: var(--ink); }\n  .badge-green { background: #065f46; color: #fff; }\n  .badge-purple { background: var(--purple); color: #fff; }\n\n  .hero-title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 28px;\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.25;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 1;\n  }\n  .hero-title span {\n    background: linear-gradient(90deg, #67e8f9, #a5f3fc);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n  .hero-sub {\n    font-size: 14px;\n    color: rgba(255,255,255,.72);\n    line-height: 1.6;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* NAV PILLS *\/\n  .nav-pills {\n    background: var(--ink);\n    padding: 10px 16px;\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n    overflow-x: auto;\n  }\n  .nav-pill {\n    text-decoration: none;\n    font-size: 12.5px;\n    font-weight: 700;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.1);\n    border: 1px solid rgba(255,255,255,.15);\n    color: #fff;\n    white-space: nowrap;\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* TRUST STRIP *\/\n  .trust-strip {\n    background: linear-gradient(90deg, var(--primary), #1a6fa0);\n    padding: 10px 16px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    align-items: center;\n    justify-content: center;\n  }\n  .trust-item {\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* HERO IMAGE *\/\n  .hero-img-wrap {\n    margin: 0;\n    position: relative;\n    background: #fff;\n  }\n  .hero-img-wrap img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n  .hero-img-caption {\n    position: absolute;\n    right: 12px;\n    left: 12px;\n    bottom: 12px;\n    padding: 10px 13px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ink);\n    background: rgba(255,255,255,.92);\n    border: 1px solid rgba(10,34,80,.1);\n    border-radius: 12px;\n    backdrop-filter: blur(8px);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* SECTIONS *\/\n  .section { padding: 18px 16px; }\n  .section + .section { border-top: 1px solid var(--border); }\n\n  .section-title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    color: var(--ink);\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: linear-gradient(90deg, var(--accent), transparent);\n    border-radius: 2px;\n  }\n\n  \/* QUICK BENEFITS CARDS *\/\n  .quick-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 4px;\n  }\n  .quick-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 12px;\n    box-shadow: 0 4px 12px rgba(10,34,80,.07);\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .quick-card:first-child { grid-column: span 2; }\n  .quick-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 10px;\n    background: var(--ink);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 17px;\n    flex-shrink: 0;\n    box-shadow: 0 3px 8px rgba(10,34,80,.18);\n  }\n  .quick-card strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 2px;\n    font-family: 'Tajawal', sans-serif;\n  }\n  .quick-card p {\n    font-size: 12.5px;\n    color: var(--ink-soft);\n    line-height: 1.5;\n  }\n\n  \/* VIDEO *\/\n  .video-wrap {\n    border-radius: 16px;\n    overflow: hidden;\n    background: #000;\n    box-shadow: 0 10px 28px rgba(10,34,80,.15);\n    position: relative;\n    margin-bottom: 8px;\n  }\n  .video-wrap video {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n  .video-badge {\n    position: absolute;\n    right: 10px;\n    bottom: 10px;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 5px 10px;\n    border-radius: 10px;\n    background: linear-gradient(180deg, rgba(191,241,255,.95), rgba(137,227,255,.96));\n    border: 1px solid #98e8ff;\n    color: var(--ink);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* GALLERY *\/\n  .gallery-item {\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    box-shadow: 0 6px 16px rgba(10,34,80,.07);\n    margin-bottom: 12px;\n  }\n  .gallery-item:last-child { margin-bottom: 0; }\n  .gallery-item img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n  .gallery-caption {\n    padding: 9px 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ink-mid);\n    border-top: 1px solid rgba(10,34,80,.06);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* HOW IT WORKS *\/\n  .steps-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 14px;\n    box-shadow: 0 6px 18px rgba(10,34,80,.07);\n    margin-bottom: 12px;\n  }\n  .step-row {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(10,34,80,.06);\n  }\n  .step-row:last-child { border-bottom: none; padding-bottom: 0; }\n  .step-num {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 14px;\n    color: #fff;\n    flex-shrink: 0;\n  }\n  .step-num.s1 { background: linear-gradient(90deg, #1f7ae5, #06b6d4); }\n  .step-num.s2 { background: linear-gradient(90deg, #22c55e, #14b8a6); }\n  .step-num.s3 { background: linear-gradient(90deg, #f59e0b, #ef4444); }\n  .step-text strong {\n    display: block;\n    font-size: 14.5px;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 2px;\n    font-family: 'Tajawal', sans-serif;\n  }\n  .step-text p {\n    font-size: 13px;\n    color: var(--ink-soft);\n    line-height: 1.5;\n  }\n  .steps-tip {\n    margin-top: 10px;\n    font-size: 12.5px;\n    color: var(--primary);\n    font-weight: 600;\n    background: var(--accent-light);\n    border-right: 3px solid var(--accent);\n    padding: 8px 12px;\n    border-radius: 0 8px 8px 0;\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* USE CASES *\/\n  .use-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 13px 14px;\n    box-shadow: 0 4px 12px rgba(10,34,80,.06);\n    margin-bottom: 10px;\n  }\n  .use-card:last-child { margin-bottom: 0; }\n  .use-card strong {\n    display: block;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 3px;\n    font-family: 'Tajawal', sans-serif;\n  }\n  .use-card p {\n    font-size: 13px;\n    color: var(--ink-soft);\n  }\n\n  \/* SPECS TABLE *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 12px rgba(10,34,80,.06);\n  }\n  .specs-table tr:last-child td,\n  .specs-table tr:last-child th { border-bottom: none; }\n  .specs-table th {\n    text-align: right;\n    padding: 11px 14px;\n    background: linear-gradient(90deg, var(--primary), #1a6fa0);\n    color: #fff;\n    font-size: 13.5px;\n    font-weight: 700;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n    width: 38%;\n    font-family: 'Cairo', sans-serif;\n  }\n  .specs-table td {\n    padding: 11px 14px;\n    font-size: 13.5px;\n    color: var(--ink-mid);\n    border-bottom: 1px solid rgba(10,34,80,.06);\n    font-family: 'Cairo', sans-serif;\n  }\n  .specs-note {\n    margin-top: 8px;\n    font-size: 12.5px;\n    color: var(--ink-soft);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* FAQ *\/\n  .faq-wrap {\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(10,34,80,.10);\n    background: #fff;\n    box-shadow: 0 4px 12px rgba(10,34,80,.06);\n  }\n  details { border-bottom: 1px solid rgba(10,34,80,.07); }\n  details:last-child { border-bottom: none; }\n  summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 14px 16px;\n    font-weight: 700;\n    font-size: 14px;\n    color: var(--ink);\n    background: linear-gradient(90deg, var(--bg-light), #fff);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Cairo', sans-serif;\n  }\n  summary::-webkit-details-marker { display: none; }\n  .faq-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }\n  .faq-arrow { margin-right: auto; font-size: 16px; color: var(--primary-light); transition: transform .2s; }\n  details[open] .faq-arrow { transform: rotate(180deg); }\n  .faq-body {\n    padding: 12px 16px;\n    font-size: 13.5px;\n    color: var(--ink-soft);\n    line-height: 1.65;\n    border-top: 1px solid rgba(10,34,80,.05);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* TRUST FOOTER *\/\n  .trust-footer {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    padding: 16px;\n    background: #fff;\n    border-top: 2px solid var(--accent);\n  }\n  .trust-chip {\n    padding: 8px 14px;\n    border-radius: 12px;\n    font-size: 13px;\n    font-weight: 700;\n    font-family: 'Cairo', sans-serif;\n  }\n  .chip-blue   { background: var(--accent-light); color: #0369a1; border: 1px solid rgba(14,116,144,.18); }\n  .chip-green  { background: var(--green-light);  color: var(--green); border: 1px solid rgba(52,211,153,.25); }\n  .chip-purple { background: var(--purple-light); color: var(--purple); border: 1px solid rgba(99,102,241,.2); }\n  .chip-gold   { background: var(--gold-light);   color: #92400e; border: 1px solid rgba(146,64,14,.15); }\n\n  \/* CTA BUTTON *\/\n  .cta-btn {\n    display: block;\n    width: 100%;\n    padding: 16px;\n    background: linear-gradient(90deg, var(--primary), var(--primary-light));\n    color: #fff;\n    font-family: 'Tajawal', sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-align: center;\n    border: none;\n    border-radius: 14px;\n    cursor: pointer;\n    box-shadow: 0 6px 20px rgba(26,79,160,.35);\n    transition: opacity .15s;\n  }\n  .cta-btn:hover { opacity: .9; }\n\n  \/* LIBYA NOTE *\/\n  .libya-note {\n    background: linear-gradient(90deg, #065f46, #1a4fa0);\n    color: #fff;\n    padding: 12px 16px;\n    border-radius: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    margin-bottom: 14px;\n    font-family: 'Cairo', sans-serif;\n    text-align: center;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-blue\"\u003e🧵 ماكينة خياطة محمولة\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e🚚 توصيل مجاني\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e✅ دفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"badge badge-purple\"\u003e🛡️ ضمان 3 سنوات\u003c\/span\u003eا\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eاخيطي\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eفي أي مكان وأي وقت\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e🧵\u003c\/h1\u003e\n\u003ch1 class=\"hero-title\"\u003e🧵\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eماكينة خياطة كهربائية صغيرة ومحمولة — الأصلية بضمان 3 سنوات. سهلة الاستخدام، خفيفة الوزن، مثالية للمنزل والسفر والإصلاحات السريعة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- NAV PILLS --\u003e\n\u003cdiv class=\"nav-pills\"\u003e\n\u003ca href=\"#section-video\" class=\"nav-pill\"\u003e🎬 الفيديو\u003c\/a\u003e \u003ca href=\"#section-how\" class=\"nav-pill\"\u003e✅ طريقة الاستخدام\u003c\/a\u003e \u003ca href=\"#section-gallery\" class=\"nav-pill\"\u003e📸 الصور\u003c\/a\u003e \u003ca href=\"#section-faq\" class=\"nav-pill\"\u003e❓ الأسئلة\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cspan class=\"trust-item\"\u003e💳 الدفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e🛡️ ضمان 3 سنوات\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e⭐ تقييم 5\/5\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e🇱🇾 شحن لجميع مدن ليبيا\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003cdiv class=\"hero-img-wrap\"\u003e\n\u003cimg alt=\"أداة تنظيف الأقمشة — لمحة أولى\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160858_65d82393024c285f5cced1ab565b8a36.webp?v=1768399412\"\u003e\n\u003cdiv class=\"hero-img-caption\"\u003e🧵 \u003cstrong\u003eماكينة خياطة كهربائية صغيرة.\u003c\/strong\u003e خياطة احترافية في راحة يدك.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"libya-note\"\u003e🇱🇾 نوصّل إلى طرابلس، بنغازي، مصراتة، الزاوية، سبها، البيضاء وجميع المدن الليبية\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eمميزات سريعة ⚡\u003c\/div\u003e\n\u003cdiv class=\"quick-grid\"\u003e\n\u003cdiv class=\"quick-card\"\u003e\n\u003cdiv class=\"quick-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eخياطة سريعة واحترافية\u003c\/strong\u003e\n\u003cp\u003eتُنجز الإصلاحات والتعديلات في دقائق معدودة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quick-card\"\u003e\n\u003cdiv class=\"quick-icon\"\u003e🧵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eخفيفة ومحمولة\u003c\/strong\u003e\n\u003cp\u003eتحمليها معك في أي مكان — المنزل، السفر، العمل.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quick-card\"\u003e\n\u003cdiv class=\"quick-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eتعمل بالكهرباء\u003c\/strong\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!-- VIDEO --\u003e\n\u003cdiv id=\"section-video\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eفيديو حقيقي للمنتج 🎬\u003c\/div\u003e\n\u003cdiv class=\"video-wrap\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160854_cd0df0756a0a286f4419fb90f65fddca.jpg?v=1768399412\" controls=\"controls\" playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/12bc09f6eed748c2ba78e404887bfab1.mp4\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"video-badge\"\u003e🎥 الماكينة والملحقات المرفقة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: var(--ink-soft); margin-top: 6px;\"\u003e📦 فيديو المنتج الأصلي في ظروف حقيقية\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GALLERY --\u003e\n\u003cdiv id=\"section-gallery\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eالتفاصيل والنتائج 📸\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"ماكينة الخياطة — الشكل العام\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160858_65d82393024c285f5cced1ab565b8a36.webp?v=1768399412\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eالماكينة — الشكل العام وطريقة الإمساك\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"طريقة الاستخدام\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160850_220a63de0e5ac1cb63a35da5d8c2038c.webp?v=1768399412\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eطريقة الاستخدام — سهلة وبسيطة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"تناسب جميع أنواع الأقمشة\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_shopify20251126104702_7e39c767507ef9f0ea93d5098d55f53a_156b5c01-a093-4429-86c4-be4ed037eda4.jpg?v=1768399412\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eتناسب جميع أنواع الأقمشة والملابس\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"تعمل بالكهرباء\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160854_cd0df0756a0a286f4419fb90f65fddca.jpg?v=1768399412\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eتعمل بالكهرباء — أداء ثابت وقوي\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"الملحقات المرفقة\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250725160902_d6ce71e02e1e9c6dfa30e676bf7ee48b.webp?v=1768399412\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eالملحقات والإكسسوارات المرفقة مع الماكينة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv id=\"section-how\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eطريقة الاستخدام ✅\u003c\/div\u003e\n\u003cdiv class=\"steps-card\"\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-num s1\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eضعي الخيط في الماكينة\u003c\/strong\u003e\n\u003cp\u003eاتبعي التعليمات البسيطة لتركيب الخيط بسهولة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-num s2\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eضعي القماش وابدئي الخياطة\u003c\/strong\u003e\n\u003cp\u003eمرّري القماش ببطء للحصول على غرزة منتظمة واحترافية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-num s3\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eاقطعي الخيط وانتهيت\u003c\/strong\u003e\n\u003cp\u003eنتيجة نظيفة ومتينة في ثوانٍ — بدون آلة خياطة كبيرة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps-tip\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e💡 نصيحة: ابدئي بالأقمشة المتوسطة الثخانة لتتعوّدي على سرعة الماكينة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PILLS \/ HOW-TO image --\u003e\n\u003cdiv style=\"margin-bottom: 0;\" class=\"gallery-item\"\u003e\n\u003cimg alt=\"مخطط خطوات الخياطة\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/WhatsApp_Image_2026-01-12_at_11.42.26.jpg?v=1768400421\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eمخطط — خطوات استخدام الماكينة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eمثالي لـ ✅\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cstrong\u003e👗 إصلاح الملابس في المنزل\u003c\/strong\u003e\n\u003cp\u003eأزرار، تمزقات، أطراف بنطلون — إصلاح سريع بدون الذهاب للخياط.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cstrong\u003e✈️ مثالية للسفر\u003c\/strong\u003e\n\u003cp\u003eحجمها الصغير يجعلها تدخل في أي حقيبة — اخيطي أينما كنتِ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cstrong\u003e🎨 أعمال إبداعية يدوية\u003c\/strong\u003e\n\u003cp\u003eمناسبة للحرف اليدوية، الزينة، والمشاريع الصغيرة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eالمواصفات ⚙️\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eالنوع\u003c\/th\u003e\n\u003ctd\u003eماكينة خياطة كهربائية صغيرة محمولة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eمصدر الطاقة\u003c\/th\u003e\n\u003ctd\u003eكهرباء (قابس) \/ بطاريات\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالاستخدام\u003c\/th\u003e\n\u003ctd\u003eملابس، أقمشة، حرف يدوية\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالوزن\u003c\/th\u003e\n\u003ctd\u003eخفيفة الوزن — سهلة الحمل\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالضمان\u003c\/th\u003e\n\u003ctd\u003e3 سنوات — منتج أصلي\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"margin-top: 8px;\" class=\"specs-note\"\u003e* مناسبة للأقمشة المتوسطة والخفيفة. للأقمشة الثقيلة جداً يُنصح بالتدريب أولاً.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv id=\"section-faq\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eالأسئلة الشائعة ❓\u003c\/div\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan style=\"background: linear-gradient(90deg,#1f7ae5,#06b6d4);\" class=\"faq-dot\"\u003e\u003c\/span\u003e هل هي سهلة الاستخدام للمبتدئين؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eنعم — صُمِّمت خصيصاً للاستخدام السهل. تأتي مع تعليمات واضحة وملحقات جاهزة. حتى بدون خبرة سابقة يمكنك البدء في دقائق.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan style=\"background: linear-gradient(90deg,#22c55e,#14b8a6);\" class=\"faq-dot\"\u003e\u003c\/span\u003e على أي أقمشة تعمل؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eتعمل على معظم الأقمشة: قطن، بوليستر، ملابس يومية، ستائر خفيفة، حرف يدوية. مثالية للإصلاحات والتعديلات السريعة.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan style=\"background: linear-gradient(90deg,#f59e0b,#ef4444);\" class=\"faq-dot\"\u003e\u003c\/span\u003e ما الملحقات المرفقة مع الماكينة؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eتأتي مع خيوط، إبر إضافية، وكل ما تحتاجينه للبدء فوراً. راجعي الفيديو لرؤية المحتويات الكاملة.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan style=\"background: linear-gradient(90deg,#a855f7,#ec4899);\" class=\"faq-dot\"\u003e\u003c\/span\u003e هل تصل إلى مدينتي في ليبيا؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eنعم — نوصّل إلى جميع مدن ليبيا: طرابلس، بنغازي، مصراتة، الزاوية، سبها، البيضاء وغيرها. التوصيل مجاني والدفع عند الاستلام.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\u003c!-- TRUST FOOTER --\u003e\n\u003cdiv class=\"trust-footer\"\u003e\n\u003cspan class=\"trust-chip chip-blue\"\u003e✅ دفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"trust-chip chip-green\"\u003e⭐ تقييم 5\/5\u003c\/span\u003e \u003cspan class=\"trust-chip chip-purple\"\u003e🛡️ ضمان 3 سنوات\u003c\/span\u003e \u003cspan class=\"trust-chip chip-gold\"\u003e🚚 توصيل مجاني\u003c\/span\u003e \u003cspan class=\"trust-chip chip-blue\"\u003e💬 دعم سريع\u003c\/span\u003e \u003cspan class=\"trust-chip chip-green\"\u003e🇱🇾 شحن لجميع ليبيا\u003c\/span\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":48429137625343,"sku":"Ma-mini-machine-a-coudre","price":249.0,"currency_code":"LYD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/spp_shopify20251126104702_7e39c767507ef9f0ea93d5098d55f53a_156b5c01-a093-4429-86c4-be4ed037eda4.jpg?v=1776976531"},{"product_id":"turbo-jet","title":"مروحة كهربائية توربينية لاسلكية","description":"\u003c!-- TURBO FAN — Libya Landing Version --\u003e\n\u003cdiv style=\"font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial; color: #082033; line-height: 1.7; background: linear-gradient(180deg,#eef9ff 0%, #ffffff 72%); padding: 18px; border-radius: 14px; direction: rtl; text-align: right;\" id=\"turbo-landing-libya\"\u003e\n\u003cdiv style=\"max-width: 1100px; margin: 0 auto;\"\u003e\n\u003c!-- TITLE --\u003e\n\u003ch1 style=\"font-size: 30px; margin: 4px 0 8px 0; line-height: 1.3;\"\u003eتوربو فان القوي 💨🔥 تنظيف سريع وقوة نار!\u003c\/h1\u003e\n\u003cp style=\"margin: 0 0 14px 0; color: #395266; font-size: 17px;\"\u003eودّع الغبرة والتعب 😩 نظف سيارتك 🚗، الجنينة 🌿، المحل 🏪 وحتى الزوايا الصعبة في ثواني!\u003c\/p\u003e\n\u003c!-- BADGES --\u003e\n\u003cdiv style=\"display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; justify-content: flex-start;\"\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 999px; background: linear-gradient(90deg,#e6f6ff,#eef6ff); color: #0b4f6a; font-weight: bold;\"\u003e💨 قوة نار\u003c\/div\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 999px; background: #fffce7; color: #7a4b00; font-weight: bold;\"\u003e🔋 بطارية قوية\u003c\/div\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 999px; background: #ecfdf5; color: #065f46; font-weight: bold;\"\u003e🚚 توصيل مجاني داخل طرابلس\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv style=\"margin-bottom: 14px;\"\u003e\n\u003cdiv style=\"position: relative; border-radius: 14px; overflow: hidden; border: 1px solid rgba(2,6,23,0.06); background: #000; box-shadow: 0 12px 30px rgba(2,6,23,0.06);\"\u003e\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: cover;\" preload=\"auto\" loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\"\u003e\n\u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/92cb356d22754c22b89f2af113738ca0.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECOND VIDEO --\u003e\n\u003cdiv style=\"margin-bottom: 16px;\"\u003e\n\u003cdiv style=\"position: relative; border-radius: 12px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); background: #000; box-shadow: 0 10px 26px rgba(2,6,23,0.06);\"\u003e\n\u003cvideo style=\"width: 100%; height: auto; display: block; object-fit: cover;\" preload=\"metadata\" loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\"\u003e\n\u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/45ac0f8194384f739c6f8fba3511ffd1.mp4\"\u003e\u003c\/video\u003e\n\u003cdiv style=\"position: absolute; right: 10px; bottom: 10px; padding: 6px 10px; border-radius: 10px; background: linear-gradient(180deg,#fff7d6,#ffdca8); border: 1px solid rgba(0,0,0,0.06); color: #4a2b00; font-size: 12px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e🔥 شوف القوة بنفسك\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 8px 0 0 0; color: #5a6b78;\"\u003eفيديو حقيقي للتجربة والاستعمال\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv style=\"display: grid; gap: 12px; margin-bottom: 14px;\"\u003e\n\u003cdiv style=\"background: #fff; border-radius: 12px; padding: 14px; border: 1px solid #eef4f8;\"\u003e\n\u003ch2 style=\"margin: 0 0 10px 0;\"\u003eليش الناس تحبه؟ 😳\u003c\/h2\u003e\n\u003cul style=\"margin: 0; padding-right: 18px; color: #344956;\"\u003e\n\u003cli style=\"margin: 8px 0;\"\u003e\n\u003cstrong\u003eقوة رهيبة 💨\u003c\/strong\u003e — يطير الغبرة والأوراق بسرعة\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003e\n\u003cstrong\u003eخفيف ومريح 👌\u003c\/strong\u003e — تستعمله براحتك بدون تعب\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003e\n\u003cstrong\u003eبطارية قوية 🔋\u003c\/strong\u003e — تخدم معاك وقت طويل\u003c\/li\u003e\n\u003cli style=\"margin: 8px 0;\"\u003e\n\u003cstrong\u003eمتعدد الاستعمالات 🔥\u003c\/strong\u003e — للسيارة، البيت، المحل والحديقة\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICE \/ URGENCY --\u003e\n\u003cdiv style=\"background: linear-gradient(180deg,#fff7e6,#ffffff); border: 2px dashed #ffb84d; border-radius: 14px; padding: 18px; margin-bottom: 16px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 18px; color: #7a4b00; margin-bottom: 8px;\"\u003e🔥 عرض خاص لفترة محدودة\u003c\/div\u003e\n\u003cdiv style=\"font-size: 36px; font-weight: bold; color: #d62828;\"\u003e289 دينار فقط\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px; color: #6b7280;\"\u003e🚚 توصيل مجاني وسريع داخل طرابلس\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 8px; font-weight: bold; color: #d62828;\"\u003e⚠️ باقي 10 قطع فقط\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003ch2 style=\"font-size: 20px; margin: 14px 0 8px 0;\"\u003eالأسئلة الشائعة\u003c\/h2\u003e\n\u003cdiv style=\"border-radius: 12px; overflow: hidden; border: 1px solid rgba(3,30,60,0.06); background: #fff; margin-bottom: 12px;\"\u003e\n\u003cdetails open=\"\" style=\"border-bottom: 1px solid rgba(3,30,60,0.04);\"\u003e\n\u003csummary style=\"padding: 14px 16px; cursor: pointer; background: linear-gradient(90deg,#fbfdff,#f7fbff); font-weight: bold;\"\u003eشن مدة البطارية؟\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 16px; color: #2f4b60;\"\u003eتخدم معاك من 25 إلى 45 دقيقة حسب الاستعمال.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-bottom: 1px solid rgba(3,30,60,0.04);\"\u003e\n\u003csummary style=\"padding: 14px 16px; cursor: pointer; background: linear-gradient(90deg,#fbfdff,#f7fbff); font-weight: bold;\"\u003eهل يقدر ينشف السيارة؟\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 16px; color: #2f4b60;\"\u003eأكيد 😳💨 قوي جداً لتنظيف وتجفيف السيارة والموتو.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary style=\"padding: 14px 16px; cursor: pointer; background: linear-gradient(90deg,#fbfdff,#f7fbff); font-weight: bold;\"\u003eهل سهل الاستعمال؟\u003c\/summary\u003e\n\u003cdiv style=\"padding: 12px 16px; color: #2f4b60;\"\u003eخفيف ومريح فاليد وتقدر تستعمله في أي مكان.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST --\u003e\n\u003cdiv style=\"display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 8px;\"\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 10px; background: #f8fafc; border: 1px solid #eef6fb; color: #1f4b66; font-weight: bold;\"\u003e✅ منتج أصلي\u003c\/div\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 10px; background: #fff; border: 1px solid #eef6fb; color: #1f4b66; font-weight: bold;\"\u003e🚚 توصيل سريع\u003c\/div\u003e\n\u003cdiv style=\"padding: 8px 12px; border-radius: 10px; background: #fff; border: 1px solid #eef6fb; color: #1f4b66; font-weight: bold;\"\u003e💰 الدفع عند الاستلام\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@media (max-width:920px){\n#turbo-landing-libya h1{font-size:24px}\n#turbo-landing-libya h2{font-size:18px}\n}\n\u003c\/style\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":48429137953023,"sku":"Ma-mini-soufleur-sans-fil","price":289.0,"currency_code":"LYD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/Photos_for_landing_page_202605141752.jpg?v=1778777555"},{"product_id":"ma-deboucheur-canalisation","title":"Puissant Déboucheur : Libérez Vos Canalisations, Sans Effort !","description":"\u003cp\u003ePuissant Déboucheur : Libérez Vos Canalisations, Sans Effort !\u003c\/p\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":48429140902143,"sku":"Ma-Deboucheur-canalisation","price":395000.0,"currency_code":"LYD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/Deboucheur.gif?v=1776976628"},{"product_id":"trape","title":"مصيدة فئران — متينة وقابلة لإعادة الاستخدام ✅","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900\u0026amp;family=Tajawal:wght@400;500;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --sand: #f5ede0;\n    --sand-light: #fdf8f2;\n    --rust: #c0392b;\n    --rust-dark: #962d22;\n    --rust-light: #e74c3c;\n    --gold: #d4a843;\n    --gold-light: #f0c060;\n    --ink: #1a1008;\n    --ink-mid: #3d2b1a;\n    --ink-soft: #6b5040;\n    --cream: #fffaf4;\n    --green: #1a6b40;\n    --green-light: #e8f5ee;\n    --blue-soft: #eef4ff;\n    --blue-mid: #1a4fa0;\n  }\n\n  body {\n    font-family: 'Cairo', 'Tajawal', sans-serif;\n    background: var(--sand-light);\n    color: var(--ink);\n    direction: rtl;\n    min-height: 100vh;\n  }\n\n  \/* HERO HEADER *\/\n  .hero-header {\n    background: linear-gradient(135deg, var(--ink) 0%, #2c1a0e 60%, #1a0a04 100%);\n    padding: 28px 20px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero-header::before {\n    content: '';\n    position: absolute;\n    top: -60px; left: -60px;\n    width: 220px; height: 220px;\n    background: radial-gradient(circle, rgba(212,168,67,.18) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero-header::after {\n    content: '';\n    position: absolute;\n    bottom: -40px; right: -40px;\n    width: 160px; height: 160px;\n    background: radial-gradient(circle, rgba(192,57,43,.18) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 1;\n  }\n  .badge {\n    font-size: 12px;\n    font-weight: 700;\n    padding: 6px 12px;\n    border-radius: 999px;\n    font-family: 'Cairo', sans-serif;\n  }\n  .badge-rust { background: var(--rust); color: #fff; }\n  .badge-gold { background: var(--gold); color: var(--ink); }\n  .badge-green { background: var(--green); color: #fff; }\n\n  .hero-title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 30px;\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.25;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 1;\n    letter-spacing: -.01em;\n  }\n  .hero-title span {\n    background: linear-gradient(90deg, var(--gold-light), var(--rust-light));\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: rgba(255,255,255,.72);\n    line-height: 1.6;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* TRUST STRIP *\/\n  .trust-strip {\n    background: var(--gold);\n    padding: 10px 20px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    align-items: center;\n    justify-content: center;\n  }\n  .trust-item {\n    font-size: 12.5px;\n    font-weight: 700;\n    color: var(--ink);\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* SECTION WRAPPER *\/\n  .section { padding: 18px 16px; }\n  .section + .section { border-top: 1px solid rgba(26,16,8,.08); }\n\n  \/* VIDEO *\/\n  .video-wrap {\n    border-radius: 16px;\n    overflow: hidden;\n    background: var(--ink);\n    box-shadow: 0 10px 28px rgba(26,16,8,.18);\n    position: relative;\n    margin-bottom: 10px;\n  }\n  .video-wrap video {\n    display: block;\n    width: 100%;\n    height: auto;\n    max-height: 420px;\n    object-fit: cover;\n  }\n  .reel-label {\n    position: absolute;\n    right: 10px;\n    bottom: 10px;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 5px 10px;\n    border-radius: 10px;\n    background: var(--gold);\n    color: var(--ink);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* BENEFITS *\/\n  .benefit-item {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(26,16,8,.07);\n  }\n  .benefit-item:last-child { border-bottom: none; }\n  .benefit-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: var(--ink);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    flex-shrink: 0;\n    box-shadow: 0 3px 8px rgba(26,16,8,.2);\n  }\n  .benefit-text strong {\n    display: block;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 2px;\n    font-family: 'Tajawal', sans-serif;\n  }\n  .benefit-text p {\n    font-size: 13px;\n    color: var(--ink-soft);\n    line-height: 1.55;\n  }\n\n  \/* GALLERY *\/\n  .gallery-item {\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(26,16,8,.07);\n    box-shadow: 0 6px 16px rgba(26,16,8,.07);\n    margin-bottom: 12px;\n  }\n  .gallery-item img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n  .gallery-caption {\n    padding: 9px 12px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--ink-mid);\n    border-top: 1px solid rgba(26,16,8,.06);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* SPECS TABLE *\/\n  .section-title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    color: var(--ink);\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: linear-gradient(90deg, var(--gold), transparent);\n    border-radius: 2px;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(26,16,8,.08);\n    box-shadow: 0 4px 12px rgba(26,16,8,.06);\n  }\n  .specs-table tr:last-child td,\n  .specs-table tr:last-child th { border-bottom: none; }\n  .specs-table th {\n    text-align: right;\n    padding: 11px 14px;\n    background: var(--ink);\n    color: var(--gold-light);\n    font-size: 13.5px;\n    font-weight: 700;\n    border-bottom: 1px solid rgba(255,255,255,.05);\n    width: 38%;\n    font-family: 'Cairo', sans-serif;\n  }\n  .specs-table td {\n    padding: 11px 14px;\n    font-size: 13.5px;\n    color: var(--ink-mid);\n    border-bottom: 1px solid rgba(26,16,8,.06);\n    background: #fff;\n    font-family: 'Cairo', sans-serif;\n  }\n  .specs-note {\n    margin-top: 8px;\n    font-size: 12.5px;\n    color: var(--rust);\n    font-weight: 600;\n    background: #fff5f5;\n    border-right: 3px solid var(--rust);\n    padding: 8px 12px;\n    border-radius: 0 8px 8px 0;\n  }\n\n  \/* FAQ *\/\n  .faq-wrap {\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(26,16,8,.10);\n    background: #fff;\n    box-shadow: 0 4px 12px rgba(26,16,8,.06);\n  }\n  details {\n    border-bottom: 1px solid rgba(26,16,8,.07);\n  }\n  details:last-child { border-bottom: none; }\n  summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 14px 16px;\n    font-weight: 700;\n    font-size: 14px;\n    color: var(--ink);\n    background: linear-gradient(90deg, var(--sand-light), #fff);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Cairo', sans-serif;\n  }\n  summary::-webkit-details-marker { display: none; }\n  .faq-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n  .faq-arrow {\n    margin-right: auto;\n    font-size: 16px;\n    color: var(--rust);\n    transition: transform .2s;\n  }\n  details[open] .faq-arrow { transform: rotate(180deg); }\n  .faq-body {\n    padding: 12px 16px;\n    font-size: 13.5px;\n    color: var(--ink-soft);\n    line-height: 1.65;\n    border-top: 1px solid rgba(26,16,8,.05);\n    font-family: 'Cairo', sans-serif;\n  }\n\n  \/* TRUST FOOTER *\/\n  .trust-footer {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    padding: 16px;\n    background: var(--cream);\n    border-top: 2px solid var(--gold);\n  }\n  .trust-chip {\n    padding: 8px 14px;\n    border-radius: 12px;\n    font-size: 13px;\n    font-weight: 700;\n    font-family: 'Cairo', sans-serif;\n  }\n  .chip-blue { background: var(--blue-soft); color: var(--blue-mid); border: 1px solid rgba(26,79,160,.15); }\n  .chip-green { background: var(--green-light); color: var(--green); border: 1px solid rgba(26,107,64,.15); }\n  .chip-gold { background: #fffbeb; color: #92400e; border: 1px solid rgba(146,64,14,.15); }\n\n  \/* CTA BUTTON *\/\n  .cta-btn {\n    display: block;\n    width: 100%;\n    padding: 16px;\n    background: linear-gradient(90deg, var(--rust), var(--rust-light));\n    color: #fff;\n    font-family: 'Tajawal', sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-align: center;\n    border: none;\n    border-radius: 14px;\n    cursor: pointer;\n    box-shadow: 0 6px 20px rgba(192,57,43,.35);\n    letter-spacing: .01em;\n    margin-top: 4px;\n    transition: opacity .15s;\n  }\n  .cta-btn:hover { opacity: .9; }\n\n  \/* LIBYA SHIPPING NOTE *\/\n  .libya-note {\n    background: linear-gradient(90deg, #1a6b40, #1a4fa0);\n    color: #fff;\n    padding: 12px 16px;\n    border-radius: 12px;\n    font-size: 13px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    font-family: 'Cairo', sans-serif;\n    text-align: center;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-rust\"\u003e♻️ قابل لإعادة الاستخدام\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e🚚 توصيل مجاني\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e✅ دفع عند الاستلام\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eفخ الفئران — \u003cspan\u003eمتين وفعّال\u003c\/span\u003e 🐀\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eآلية إطلاق قوية، استخدام آمن، وتنظيف سهل. مثالي للمنزل، المكتب، المرآب أو السطح.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cspan class=\"trust-item\"\u003e💳 الدفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e🛡️ ضمان 10 سنوات\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e⭐ تقييم العملاء 5\/5\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003e🇱🇾 شحن لجميع مدن ليبيا\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- REEL --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"libya-note\"\u003e🇱🇾 نوصّل إلى طرابلس، بنغازي، مصراتة، الزاوية، سبها وجميع المدن الليبية\u003c\/div\u003e\n\u003cdiv class=\"video-wrap\"\u003e\n\u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e6797bc7a2c349328c3d37fe7f4bc46b.mp4\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" controls=\"controls\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"reel-label\"\u003e🎬 المنتج الأصلي\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 12.5px; color: var(--ink-soft); margin-top: 6px;\"\u003e🎥 فيديو المنتج الأصلي\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eمميزات المنتج ✨\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e♻️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eمتين وقابل لإعادة الاستخدام\u003c\/strong\u003e\n\u003cp\u003eحماية طويلة الأمد دون الحاجة إلى استبدالات متكررة — وفّر أموالك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eآلية إطلاق قوية\u003c\/strong\u003e\n\u003cp\u003eسرعة وفاعلية عالية تُقلّل من احتمال هروب الفأر.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🧷\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eآمن وسهل الاستخدام\u003c\/strong\u003e\n\u003cp\u003eتصميم يُقلّل اللمس المباشر للفخ — وضع نظيف وآمن.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌦️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eتصميم متعدد الاستخدامات\u003c\/strong\u003e\n\u003cp\u003eيعمل داخل وخارج المنزل — مثالي للأسطح، المخازن، المطابخ والأماكن الضيقة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eإنساني وفعّال\u003c\/strong\u003e\n\u003cp\u003eيُقلّل من المعاناة مع تحقيق نتائج سريعة ومضمونة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GALLERY --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eصور المنتج 📸\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eمتين وقابل لإعادة الاستخدام\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/WhatsApp_Image_2025-10-23_at_18.44.05_42343d93-1ecc-4e13-9045-1c2d98221a6f.jpg?v=1779217053\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250114154852_598ec32b0bbb8d439cca9429706ebbd9.webp?v=1761746330\" alt=\"آلية إطلاق قوية\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eآلية إطلاق قوية\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250114154855_b2d0c5ca08e6c980d80d51b91e9e3aa1.webp?v=1761746345\" alt=\"آمن وسهل الاستخدام\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eآمن وسهل الاستخدام\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/8021\/8195\/files\/spp_20250114154900_cea3e848540114a0ba1824abc71be4dc.webp?v=1761746364\" alt=\"تصميم متعدد الاستخدامات\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eتصميم متعدد الاستخدامات (داخلي\/خارجي)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\" style=\"margin-bottom: 0;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/ChatGPT_Image_19_mai_2026_20_14_43.png?v=1779218131\" alt=\"\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eفعّال\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eالمواصفات ⚙️\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eالنوع\u003c\/th\u003e\n\u003ctd\u003eفخ فئران قابل لإعادة الاستخدام\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالآلية\u003c\/th\u003e\n\u003ctd\u003eإطلاق قوي وسريع\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالأمان\u003c\/th\u003e\n\u003ctd\u003eوضع نظيف، تلامس أدنى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالاستخدام\u003c\/th\u003e\n\u003ctd\u003eداخلي وخارجي، أماكن صعبة الوصول\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالمادة\u003c\/th\u003e\n\u003ctd\u003eبلاستيك صلب\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eاللون\u003c\/th\u003e\n\u003ctd\u003eأسود\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eالحجم\u003c\/th\u003e\n\u003ctd\u003e14.5 × 7.5 سم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"specs-note\"\u003e⚠️ نصيحة: عند وضع الطُعم، تأكّد أنه لا يتجاوز ارتفاع الدواسة — وإلا تنخفض نسبة الصيد بشكل كبير.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eالأسئلة الشائعة ❓\u003c\/div\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"faq-dot\" style=\"background: linear-gradient(90deg,#1f7ae5,#06b6d4);\"\u003e\u003c\/span\u003e هل يمكن إعادة استخدامه؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eنعم — المادة المتينة والآلية القوية تتيحان إعادة الاستخدام على المدى الطويل، مما يجعله خياراً اقتصادياً ممتازاً.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"faq-dot\" style=\"background: linear-gradient(90deg,#22c55e,#14b8a6);\"\u003e\u003c\/span\u003e هل هو آمن للتعامل معه؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eنعم — التصميم يُقلّل اللمس المباشر للفخ، مما يجعل الوضع نظيفاً وآمناً للجميع.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"faq-dot\" style=\"background: linear-gradient(90deg,#f59e0b,#ef4444);\"\u003e\u003c\/span\u003e أين يمكن استخدامه؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eداخل وخارج المنزل — مثالي للأسطح، المخازن، المطابخ، المرائب والمناطق التي يصعب الوصول إليها.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"faq-dot\" style=\"background: linear-gradient(90deg,#a855f7,#ec4899);\"\u003e\u003c\/span\u003e هل يصل إلى مدينتي في ليبيا؟ \u003cspan class=\"faq-arrow\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-body\"\u003eنعم — نوصّل إلى جميع مدن وأحياء ليبيا: طرابلس، بنغازي، مصراتة، الزاوية، سبها، البيضاء وغيرها. التوصيل مجاني والدفع عند الاستلام.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\u003c!-- TRUST FOOTER --\u003e\n\u003cdiv class=\"trust-footer\"\u003e\n\u003cspan class=\"trust-chip chip-blue\"\u003e✅ دفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"trust-chip chip-green\"\u003e⭐ تقييم 5\/5\u003c\/span\u003e \u003cspan class=\"trust-chip chip-gold\"\u003e🛡️ ضمان 10 سنوات\u003c\/span\u003e \u003cspan class=\"trust-chip chip-blue\"\u003e🚚 توصيل مجاني\u003c\/span\u003e \u003cspan class=\"trust-chip chip-green\"\u003e💬 دعم سريع\u003c\/span\u003e \u003cspan class=\"trust-chip chip-gold\"\u003e🇱🇾 شحن لجميع ليبيا\u003c\/span\u003e\n\u003c\/div\u003e","brand":"libyaonlinemarket","offers":[{"title":"Default Title","offer_id":48534249898239,"sku":"INSO001","price":199.0,"currency_code":"LYD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/8976\/4351\/files\/spp_20250114154848_070cbb7324bb66564d9b05470fc8d46e.webp?v=1779216322"}],"url":"https:\/\/libyaonlinemarket.com\/collections\/frontpage.oembed","provider":"libyaonlinemarket","version":"1.0","type":"link"}