{"product_id":"wandbord-met-hooglandkoe","title":"Wandbord met Highland-Koe","description":"\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n           Scoped CSS - Isolated to .custom-product-wrapper\n           ========================================= *\/\n        \n        .custom-product-wrapper {\n            \/* Rustic \/ Farmhouse Theme Colors *\/\n            --theme-color: #5c4033; \/* Dark brown *\/\n            --theme-light: #fdf8f5; \/* Warm off-white *\/\n            --theme-accent: #b45309; \/* Amber\/Rust accent *\/\n            --text-main: #292524; \/* Stone 800 *\/\n            --text-muted: #57534e; \/* Stone 500 *\/\n            --border-color: #e7e5e4; \/* Stone 200 *\/\n            --bg-card: #ffffff;\n            \n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            line-height: 1.6;\n            background-color: #ffffff;\n            padding: 20px 0;\n            margin: 0 auto;\n            max-width: 1000px;\n            box-sizing: border-box;\n        }\n\n        .custom-product-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .custom-product-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n            box-shadow: 0 8px 24px rgba(92, 64, 51, 0.08);\n            margin: 0 auto;\n        }\n\n        \/* Title Area *\/\n        .custom-product-wrapper .main-title {\n            text-align: center;\n            font-size: 32px;\n            font-weight: 800;\n            color: var(--theme-color);\n            margin-bottom: 40px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--theme-light);\n            letter-spacing: 0.5px;\n        }\n\n        \/* Feature Sections *\/\n        .custom-product-wrapper .feature-section {\n            display: flex;\n            align-items: center;\n            gap: 40px;\n            margin-bottom: 60px;\n            background: var(--bg-card);\n            padding: 30px;\n            border-radius: 16px;\n            box-shadow: 0 4px 16px rgba(0,0,0,0.03);\n            border: 1px solid var(--theme-light);\n            transition: transform 0.3s ease;\n        }\n\n        .custom-product-wrapper .feature-section.text-only {\n            text-align: center;\n            justify-content: center;\n            padding: 40px 30px;\n            background: var(--theme-light);\n            border: 1px dashed var(--theme-accent);\n        }\n\n        .custom-product-wrapper .feature-section:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 24px rgba(180, 83, 9, 0.08);\n        }\n\n        .custom-product-wrapper .feature-section:nth-child(even):not(.text-only) {\n            flex-direction: row-reverse;\n        }\n\n        .custom-product-wrapper .feature-text {\n            flex: 1;\n        }\n\n        .custom-product-wrapper .feature-image {\n            flex: 1;\n        }\n\n        .custom-product-wrapper .feature-text h3 {\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--text-main);\n            margin-top: 0;\n            margin-bottom: 15px;\n            position: relative;\n        }\n\n        .custom-product-wrapper .feature-section:not(.text-only) .feature-text h3::before {\n            content: '';\n            display: inline-block;\n            width: 8px;\n            height: 8px;\n            background-color: var(--theme-accent);\n            border-radius: 50%;\n            margin-right: 10px;\n            transform: translateY(-2px);\n        }\n\n        .custom-product-wrapper .feature-text p {\n            font-size: 16px;\n            color: var(--text-muted);\n            margin: 0;\n        }\n\n        \/* Specifications Table *\/\n        .custom-product-wrapper .table-container {\n            margin-top: 60px;\n            margin-bottom: 50px;\n            background: var(--bg-card);\n            padding: 30px;\n            border-radius: 16px;\n            box-shadow: 0 4px 16px rgba(0,0,0,0.03);\n            border: 1px solid var(--theme-light);\n        }\n\n        .custom-product-wrapper .section-title {\n            font-size: 24px;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 25px;\n            color: var(--theme-color);\n        }\n\n        .custom-product-wrapper table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 15px;\n        }\n\n        .custom-product-wrapper table th,\n        .custom-product-wrapper table td {\n            padding: 14px 20px;\n            border: 1px solid var(--border-color);\n            text-align: left;\n        }\n\n        .custom-product-wrapper .specs-table td:first-child {\n            font-weight: 600;\n            background-color: var(--theme-light);\n            width: 35%;\n            color: var(--text-main);\n        }\n\n        .custom-product-wrapper .specs-table td:last-child {\n            color: var(--text-muted);\n        }\n\n        \/* FAQ Section *\/\n        .custom-product-wrapper .faq-container {\n            background: var(--bg-card);\n            padding: 30px;\n            border-radius: 16px;\n            box-shadow: 0 4px 16px rgba(0,0,0,0.03);\n            border: 1px solid var(--theme-light);\n        }\n\n        .custom-product-wrapper .faq-item {\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 1px dashed var(--border-color);\n        }\n\n        .custom-product-wrapper .faq-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .custom-product-wrapper .faq-q {\n            font-weight: 700;\n            font-size: 16px;\n            color: var(--text-main);\n            margin-bottom: 8px;\n        }\n\n        .custom-product-wrapper .faq-a {\n            font-size: 15px;\n            color: var(--text-muted);\n            margin: 0;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .custom-product-wrapper {\n                padding: 10px;\n            }\n            .custom-product-wrapper .main-title {\n                font-size: 26px;\n            }\n            .custom-product-wrapper .feature-section,\n            .custom-product-wrapper .feature-section:nth-child(even):not(.text-only) {\n                flex-direction: column;\n                padding: 20px;\n                gap: 20px;\n            }\n            .custom-product-wrapper .feature-text h3 {\n                font-size: 20px;\n            }\n            .custom-product-wrapper .specs-table td:first-child {\n                width: 40%;\n            }\n            .custom-product-wrapper table th,\n            .custom-product-wrapper table td {\n                padding: 10px;\n                font-size: 14px;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-wrapper\"\u003e\n\u003ch2\u003eGrappig metalen wandbord met een Schotse Highland-Koe\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eGeef je interieur een vleugje rustieke humor\u003c\/h3\u003e\n\u003cp\u003eMet een klassieke zwart-witte illustratie van een Schotse hooglandkoe in combinatie met een grappige, herkenbare quote zorgt dit wandbord meteen voor een charmante en gastvrije sfeer.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_c67c768f-f010-453c-bc44-a11601f2244f.jpg?v=1776845000\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eHoogwaardig aluminium met vintage afwerking\u003c\/h3\u003e\n\u003cp\u003eDit bord is vervaardigd uit duurzaam aluminium en is licht van gewicht, roestbestendig en vochtbestendig. De verweerde vintage afwerking zorgt voor een tijdloze landelijke uitstraling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302180900\/b479008aac04635f37c4101e39ccb153.jpg\" alt=\"Premium Aluminum with Vintage Finish\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003ePerfect voor elke ruimte\u003c\/h3\u003e\n\u003cp\u003eIdeaal voor badkamers, keukens, boerderijen, ranches, kantoren, bars en cafés. Past moeiteloos bij interieurstijlen als western, rustiek, landelijk of man cave.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/2_80c20329-4734-42c2-871c-ed0625642cf4.jpg?v=1776844999\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eEenvoudig op te hangen\u003c\/h3\u003e\n\u003cp\u003eDit bord van 20 × 30 cm is voorzien van vier voorgeboorde gaten voor een snelle bevestiging. Bevestig het eenvoudig met schroeven of muurhaken (bevestigingsmateriaal niet meegeleverd).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/3_161a4783-fa47-4df9-911f-c9d6d764c27d.jpg?v=1776844999\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 (Text Only) --\u003e\n\u003cdiv class=\"feature-section text-only\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eEen uniek cadeau waar ze dol op zullen zijn\u003c\/h3\u003e\n\u003cp\u003eEen onvergetelijk cadeau voor liefhebbers van unieke kunst, fans van het boerenleven of iedereen die van eigenzinnige humor houdt. Perfect voor verjaardagen, feestdagen of housewarmingfeestjes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ch3\u003eSpecificaties\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMateriaal: aluminium\u003c\/li\u003e\n\u003cli\u003eAfmetingen: 20 × 30 cm\u003c\/li\u003e\n\u003cli\u003eAfwerking: vintage-look met verweerde print\u003c\/li\u003e\n\u003cli\u003eBevestiging: 4 voorgeboorde gaten\u003c\/li\u003e\n\u003cli\u003eStijl: landelijk \/ rustiek \/ western\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003c\/div\u003e","brand":"Verkauft.nl","offers":[{"title":"Default Title","offer_id":52445532455093,"sku":"0312-13316051","price":11.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_c67c768f-f010-453c-bc44-a11601f2244f.jpg?v=1776845000","url":"https:\/\/verkauft.nl\/products\/wandbord-met-hooglandkoe","provider":"Verkauft.nl","version":"1.0","type":"link"}