{"product_id":"mcdodo-type-c-65w-cable-with-90-right-angle-connector","title":"Mcdodo Type-C 65W Cable with 90° Right-Angle Connector","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    --mcdodo-gold: #d4af37;\n    --mcdodo-gold-light: #ffb400;\n    --mcdodo-dark: #0f172a;\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%, #1e293b 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(circle at 50% 50%, rgba(212, 175, 55, 0.15) 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(--mcdodo-gold); color: var(--mcdodo-gold-light); }\n  .badge-gaming { 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(2rem, 5vw, 3.5rem); \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(--mcdodo-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255, 255, 255, 0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\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(--mcdodo-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--mcdodo-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    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    border-top: 4px solid var(--mcdodo-gold);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--mcdodo-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--mcdodo-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      TECHNICAL SPECS TABLE\n  ══════════════════════════════════ *\/\n  .specs-box {\n    background: var(--white); border-radius: 25px; border: 2px solid var(--mcdodo-gold); overflow: hidden; margin-top: 40px;\n  }\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .specs-table td { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; font-size: 1.2rem; }\n  .specs-label { font-weight: 800; color: #64748b; width: 35%; background: #f8fafc; }\n  .specs-value { font-weight: 800; color: var(--mcdodo-dark); text-align: left; }\n\n  \/* ══════════════════════════════════\n      INFO BOX (PREMIUM VALUE)\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--mcdodo-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);\n    border-right: 8px solid var(--mcdodo-gold);\n  }\n  .info-box h3 { color: var(--mcdodo-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--mcdodo-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--mcdodo-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--mcdodo-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--mcdodo-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  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .specs-label { width: 45%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003e65W PD Fast Charging ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-gaming\"\u003e90° Gaming Right-Angle Design\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eMcdodo 90° Curve.. \u003cspan\u003eCharge \u0026 Play\u003c\/span\u003e Freely\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy powerful fast charging and a smart design that gives you complete comfort while using your phone; the innovative 90° angled connector protects the port and improves control during gaming and media viewing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\u003c!-- Intro Paragraph --\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eSay goodbye to cable pressure on your hands; the Mcdodo professional cable combines up to 65W fast charging with maximum flexibility for daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features Grid --\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose the Mcdodo 90° Cable?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🕹️ Perfect for Gaming \u0026 Streaming\u003c\/h3\u003e\n\u003cp\u003eThe ultra-slim 90° right-angle connector makes horizontal phone use much more comfortable, preventing cable interference while playing or watching content.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e⚡ 65W Fast Charging for Devices\u003c\/h3\u003e\n\u003cp\u003eSupports Power Delivery up to 65W, making it ideal for charging lightweight laptops, tablets, and modern Android and iPhone devices quickly and safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🦓 Ultra-Durable Zebra Braided Build\u003c\/h3\u003e\n\u003cp\u003eWrapped in high-density Zebra braided nylon, resistant to bending, tangling, and wear, ensuring a longer lifespan even under heavy daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🧠 Smart MSC Protection Chip\u003c\/h3\u003e\n\u003cp\u003eBuilt-in intelligent chip automatically regulates current and voltage based on your device’s needs, protecting battery health and charging ports from overload.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specs Table --\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-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCable Type\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUSB-C to USB-C with 90° Right-Angle Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCharging Power\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUp to 65W (Power Delivery Supported)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eData Sync\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eUp to 480Mbps (USB 2.0)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eLength \u0026 Materials\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e1.2M \/ Zebra Braided Nylon + Aluminum Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eLED Indicator\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSoft LED light showing charging and usage status\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCompatibility\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eLaptops, tablets, and modern USB-C smartphones\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Additional Features --\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e✨ Extra Technical Highlights\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003e90° design significantly reduces strain and port damage risk.\u003c\/li\u003e\n\u003cli\u003eLED indicator helps you locate and use the cable in the dark.\u003c\/li\u003e\n\u003cli\u003eStylish Zebra design adds a modern touch to your accessories.\u003c\/li\u003e\n\u003cli\u003ePractical 1.2M length perfect for desk or in-car charging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Banner --\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003ePlay \u0026 Charge Without Limits\u003c\/h2\u003e\n\u003cp\u003eOrder the Mcdodo 65W 90° cable now from NewTech Kuwait and enjoy ultimate charging performance and comfort.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait — combining gaming comfort with powerful performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50721115210013,"sku":"MA-01010","price":3.75,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/2_a10e9171-c101-4455-bd9e-6a7a45e39c5c.jpg?v=1767781852","url":"https:\/\/newtechq8.com\/en\/products\/mcdodo-type-c-65w-cable-with-90-right-angle-connector","provider":"Newtech Store","version":"1.0","type":"link"}