{"product_id":"magnetic-mechanical-kitchen-timer-rjc","title":"Magnetische mechanische keukentimer","description":"\u003cdiv class=\"product-set-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Modern Kitchen \u0026 Utility Theme *\/\n    .product-set-container {\n      --primary: #2C3E50; \/* Slate Dark Blue - Clean, professional *\/\n      --primary-hover: #1A252F;\n      --accent: #E74C3C; \/* Timer Red - Urgent, clear, classic timer color *\/\n      --accent-light: #FADBD8; \/* Light Red *\/\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #F4F6F7; \/* Very light gray\/blue *\/\n      --bg-card: #FFFFFF;\n      --border-color: #E5E8E8;\n      --radius-md: 12px;\n      --radius-lg: 24px;\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 10px 20px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      font-family: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-set-container *,\n    .product-set-container *::before,\n    .product-set-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-set-container h1, \n    .product-set-container h2, \n    .product-set-container h3 {\n      font-family: \"Montserrat\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n    }\n\n    .product-set-container h1 {\n      font-size: clamp(32px, 4vw, 48px);\n      line-height: 1.2;\n      letter-spacing: -0.02em;\n    }\n\n    .product-set-container .subtitle {\n      font-size: clamp(16px, 2vw, 20px);\n      color: var(--accent);\n      font-weight: 700;\n      margin: 0 0 1.5rem 0;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n    }\n\n    .product-set-container h2 {\n      font-size: clamp(26px, 3vw, 36px);\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      position: relative;\n      padding-bottom: 0.75rem;\n    }\n    \n    .product-set-container h2::after {\n      content: '';\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 60px;\n      height: 4px;\n      background-color: var(--accent);\n      border-radius: 2px;\n    }\n\n    .product-set-container h3 {\n      font-size: clamp(22px, 2.5vw, 28px);\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-set-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: 8px;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--primary);\n      box-shadow: var(--shadow-sm);\n    }\n    .detail-badge.accent {\n      background: var(--accent);\n      color: #FFF;\n      border-color: var(--accent);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n    \n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      transition: transform 0.5s ease;\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.05);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 3rem;\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 4rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-lg);\n    }\n    .hero-section h2::after {\n      left: 50%;\n      transform: translateX(-50%);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    \/* How to Use Section *\/\n    .how-to-use {\n      margin-bottom: var(--spacing-section);\n    }\n    .steps-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n    .step-card {\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n      display: flex;\n      align-items: flex-start;\n      gap: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .step-number {\n      background: var(--accent);\n      color: white;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 800;\n      font-size: 1.2rem;\n      flex-shrink: 0;\n    }\n    .step-text {\n      font-size: 1.1rem;\n      color: var(--text-main);\n      margin: 0;\n      padding-top: 0.3rem;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-left: 4px solid var(--primary);\n      transition: all 0.2s ease;\n    }\n    .faq-item:hover {\n      box-shadow: var(--shadow-sm);\n      transform: translateX(4px);\n    }\n    .faq-question {\n      font-size: clamp(16px, 2vw, 18px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: clamp(15px, 1.8vw, 16px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      \n      .specs-table th, .specs-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n      .specs-table th {\n        font-weight: 700;\n        color: var(--primary);\n        width: 35%;\n        background-color: var(--bg-body);\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        font-size: 14px;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n\n      .steps-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n      .step-card {\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n      }\n    }\n\n    \/* Mobile Specs Table Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1.25rem;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 15px;\n        text-align: left;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-transform: uppercase;\n        margin-bottom: 0.25rem;\n        font-size: 12px;\n        letter-spacing: 0.05em;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eBlijf Perfect Op Tijd\u003c\/div\u003e\n\n\u003ch1\u003eMagnetische Mechanische Keukentimer\u003c\/h1\u003e\n\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e🔋 Geen Batterij Nodig\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🧲 Sterke Magnetische Achterkant\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🔊 Luid Alarm\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e⏱️ 0-60 Min\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"max-width: 800px; margin: 1.5rem auto 2rem auto;\"\u003eHoud moeiteloos de tijd bij tijdens het koken, studeren of sporten met deze magnetische mechanische timer. Wikkel hem gewoon op en stel je gewenste tijd in voor nauwkeurige aftelherinneringen.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\" style=\"max-width: 800px; margin: 0 auto; box-shadow: none; border: none;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Magnetische Mechanische Keukentimer\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306175436\/93461ffddd1a9dddf00ebc1b3cd01da8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Sterke Magnetische Achterkant\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306175436\/a172402e6a18d941722ef8d57de54875.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSterke Magnetische Achterkant\u003c\/h3\u003e\n\n\u003cp\u003eDe ingebouwde magnetische achterkant zorgt ervoor dat de timer stevig blijft zitten op koelkasten, magnetrons of elk metalen oppervlak. Houd de timer altijd zichtbaar en binnen handbereik tijdens het koken of werken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Geen Batterij Nodig\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306175436\/1979e6827edaf4a96e086bf423cc144d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eGeen Batterij Nodig\u003c\/h3\u003e\n\n\u003cp\u003eDeze opwindtimer werkt zonder batterijen. Draai gewoon aan de knop om hem op te winden en stel de gewenste afteltijd in. Milieuvriendelijk, energiebesparend en altijd klaar voor gebruik.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Luid Alarmherinnering\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306175436\/d1af99213699b420062fdef5aefa6324.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eLuid Alarmherinnering\u003c\/h3\u003e\n\n\u003cp\u003eWanneer de aftelling klaar is, geeft de timer een duidelijk belsignaal van ongeveer 3–4 seconden, zodat je nooit een belangrijk moment mist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Compacte \u0026amp; Multifunctionele Timer\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306175436\/1274ac996bf01759bb3f2fa534cd0a92.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eCompacte \u0026amp; Multifunctionele Timer\u003c\/h3\u003e\n\n\u003cp\u003ePerfect voor koken, bakken, lezen, studeren, workouts en klasactiviteiten. Dankzij het compacte formaat is hij gemakkelijk op bureaus te plaatsen of overal mee naartoe te nemen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How to Use Section --\u003e\n\n\u003cdiv class=\"how-to-use\"\u003e\n\u003ch2\u003eHoe te gebruiken\u003c\/h2\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003cp class=\"step-text\"\u003eDraai de timer met de klok mee naar \u003cstrong\u003e55 minuten\u003c\/strong\u003e om de veer volledig op te winden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003cp class=\"step-text\"\u003eDraai daarna tegen de klok in naar je \u003cstrong\u003egewenste tijd\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003cp class=\"step-text\"\u003eWanneer de aftelling eindigt, zal de timer \u003cstrong\u003eautomatisch rinkelen\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eProducttype\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMechanische Keukentimer\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTijdsbereik\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0–60 Minuten\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMateriaal\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eABS kunststof\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eStroombron\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMechanisch Opwindmechanisme\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMontage\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMagnetische Achterkant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eAlarmgeluid\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3–4 Seconden Belgeluid\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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\"\u003e1. Heeft deze timer batterijen nodig?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNee. Het gebruikt een mechanisch opwindmechanisme en heeft geen batterijen nodig.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Kan het aan een koelkast blijven plakken?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. De sterke magnetische achterkant zorgt ervoor dat hij stevig blijft zitten op koelkasten, ovens of andere metalen oppervlakken.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Is het geschikt voor studeren of gebruik in de klas?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. Het werkt goed als studietimer, klaslokaaltimer of productiviteitstimer.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Hoe maak ik de timer schoon?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eGebruik een zachte, droge doek om het oppervlak af te nemen. Dompel het niet onder in water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Crème","offer_id":47908468097236,"sku":"0318-13454710","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Groen","offer_id":47908468130004,"sku":"0318-13459100","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rood","offer_id":47908468162772,"sku":"0318-13454838","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Alle-Kleuren Trio Pakket (Set van 3) - Bespaar 40%","offer_id":47908468195540,"sku":"0318-13454788","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/a2c00344a301d8a95d9773acb75322ec_7570649e-30d3-47e0-950b-89998d202f6a.jpg?v=1778307791","url":"https:\/\/omurio.com\/nl\/products\/magnetic-mechanical-kitchen-timer-rjc","provider":"Omurio","version":"1.0","type":"link"}