{"product_id":"a2z-converter-ccs2-ccs1-power-of-200-kw-charging-electric-car","title":"A2Z CCS2 to CCS1 Adapter 200kW for US EV Fast Charging","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --green: #27ae60;\n    --green-dark: #1e8449;\n    --blue-dark: #0f172a;\n    --gold: #d4af37;\n    --gold-light: #ffb400;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e8449 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(39,174,96,.3) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--gold); color: var(--gold-light); }\n  .badge-green { background: var(--green); color: #fff; font-weight: 900; }\n\n  .hero-title { \n    font-size: clamp(2.2rem, 6vw, 3.8rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.95); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n    text-shadow: 0 2px 5px rgba(0,0,0,0.2);\n  }\n\n  \/* ══════════════════════════════════\n      ICON BAR\n  ══════════════════════════════════ *\/\n  .icon-bar {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n    gap: 20px;\n    margin: -40px auto 40px;\n    max-width: 1000px;\n    position: relative;\n    z-index: 2;\n    padding: 0 20px;\n  }\n  .icon-box {\n    background: #fff;\n    padding: 25px 15px;\n    border-radius: 20px;\n    text-align: center;\n    border: 1px solid var(--border);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n  }\n  .spec-number { font-size: 1.6rem; font-weight: 900; color: var(--green); display: block; }\n  .icon-text { font-size: 0.95rem; font-weight: 700; color: var(--text-muted); }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 INTERACTIVE SECTIONS\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }\n\n  details.interactive-section {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 25px;\n    margin-bottom: 20px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n  }\n  summary.section-header {\n    padding: 25px 30px;\n    font-weight: 900;\n    font-size: 1.4rem;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background-color: #fff;\n    color: var(--blue-dark);\n  }\n  summary.section-header::after {\n    content: '+'; font-size: 2rem; color: var(--green); transition: 0.3s;\n  }\n  details[open] summary.section-header::after { content: '-'; transform: rotate(180deg); }\n  \n  .section-content { padding: 30px; border-top: 1px solid #f1f5f9; }\n\n  .content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }\n  .content-text p { font-size: 1.3rem; margin-bottom: 20px; }\n  .content-img img { width: 100%; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.08); }\n\n  \/* ══════════════════════════════════\n      SPECS GRID \u0026 FAQ\n  ══════════════════════════════════ *\/\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .spec-card {\n    background: #fff; padding: 25px; border-radius: 20px; border: 1px solid var(--border);\n    transition: 0.3s;\n  }\n  .spec-card:hover { border-color: var(--green); transform: translateY(-5px); }\n  .spec-label { font-size: 1rem; color: var(--text-muted); display: block; margin-bottom: 8px; font-weight: 600; }\n  .spec-value { font-weight: 900; color: var(--blue-dark); font-size: 1.3rem; display: block; }\n\n  .step-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin: 30px 0;\n  }\n  .step-card {\n    background: #f1f5f9; padding: 30px; border-radius: 20px; text-align: center;\n  }\n  .step-card strong { color: var(--green-dark); font-size: 1.4rem; display: block; margin-bottom: 10px; }\n\n  @media (max-width: 768px) {\n    .content-grid { grid-template-columns: 1fr; text-align: center; }\n    .hero-title { font-size: 2.2rem; }\n    .icon-bar { grid-template-columns: 1fr 1fr; margin-top: -30px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-green\"\u003e200kW Capacity\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003eGenuine A2Z EV\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eA2Z \u003cspan\u003eCCS2 to CCS1\u003c\/span\u003e Adapter | Fast Charging Power Solution\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe most powerful and reliable solution for American EV owners (CCS1 port) to access full compatibility with local fast-charging networks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"icon-bar\"\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003e200 kW\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eUltra Fast Charging\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eDual Sensors\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eThermal Safety\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eSilver Plated\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eHigh Conductivity\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eIP54\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eWeather Resistant\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 50px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/5_f569be5b-7e8b-458e-b7a5-bdf3897ed79a.png?v=1768245501\" alt=\"A2Z CCS2 to CCS1 Adapter\" style=\"max-width: 100%; border-radius: 25px; box-shadow: 0 15px 40px rgba(0,0,0,0.1);\"\u003e\u003c\/div\u003e\n\u003cdetails open=\"\" class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003e🔍 Product Overview \u0026amp; Trusted Companion\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"content-text\" style=\"text-align: justify;\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eA2Z adapter\u003c\/strong\u003e is designed to allow American-spec electric vehicle owners to fully access local DC fast-charging networks (CCS2 connectors). If you own a US-imported EV, this adapter is your reliable companion on every journey. It features premium build quality to ensure maximum power transfer efficiency with minimal heat loss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"section-head\" style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 25px;\"\u003e\n\u003cdiv style=\"width: 8px; height: 40px; background: var(--green); border-radius: 5px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.8rem; font-weight: 900; color: var(--blue-dark); margin: 0;\"\u003eHow to Use the Adapter\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\u003cstrong\u003e1. Connect\u003c\/strong\u003e\n\u003cp\u003ePlug the charging station cable (CCS2) into the adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\u003cstrong\u003e2. Attach\u003c\/strong\u003e\n\u003cp\u003eInsert the adapter firmly into your vehicle’s CCS1 port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\u003cstrong\u003e3. Charge\u003c\/strong\u003e\n\u003cp\u003eStart charging via the station app or your access card.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\" style=\"display: flex; align-items: center; gap: 15px; margin: 50px 0 25px;\"\u003e\n\u003cdiv style=\"width: 8px; height: 40px; background: var(--green); border-radius: 5px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.8rem; font-weight: 900; color: var(--blue-dark); margin: 0;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eMax Charging Power\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e200 kW (DC)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eMaximum Current\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e250A Continuous\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eConductor Material\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSilver-Plated Copper\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eProtection Rating\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIP54 (Weather Resistant)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eCertifications\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eCE, FCC, RoHS\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e12 Months (Official Distributor)\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\" style=\"display: flex; align-items: center; gap: 15px; margin: 50px 0 25px;\"\u003e\n\u003cdiv style=\"width: 8px; height: 40px; background: var(--green); border-radius: 5px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.8rem; font-weight: 900; color: var(--blue-dark); margin: 0;\"\u003eFAQ\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003eIs this compatible with Tesla US vehicles?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eNo. US Tesla vehicles use the NACS port and require a different adapter. This product is designed for CCS1-equipped EVs such as Ford, Rivian, Lucid, and other US-imported vehicles.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003eDoes the adapter reduce charging speed?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eNo. It supports up to 200kW charging, which is typically higher than most vehicles’ acceptance rate, allowing you to achieve the maximum power provided by the charging station.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.7;\"\u003e\n\u003cp\u003eNow available at NewTech – your #1 choice for EV charging solutions in Kuwait \u0026amp; the GCC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50829111165213,"sku":"2000038","price":65.0,"currency_code":"KWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/Design_sans_titre_385fcd99-fc01-4984-b6d9-cdd48a60c004.webp?v=1768324900","url":"https:\/\/newtechq8.com\/en\/products\/a2z-converter-ccs2-ccs1-power-of-200-kw-charging-electric-car","provider":"Newtech Store","version":"1.0","type":"link"}