{"product_id":"anti-slip-lipped-chopping-board-rjc","title":"Antislip snijplank met rand","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kitchenware \/ Heavy-duty Prep Tool\nTarget Audience: Home chefs, baking enthusiasts, hygiene-conscious households\nVisual Style: Professional, Sleek, Industrial, Clean\nColor Strategy: Deep Steel Gray (Primary), Crisp White (Background), Soft Ash (Card BG)\nShape Strategy: Radius 8px (Rigid enough for durability, subtly rounded for safety)\nTypography Strategy: Large Type \/ Mobile-first readable \/ Clean Sans-Serif\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks)\nImage Mapping: Hero=image_1, Stability Feature=image_2, Surface Feature=image_3, Hygiene=image_4, Versatility=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 Reset *\/\n    .product-detail-container {\n        \/* Variables *\/\n        --primary: #2d3748;\n        --text-main: #1a202c;\n        --text-sub: #4a5568;\n        --bg-body: #ffffff;\n        --bg-card: #f8fafc;\n        --border-color: #e2e8f0;\n        --radius-md: 8px;\n        --radius-lg: 12px;\n        \n        \/* Container Rules *\/\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        background: var(--bg-body);\n        \n        \/* Anti-overflow Rules *\/\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: border-box;\n    }\n\n    \/* 2) Typography System *\/\n    .pd-h1 { \n        font-size: clamp(32px, 5vw, 44px); \n        line-height: 1.2; \n        font-weight: 800; \n        color: var(--primary); \n        margin-bottom: 1.5rem; \n    }\n    .pd-h2 { \n        font-size: clamp(24px, 4vw, 32px); \n        line-height: 1.3; \n        font-weight: 700; \n        color: var(--primary); \n        margin-bottom: 1rem; \n    }\n    .pd-h3 { \n        font-size: clamp(20px, 3vw, 24px); \n        line-height: 1.4; \n        font-weight: 700; \n        color: var(--primary);\n        margin-bottom: 1rem; \n    }\n    .pd-p { \n        font-size: clamp(18px, 2.5vw, 20px); \n        line-height: 1.7; \n        color: var(--text-sub); \n        margin-bottom: 1.5rem; \n    }\n\n    \/* 3) Media \u0026 Images *\/\n    .pd-img-fluid {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-lg);\n    }\n    .pd-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        background: var(--bg-card);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-lg);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--text-sub);\n        font-size: 18px;\n        font-weight: 600;\n        text-align: center;\n        padding: 1rem;\n    }\n\n    \/* 4) Static Badges (No CTA) *\/\n    .pd-badges {\n        display: flex;\n        gap: 1rem;\n        flex-wrap: wrap;\n        margin-bottom: 2rem;\n    }\n    .pd-badge {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        padding: 0.5rem 1.2rem;\n        border-radius: 50px;\n        font-weight: 600;\n        font-size: 16px;\n        color: var(--primary);\n    }\n\n    \/* 5) Layout \u0026 Spacing *\/\n    .pd-section {\n        margin-top: clamp(3rem, 6vw, 5rem);\n        margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-hero {\n        text-align: center;\n    }\n    .pd-hero .pd-badges {\n        justify-content: center;\n    }\n\n    \/* Mobile Ordering Lock (Z-Pattern on Desktop) *\/\n    .pd-feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile Lock: Media Top, Text Bottom *\/\n        gap: 2rem;\n        margin-bottom: clamp(3rem, 6vw, 5rem);\n        align-items: center;\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n        width: 100%;\n    }\n\n    @media (min-width: 768px) {\n        .pd-feature-item {\n            flex-direction: row; \/* Z-Pattern Base *\/\n            gap: 4rem;\n        }\n        .pd-feature-item:nth-child(even) {\n            flex-direction: row-reverse; \/* Z-Pattern Reverse *\/\n        }\n        .pd-feature-media { width: 55%; }\n        .pd-feature-copy { width: 45%; }\n    }\n\n    \/* 6) Specs Table (Mobile Card Lock) *\/\n    .pd-table-container {\n        width: 100%;\n        margin-top: 2rem;\n    }\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n    }\n    .pd-table th, \n    .pd-table td {\n        padding: 1.2rem;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n        line-height: 1.5;\n    }\n    .pd-table th {\n        background: var(--bg-card);\n        font-weight: 700;\n        color: var(--primary);\n    }\n\n    @media (max-width: 767px) {\n        \/* Force Card Layout *\/\n        .pd-table, \n        .pd-table tbody, \n        .pd-table tr, \n        .pd-table td {\n            display: block;\n            width: 100%;\n        }\n        .pd-table thead {\n            display: none; \/* Hide headers *\/\n        }\n        .pd-table tr {\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--border-color);\n            padding: 0.5rem 1rem;\n        }\n        .pd-table td {\n            display: flex;\n            flex-direction: column;\n            border-bottom: 1px dashed var(--border-color);\n            padding: 1rem 0;\n            text-align: left;\n        }\n        .pd-table td:last-child {\n            border-bottom: none;\n        }\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n            font-size: 16px;\n        }\n    }\n\n    \/* 7) FAQ *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n        margin-top: 2rem;\n    }\n    .pd-faq-item {\n        background: var(--bg-card);\n        padding: 2rem;\n        border-radius: var(--radius-lg);\n        border: 1px solid var(--border-color);\n    }\n    .pd-faq-q {\n        font-weight: 700;\n        font-size: clamp(20px, 3vw, 22px);\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n    .pd-faq-a {\n        font-size: clamp(18px, 2.5vw, 20px);\n        line-height: 1.7;\n        color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003ch1 class=\"pd-h1\"\u003eBeheers je Keukenvoorbereiding met Professioneel Roestvrij Staal\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eDe ultieme hygiënische, geurvrije en ongelooflijk duurzame snijplank, ontworpen voor moderne culinaire liefhebbers.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eVoedselveilig Staal\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eVaatwasmachinebestendig\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eGeen Geuropname\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-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\/20260413102625\/e7ce18a75cd2cd89a45a454898a02adb.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=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 3rem;\"\u003eOntworpen voor Zware Prestaties\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-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\/20260413102625\/bb7172f3dda1e4b2fa6b6b6b6e2c882c.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=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eInnovatieve 90° L-vormige Rand\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eZeg vaarwel tegen wegglijden. Onze nauwkeurig ontworpen rechthoekige opstaande rand sluit perfect aan op je aanrecht. Dit zorgt voor ongeëvenaarde stabiliteit tijdens krachtig hakken of zwaar deeg kneden, waardoor je veilig en efficiënt blijft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-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\/20260413102625\/7d48bda4be0436a5ebcca0ac68b98747.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=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eGeavanceerd Handmatig Geborsteld Oppervlak\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eGlad metaal kan gevaarlijk zijn. Daarom gebruiken we een handmatige tekenings-technologie die een microgetextureerde afwerking aan het staal toevoegt. Deze subtiele textuur verhoogt de wrijving aanzienlijk en houdt je ingrediënten stevig vast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-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\/20260413102625\/703e41b171e9260b3267e8b5fbf44076.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=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003e100% Hygiënisch \u0026 Gemakkelijk Schoon te Maken\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eHouten en plastic planken herbergen verborgen geuren, diepe krassen en hardnekkige vlekken. Onze massieve roestvrijstalen plank is volledig niet-poreus. Een snelle spoeling of een wasbeurt in de vaatwasser brengt hem direct weer in perfecte staat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-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\/20260413102625\/6a1bafa2392cc1b64ac6086ec98d7ef6.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=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eGebouwd voor Veelzijdigheid\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eBeperk je niet tot alleen het hakken van groenten en vlees. Deze uitzonderlijk duurzame plank kan de intense druk van vleeshouwen aan en dient tegelijkertijd als het perfecte gekoelde oppervlak om brood te kneden, gebak uit te rollen of koekjesdeeg te snijden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eTechnische Specificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-table-container\"\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\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=\"Material\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePremium Voedselveilig Roestvrij Staal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd\u003eVerkrijgbaar in 12\" x 16\" (30x40 cm) en 16\" x 20\" (40x50 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design\"\u003eOntwerpstructuur\u003c\/td\u003e\n\t\t\t\u003ctd\u003e90° Rechthoekige Opstaande Rand voor Grip op het Aanrecht\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Surface\"\u003eOppervlakte Technologie\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHandmatige Tekening Textuur (Antislip)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eOnderhoudsinstructies\u003c\/td\u003e\n\t\t\t\u003ctd\u003e100% Vaatwasmachinebestendig, Afvegen om schoon te maken\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Best Used For\"\u003eBeste Gebruik Voor\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHak, Snijd, Snipper, Kneed, Deeg Uitrollen\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=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eBeschadigt of botst het mijn messen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eOnze roestvrijstalen plank is ontworpen met een handmatig geborstelde textuur die extreme duurzaamheid combineert met mesvriendelijkheid. Hoewel harder dan hout, is dagelijks hakken veilig. We raden gewoon aan je messen regelmatig te slijpen zoals je normaal zou doen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eSchuift de plank over het aanrecht?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eHelemaal niet. Het kenmerkende 90° L-vormige ontwerp zorgt ervoor dat de plank stevig over de rand van je keukenblad valt. Dit stabiliseert de plank tegen het aanrecht en voorkomt dat hij schuift tijdens intensief rollen of hakken.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs het echt vaatwasmachinebestendig?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsoluut. In tegenstelling tot houten snijplanken die kromtrekken en barsten, of plastic planken die smelten, kan onze massieve roestvrijstalen plank de hoogste temperatuurinstellingen van elke vaatwasser aan zonder te verslechteren.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Middel - 12\" x 16\" (30x40 cm)","offer_id":48044523061460,"sku":"0414-17014613","price":32.95,"currency_code":"USD","in_stock":true},{"title":"Groot - 16\" x 20\" (40x50 cm)","offer_id":48044523094228,"sku":"0414-17011940","price":50.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/e7ce18a75cd2cd89a45a454898a02adb.jpg?v=1780487194","url":"https:\/\/omurio.com\/nl\/products\/anti-slip-lipped-chopping-board-rjc","provider":"Omurio","version":"1.0","type":"link"}