{"product_id":"triple-port-usb-c-reader-rjc","title":"Dreifachanschluss USB-C Kartenleser","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Tech Accessory (3-in-1 USB-C Card Reader)\nTarget Audience: Photographers, Office Workers, Travelers, General Tech Users\nVisual Style: Modern, Clean, Tech-Oriented yet Lifestyle-Friendly\nColor Strategy: White background for crispness, Tech Blue (--primary) for emphasis, Dark Gray text for high readability.\nShape Strategy: Radius 12px for tech product approachability (smooth, non-aggressive edges).\nTypography Strategy: Large Type \/ Mobile-first readable (Base text 18px, H1 up to 44px).\nMobile Table Strategy: Card-based (Strictly NO horizontal scroll, flex-row mapping).\nImage Mapping: Hero=image_1 (Collage\/Main), Feature1=image_2 (Ports), Feature2=image_3 (OTG\/Phone), Feature3=image_4 (Laptop), Feature4=image_5 (Lifestyle).\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    :root {\n      --primary: #0A58CA; \/* Tech Blue *\/\n      --primary-light: #EBF2FF;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --border-color: #E5E7EB;\n      \n      --radius-md: 12px;\n      --radius-lg: 20px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    }\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Large Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Non-clickable Visual Badge *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* 2) Image Protocol (Scheme A: Natural Flow) *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: bold;\n    }\n\n    .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n    \n    .hero-section p.hero-subtitle {\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      font-size: clamp(20px, 2vw, 24px);\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-text {\n      font-size: 16px;\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Features Section \u0026 Mobile Ordering Lock *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 8vw, 6rem);\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strictly stack *\/\n      gap: 2rem;\n    }\n\n    .feature-media {\n      width: 100%;\n      order: 1; \/* Force image on top for mobile *\/\n    }\n\n    .feature-copy {\n      width: 100%;\n      order: 2; \/* Force text below for mobile *\/\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .feature-list li {\n      position: relative;\n      padding-left: 2rem;\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    .feature-list li::before {\n      content: '✓';\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 1.2em;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem; \/* Ensure breathing room between text and image *\/\n      }\n      \n      .feature-media,\n      .feature-copy {\n        width: 50%;\n        order: unset; \/* Remove explicit ordering for desktop to allow nth-child rules *\/\n      }\n\n      \/* Alternate layout for Z-Pattern *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Table (Strict Card Pattern for Mobile) *\/\n    .specs-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th,\n      .specs-table td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table th {\n        width: 40%;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n      .specs-table td {\n        color: var(--text-sub);\n      }\n    }\n\n    \/* Mobile Card Strategy (CRITICAL: NO HORIZONTAL SCROLL) *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide default headers *\/\n      }\n      \n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column; \/* Stack label and value for better readability on small screens *\/\n        padding: 0.5rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eUniverselle Konnektivität\u003c\/div\u003e\n\n\u003ch1\u003eEntsperren Sie sofortiges Teilen von Dateien überall\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDer ultimative 3-in-1 USB-C-Kartenleser. Durchsuchen, kopieren und teilen Sie Fotos und Videos von Ihrer Kamera sofort auf Ihrem Telefon, Tablet oder Laptop.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof-text\"\u003e⭐⭐⭐⭐⭐ Unverzichtbares Werkzeug für Fotografen \u0026 Profis\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/151e8cd7d993b913ada972b771df0870.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/1a1c0f230b882dc044283b00e0a6ac2d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDreifacher Port-Erweiterung\u003c\/h2\u003e\n\n\u003cp\u003eNie wieder zwischen Ihren Geräten wählen müssen. Unser Multi-Port-Design ist für jede Gelegenheit auf Ihre Bedürfnisse abgestimmt.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSD-Karten-Slot:\u003c\/strong\u003e Perfekt für DSLR- und spiegellose Kameraübertragungen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMicro SD (TF)-Slot:\u003c\/strong\u003e Einfacher Zugriff auf Drohnen- und Action-Kamera-Aufnahmen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUSB 3.0-Anschluss:\u003c\/strong\u003e Verbinden Sie nahtlos Tastaturen, Mäuse oder USB-Sticks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/8cdd2bc7c5f304a50ae4a45736ee4a61.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEchte Plug-\u0026-Play-Einfachheit\u003c\/h2\u003e\n\n\u003cp\u003eFür sofortige Nutzung konzipiert. Keine komplizierten Einstellungen, kein Warten. Einfach einstecken und mit dem Übertragen beginnen.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eKeine Apps notwendig:\u003c\/strong\u003e Funktioniert nativ mit dem Dateimanager Ihres Geräts.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eKeine Treiber erforderlich:\u003c\/strong\u003e Sofortige Erkennung auf modernen Betriebssystemen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eKeine zusätzliche Stromversorgung:\u003c\/strong\u003e Läuft effizient über den Akku Ihres Geräts.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/7af17af5f0235f171d15bae46e9a81c2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBidirektionaler Datentransfer\u003c\/h2\u003e\n\n\u003cp\u003eEine echte Brücke zwischen Ihren digitalen Welten. Importieren Sie beeindruckende Aufnahmen oder exportieren Sie wichtige Dokumente mühelos.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUmfangreiche Dateiformatunterstützung:\u003c\/strong\u003e Verarbeitet Filme, Musik, Word, PPT, Excel, PDF und RAW-Bilder.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eImport:\u003c\/strong\u003e Übertragen Sie Daten von SD\/TF-Karten und USB-Laufwerken direkt auf Ihr USB-C-Gerät.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eExport:\u003c\/strong\u003e Sichern Sie Dateien von Ihrem iPad oder Telefon auf externen Speicher, um Platz zu schaffen.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311160808\/fc7263c5798c8abf06b260fd660b4588.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eKompakt \u0026 anschlussfreundlich\u003c\/h2\u003e\n\n\u003cp\u003eDer unverzichtbare Assistent des Fotografen. Entwickelt mit einem durchdachten, caseschonenden Design, das Ihren Arbeitsplatz respektiert.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eEingebautes Kabelverlängerung:\u003c\/strong\u003e Stellt sicher, dass der Leser angrenzende Anschlüsse an Ihrem Laptop nicht blockiert.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSuperleicht:\u003c\/strong\u003e Passt problemlos in jede Kameratasche, Tasche oder den täglichen Begleiter.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eOTG unterstützt:\u003c\/strong\u003e Verwandeln Sie Ihr Smartphone überall in eine leistungsstarke Arbeitsstation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Strategy) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Input Interface\"\u003eUSB Type-C (Stecker)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Output Interfaces\"\u003e1x SD-Slot, 1x Micro-SD (TF)-Slot, 1x USB 3.0-Anschluss\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eMacOS, Windows, iPadOS, Android (erfordert OTG-Unterstützung)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Simultaneous Reading\"\u003eUnterstützt das gleichzeitige Lesen von 1 Karte (SD oder Micro SD) + 1 USB-Peripheriegerät\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cable Length\"\u003eCa. 12,0 cm \/ 4,7 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eCa. 35,0 g \/ 1,2 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Operating Temperature\"\u003e0°C bis 45°C \/ 32°F bis 113°F\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eRobustes ABS-Gehäuse mit Zugentlastungskabel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich die SD- und Micro-SD-Kartenslots gleichzeitig verwenden?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDer Leser verfügt über eine Single-LUN-Architektur, was bedeutet, dass die SD- und Micro-SD-Slots nicht gleichzeitig gelesen werden können. Sie können jedoch einen Speicherkartenslot (entweder SD oder Micro SD) zusammen mit einem angeschlossenen USB-Peripheriegerät (wie einem USB-Stick oder einer Maus) gleichzeitig verwenden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eMuss ich eine spezielle App herunterladen, um diesen an meinem iPhone 15 oder iPad zu verwenden?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eEs wird keine Drittanbieter-App benötigt! Dieser Adapter ist komplett Plug-and-Play. Für Apple-Geräte mit Type-C-Anschluss stecken Sie ihn einfach ein und öffnen die native „Dateien“-App oder „Fotos“-App, um auf Ihre Daten zuzugreifen, sie zu importieren oder zu exportieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWird dieser den Ladeanschluss neben dem Type-C-Anschluss an meinem Laptop blockieren?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eÜberhaupt nicht. Wir haben diesen Kartenleser mit einem kurzen, flexiblen eingebauten Kabel entworfen. So sitzt die Hauptstation sicher entfernt vom Gehäuse Ihres Geräts, wodurch alle angrenzenden Anschlüsse für das Laden oder andere Zubehörteile vollständig zugänglich bleiben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Nur Type-C","offer_id":46880498188461,"sku":"0318-15464786","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Type-C + Lightning","offer_id":46880498221229,"sku":"0318-15468439","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/bcb0f19d5fddbdddcf635ad8fd71b909_e491b7a4-b031-4af4-859d-53738d01d34f.jpg?v=1784621317","url":"https:\/\/newjoyloo.com\/de\/products\/triple-port-usb-c-reader-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}