{"product_id":"v2l-ev-discharger-for-model-y-performance","title":"محول تفريغ شحن من السيارة إلى السيارة الكهربائية لطراز Y Performance والمركبات الكهربائية المتوافقة","description":"\u003c!-- Load Tailwind CSS CDN for utility classes --\u003e\n\u003ch3 class=\"text-3xl font-extrabold mb-2 text-red-600 text-center\"\u003e\u003cstrong\u003e\u003cspan class=\"mr-2\"\u003e🚨\u003c\/span\u003e يجب قراءة توافق CCS قبل الشراء\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"w-1\/4 h-1 bg-red-400 mb-4 rounded mx-auto\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"text-lg text-gray-800 leading-relaxed text-center mb-4\"\u003eيتطلب هذا الجهاز استخدام سيارات تسلا التي تدعم بروتوكول الشحن \u003cstrong\u003eCCS\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"text-base text-gray-800 leading-relaxed text-center\"\u003e\u003cspan class=\"font-bold\"\u003eملاحظة مهمة:\u003c\/span\u003e قد تتطلب العديد من سيارات تسلا القديمة أو الإنتاج المبكر تحديثًا للأجهزة أو تحديثًا للبرمجيات لدعم \u003cstrong\u003eCCS\u003c\/strong\u003e. يرجى \u003cstrong\u003e\u003cspan class=\"text-red-600 font-extrabold\" style=\"color: rgb(255, 42, 0);\"\u003eالتحقق من توافق سيارتك\u003c\/span\u003e\u003c\/strong\u003e بعناية قبل الشراء لضمان الأداء الصحيح.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eموديل Y الأداء (2025.10+)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eسايبرترك\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Load Inter Font --\u003e\n\u003cstyle\u003e\n    \/* --- CORE CSS STYLES --- *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@100..900\u0026display=swap');\n\n    \/* 1. Global Container and Styling Encapsulation *\/\n    .product-detail-page {\n        max-width: 100%; \/* Allow width to extend to borders *\/\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Inter', sans-serif;\n        color: #1f2937; \/* Default dark text *\/\n        background-color: #ffffff;\n        overflow-x: hidden; \/* Prevent horizontal scrolling *\/\n    }\n\n    \/* 2. Accent Color Definition *\/\n    .accent-blue { color: #007BFF; }\n    .bg-accent-blue { background-color: #007BFF; }\n    .border-accent-blue { border-color: #007BFF; }\n\n    \/* 3. Section Title Style *\/\n    .product-detail-page h2 {\n        font-size: 2.25rem; \/* text-3xl *\/\n        font-weight: 800;\n        text-align: center;\n        margin-top: 2.5rem;\n        margin-bottom: 1.5rem;\n        color: #007BFF; \/* H2 titles must use accent color *\/\n    }\n\n    \/* 4. Image and Video Placeholder Base Style *\/\n    .placeholder-visual {\n        width: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background-color: #f3ffec; \/* Very light subtle background for visuals *\/\n        color: #9ca3af;\n        font-weight: 500;\n        text-align: center;\n        border-radius: 0.75rem; \/* Rounded corners *\/\n        overflow: hidden;\n        margin-bottom: 1.5rem;\n        min-height: 200px;\n    }\n    \n    \/* Placeholder content text for empty divs *\/\n    .placeholder-visual:empty::after {\n        content: 'Image\/Video Placeholder (16:9)'; \/* 默认提示为 16:9，但实际比例由 HTML 类控制 *\/\n    }\n\n    \/* 5. Feature\/List Modules (Alternating Layout Core) *\/\n    .feature-block {\n        display: flex;\n        align-items: center;\n        gap: 2.5rem; \/* Increased gap for visual space *\/\n        margin: 4rem 0;\n        padding: 2rem 0;\n        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;\n        border-radius: 1rem;\n    }\n\n    .feature-block:hover {\n        \/* subtle hover effect removed to keep focus on points hover *\/\n        \/* transform: translateY(-4px); *\/\n        \/* box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15); *\/\n    }\n\n    \/* 60%\/40% Width Distribution *\/\n    .media-col {\n        flex: 0 0 60%; \/* 60% width, non-shrinkable *\/\n        max-width: 60%;\n        aspect-ratio: 1 \/ 1; \/* Aspect ratio for feature images - 1:1 Square *\/\n        border-radius: 1rem;\n        overflow: hidden;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); \/* Softer shadow *\/\n    }\n    .media-col img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n    \n    \/* Placeholder content text for media-col *\/\n    .media-col:empty::after {\n        content: 'Feature Image Placeholder (1:1)';\n        padding: 1rem;\n    }\n\n    .text-col {\n        flex: 0 0 40%; \/* 40% width, non-shrinkable *\/\n        max-width: 40%;\n        display: flex;\n        flex-direction: column;\n        justify-content: center; \/* Text content centering *\/\n        padding: 1rem;\n        height: 100%;\n    }\n\n    \/* Handling 0 margin to edge for media columns *\/\n    .left-image .media-col { margin-left: 0; }\n    .right-image .media-col { margin-right: 0; order: 2; }\n    .right-image .text-col { order: 1; }\n\n    \/* Feature Text Style: Blue separator line *\/\n    .feature-separator {\n        width: 50px;\n        height: 3px; \/* Slightly thicker separator *\/\n        margin: 0.75rem 0;\n        transition: width 0.3s ease;\n        border-radius: 9999px;\n    }\n\n    \/* Feature Sub-paragraph Hover Effect *\/\n    .feature-point {\n        padding: 1rem;\n        border-radius: 0.75rem; \/* Larger border-radius *\/\n        transition: all 0.3s ease;\n        cursor: pointer;\n        margin-bottom: 1.5rem; \/* Increased margin *\/\n        border: 1px solid transparent;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);\n    }\n\n    .feature-point:hover {\n        background-color: #f0f8ff;\n        border: 1px solid #007BFF;\n        transform: scale(1.03); \/* More pronounced scaling *\/\n        box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);\n    }\n\n    .feature-point:hover .feature-separator {\n        width: 80px;\n    }\n\n    \/* FAQ Style: Adjusted font size and padding for a tighter look *\/\n    .faq-item {\n        border-bottom: 1px solid #e5e7eb;\n        transition: all 0.3s ease;\n    }\n    .faq-item:last-child {\n        border-bottom: none;\n    }\n    .faq-question {\n        font-size: 1.125rem; \/* text-lg *\/\n        font-weight: 600;\n        padding: 1rem 1.5rem; \n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    \n    \/* Center the question text within its span, which expands to fill available space *\/\n    .faq-question \u003e span:first-child {\n        flex-grow: 1; \n        text-align: left; \/* Keep text left-aligned inside the column *\/\n        \/* padding-left: 1rem; *\/ \/* Removed redundant padding *\/\n    }\n    \n    \/* Ensure the container is max-width to use the full width of the parent container *\/\n    .faq-container {\n        max-width: 100%;\n    }\n\n    .faq-question:hover {\n        color: #007BFF;\n    }\n    .faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease-in-out, padding 0.4s ease;\n        padding-bottom: 0;\n        color: #4b5563;\n        padding-left: 3rem; \/* Add padding for readability *\/\n        padding-right: 3rem;\n        line-height: 1.6;\n    }\n    .faq-answer.open {\n        max-height: 500px; \/* Sufficient height for content *\/\n        padding-bottom: 1.5rem; \/* Slightly reduced padding *\/\n    }\n    .faq-icon {\n        transition: transform 0.3s ease;\n        font-size: 1.75rem; \/* Larger icon size *\/\n        margin-left: 1rem;\n        margin-right: 0rem;\n        line-height: 1;\n        width: 20px; \/* fixed width for stable layout *\/\n        text-align: center;\n        color: #9ca3af;\n    }\n    .faq-question[aria-expanded=\"true\"] .faq-icon {\n        transform: rotate(45deg);\n        color: #007BFF;\n    }\n    \n    \/* ================================================= *\/\n    \/* === SPECIFICATION LAYOUT FIX (CRITICAL CHANGES) === *\/\n    \/* ================================================= *\/\n\n    \/* 针对规格表格上方的图片，强制 1:1 正方形比例 *\/\n    .spec-column .placeholder-visual {\n        aspect-ratio: 1 \/ 1 !important; \/* 使用 !important 确保覆盖其他样式 *\/\n        min-height: 0; \/* Override the min-height added earlier *\/\n    }\n\n    \/* Parent container for the two specification columns *\/\n    .spec-row-forced {\n        display: flex;\n        flex-wrap: nowrap; \/* Prevents wrapping on desktop by default *\/\n        gap: 1.5rem; \/* Equivalent to gap-6 *\/\n        justify-content: center;\n        align-items: flex-start;\n    }\n\n    \/* Individual column structure (forced 50% width on desktop) *\/\n    .spec-column {\n        \/* This calculation forces the width to 50% of the parent (1180px) minus the gap spacing *\/\n        width: calc(50% - 0.75rem); \n        \/* Flex properties for robustness *\/\n        flex: 0 0 auto;\n        min-width: 300px; \/* Ensures columns don't get too narrow on smaller tablets *\/\n    }\n    \/* Specification Table Styling *\/\n    .spec-column table {\n        border-collapse: collapse;\n    }\n    .spec-column th, .spec-column td {\n        padding: 0.8rem 1rem; \/* Consistent padding *\/\n    }\n    .spec-column .bg-gray-50 {\n        background-color: #f9fafb; \/* Lighter background for headers *\/\n        font-weight: 600;\n        color: #374151;\n    }\n\n\n    \/* 6. Responsive Layout: Screen width \u003c 768px *\/\n    @media (max-width: 767px) {\n        .product-detail-page {\n            padding: 0 0.5rem; \/* Mobile side padding *\/\n        }\n\n        \/* Force alternating feature blocks to stack vertically (Image on top, Text on bottom) *\/\n        .feature-block {\n            flex-direction: column;\n            gap: 1rem;\n            margin: 2rem 0;\n            padding: 1rem 0;\n        }\n\n        .media-col, .text-col {\n            flex: 0 0 100%;\n            max-width: 100%;\n            margin: 0 !important; \/* Remove horizontal image-0 margins *\/\n            order: initial !important; \/* Reset order, ensure image is on top *\/\n        }\n        \n        \/* Ensure image is on top, text is on bottom *\/\n        .feature-block .media-col { order: 1; }\n        .feature-block .text-col { order: 2; padding: 0.5rem 0.5rem; }\n        \n        .text-col .feature-point {\n            padding: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .product-detail-page h2 {\n            font-size: 1.75rem; \/* Smaller H2 on mobile *\/\n            margin-top: 2rem;\n            margin-bottom: 1rem;\n        }\n        \n        \/* FAQ Mobile Adjustments *\/\n        .faq-question {\n            padding: 0.75rem 0.5rem;\n        }\n        .faq-answer {\n            padding-left: 1.5rem;\n            padding-right: 1.5rem;\n        }\n        .faq-question \u003e span:first-child {\n            text-align: left;\n            padding-left: 0.5rem;\n        }\n        \n        \/* Override for Spec Section on Mobile: Force stacking and 100% width *\/\n        .spec-row-forced {\n            flex-direction: column;\n            flex-wrap: wrap;\n            gap: 0; \/* Remove gap when stacking *\/\n        }\n        .spec-column {\n            width: 100%;\n            min-width: 100%;\n            margin-bottom: 1.5rem; \/* Add spacing between stacked columns *\/\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-page\" id=\"product-detail-page\"\u003e\n\u003c!-- Top Header (Title updated) --\u003e\u003cheader class=\"text-center py-8 px-4\"\u003e\n\u003ch1 class=\"text-5xl font-extrabold mb-4 leading-tight text-gray-800\"\u003eمحول تفريغ V2L لسيارة تسلا موديل Y الأداء\u003c\/h1\u003e\n\u003cp class=\"text-xl text-gray-600 mb-6\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Vehicle_to_load_EV_Discharger_for_Model_Y3XS_4645447f-1f87-40cf-8cc4-6ea4b474ca1b.png?v=1764065473\"\u003e\u003c\/p\u003e\n\u003cp class=\"text-xl text-gray-600 mb-6\"\u003e \u003c\/p\u003e\n\u003c!-- Placeholder for Main Image\/Diagram --\u003e\u003c\/header\u003e\u003c!-- ======================= Key Features Section: Alternating Layout ======================= --\u003e\n\u003csection class=\"mt-16 px-4 md:px-8 lg:px-12\"\u003e\n\u003ch2\u003eالميزات والفوائد الرئيسية\u003c\/h2\u003e\n\u003cdiv class=\"media-col placeholder-visual\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Vehicle_to_load_EV_Discharger_for_Model_Y3XS_5.webp?v=1764041906\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-col\"\u003e\n\u003cdiv class=\"feature-point\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-1\"\u003e\n\u003cspan class=\"accent-blue\"\u003eمحطة الطاقة النهائية V2L\/V2H\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"feature-separator bg-accent-blue\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"text-base text-gray-700\"\u003eيحول طاقة البطارية عالية السعة من سيارة تسلا الكهربائية عبر منفذ الشحن إلى طاقة تيار متردد منزلية عالية الجودة، مما يتيح قدرات قوية للـ Vehicle-to-Load (V2L). يوفر طاقة مستمرة للتخييم الخارجي أو حالات الطوارئ المنزلية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Block 1: Left-Image \/ Right-Text: V2L\/V2H Ultimate Energy Station --\u003e\u003c!-- Block 2: Right-Image \/ Left-Text: Smart Temperature Control System --\u003e\n\u003cdiv class=\"feature-block right-image max-w-6xl mx-auto\"\u003e\n\u003cdiv class=\"text-col\"\u003e\n\u003cdiv class=\"feature-point\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-1\"\u003e\n\u003cspan class=\"accent-blue\"\u003eنظام ذكي\u003c\/span\u003e للتحكم في درجة الحرارة\u003c\/h3\u003e\n\u003cdiv class=\"feature-separator bg-accent-blue\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"text-base text-gray-700\"\u003eجهاز التفريغ V2L مزود بنظام تبريد مزدوج التوربينات ومجاري هواء مخصصة، مما يضمن تبديد حرارة عالي الكفاءة وتشغيل مستقر ضمن نطاق درجة حرارة واسع من \u003cspan class=\"font-semibold\"\u003e-10°C إلى 40°C\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-col placeholder-visual\"\u003e\u003cimg alt=\"نظام ذكي للتحكم في درجة الحرارة\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Vehicle_to_load_EV_Discharger_for_Model_Y3XS_3.webp?v=1764041962\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Block 3: Left-Image \/ Right-Text: Multifunctional LED Display --\u003e\n\u003cdiv class=\"feature-block left-image max-w-6xl mx-auto\"\u003e\n\u003cdiv class=\"media-col placeholder-visual\"\u003e\u003cimg alt=\"شاشة LED متعددة الوظائف\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Vehicle_to_load_EV_Discharger_for_Model_Y3XS_1.webp?v=1764042013\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-col\"\u003e\n\u003cdiv class=\"feature-point\"\u003e\n\u003ch3 class=\"text-2xl font-bold mb-1\"\u003e\n\u003cspan class=\"accent-blue\"\u003eشاشة LED متعددة الوظائف\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"feature-separator bg-accent-blue\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"text-base text-gray-700\"\u003eجهاز التفريغ V2L الخاص بنا مزود بشاشة عرض رقمية LED عالية الجودة تعرض الجهد والتيار والطاقة في الوقت الفعلي، مما يمنحك تحكمًا كاملاً في حالة التفريغ. مثالي للتخييم، الرحلات البرية، الطوارئ، والأنشطة الخارجية.\u003cspan class=\"mr-2\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Block 4: CCS Compatibility Warning - Full Width Text --\u003e\u003c\/section\u003e\n\u003c!-- ======================= Product Specifications Section ======================= --\u003e\n\u003csection class=\"mt-16 px-4 md:px-8 lg:px-12\"\u003e\n\u003ch2\u003eمواصفات المنتج\u003c\/h2\u003e\n\u003c!-- NEW CONTAINER: Max width 1180px and centered horizontally (mx-auto) --\u003e\n\u003cdiv class=\"max-w-[1180px] mx-auto\"\u003e\n\u003c!-- CRITICAL FIX: Use the custom class 'spec-row-forced' --\u003e\n\u003cdiv class=\"spec-row-forced\"\u003e\n\u003c!-- Table 1: American Standard 3.5KW. Use the custom class 'spec-column' --\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003c!-- 图片占位符：1:1 比例，已通过 CSS 强制实现正方形 --\u003e\n\u003cdiv class=\"placeholder-visual w-full mb-6 bg-gray-100 border border-blue-500\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/vehicle-to-load-ev-discharger-for-model-y3xs-2676948.webp?v=1764144371\" alt=\"جهاز تفريغ المركبة إلى الحمل EV لطراز Y\/3\/X\/S - متجر Tesery الرسمي\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shadow-lg rounded-xl overflow-hidden border border-gray-200\"\u003e\n\u003ctable class=\"w-full text-sm text-left text-gray-600 divide-y divide-gray-200\"\u003e\n\u003ccaption class=\"p-4 text-lg font-semibold text-white bg-accent-blue text-center rounded-t-xl\"\u003e\u003cstrong\u003eNACS قياسي 3.5 كيلوواط\u003c\/strong\u003e\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eالطراز المتوافق\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eموديل Y الأداء (موديل مزود بـ CCS2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eالمادة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eسبائك الألمنيوم + ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eنوع البرميل (نوع القابس)\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eNACS (تسلا)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eجهد الإدخال\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eتيار مستمر 300-500 فولت\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eجهد الخرج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eتيار متردد 110-120 فولت (60 هرتز)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eواجهة الخرج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eمقابس الولايات المتحدة*2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eتيار المقبس الواحد\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e15 أمبير كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eإجمالي التيار الخارج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e30 أمبير كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eإجمالي القدرة الخارجة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e3.5 كيلوواط كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eحجم الجهاز بدون تغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e296*125*125 مم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eطول البرميل\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e2M\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eوزن المنتج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4 كجم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eسعة البطارية المدمجة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e12 فولت 2.55 أمبير ساعة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eأبعاد التغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e410*210*250 مم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eوزن التغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5 كجم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eمستوى إيقاف تفريغ الطاقة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eنسبة الشحن عند 20% وتوقفت المركبة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eعرض الشاشة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eجهد الخرج\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50 rounded-b-xl\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eدرجة حرارة التشغيل\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C إلى 40°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Table 2: European Standard 5KW. Use the custom class 'spec-column' --\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003c!-- 图片占位符：1:1 比例，已通过 CSS 强制实现正方形 --\u003e\n\u003cdiv class=\"placeholder-visual w-full mb-6 bg-gray-100 border border-blue-500\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/vehicle-to-load-ev-discharger-for-model-y3xs-6468556.webp?v=1764144371\" alt=\"جهاز تفريغ المركبة إلى الحمل EV لطراز Y\/3\/X\/S - متجر Tesery الرسمي\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shadow-lg rounded-xl overflow-hidden border border-gray-200\"\u003e\n\u003ctable class=\"w-full text-sm text-left text-gray-600 divide-y divide-gray-200\"\u003e\n\u003ccaption class=\"p-4 text-lg font-semibold text-white bg-accent-blue text-center rounded-t-xl\"\u003e\u003cstrong\u003eمعيار CCS2 بقدرة 5 كيلوواط\u003c\/strong\u003e\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eالطراز المتوافق\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eموديل Y الأداء (موديل مزود بـ CCS2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eالمادة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eسبائك الألمنيوم + ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eنوع البرميل (نوع القابس)\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eCCS2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eجهد الإدخال\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eتيار مستمر 320-520 فولت\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eجهد الخرج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eتيار متردد 220-240 فولت (50 هرتز)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eواجهة الخرج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eمقابس الاتحاد الأوروبي*2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eتيار المقبس الواحد\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e16 أمبير كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eإجمالي التيار الخارج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e23 أمبير كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eإجمالي القدرة الخارجة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5 كيلوواط كحد أقصى\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eحجم الجهاز بدون تغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e296*125*125 مم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eطول البرميل\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e2M\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eوزن المنتج\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4 كجم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eسعة البطارية المدمجة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e12 فولت 2.55 أمبير ساعة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eأبعاد التغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e410*210*250 مم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eوزن التغليف\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5 كجم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eمستوى إيقاف تفريغ الطاقة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eنسبة الشحن عند 20% وتوقفت المركبة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hover:bg-gray-50\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eعرض الشاشة\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eجهد الخرج\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"bg-white hover:bg-gray-50 rounded-b-xl\"\u003e\n\u003cth class=\"py-3 px-4 font-medium text-gray-900 w-1\/2 bg-gray-50\" scope=\"row\"\u003eدرجة حرارة التشغيل\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C إلى 40°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================= Frequently Asked Questions (FAQ) - Collapsible Structure ======================= --\u003e\n\u003csection class=\"mt-16 mb-12 px-4 md:px-8 lg:px-12\"\u003e\n\u003ch2\u003eالأسئلة المتكررة (FAQ)\u003c\/h2\u003e\n\u003cdiv class=\"max-w-4xl mx-auto border border-gray-200 rounded-xl divide-y divide-gray-200 shadow-xl faq-container\"\u003e\n\u003c!-- Q1 --\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 aria-controls=\"faq-a1\" aria-expanded=\"false\" class=\"faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan\u003eهل يمكن لطراز تسلا القديم الخاص بي استخدام هذا الجهاز؟\u003c\/span\u003e \u003cspan class=\"faq-icon font-light leading-none\"\u003e+\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp id=\"faq-a1\" class=\"faq-answer\"\u003eيجب عليك التأكد مما إذا كانت مركبتك مفعلة أو معدلة لدعم بروتوكول شحن CCS قبل الشراء. إذا كانت مركبتك من الطرازات القديمة، قد يكون من الضروري وجود مجموعة ترقية وحدة التحكم الإلكترونية (ECU) لـ CCS لضمان الوظيفة الصحيحة. يرجى التحقق، وإلا فلن يعمل الجهاز. قد يساعدك هذا المقارنة البصرية في التعرف على نوع منفذ الشحن لديك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Q2 --\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 aria-controls=\"faq-a2\" aria-expanded=\"false\" class=\"faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan\u003eما الفرق بين V2L و V2H؟\u003c\/span\u003e \u003cspan class=\"faq-icon font-light leading-none\"\u003e+\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp id=\"faq-a2\" class=\"faq-answer\"\u003eيشير V2L (من المركبة إلى الحمل) عادةً إلى تشغيل أجهزة خارجية مثل أجهزة التخييم أو أدوات الطاقة. أما V2H (من المركبة إلى المنزل) فيشير تحديدًا إلى استخدام الجهاز لتغذية الكهرباء مرة أخرى إلى شبكة منزلك لاستخدامها كطاقة احتياطية. يدعم هذا الجهاز كلا الوظيفتين. إليك رسمًا بيانيًا يوضح كيف تزود المركبة الكهربائية الأحمال الخارجية بالطاقة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Q3 --\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 aria-controls=\"faq-a3\" aria-expanded=\"false\" class=\"faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan\u003eما هي أقصى قدرة خرج للجهاز؟\u003c\/span\u003e \u003cspan class=\"faq-icon font-light leading-none\"\u003e+\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp id=\"faq-a3\" class=\"faq-answer\"\u003eاعتمادًا على التكوين الذي تختاره، تكون القدرة الخارجة إما 3.5 كيلوواط (الولايات المتحدة) أو 5 كيلوواط (الاتحاد الأوروبي). يرجى اختيار الطراز المناسب بناءً على احتياجات الاستخدام والمعايير الإقليمية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================= JavaScript for FAQ Accordion Functionality ======================= --\u003e \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', () =\u003e {\n        \/\/ Get all FAQ question headers\n        const faqQuestions = document.querySelectorAll('.faq-question');\n\n        faqQuestions.forEach(question =\u003e {\n            \/\/ Add click listener to each question\n            question.addEventListener('click', () =\u003e {\n                \/\/ Determine if the answer is currently expanded\n                const isExpanded = question.getAttribute('aria-expanded') === 'true';\n                const answerId = question.getAttribute('aria-controls');\n                const answer = document.getElementById(answerId);\n\n                \/\/ Close all other open answers\n                faqQuestions.forEach(q =\u003e {\n                    if (q !== question \u0026\u0026 q.getAttribute('aria-expanded') === 'true') {\n                        q.setAttribute('aria-expanded', 'false');\n                        const otherAnswerId = q.getAttribute('aria-controls');\n                        const otherAnswer = document.getElementById(otherAnswerId);\n                        otherAnswer.classList.remove('open');\n                    }\n                });\n\n                \/\/ Toggle the clicked answer's state\n                if (!isExpanded) {\n                    \/\/ Open the answer\n                    question.setAttribute('aria-expanded', 'true');\n                    answer.classList.add('open');\n                } else {\n                    \/\/ Close the answer\n                    question.setAttribute('aria-expanded', 'false');\n                    answer.classList.remove('open');\n                }\n            });\n\n            \/\/ Add keyboard accessibility (Enter\/Space to trigger click)\n            question.addEventListener('keydown', (e) =\u003e {\n                if (e.key === 'Enter' || e.key === ' ') {\n                    e.preventDefault();\n                    question.click();\n                }\n            });\n        });\n    });\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"المعيار CCS2 \/ المعيار الأوروبي (7.5 كيلوواط)","offer_id":47835256455400,"sku":"TDC008-EU","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار CCS2 \/ المعيار البريطاني (5 كيلوواط)","offer_id":47940170842344,"sku":"TDC008-UK","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار CCS2 \/ المعيار الأمريكي (5 كيلوواط)","offer_id":47940170875112,"sku":"TDC008-US","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار CCS2 \/ المعيار العالمي (5 كيلوواط)","offer_id":47940170907880,"sku":"TDC008-UN","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار NACS \/ المعيار الأوروبي","offer_id":47835256422632,"sku":"TDC007-EU","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار NACS \/ المعيار البريطاني","offer_id":47940170744040,"sku":"TDC007-UK","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار NACS \/ المعيار الأمريكي","offer_id":47940170776808,"sku":"TDC007-US","price":850.95,"currency_code":"EUR","in_stock":true},{"title":"المعيار NACS \/ المعيار العالمي","offer_id":47940170809576,"sku":"TDC007-UN","price":850.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/vehicle-to-load-ev-discharger-for-model-y3xs-7885657.jpg?v=1764144370","url":"https:\/\/www.tesery.com\/ar-sa\/products\/v2l-ev-discharger-for-model-y-performance","provider":"Tesery Official Store","version":"1.0","type":"link"}