{"product_id":"a2z-incoming-car-charger-type-2-to-type-1-adapter","title":"A2Z Incoming Car Charger Adapter (Type 2 to Type 1 J1772) - AC 32A","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    --blue: #1a56db;\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%, #1e3a8a 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(26,86,219,.4) 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-blue { background: var(--blue); 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.5rem; font-weight: 900; color: var(--blue); display: block; }\n  .icon-text { font-size: 1rem; 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(--gold); 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\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(--gold); 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  \/* ══════════════════════════════════\n      ALERT\n  ══════════════════════════════════ *\/\n  .alert-box {\n    background-color: #e3f2fd; border-right: 8px solid var(--blue);\n    padding: 30px; border-radius: 20px; margin: 40px 0; color: #0d47a1; font-size: 1.2rem;\n  }\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-blue\"\u003eFor Imported Vehicles (J1772)\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003eOriginal from A2Z EV\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eThe Smart \u003cspan\u003eA2Z\u003c\/span\u003e Adapter (Type 2 to Type 1)\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe perfect bridge to connect your US-imported electric vehicle to any home or public charging station in Kuwait and the GCC.\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\"\u003e32 Amp\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eHigh Charging Power\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eT2 ➔ T1\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eSocket Conversion\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\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003e1 Year\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eQuality Warranty\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdetails class=\"interactive-section\" open=\"\"\u003e\n\u003csummary class=\"section-header\"\u003e🔌 Is Your Imported Car Not Compatible with Local Chargers?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eIf your electric vehicle is imported from the US, it most likely uses a \u003cstrong\u003eType 1 (J1772)\u003c\/strong\u003e charging port, while local infrastructure relies on \u003cstrong\u003eType 2\u003c\/strong\u003e connectors.\u003c\/p\u003e\n\u003cp\u003eThis A2Z adapter is the instant and practical solution:\u003c\/p\u003e\n\u003cul style=\"padding-right: 20px; font-size: 1.2rem;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eReliable Bridge:\u003c\/strong\u003e Connect your car to any AC home or public charging station (such as malls) with ease.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003ePlug \u0026amp; Play:\u003c\/strong\u003e No setup required—just connect it to the cable and start charging instantly.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eCompact Design:\u003c\/strong\u003e Lightweight and portable—keep it in your car and use it anywhere (work, mall, home).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-img\"\u003e\u003cimg alt=\"Adapter Usage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/1_c76cd575-86c1-41ab-8a20-693e86b31c7d.webp?v=1768249179\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"interactive-section\" open=\"\"\u003e\n\u003csummary class=\"section-header\"\u003e✨ Durable Design \u0026amp; Maximum Safety\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eThis adapter is built to high-quality standards to ensure long-lasting performance:\u003c\/p\u003e\n\u003cul style=\"padding-right: 20px; font-size: 1.2rem;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003ePremium Build Quality:\u003c\/strong\u003e Made from durable thermoplastic materials that withstand heavy daily use.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eEfficient Conductivity:\u003c\/strong\u003e High-quality alloy pins ensure optimal energy transfer without overheating.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eSafety Lock:\u003c\/strong\u003e Features a mechanical lock to securely hold the adapter in place during charging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\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\"\u003eRated Current\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e32A\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eOperating Voltage\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e230V AC (Single Phase)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eInput (From Charger)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIEC 62196 Type 2 (Male)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eOutput (To Vehicle)\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSAE J1772 Type 1 (Female)\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 (Water \u0026amp; Dust Resistant)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eOperating Temperature\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e-30°C to 50°C\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alert-box\"\u003e\u003cstrong\u003e⚠️ Very Important Note:\u003c\/strong\u003e This adapter is designed for \u003cstrong\u003eAC charging only\u003c\/strong\u003e (home and public chargers). It \u003cstrong\u003ecannot\u003c\/strong\u003e be used with DC fast charging stations (CCS2 connectors).\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003eHow do I know if my car needs this adapter?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eIf your car’s charging port has 5 round pins with a small latch opening on top, it is a \u003cstrong\u003eType 1\u003c\/strong\u003e connector. In that case, you need this adapter to charge using the 7-pin \u003cstrong\u003eType 2\u003c\/strong\u003e cables commonly available here.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003eDoes this adapter support fast charging?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eYes, it supports up to 32A (approximately 7.4 kW), which is the standard maximum speed for AC home charging. Actual speed depends on your wall charger and your car’s onboard charger capacity.\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 – the trusted solution for charging your imported vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50829205405981,"sku":"2000027","price":40.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/6_ccdbc55e-196b-4940-97a6-c77a31b78b42.webp?v=1768324932","url":"https:\/\/newtechq8.com\/en\/products\/a2z-incoming-car-charger-type-2-to-type-1-adapter","provider":"Newtech Store","version":"1.0","type":"link"}