{"product_id":"triple-port-usb-c-reader-rjc","title":"Driedubbele USB-C-lezer","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\"\u003eUniversele connectiviteit\u003c\/div\u003e\n\n\u003ch1\u003eOntgrendel directe bestandsdeling overal\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDe ultieme 3-in-1 USB-C-kaartlezer. Blader, kopieer en deel foto’s en video’s van je camera naar je telefoon, tablet of laptop in een oogwenk.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof-text\"\u003e⭐⭐⭐⭐⭐ Essentieel gereedschap voor fotografen \u0026 professionals\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\u003eDrievoudige poortuitbreiding\u003c\/h2\u003e\n\n\u003cp\u003eKies nooit meer tussen je apparaten. Ons multi-poortontwerp is ontwikkeld om aan je behoeften te voldoen bij elke gelegenheid.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSD-kaartsleuf:\u003c\/strong\u003e Perfect voor overdracht van DSLR- en systeemcamera’s.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMicro SD (TF) slot:\u003c\/strong\u003e Gemakkelijke toegang tot drone- en actiecamera-opnames.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUSB 3.0-poort:\u003c\/strong\u003e Sluit moeiteloos toetsenborden, muizen of USB-flashstations aan.\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 eenvoud\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor directe actie. Geen ingewikkelde installaties, geen wachttijd. Sluit het gewoon aan en begin met overzetten.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eGeen apps vereist:\u003c\/strong\u003e Werkt native met de bestandsbeheerder van je apparaat.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eGeen drivers nodig:\u003c\/strong\u003e Directe herkenning op moderne besturingssystemen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eGeen extra stroom nodig:\u003c\/strong\u003e Werkt efficiënt op de batterij van je apparaat.\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\u003eTweerichtingsgegevensoverdracht\u003c\/h2\u003e\n\n\u003cp\u003eEen echte brug tussen je digitale werelden. Importeer prachtige opnames of exporteer belangrijke documenten moeiteloos.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eBrede bestandscompatibiliteit:\u003c\/strong\u003e Ondersteunt films, muziek, Word, PPT, Excel, PDF en RAW-afbeeldingen.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eImporteren:\u003c\/strong\u003e Verplaats gegevens van SD\/TF-kaarten en USB-schijven direct naar je USB-C-apparaat.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eExporteren:\u003c\/strong\u003e Maak een back-up van bestanden van je iPad of telefoon naar externe opslag om ruimte vrij te maken.\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\u003eCompact \u0026 poortvriendelijk\u003c\/h2\u003e\n\n\u003cp\u003eDe essentiële assistent van de fotograaf. Ontworpen met een doordacht, case-vriendelijk ontwerp dat respect heeft voor je werkruimte.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eIngebouwde kabelverlenging:\u003c\/strong\u003e Zorgt ervoor dat de lezer de aangrenzende poorten op je laptop niet blokkeert.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSuperlichtgewicht:\u003c\/strong\u003e Glijdt gemakkelijk in elke cameratas, zak of dagelijkse draagtas.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eOTG Ondersteund:\u003c\/strong\u003e Verander je smartphone overal in een krachtige werkplek.\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 specificaties\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 (Mannelijk)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Output Interfaces\"\u003e1x SD-slot, 1x Micro SD (TF) slot, 1x USB 3.0 poort\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 (vereist OTG-ondersteuning)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Simultaneous Reading\"\u003eOndersteunt het gelijktijdig lezen van 1 kaart (SD of Micro SD) + 1 USB-perifeer apparaat\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cable Length\"\u003eOngeveer 12,0 cm \/ 4,7 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eOngeveer 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 tot 45°C \/ 32°F tot 113°F\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eDuurzame ABS-behuizing met kabelontlasting\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik de SD- en Micro SD-kaartsleuven tegelijkertijd gebruiken?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDe lezer heeft een single-LUN architectuur, wat betekent dat de SD- en Micro SD-slots niet tegelijkertijd gelezen kunnen worden. Je kunt echter wel één geheugenkaartsleuf (SD of Micro SD) tegelijk gebruiken naast een aangesloten USB-perifeer apparaat (zoals een usb-stick of muis).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eMoet ik een specifieke app downloaden om dit te gebruiken op mijn iPhone 15 of iPad?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eEr is geen app van derden nodig! Deze adapter is volledig plug-and-play. Voor Apple-apparaten met een Type-C poort, sluit hem gewoon aan en open de native \"Bestanden\" app of \"Foto's\" app om toegang te krijgen tot, te importeren of te exporteren van je data.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eBlokkeert dit de oplaadpoort naast de Type-C poort op mijn laptop?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eHelemaal niet. We hebben deze kaartlezer ontworpen met een korte, flexibele ingebouwde kabel. Dit zorgt ervoor dat de hoofdhub veilig wegzit van de behuizing van je apparaat, waardoor al je aangrenzende poorten volledig toegankelijk blijven voor opladen of andere accessoires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Alleen 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\/nl\/products\/triple-port-usb-c-reader-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}