{"product_id":"v2l-ev-discharger-for-model-y-performance","title":"Køretøj til belastning EV Afladningsadapter til Model Y Performance \u0026 Kompatible EV'er","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-kompatibilitet skal læses før køb\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\"\u003eDenne enhed kræver brug med Tesla-køretøjer, der understøtter \u003cstrong\u003eCCS\u003c\/strong\u003e ladeprotokollen.\u003c\/p\u003e\n\u003cp class=\"text-base text-gray-800 leading-relaxed text-center\"\u003e\u003cspan class=\"font-bold\"\u003eVigtig bemærkning:\u003c\/span\u003e Mange ældre eller tidlige Tesla-modeller kan kræve en hardwareopgradering eller softwareopdatering for\u003cstrong\u003e CCS\u003c\/strong\u003e understøttelse. Venligst \u003cstrong\u003e\u003cspan class=\"text-red-600 font-extrabold\" style=\"color: rgb(255, 42, 0);\"\u003eTJEK DIT KØRETØJS KOMPATIBILITET\u003c\/span\u003e\u003c\/strong\u003e grundigt før køb for at sikre korrekt funktion.\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-afladningsadapter til 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\u003eNøglefunktioner og fordele\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 Ultimativ energistation\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\"\u003eKonverterer den højkapacitets batteristrøm fra Tesla EV gennem ladestikket til højkvalitets vekselstrøm til husholdningsbrug, hvilket muliggør kraftfulde Vehicle-to-Load (V2L) funktioner. Giver kontinuerlig strøm til udendørs camping eller hjemme-nødsituationer.\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 temperatur\u003c\/span\u003e styringssystem\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\"\u003eV2L-afladningsenheden er udstyret med et dobbelt-turbine kølesystem og dedikerede luftkanaler, som sikrer effektiv varmeafledning og stabil drift inden for et bredt temperaturområde på \u003cspan class=\"font-semibold\"\u003e-10°C til 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 temperaturstyringssystem\" 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=\"Multifunktionel LED-skærm\" 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\"\u003eMultifunktionel\u003c\/span\u003e LED-skærm\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\"\u003eVores V2L-afladningsenhed har en højkvalitets LED digital skærm, der viser spænding, strøm og effekt i realtid, så du har fuld kontrol over afladningsstatus. Ideel til camping, roadtrips, nødforsyning og udendørsaktiviteter.\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\u003eProduktspecifikationer\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 til 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\"\u003eKompatibel model\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eModel Y Performance(model med CCS2 installeret)\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\"\u003eMateriale\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAluminium legering+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\"\u003eTønde (stiktype)\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\"\u003eIndgangsspænding\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\"\u003eUdgangsspænding\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\"\u003eUdgangsinterface\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eUS-stik*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\"\u003eStrøm for enkelt stikkontakt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e15A MAKS\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 udgangsstrøm\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e30A MAKS\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 udgangseffekt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e3,5KW MAKS\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\"\u003eMaskinens størrelse uden emballage\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\"\u003eTønde længde\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\"\u003eProduktvægt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4 kg\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\"\u003eIndbygget batterikapacitet\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\"\u003eEmballagemål\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\"\u003eEmballagevægt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5 kg\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 udladningsniveau\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eSOC ved 20% og er stoppet\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\"\u003eSkærmvisning\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eUdgangsspænding\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\"\u003eArbejdstemperatur\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C til 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 til 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\"\u003eKompatibel model\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eModel Y Performance (model med CCS2 installeret)\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\"\u003eMateriale\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eAluminium legering+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\"\u003eTønde (stiktype)\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\"\u003eIndgangsspænding\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\"\u003eUdgangsspænding\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\"\u003eUdgangsinterface\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eEU-stik*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\"\u003eStrøm for enkelt stikkontakt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e16A MAKS\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 udgangsstrøm\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e23A MAKS\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 udgangseffekt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5KW MAKS\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\"\u003eMaskinens størrelse uden emballage\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\"\u003eTønde længde\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\"\u003eProduktvægt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e4 kg\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\"\u003eIndbygget batterikapacitet\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\"\u003eEmballagemål\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\"\u003eEmballagevægt\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e5 kg\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 udladningsniveau\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eSOC ved 20% og er stoppet\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\"\u003eSkærmvisning\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003eUdgangsspænding\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\"\u003eArbejdstemperatur\u003c\/th\u003e\n\u003ctd class=\"py-3 px-4 w-1\/2\"\u003e-10°C til 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\u003eOfte stillede spørgsmål (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\u003eKan min ældre Tesla-model bruge denne enhed?\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\"\u003eDu skal bekræfte, om dit køretøj er aktiveret eller eftermonteret til at understøtte CCS-opladningsprotokollen, før du køber. Hvis dit køretøj er en tidlig model, kan et ECU-opgraderingssæt til CCS være nødvendigt for korrekt funktion. Venligst verificer, ellers vil enheden ikke fungere. Denne visuelle sammenligning kan hjælpe dig med at identificere din porttype.\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\u003eHvad er forskellen på V2L og 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) refererer typisk til at forsyne eksterne enheder som campingudstyr eller elværktøj med strøm. V2H (Vehicle-to-Home) refererer specifikt til at bruge enheden til at sende elektricitet tilbage til dit hjemmenet som backup-strøm. Denne enhed understøtter begge funktioner. Her er et diagram, der viser, hvordan EV’en forsyner eksterne belastninger.\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\u003eHvad er enhedens maksimale udgangseffekt?\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\"\u003eAfhængigt af din valgte konfiguration er udgangseffekten enten 3,5KW (US) eller 5KW (EU). Vælg venligst den passende model baseret på dine brugskrav og regionale standarder.\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,5 kW)","offer_id":47835256455400,"sku":"TDC008-EU","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"CCS2-standard \/ UK-standard (5 kW)","offer_id":47940170842344,"sku":"TDC008-UK","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"CCS2-standard \/ US-standard (5 kW)","offer_id":47940170875112,"sku":"TDC008-US","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"CCS2-standard \/ Universal standard (5 kW)","offer_id":47940170907880,"sku":"TDC008-UN","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"NACS-standard \/ EU-standard","offer_id":47835256422632,"sku":"TDC007-EU","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"NACS-standard \/ UK-standard","offer_id":47940170744040,"sku":"TDC007-UK","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"NACS-standard \/ US Standard","offer_id":47940170776808,"sku":"TDC007-US","price":6353.0,"currency_code":"DKK","in_stock":true},{"title":"NACS-standard \/ Universal Standard","offer_id":47940170809576,"sku":"TDC007-UN","price":6353.0,"currency_code":"DKK","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\/da-dk\/products\/v2l-ev-discharger-for-model-y-performance","provider":"Tesery Official Store","version":"1.0","type":"link"}