{"product_id":"aim-na4-ethernet-cable","title":"AIM NA4 Ethernet Cable","description":"\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n \n    :root {\n      --serif: 'Cormorant Garamond', Georgia, serif;\n      --sans: 'DM Sans', system-ui, sans-serif;\n      --text-primary: #1a1a18;\n      --text-secondary: #5a5a56;\n      --text-tertiary: #9a9a94;\n      --border: rgba(0,0,0,0.12);\n      --border-mid: rgba(0,0,0,0.22);\n      --bg: #ffffff;\n      --bg-secondary: #f7f6f3;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --max-width: 860px;\n    }\n \n    body {\n      font-family: var(--sans);\n      color: var(--text-primary);\n      background: var(--bg);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n \n    .page { max-width: var(--max-width); margin: 0 auto; }\n \n    \/* Hero *\/\n    .hero {\n      padding: 5rem 2rem 4rem;\n      text-align: center;\n      border-bottom: 0.5px solid var(--border);\n    }\n    .badge {\n      display: inline-block;\n      font-size: 11px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--text-tertiary);\n      margin-bottom: .75rem;\n    }\n    .hero-title {\n      font-family: var(--serif);\n      font-size: 72px;\n      font-weight: 500;\n      line-height: 1;\n      letter-spacing: -2px;\n      margin-bottom: 0.5rem;\n    }\n    .hero-subtitle {\n      font-family: var(--serif);\n      font-size: 24px;\n      font-weight: 400;\n      font-style: italic;\n      color: var(--text-secondary);\n      margin-bottom: 1rem;\n    }\n    .tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }\n    .tag {\n      font-size: 12px;\n      background: var(--bg-secondary);\n      border: 0.5px solid var(--border-mid);\n      border-radius: var(--radius-md);\n      padding: 5px 14px;\n      color: var(--text-secondary);\n    }\n \n    \/* Sections *\/\n    .section {\n      padding: 3.5rem 2rem;\n      border-bottom: 0.5px solid var(--border);\n    }\n    .section-label {\n      font-size: 11px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--text-tertiary);\n      margin-bottom: 2rem;\n    }\n    .lead {\n      font-family: var(--serif);\n      font-size: 28px;\n      font-weight: 400;\n      line-height: 1.45;\n      margin-bottom: 1.5rem;\n    }\n    .body {\n      font-size: 15px;\n      line-height: 1.85;\n      color: var(--text-secondary);\n      margin-bottom: 1rem;\n    }\n \n    \/* Feature grid *\/\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 1px;\n      background: var(--border);\n      margin-top: 2rem;\n      border: 1px solid var(--border);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .feature { background: var(--bg); padding: 1.5rem 1.25rem; }\n    .feature-icon { font-size: 18px; margin-bottom: 0.75rem; display: block; }\n    .feature-title { font-size: 13px; font-weight: 500; margin-bottom: 0.5rem; }\n    .feature-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }\n \n    \/* Shield grid *\/\n    .shield {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: var(--border);\n      margin-top: 1.5rem;\n      border: 1px solid var(--border);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .shield-layer { background: var(--bg); padding: 1.25rem; }\n    .shield-name { font-size: 12px; font-weight: 500; letter-spacing: 0.04em; margin-bottom: 0.4rem; }\n    .shield-desc { font-size: 12px; color: var(--text-secondary); line-height: 1.6; }\n \n    \/* Quote *\/\n    .quote-block {\n      border-left: 2px solid var(--border-mid);\n      padding: 1.25rem 1.5rem;\n      margin: 2rem 0;\n      background: var(--bg-secondary);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    }\n    .quote-text {\n      font-family: var(--serif);\n      font-size: 20px;\n      font-style: italic;\n      line-height: 1.6;\n      color: var(--text-primary);\n      margin-bottom: 0.5rem;\n    }\n    .quote-attr { font-size: 12px; color: var(--text-tertiary); }\n \n    \/* Compare *\/\n    .compare {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: var(--border);\n      margin-top: 1.5rem;\n      border: 1px solid var(--border);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .compare-col { background: var(--bg); padding: 1.25rem; }\n    .compare-col.active { background: var(--bg-secondary); }\n    .compare-name { font-size: 13px; font-weight: 500; margin-bottom: 0.75rem; }\n    .compare-item { font-size: 12px; color: var(--text-secondary); line-height: 1.9; }\n \n    \/* Spec table *\/\n    .spec-grid { display: grid; grid-template-columns: 1fr 1fr; }\n    .spec-row { display: contents; }\n    .spec-row \u003e div {\n      padding: 0.75rem 0;\n      border-bottom: 0.5px solid var(--border);\n      font-size: 13px;\n    }\n    .spec-key { color: var(--text-secondary); }\n    .spec-val { font-weight: 500; text-align: right; }\n \n    \/* Lengths *\/\n    .lengths { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.25rem; }\n    .len {\n      background: var(--bg-secondary);\n      border: 0.5px solid var(--border-mid);\n      border-radius: var(--radius-md);\n      padding: 6px 14px;\n      font-size: 13px;\n      font-weight: 500;\n    }\n \n    \/* Press *\/\n    .press { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.5rem; }\n    .press-item {\n      background: var(--bg-secondary);\n      border: 0.5px solid var(--border);\n      border-radius: var(--radius-md);\n      padding: 0.6rem 1rem;\n      font-size: 12px;\n      color: var(--text-secondary);\n    }\n \n    \/* CTA *\/\n    .cta-wrap { padding: 3.5rem 2rem; }\n    .cta-inner {\n      border: 0.5px solid var(--border-mid);\n      border-radius: var(--radius-lg);\n      padding: 2.5rem 2rem;\n    }\n    .cta-eyebrow {\n      font-size: 11px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--text-tertiary);\n      margin-bottom: 1rem;\n    }\n    .cta-headline {\n      font-family: var(--serif);\n      font-size: 38px;\n      font-weight: 500;\n      line-height: 1.15;\n      margin-bottom: 0.75rem;\n    }\n    .cta-headline em { font-style: italic; }\n    .cta-body {\n      font-size: 14px;\n      line-height: 1.85;\n      color: var(--text-secondary);\n      margin-bottom: 2rem;\n      max-width: 560px;\n    }\n    .cta-contacts {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .cta-contact {\n      background: var(--bg-secondary);\n      border: 0.5px solid var(--border);\n      border-radius: var(--radius-md);\n      padding: 1rem 1.25rem;\n    }\n    .cta-contact-label {\n      font-size: 11px;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: var(--text-tertiary);\n      margin-bottom: 0.4rem;\n    }\n    .cta-contact-val { font-size: 13px; font-weight: 500; }\n    .cta-contact-sub { font-size: 11px; color: var(--text-tertiary); margin-top: 2px; }\n    .cta-contact a { color: inherit; text-decoration: none; }\n    .cta-contact a:hover { text-decoration: underline; }\n    .cta-note {\n      font-size: 12px;\n      color: var(--text-tertiary);\n      line-height: 1.7;\n      border-top: 0.5px solid var(--border);\n      padding-top: 1.25rem;\n    }\n \n    \/* Responsive *\/\n    @media (max-width: 600px) {\n      .hero-title { font-size: 52px; }\n      .hero-subtitle { font-size: 20px; }\n      .lead { font-size: 22px; }\n      .shield { grid-template-columns: 1fr; }\n      .compare { grid-template-columns: 1fr; }\n      .cta-headline { font-size: 30px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page\"\u003e\n\u003c!-- Hero --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-title\"\u003eNA4\u003c\/div\u003e\n\u003cdiv class=\"hero-subtitle\"\u003eTriple-layer shielding. No drama, just music.The right first step\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"lead\"\u003eYou already know your streaming setup can sound better. The NA4 is the most accessible way to prove it.\u003c\/h3\u003e\n\u003cdiv class=\"body\"\u003eThe NA4 is AIM's advanced Ethernet cable — purpose-built for listeners who want meaningful, real-world improvement from their streaming chain without jumping straight to flagship pricing. It brings a triple-layer shielding structure (double aluminum plus high-density copper braid), newly developed high-purity OFC conductors, and noise-resistant die-cast connectors to a cable that's flexible, practical, and built to last.\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eIt's also the longest-reach cable in the AIM lineup, available up to 10 meters — making it especially useful for anyone running Ethernet across a room or between floors.\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eTriple-Layer Shielding\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDouble-layered aluminum shielding plus high-density copper braid — targeting both external noise and noise generated by the cable's own conductors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Purity OFC Conductors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNewly developed oxygen-free copper conductors in a cross-frame internal structure for clean, stable signal transfer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eDie-Cast Connectors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-resistance die-cast modular RJ45 connectors for a reliable, secure connection — no wiggle, no doubt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e◆\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eFlexible \u0026amp; Easy to Handle\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA slim 7.1mm diameter with a symmetric drain wire — no directionality to worry about, and easy to route in any setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shielding --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eInside the shielding\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"body\"\u003eThe NA4 uses three distinct shielding layers to attack noise from multiple directions. The double aluminum layers handle high-frequency RF, while the high-density copper braid locks down the low end — together creating a cable that's genuinely resistant to the kind of interference that compresses your soundstage and muddies fine detail.\u003c\/div\u003e\n\u003cdiv class=\"shield\"\u003e\n\u003cdiv class=\"shield-layer\"\u003e\n\u003cdiv class=\"shield-name\"\u003eAluminum Shield (×2)\u003c\/div\u003e\n\u003cdiv class=\"shield-desc\"\u003eDouble-layered for superior high-frequency RF rejection. Flexible enough to wrap cleanly without cracking or stressing the conductor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shield-layer\"\u003e\n\u003cdiv class=\"shield-name\"\u003eHigh-Density Copper Braid\u003c\/div\u003e\n\u003cdiv class=\"shield-desc\"\u003eOutstanding low-frequency shielding, working alongside the aluminum layers for compounded protection across the full spectrum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shield-layer\"\u003e\n\u003cdiv class=\"shield-name\"\u003eCross-Frame Structure\u003c\/div\u003e\n\u003cdiv class=\"shield-desc\"\u003eAn internal cross-frame design keeps conductors stable and consistently spaced — reducing noise generated by the cable itself.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What you'll hear --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWhat you'll actually hear\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"lead\"\u003e\u003cstrong\u003eQuieter backgrounds. Low-level detail you didn't know was there. Music that comes alive.\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eAudio critic Haruo Ushio tested the NA4 between a NuPrime hub and an Esoteric network player streaming Qobuz — and the improvement was immediate. Background noise dropped, fine detail emerged, and the subtle breathing and dynamics of the performance came through more clearly.\u003c\/div\u003e\n\u003cdiv class=\"quote-block\"\u003e\n\u003cdiv class=\"quote-text\"\u003e\"The NA4 is unforced and lacks exaggeration, giving the impression that its performance potential gradually unfolds.\"\u003c\/div\u003e\n\u003cdiv class=\"quote-attr\"\u003eHaruo Ushio · Audio Critic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eThat's a meaningful observation. Where some cables make a big first impression that fades on closer listening, the NA4 rewards extended listening — revealing more of what's in the recording the longer you sit with it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHow it compares\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"body\"\u003eThe NA4 is the third step up in AIM's Ethernet lineup. Here's how it sits relative to the cables on either side of it.\u003c\/div\u003e\n\u003cdiv class=\"compare\"\u003e\n\u003cdiv class=\"compare-col\"\u003e\n\u003cdiv class=\"compare-name\"\u003eNA2\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eSingle-layer shield\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAWG 26 OFC\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eSymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eUp to 3m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-col active\"\u003e\n\u003cdiv class=\"compare-name\"\u003eNA4 — this model\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eTriple-layer shield\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAWG 24 OFC\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eSymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eUp to 10m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-col\"\u003e\n\u003cdiv class=\"compare-name\"\u003eNA6\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003e3-layer + inner sheath\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAWG 24 OFC\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAsymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eUp to 5m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003ereviews\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"na9-body\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/www.hifistatement.net\/tests\/item\/3824-aim-na2-na6-und-na9\" target=\"_blank\"\u003eHifi Statement\u003c\/a\u003e (Germany)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConnector\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRJ45 (8P8C)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConnector Housing\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDie-cast, high EMI resistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eStandard\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eANSI\/TIA\/EIA-568B · IEC 60603-7-5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCable Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e7.1mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConductor\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eAWG24 Single Line\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConductor Material\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHigh-purity OFC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConfiguration\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTwisted pair × 4 (8 conductors)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShield Layers\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDouble aluminum + copper braid\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInternal Structure\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCross frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDrain Wire\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSymmetric (non-directional)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCable Color\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eGreen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Press --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"section-label\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAs reviewed by\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"press\"\u003e\n\u003cspan class=\"press-item\"\u003eLite Magazin (Germany) · September 2025\u003c\/span\u003e \u003cspan class=\"press-item\"\u003eHaruo Ushio · Audio Critic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-wrap\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003ch3 class=\"cta-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTweek Geek · Nationwide In-Home Auditions\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"cta-headline\"\u003eHear it in your system.\u003cbr\u003e\u003cem\u003eBefore you decide.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-body\"\u003eThe NA4 is the kind of cable that reveals itself gradually — which is exactly why hearing it in your own system, on your own music, matters. We offer in-home auditions nationwide so you can experience the difference firsthand. And if you're ready to buy, we can take care of that in the same conversation.\u003c\/div\u003e\n\u003cdiv class=\"cta-contacts\"\u003e\n\u003cdiv class=\"cta-contact\"\u003e\n\u003cdiv class=\"cta-contact-label\"\u003ePhone \u0026amp; WeChat\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-val\"\u003e303-653-6341\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-sub\"\u003eCall or message anytime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-contact\"\u003e\n\u003cdiv class=\"cta-contact-label\"\u003eEmail\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-val\"\u003e\u003ca href=\"mailto:sales@tweekgeek.com\"\u003esales@tweekgeek.com\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-sub\"\u003eWe typically respond same day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-contact\"\u003e\n\u003cdiv class=\"cta-contact-label\"\u003eReady to buy?\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-val\"\u003eWe can help with that too\u003c\/div\u003e\n\u003cdiv class=\"cta-contact-sub\"\u003eSame contact, no extra steps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-note\"\u003eTweek Geek is an authorized AIM dealer. In-home auditions are available to listeners across the US — reach out to discuss availability and logistics for your area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tweek Geek","offers":[{"title":"0.5m","offer_id":43187894550595,"sku":null,"price":576.0,"currency_code":"USD","in_stock":true},{"title":"1m","offer_id":43187894583363,"sku":null,"price":624.0,"currency_code":"USD","in_stock":true},{"title":"1.5m","offer_id":43187894616131,"sku":null,"price":672.0,"currency_code":"USD","in_stock":true},{"title":"2m","offer_id":43187894648899,"sku":null,"price":720.0,"currency_code":"USD","in_stock":true},{"title":"3m","offer_id":43187894681667,"sku":null,"price":816.0,"currency_code":"USD","in_stock":true},{"title":"5","offer_id":43187897532483,"sku":null,"price":1008.0,"currency_code":"USD","in_stock":true},{"title":"7.5","offer_id":43187897565251,"sku":null,"price":1248.0,"currency_code":"USD","in_stock":true},{"title":"10","offer_id":43187897598019,"sku":null,"price":1488.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/0522\/7587\/files\/AIMNA4ethernet.webp?v=1777296367","url":"https:\/\/tweekgeek.com\/fr\/products\/aim-na4-ethernet-cable","provider":"Tweek Geek","version":"1.0","type":"link"}