{"product_id":"abb-terra-ac-wallbox-fast-charger-cable","title":"ABB Terra AC Wallbox Powerful 22kW Charger | Built-in 5m Cable (Type 2)","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    --green-accent: #28a745;\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: rtl;\n    text-align: right;\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: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\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      CONTAINER \u0026 CARDS\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .intro-card {\n    background: #fff; padding: 40px; border-radius: 30px; border: 1px solid var(--border);\n    font-size: 1.4rem; margin-bottom: 60px; box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n    text-align: center;\n  }\n\n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--blue-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 15px 35px rgba(0,0,0,0.05); }\n\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--blue-dark); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  .img-wrapper { text-align: center; margin: 50px 0; }\n  .img-wrapper img { width: 100%; max-width: 850px; border-radius: 25px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); border: 1px solid var(--border); }\n\n  \/* ══════════════════════════════════\n      TECH BOX \u0026 CTA\n  ══════════════════════════════════ *\/\n  .tech-box {\n    background: #fffdf2; border: 2px solid #ffc107; border-right: 8px solid #ffc107;\n    padding: 40px; border-radius: 30px; margin: 60px 0;\n  }\n  .tech-box h3 { font-size: 1.7rem; font-weight: 900; color: #856404; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; }\n  .tech-list { list-style: none; padding: 0; }\n  .tech-list li { font-size: 1.35rem; margin-bottom: 20px; display: flex; gap: 15px; align-items: flex-start; }\n  .tech-list li::before { content: '💡'; font-size: 1.5rem; }\n\n  .cta-banner {\n    background: linear-gradient(135deg, var(--blue) 0%, #0f172a 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(15,23,42,0.2);\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--gold-light); }\n  .cta-banner p { font-size: 1.5rem; opacity: 0.95; margin-bottom: 30px; }\n  .install-btn {\n    display: inline-block; padding: 18px 55px; background: var(--gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255,180,0,0.4); transition: 0.3s;\n  }\n  .install-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .hero-title { font-size: 2.2rem; }\n    .hero-sub { font-size: 1.2rem; }\n    .section-head h2 { font-size: 1.7rem; }\n    .feature-grid { grid-template-columns: 1fr; }\n    .tech-box { padding: 30px 20px; }\n    .cta-banner { padding: 50px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\" style=\"direction: ltr; text-align: left;\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eABB Terra AC ⭐ The Most Powerful\u003c\/span\u003e \u003cspan class=\"badge badge-blue\"\u003eSwiss Engineering 22kW\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003e\u003cspan\u003eABB Terra AC\u003c\/span\u003e Charger – The Gold Standard for Home Charging\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eAdvanced Swiss technology delivering the fastest and safest home charging experience for your electric vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"intro-card\"\u003e\n\u003cp style=\"margin-bottom: 15px;\"\u003e\u003cstrong\u003eAt NewTech, we believe your advanced vehicle deserves a charger that matches its performance and reliability.\u003c\/strong\u003e\u003c\/p\u003e\nWe selected the \u003cstrong\u003eABB Terra AC\u003c\/strong\u003e specifically because it combines powerful performance (22kW) with ultimate convenience through its integrated cable, all within a robust engineering design built for extreme conditions.\u003c\/div\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/174.jpg?v=1768749960\" alt=\"ABB Terra AC Features\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Professionals Choose It\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e⚡ Maximum Speed (22kW)\u003c\/h3\u003e\n\u003cp\u003eUltra-fast AC home charging that fully charges your EV battery in significantly less time compared to standard chargers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔌 Plug \u0026amp; Charge Convenience\u003c\/h3\u003e\n\u003cp\u003eBuilt-in 5-meter cable with a standard Type 2 connector. Always ready for instant use without taking cables out of your trunk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🛡️ Built for Harsh Conditions\u003c\/h3\u003e\n\u003cp\u003eIP54 protection against dust and water, and IK10 impact resistance. Designed to operate efficiently in high temperatures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eSmart Control at Your Fingertips\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📱 ChargerSync App\u003c\/h3\u003e\n\u003cp\u003eMonitor charging status and energy consumption in real-time via Wi-Fi or Bluetooth directly from your smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e⏰ Smart Scheduling\u003c\/h3\u003e\n\u003cp\u003eSave on electricity bills by scheduling charging during off-peak hours automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔒 Advanced Safety by ABB\u003c\/h3\u003e\n\u003cp\u003eBuilt-in protection systems safeguard your EV battery and home from electrical fluctuations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-box\"\u003e\n\u003ch3\u003e💡 Technical Notes from NewTech Experts:\u003c\/h3\u003e\n\u003cul class=\"tech-list\"\u003e\n\u003cli\u003eTo achieve \u003cstrong\u003e22kW\u003c\/strong\u003e, a \u003cstrong\u003e3-Phase power supply\u003c\/strong\u003e is required.\u003c\/li\u003e\n\u003cli\u003eOperates efficiently on \u003cstrong\u003eSingle Phase\u003c\/strong\u003e power with up to \u003cstrong\u003e7.4kW\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eComes with an integrated \u003cstrong\u003eType 2 connector\u003c\/strong\u003e (compatible with European, Chinese, and GCC vehicles).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eOrder Now from NewTech – Quality You Can Trust\u003c\/h2\u003e\n\u003cp\u003eNeed professional installation? Our expert team is ready to install your charger at home following the highest safety standards.\u003c\/p\u003e\n\u003ca href=\"https:\/\/newtechq8.com\/\" class=\"install-btn\"\u003e Order Charger \u0026amp; Installation Now \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50758274941213,"sku":"2000001","price":390.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/21457896.webp?v=1777897661","url":"https:\/\/newtechq8.com\/en\/products\/abb-terra-ac-wallbox-fast-charger-cable","provider":"Newtech Store","version":"1.0","type":"link"}