{"product_id":"bananenblad-onderleggers","title":"Bananenblad Onderleggers - 6 Stuks","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n  [AI Design Logic]\n  产品类型：仿真大号香蕉叶餐垫\/装饰物 (10片装)\n  目标受众：派对举办者、餐饮服务商、热带主题爱好者\n  视觉风格：鲜艳、自然、清新、热带丛林感\n  配色策略：以鲜明的叶绿色为主色调，搭配清爽的浅色背景，营造洁净、高品质的视觉体验。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (超大尺寸与场景感) -\u003e Feature 2 (优质材质与耐用性) -\u003e Feature 3 (食品展示功能) -\u003e Specifications (规格参数) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_3.png, Feature1=image_4.png, Feature2=image_2.png, Feature3=image_5.png\n  规格图映射：Specs=image_1.png\n  对比模块：未加入（产品优势清晰，无需对比普通竞品）\n  --\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --primary: #4CAF50; \/* Vibrant leaf green *\/\n      --primary-hover: #388E3C;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F9F6; \/* Very pale green tint for cards *\/\n      --bg-soft: #E8F5E9; \/* A slightly deeper soft green *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(76, 175, 80, 0.1);\n      --shadow-lg: 0 8px 24px rgba(76, 175, 80, 0.15);\n      --border-color: #E0E0E0;\n      --section-spacing: clamp(2rem, 6vw, 4rem);\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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 clamp(1rem, 5vw, 2rem);\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p {\n      margin-top: 0;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(28px, 6vw, 44px);\n      font-weight: 700;\n      line-height: 1.25;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(22px, 5vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(18px, 4vw, 20px);\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 3.5vw, 18px);\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .badge-text {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-weight: 600;\n      font-size: clamp(14px, 3vw, 16px);\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Utility *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Cleaned up Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      display: block;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    \/* Layout Utilities *\/\n    .section-block {\n      margin-bottom: var(--section-spacing);\n    }\n\n    .grid-2-col {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(1.5rem, 5vw, 3rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .grid-2-col {\n        grid-template-columns: 1fr 1fr;\n      }\n      \/* Z-Pattern alternating for desktop *\/\n      .feature-section:nth-child(even) .feature-media {\n        order: 2;\n      }\n      .feature-section:nth-child(even) .feature-copy {\n        order: 1;\n      }\n    }\n\n    \/* Feature Section Styles *\/\n    .feature-copy {\n      padding: 0.5rem 0;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1.25rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: clamp(13px, 3vw, 15px);\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n\n    \/* Specifications Styles *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, .specs-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: clamp(15px, 3.5vw, 18px);\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Styles *\/\n    .faq-item {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: clamp(1.25rem, 4vw, 1.5rem);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* --- Mobile Specific Optimizations --- *\/\n    @media (max-width: 767px) {\n      .hero-section {\n        text-align: center;\n        padding-top: 1rem;\n      }\n      \n      .feature-copy {\n        text-align: center;\n      }\n\n      .feature-tags {\n        justify-content: center;\n      }\n\n      \/* Mobile Table Optimization: Stacked layout instead of squished row *\/\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { \n        margin-bottom: 1rem; \n        border-bottom: none; \n      }\n      .specs-table th { display: none; }\n      .specs-table td {\n        padding: 0.5rem 0;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        border-bottom: 1px solid var(--border-color);\n        gap: 0.25rem;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\" style=\"text-align: center;\"\u003e\n\u003cspan style=\"color: rgb(255, 128, 0);\"\u003e\u003cstrong\u003eOntworpen voor een directe sfeer\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003ch1 style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eVerander je feest in een tropisch paradijs\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eCreëer de perfecte setting voor een onvergetelijk evenement met deze extra grote, ultrarealistische kunstmatige bananenbladeren. Perfect om een weelderige jungle-sfeer te creëren voor luaus, safarithema’s of elegante strandbruiloften.\u003c\/p\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/2_5ab1acaf-27db-4799-8c46-4dca6fc90069.jpg?v=1784894146\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Grand Scale --\u003e\n\u003cdiv class=\"section-block feature-section grid-2-col\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/3_c6b6ca55-8bb1-4b13-9866-fc610c89b166.jpg?v=1784894146\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGrootschalig voor een spectaculaire decoratie\u003c\/h2\u003e\n\u003cp\u003eVergeet kleine, teleurstellende decoraties. Met een indrukwekkende lengte van 22,8 inches maakt één enkel blad al een krachtig statement. Gebruik ze om een doorlopende, weelderige tafelloper te creëren of als basis voor een prachtig tafelstuk dat je ruimte in een oogwenk vult met levendig groen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌿 Epische tafellopers\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e ✨ Opvallende tafelstukken\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e 🏝️ Thematische achtergronden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Premium Material \u0026 Reusability --\u003e\n\u003cdiv class=\"section-block feature-section grid-2-col\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/4_9ab09c0b-1172-4b55-9ab6-7de5af1e0274.jpg?v=1784894145\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDik, stevig en herbruikbaar\u003c\/h2\u003e\n\u003cp\u003eDeze bladeren zijn vervaardigd uit hoogwaardig, verdikt materiaal en ontworpen om perfect plat te liggen zonder om te krullen. Ze zijn volledig waterdicht en duurzaam, waardoor je ze gemakkelijk schoon kunt vegen en kunt hergebruiken voor talloze toekomstige evenementen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e💪 Stevig en plat ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e 💧 Waterdicht oppervlak \u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔄 Afveegbaar en herbruikbaar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Artful Food Presentation --\u003e\n\u003cdiv class=\"section-block feature-section grid-2-col\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624141522\/da6bd286514509fff36bdc601a35f360.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eKunstzinnige en veilige presentatie van eten\u003c\/h2\u003e\n\u003cp\u003eGeef je culinaire presentaties een extra dimensie door deze voedselveilige bladeren te gebruiken als unieke placemats of serveerschalen. Hun realistische, gedetailleerde textuur zorgt voor een prachtige natuurlijke achtergrond die alles, van tropisch fruit tot sushi, er ongelooflijk smakelijk laat uitzien.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🍽️ Voedselveilig oppervlak\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e 🍱 Exotische schaalbasis\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e 🎨 Unieke placemats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\u003cdiv class=\"section-block specs-container grid-2-col\"\u003e\n\u003cdiv class=\"specs-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/5_4f253c86-ce63-43c3-8766-04515d536b28.jpg?v=1784894146\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-data\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLengte:\u003c\/strong\u003e 58 cm\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreedte:\u003c\/strong\u003e 29 cm\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMateriaal:\u003c\/strong\u003e hoogwaardig, verdikt plastic\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAantal\u003c\/strong\u003e: 6 bladeren per verpakking\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOnderhoud\u003c\/strong\u003e: waterbestendig, afnemen met een vochtige doek\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003c\/div\u003e","brand":"Verkauft.nl","offers":[{"title":"Default Title","offer_id":52859785281717,"sku":"0626-16200562","price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/2_5ab1acaf-27db-4799-8c46-4dca6fc90069.jpg?v=1784894146","url":"https:\/\/verkauft.nl\/products\/bananenblad-onderleggers","provider":"Verkauft.nl","version":"1.0","type":"link"}