{"product_id":"smart-time-management-cube-rjc","title":"Slimme kubus voor timemanagement","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #121212;\n      --primary-hover: #2a2a2a;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n      --border-color: #e5e7eb;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--primary);\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--primary);\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .supporting-text,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n      margin-top: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      padding: 4rem 1.5rem;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      padding: 3rem 2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-badge-container {\n      margin-bottom: 1rem;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Items *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      background-color: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Product Set Options Column Layout *\/\n    .setup-container {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n\n    .setup-option-card {\n      background-color: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Grid \u0026 Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 2.5rem 2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 1.25rem 1rem;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* FAQ System *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      padding: 2.5rem 2rem;\n      border-radius: var(--radius-lg);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Responsive Rules *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .setup-container {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Typography Lock - Ensure no scaling down occurs *\/\n      .product-detail-container h1,\n      .product-detail-container .hero-title {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .spec-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-description,\n      .product-detail-container .spec-value,\n      .product-detail-container .faq-answer {\n        font-size: 18px !important;\n      }\n\n      \/* Force Image First, Text Second on Mobile *\/\n      .feature-item {\n        flex-direction: column !important;\n      }\n\n      \/* Specifications Responsive Mobile System *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-label-cell {\n        display: none !important;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Flip Countdown Timer \u0026 Clock\nTarget Audience: Professionals, Students, Gym\/Yoga Practitioners, Kitchen Users\nVisual Style: Modern, Minimalist Tech, Clean Workspace Aesthetics\nColor Strategy: Deep Gray\/Black and Soft White Backgrounds with Vibrant Segmented LED highlights\nModule Order: Hero Block -\u003e Feature 1 (Quick Settings) -\u003e Feature 2 (Clock \u0026 Pause Modes) -\u003e Feature 3 (Alert Settings) -\u003e Feature 4 (Power\/Battery) -\u003e Optional Setup (Black\/White options with\/without base) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_9, Feature2=detail_8, Feature3=detail_5, Feature4=detail_2, SetupOptions=detail_4, detail_6\nSpecification Data Source: Extracted from Product Analysis Report and Images (no specification image placeholder is rendered)\nCompare Section: Not included (no unverified competitive comparisons are introduced)\nInformation Boundary: Fully grounded in confirmed materials, battery details (1400mAh), presets (5, 10, 30, 60 minutes), and layout properties.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"hero-badge\"\u003ePomodorotimer \u0026amp; dagelijkse klok\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eBeheers je focus met de Cube-fliptimer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eOptimaliseer je dagelijkse routine, verhoog je productiviteit en beheer je tijd moeiteloos met intuïtieve fysieke flipmechanismen.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914160640\/37ef0438a73777a90f8ca3fcac320ad7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img96\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914160640\/1559b63ade337e40e6796b44cd3fc3f2.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDirect aftellen met vooraf ingestelde tijden\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eGeen omslachtig tikken in menu's of draaien aan instelwieltjes. Draai de kubus eenvoudig zo dat het gewenste tijdsinterval (5, 10, 30 of 60 minuten) naar boven wijst; het aftellen begint automatisch.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e5 min\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e10 min\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e30 min\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e60 min\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914160640\/b65b80c4828063d49519d0bdbe9fed20.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eNaadloos schakelen tussen pauze en klok\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDraai de kubus zo dat het scherm naar boven wijst om de actieve timer bij onderbrekingen te pauzeren. Draai het gewenste cijfer weer naar boven om verder te gaan. Draai het scherm naar beneden om direct terug te keren naar de standaardklokweergave.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914160640\/0b07717ee908fcff149f449a9596327d.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStille, tril- en geluidsmeldingen\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eBlijf gedisciplineerd zonder anderen te storen. Schakel tussen geluidsmeldingen, subtiele trillingen of stille schermflitsen voor gebruik in stille kantoren, bibliotheken, werkruimtes of tijdens het sporten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4 --\u003e\u003c!-- Optional Setup Options (Confirmed via SKU base details) --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePas je bureauopstelling aan\u003c\/h2\u003e\n\n\u003cdiv class=\"setup-container\"\u003e\n\u003cdiv class=\"setup-option-card\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914163812\/632f56055b6acddd692958dd28060343.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eStrak zwart model\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eVerkrijgbaar als los apparaat met rechtstreeks opladen via USB-C, of als set met een prettig mechanisch toetsenbordachtig laadstation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"setup-option-card\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260914163739\/24056bac8518a2d917412266547cd86a.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eKlassiek wit model\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEen strakke, elegante witte uitvoering. Kies voor rechtstreeks opladen of opladen via het laadstation met een tastbaar toetsenblok in de stijl van een mechanisch toetsenbord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eBatterijcapaciteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Batterijcapaciteit\"\u003e\u003cspan class=\"spec-value\"\u003e1400 mAh\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eOplaadduur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Oplaadduur\"\u003e\u003cspan class=\"spec-value\"\u003eOngeveer 3 uur\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eVooraf ingestelde opties\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Vooraf ingestelde opties\"\u003e\u003cspan class=\"spec-value\"\u003e5, 10, 30 en 60 minuten\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eMeldingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Meldingen\"\u003e\u003cspan class=\"spec-value\"\u003eStille modus (knipperende led), trilmodus, geluidsmelding\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eAlarmen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Alarmen\"\u003e\u003cspan class=\"spec-value\"\u003eMaximaal 3 aanpasbare dagelijkse alarmschema's\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eBehuizingsmateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Behuizingsmateriaal\"\u003e\u003cspan class=\"spec-value\"\u003eDuurzaam kunststof\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight:600; padding:1.25rem 1rem;\"\u003eKleurvarianten\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Kleurvarianten\"\u003e\u003cspan class=\"spec-value\"\u003eZwart \/ wit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe werkt de flipfunctie voor het aftellen?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eHet kubusontwerp heeft vooraf geprogrammeerde fysieke aftelvlakken. Draai het apparaat eenvoudig zo dat het gewenste aantal minuten (5, 10, 30 of 60) naar boven wijst om het aftellen direct te starten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe kan ik een actieve timer pauzeren of hervatten?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDraai het apparaat zo dat het scherm naar boven wijst. Om het aftellen zonder tijdverlies te hervatten, draai je het gewenste cijferpaneel weer naar boven.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eIs het laadstation ook praktisch op het bureau?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, de mechanische laadvoet is speciaal geïntegreerd met de indeling van een mechanisch toetsenbord. De klikknoppen dienen zowel als betrouwbare bediening voor de instellingen als als prettige fysieke uitlaatklep op je bureau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Zwart \/ Deluxe Set (Met mechanische oplaadbasis)","offer_id":48663780229332,"sku":"0915-10140784","price":89.95,"currency_code":"USD","in_stock":true},{"title":"Wit \/ Deluxe Set (Met mechanische oplaadbasis)","offer_id":48663780262100,"sku":"0915-10147697","price":89.95,"currency_code":"USD","in_stock":true},{"title":"Zwart \/ Standaard (kabelopladen)","offer_id":48663780294868,"sku":"0915-10148785","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Wit \/ Standaard (kabelopladen)","offer_id":48663780327636,"sku":"0915-10147831","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/5af02d675eb79b20486eb982de3a712c_419f6316-26cd-44ff-9d43-7fab8019b096.jpg?v=1789438544","url":"https:\/\/omurio.com\/nl\/products\/smart-time-management-cube-rjc","provider":"Omurio","version":"1.0","type":"link"}