{"product_id":"abb-terra-ac-22kw-3-phase-socket-type-2-charger","title":"ABB Terra AC Smart Home Charger - 22 kW (Socket Port)","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    --abb-red: #ff000f;\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-red { background: var(--abb-red); 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.7rem; font-weight: 900; color: var(--abb-red); 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 \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(--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  .alert-box {\n    background-color: #fffdf2; border-right: 8px solid #ffc107;\n    padding: 30px; border-radius: 20px; margin: 40px 0; color: #856404; 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-red\"\u003eGlobal ABB\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e22kW Socket Edition\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eThe Smart \u003cspan\u003eABB Terra AC\u003c\/span\u003e Charger – The Peak of European Performance\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy Swiss power in your home with one of the smartest EV chargers, designed to deliver maximum safety and full control.\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\"\u003e22 kW\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003e3-Phase Fast\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eSmart App\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eFull Control\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eRFID\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eSecure Access\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003cspan class=\"spec-number\"\u003eSocket\u003c\/span\u003e \u003cspan class=\"icon-text\"\u003eType 2 Port\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 style=\"max-width: 100%; border-radius: 25px; box-shadow: 0 15px 40px rgba(0,0,0,0.1);\" alt=\"ABB Terra AC Socket\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ABB-Terra-AC-socket-cut_1.webp?v=1768250633\"\u003e\u003c\/div\u003e\n\u003cdetails class=\"interactive-section\" open=\"\"\u003e\n\u003csummary class=\"section-header\"\u003e📱 Smart \u0026amp; Complete Control from Your Phone\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eThe ABB Terra charger is a fully integrated smart device that connects you with your vehicle:\u003c\/p\u003e\n\u003cul style=\"padding-right: 20px; font-size: 1.2rem;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eChargerSync App:\u003c\/strong\u003e Monitor charging status, schedule sessions to save energy, and control from anywhere in the world.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eFull IoT Connectivity:\u003c\/strong\u003e Supports WiFi, Bluetooth, Ethernet, and 4G for continuous automatic updates.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eRFID Protection:\u003c\/strong\u003e Smart access cards prevent unauthorized use in open parking areas.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-img\"\u003e\u003cimg alt=\"ChargerSync App\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/abb_emobility_mock_up_app-chargersync.jpg?v=1768250287\"\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🛡️ Swiss Quality \u0026amp; Unmatched Safety\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003cdiv class=\"content-img\"\u003e\u003cimg alt=\"ABB Quality\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/drives_292x195_0de28262-bb55-40a5-8a83-1d4f21a4e93b.jpg?v=1768250344\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"content-text\"\u003e\n\u003cp\u003eInvesting in ABB means peace of mind for years:\u003c\/p\u003e\n\u003cul style=\"padding-right: 20px; font-size: 1.2rem;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eIndustrial Protection:\u003c\/strong\u003e Built-in safeguards against ground leakage, overcurrent, and unstable voltage.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eIK10 Durability:\u003c\/strong\u003e The highest impact resistance rating, making it ideal for outdoor installations.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eLoad Balancing:\u003c\/strong\u003e Smart load management protects your home’s electrical system from overload.\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\"\u003eMaximum Power\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e22 kW (3-Phase)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eConnector Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eType 2 Socket (No Cable)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eCurrent\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 32A\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWiFi, 4G, Bluetooth, Ethernet\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e320 × 195 × 110 mm\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\u003cspan class=\"spec-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e24 Months (Original Manufacturer Warranty)\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alert-box\"\u003e\u003cstrong\u003e⚠️ Important Note:\u003c\/strong\u003e This charger comes in a \u003cstrong\u003e(Socket)\u003c\/strong\u003e version, meaning it requires using your car’s own cable (Type 2 to Type 2). To achieve maximum speed (22kW), a 3-phase power supply and a 40A breaker are required.\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\"\u003eDoes it charge all electric vehicles?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eYes, the Socket system makes it compatible with any vehicle (Tesla, Chinese, and European cars) simply by using the appropriate cable for your car’s port.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"interactive-section\"\u003e\n\u003csummary class=\"section-header\"\u003eCan it withstand direct summer heat?\u003c\/summary\u003e\n\u003cdiv class=\"section-content\"\u003eAbsolutely. The charger is engineered to operate in extreme high temperatures and is resistant to harsh weather conditions without the need for a protective cover.\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 first choice for future charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50829257670941,"sku":"2000028","price":350.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/ABB-Terra-AC-socket-cut.webp?v=1768324942","url":"https:\/\/newtechq8.com\/en\/products\/abb-terra-ac-22kw-3-phase-socket-type-2-charger","provider":"Newtech Store","version":"1.0","type":"link"}