{"product_id":"v2l-ev-discharger-for-model-y-performance","title":"Vehicle to load EV Discharge Adapter for Model Y Performance \u0026 Compatible EVs","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 Compatibility Must Read Before Purchase\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\"\u003eThis device requires use with Tesla vehicles that support the \u003cstrong\u003eCCS\u003c\/strong\u003e charging protocol.\u003c\/p\u003e\n\u003cp class=\"text-base text-gray-800 leading-relaxed text-center\"\u003e\u003cspan class=\"font-bold\"\u003eImportant Note:\u003c\/span\u003e Many older or early-production Teslas may require a hardware retrofit or software update for\u003cstrong\u003e CCS\u003c\/strong\u003e support. Please carefully\u003cstrong\u003e \u003cspan class=\"text-red-600 font-extrabold\" style=\"color: rgb(255, 42, 0);\"\u003eCHECK YOUR VEHICLE'S COMPATIBILITY\u003c\/span\u003e\u003c\/strong\u003e before purchasing to ensure proper function.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eModel Y Performance (2025.10+)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eCybertruck\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\"\u003eV2L EV Discharge Adapter for Tesla Model Y Performance\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\u003eKey Features and Benefits\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\"\u003eV2L\/V2H\u003c\/span\u003e Ultimate Energy Station\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\"\u003eConverts the high-capacity battery power from the Tesla EV through the charging port into high-quality household AC power, enabling powerful Vehicle-to-Load (V2L) capabilities. Provides continuous power for outdoor camping or home emergencies.\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\"\u003eSmart Temperature\u003c\/span\u003e Control System\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\"\u003eThe V2L discharge device is equipped with a dual-turbine cooling system and dedicated air ducts, ensuring high-efficiency heat dissipation and stable operation within a wide temperature range of \u003cspan class=\"font-semibold\"\u003e-10°C to 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=\"Smart Temperature Control System\" 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=\"Multifunctional LED Display\" 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\"\u003eMultifunctional\u003c\/span\u003e LED Display\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\"\u003eOur V2L discharge device features a high-quality LED digital display screen that provides real-time voltage, current, and power readings, giving you complete control over the discharge status. Ideal for camping, road trips, emergency backup, and outdoor activities.\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\u003eProduct Specifications\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=\"Vehicle to load EV Discharger for Model Y\/3\/X\/S - Tesery Official Store\"\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 Standard 3.5KW\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\"\u003eCompatible Model\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eModel Y Performance(model with CCS2 installed)\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\"\u003eMaterial\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAluminum alloy+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\"\u003eBarrel (Plug Type)\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eNACS (Tesla)\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\"\u003eInput voltage\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eDC 300-500V\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\"\u003eOutput voltage\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAC 110-120V (60HZ)\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\"\u003eOutput interface\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eUS sockets*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\"\u003eSingle socket current\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e15A MAX\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\"\u003eTotal output current\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e30A MAX\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\"\u003eTotal output power\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e3.5KW MAX\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\"\u003eBare machine size\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e296*125*125mm\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\"\u003eBarrel length\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\"\u003eWeight of the product\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4kg\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\"\u003eBuilt-in battery capacity\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e12V 2.55AH\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\"\u003ePackaging dimensions\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e410*210*250mm\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\"\u003ePackaging weight\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5kg\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\"\u003eStop discharging power level\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eSOC at 20% and has come to a stop\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\"\u003eScreen display\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eOutput voltage\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\"\u003eWorking temperature\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C to 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=\"Vehicle to load EV Discharger for Model Y\/3\/X\/S - Tesery Official Store\"\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\u003eCCS2 Standard 5KW\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\"\u003eCompatible Model\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eModel Y Performance (model with CCS2 installed)\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\"\u003eMaterial\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAluminum alloy+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\"\u003eBarrel (Plug Type)\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\"\u003eInput voltage\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eDC 320-520V\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\"\u003eOutput voltage\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAC 220-240V (50HZ)\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\"\u003eOutput interface\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eEU sockets*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\"\u003eSingle socket current\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e16A MAX\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\"\u003eTotal output current\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e23A MAX\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\"\u003eTotal output power\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5KW MAX\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\"\u003eBare machine size\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e296*125*125mm\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\"\u003eBarrel length\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\"\u003eWeight of the product\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4kg\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\"\u003eBuilt-in battery capacity\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e12V 2.55AH\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\"\u003ePackaging dimensions\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e410*210*250mm\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\"\u003ePackaging weight\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5kg\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\"\u003eStop discharging power level\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eSOC at 20% and has come to a stop\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\"\u003eScreen display\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eOutput voltage\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\"\u003eWorking temperature\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C to 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\u003eFrequently Asked Questions (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\u003eCan my older Tesla model use this device?\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\"\u003eYou must confirm if your vehicle has been activated or retrofitted to support the CCS charging protocol before purchase. If your vehicle is an early model, an ECU upgrade kit for CCS might be required for proper function. Please verify, otherwise the device will not work. This visual comparison might help you identify your port type.\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\u003eWhat is the difference between V2L and 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\"\u003eV2L (Vehicle-to-Load) typically refers to powering external devices such as camping appliances or power tools. V2H (Vehicle-to-Home) specifically refers to using the device to feed electricity back into your home grid for use as backup power. This device supports both functions. Here's a diagram showing how the EV powers external loads.\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\u003eWhat is the maximum output power of the device?\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\"\u003eDepending on your chosen configuration, the output power is either 3.5KW (US) or 5KW (EU). Please select the appropriate model based on your usage needs and regional standards.\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 Standard \/ EU Standard (7.5kw)","offer_id":47835256455400,"sku":"TDC008-EU","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"CCS2 Standard \/ UK Standard (5kw)","offer_id":47940170842344,"sku":"TDC008-UK","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"CCS2 Standard \/ US Standard (5kw)","offer_id":47940170875112,"sku":"TDC008-US","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"CCS2 Standard \/ Universal Standard (5kw)","offer_id":47940170907880,"sku":"TDC008-UN","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"NACS Standard \/ EU Standard","offer_id":47835256422632,"sku":"TDC007-EU","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"NACS Standard \/ UK Standard","offer_id":47940170744040,"sku":"TDC007-UK","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"NACS Standard \/ US Standard","offer_id":47940170776808,"sku":"TDC007-US","price":1387.0,"currency_code":"AUD","in_stock":true},{"title":"NACS Standard \/ Universal Standard","offer_id":47940170809576,"sku":"TDC007-UN","price":1387.0,"currency_code":"AUD","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\/en-au\/products\/v2l-ev-discharger-for-model-y-performance","provider":"Tesery Official Store","version":"1.0","type":"link"}