{"product_id":"aim-na2-ethernet","title":"AIM NA2 Ethernet","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(2, 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\"\u003eNA2\u003c\/div\u003e\n\u003cdiv class=\"hero-subtitle\"\u003eWhere the upgrade begins\u003c\/div\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003eDual-Layer Shielding\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCross-Frame Internal Structure\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFlagship-Derived Technology\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBlue Cable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Why the NA2 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe case for the NA2\u003c\/div\u003e\n\u003cdiv class=\"lead\"\u003eYou don't have to spend flagship money to hear what a proper audio Ethernet cable does.\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eThe AIM NA2 is the entry point into AIM's audiophile Ethernet lineup — and it's a genuine one. Not a budget afterthought, but a purpose-designed cable built with the same engineering philosophy as the rest of the range. It shares the same cross-frame internal structure found in AIM's higher models, pairs a high-spec aluminum shield with high-density copper braid, and uses OFC conductors built for clean signal transmission.\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eFor streaming setups where every link in the chain matters — NAS to switch, switch to streamer, router to renderer — the NA2 is the most accessible way to start treating your Ethernet cable the way it deserves to be treated. And once you hear what it does, you'll understand why AIM's lineup exists at all.\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\"\u003eDual-Layer Shielding\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-spec aluminum shield plus high-density copper braid — targeting RF interference and low-frequency noise from two directions.\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\"\u003eCross-Frame Structure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThe same internal cross-frame geometry used in AIM's flagship models — keeping conductors stable and consistently spaced for cleaner 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\"\u003eOFC Conductors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-purity oxygen-free copper in a solid-core AWG 24 configuration across four twisted pairs — the same fundamental conductor approach as the full range.\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\"\u003eSimple Installation\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSymmetric drain wire means no directionality to manage. Plug it in either way and get to listening.\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\u003cdiv class=\"section-label\"\u003eWhat's inside\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eThe NA2's dual-layer shielding addresses noise at two key frequency ranges — aluminum for the high end, copper braid for the low. Combined with the cross-frame conductor geometry, it delivers the kind of EMI control that most generic Ethernet cables never come close to.\u003c\/div\u003e\n\u003cdiv class=\"shield\"\u003e\n\u003cdiv class=\"shield-layer\"\u003e\n\u003cdiv class=\"shield-name\"\u003eHigh-Spec Aluminum Shield\u003c\/div\u003e\n\u003cdiv class=\"shield-desc\"\u003eExcellent high-frequency RF rejection. Wraps cleanly and flexibly around the twisted pair structure without introducing mechanical stress.\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\"\u003eLow-frequency shielding that works in tandem with the aluminum layer to deliver broad-spectrum noise rejection across the audio band.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\u003cdiv style=\"margin-bottom: 0.75rem;\" class=\"section-label\"\u003eCross-frame internal structure\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px;\" class=\"body\"\u003eInside the NA2, a cross-frame spacer keeps all eight conductors in consistent geometric positions relative to each other. This isn't cosmetic — it reduces the cable's own self-generated noise, which is one of the more overlooked sources of interference in network audio. AIM uses this same approach in the NA9 and NAX.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What you'll hear --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat you'll actually hear\u003c\/div\u003e\n\u003cdiv class=\"lead\"\u003eQuieter backgrounds. A more open soundstage. Detail that was always in the file — just never making it through.\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eWhen German publication HiFi Statement reviewed the full AIM Ethernet lineup — the NA2, NA6, and NA9 together — reviewer Roland Dietl noted that even the entry-level NA2 delivered a meaningful improvement in streaming performance. AIM's shielding philosophy holds that network cables are a significant contributor to the final sonic result, and the NA2 makes that case in an accessible way.\u003c\/div\u003e\n\u003cdiv class=\"quote-block\"\u003e\n\u003cdiv class=\"quote-text\"\u003e\"In modern streaming solutions, especially with HiRes formats, network connections play an important role and have a not insignificant share of the final sonic result.\"\u003c\/div\u003e\n\u003cdiv class=\"quote-attr\"\u003eRoland Dietl · HiFi Statement (Germany) · April 2024\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eThe NA2 is also a useful reference point for anyone curious about how much the cable matters in the first place. Start here, and you'll have a clear before-and-after to build from.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eHow it compares\u003c\/div\u003e\n\u003cdiv class=\"body\"\u003eThe NA2 is AIM's starting point — and a genuinely strong one. Here's how it relates to the next two steps up in the lineup.\u003c\/div\u003e\n\u003cdiv class=\"compare\"\u003e\n\u003cdiv class=\"compare-col active\"\u003e\n\u003cdiv class=\"compare-name\"\u003eNA2 — this model\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003e2-layer shielding\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAWG 24 OFC\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eCross-frame structure\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eSymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eBlue cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-col\"\u003e\n\u003cdiv class=\"compare-name\"\u003eNA4\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003e3-layer shielding\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAWG 24 OFC\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eCross-frame structure\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eSymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eGreen cable\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\"\u003eConductive sheath\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003eAsymmetric drain\u003c\/div\u003e\n\u003cdiv class=\"compare-item\"\u003ePurple cable\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\u003cdiv class=\"section-label\"\u003eTechnical Specifications\u003c\/div\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\"\u003ePolycarbonate, brass nickel-plated\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-568-B · 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\"\u003eAluminum + high-density 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\"\u003eBlue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\"\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003eAvailable lengths\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px;\" class=\"body\"\u003eThe NA2 is available in the full range of AIM lengths — from a short 0.5m hop to a 10m cross-room run.\u003c\/div\u003e\n\u003cdiv class=\"lengths\"\u003e\n\u003cspan class=\"len\"\u003e0.5m\u003c\/span\u003e \u003cspan class=\"len\"\u003e1m\u003c\/span\u003e \u003cspan class=\"len\"\u003e1.5m\u003c\/span\u003e \u003cspan class=\"len\"\u003e2m\u003c\/span\u003e \u003cspan class=\"len\"\u003e3m\u003c\/span\u003e \u003cspan class=\"len\"\u003e5m\u003c\/span\u003e \u003cspan class=\"len\"\u003e7.5m\u003c\/span\u003e \u003cspan class=\"len\"\u003e10m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Press --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eAs reviewed by\u003c\/div\u003e\n\u003cdiv class=\"press\"\u003e\u003cspan class=\"press-item\"\u003eHiFi Statement (Germany) · April 2024\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-wrap\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cdiv class=\"cta-eyebrow\"\u003eTweek Geek · Nationwide In-Home Auditions\u003c\/div\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 NA2 is a great place to start — and an in-home audition is the best way to hear exactly what it does for your setup. Not sure if the NA2 is right or if you should go further up the AIM range? We'll help you figure that out. Same contact for auditions and purchases, no extra steps.\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":"Source Systems","offers":[{"title":"0.5m","offer_id":43187914833987,"sku":null,"price":176.0,"currency_code":"USD","in_stock":true},{"title":"1m","offer_id":43187914866755,"sku":null,"price":192.0,"currency_code":"USD","in_stock":true},{"title":"1.5m","offer_id":43187914899523,"sku":null,"price":208.0,"currency_code":"USD","in_stock":true},{"title":"2m","offer_id":43187914932291,"sku":null,"price":224.0,"currency_code":"USD","in_stock":true},{"title":"3m","offer_id":43187914965059,"sku":null,"price":256.0,"currency_code":"USD","in_stock":true},{"title":"5m","offer_id":43187914997827,"sku":null,"price":320.0,"currency_code":"USD","in_stock":true},{"title":"7.5m","offer_id":43187915030595,"sku":null,"price":400.0,"currency_code":"USD","in_stock":true},{"title":"10m","offer_id":43187915063363,"sku":null,"price":480.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0572\/0522\/7587\/files\/AIMNA2Ethernet.webp?v=1777297016","url":"https:\/\/tweekgeek.com\/fr\/products\/aim-na2-ethernet","provider":"Tweek Geek","version":"1.0","type":"link"}