{"product_id":"wipe-clean-leaf-serving-base","title":"Wipe-Clean Leaf Serving Base","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\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\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(2.5rem, 5vw, 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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 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.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-weight: 500;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Utility - Scheme A (Default Fluid) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-size: 16px;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px; \/* Minimum height for visibility *\/\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(2rem, 4vw, 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 *\/\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: 1rem 0;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Specifications Styles *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 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: 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    @media (max-width: 767px) {\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 { margin-bottom: 1rem; border-bottom: none; }\n      .specs-table th { display: none; }\n      .specs-table td {\n        padding: 0.75rem 0;\n        display: flex;\n        justify-content: space-between;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Styles *\/\n    .faq-item {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 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      font-size: 17px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cspan class=\"badge-text\"\u003eDesigned for instant atmosphere\u003c\/span\u003e\n\u003ch1\u003eTransform Your Party into a Tropical Paradise\u003c\/h1\u003e\n\n\u003cp\u003eSet the scene for an unforgettable event with these oversized, ultra-realistic artificial banana leaves. Perfect for creating a lush jungle vibe for luaus, safari themes, or elegant beach weddings.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624142216\/9524e9dd3e66301ffeba6be314ae68d2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624141522\/672ff2c8a4b71f98eef50faf42fff92f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGrand Scale for Dramatic Decor\u003c\/h2\u003e\n\n\u003cp\u003eForget small, underwhelming decorations. At an impressive 22.8 inches long, a single leaf makes a bold statement. Use them to create a continuous, lush table runner or as the base for a stunning centerpiece that instantly fills your space with vibrant green.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌿 Epic Table Runners\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Statement Centerpieces\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🏝️ Themed Backdrops\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\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\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624141522\/b4e3b6b7a4730a3ef268723f64efac80.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThick, Sturdy \u0026amp; Reusable\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from premium, thickened material, these leaves are designed to lie perfectly flat without curling. They are completely waterproof and durable, allowing you to easily wipe them clean and reuse them for countless future events.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e💪 Sturdy \u0026amp; Flat Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💧 Waterproof Surface\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔄 Wipe-Clean Reusable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Artful Food Presentation --\u003e\n\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\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624141522\/da6bd286514509fff36bdc601a35f360.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eArtful \u0026amp; Safe Food Presentation\u003c\/h2\u003e\n\n\u003cp\u003eElevate your culinary displays by using these food-safe leaves as unique placemats or serving platters. Their realistic, detailed texture provides a stunning organic backdrop that makes everything from tropical fruit to sushi look incredibly appetizing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🍽️ Food-Safe Surface\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🍱 Exotic Platter Base\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🎨 Unique Placemats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block specs-container grid-2-col\"\u003e\n\u003cdiv class=\"specs-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"min-height: auto; aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624141522\/c1a2aa7cce40cc49c0a1606cc9fd1f03.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-data\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eLength\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApprox. 22.8 inches (58 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eWidth\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApprox. 11.4 inches (29 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePremium Thickened Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eQuantity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e10 Leaves per Pack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eCare\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWaterproof, Wipe clean with damp cloth\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!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these leaves safe for direct food contact?\u003c\/h3\u003e\n\n\u003cp\u003eYes, they are made from a food-safe material, making them perfect for lining platters, serving fruit, or using as unique placemats for your guests.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I clean them for reuse?\u003c\/h3\u003e\n\n\u003cp\u003eCleaning is easy. Since they are waterproof, you can simply wipe them down with a damp cloth or rinse them under the tap after use, then let them air dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo they arrive rolled or flat? Will they curl?\u003c\/h3\u003e\n\n\u003cp\u003eThese leaves are designed with a thickened structure to lie perfectly flat right out of the package, avoiding the annoying curling issues often seen with thinner alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Small (Standard 10-Pack) \/ 1 Pack (Event Starter)","offer_id":45768522137791,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Medium (Standard 10-Pack) \/ 1 Pack (Event Starter)","offer_id":45768522170559,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Large (Standard 10-Pack) \/ 1 Pack (Event Starter)","offer_id":45768522203327,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Small (Standard 10-Pack) \/ 2 Packs (Larger Party - 10%)","offer_id":45768522236095,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Medium (Standard 10-Pack) \/ 2 Packs (Larger Party - 10%)","offer_id":45768522268863,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Large (Standard 10-Pack) \/ 2 Packs (Larger Party - 10%)","offer_id":45768522301631,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Small (Standard 10-Pack) \/ 3 Packs (Grand Event - 15%)","offer_id":45768522334399,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Medium (Standard 10-Pack) \/ 3 Packs (Grand Event - 15%)","offer_id":45768522367167,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Large (Standard 10-Pack) \/ 3 Packs (Grand Event - 15%)","offer_id":45768522399935,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/9524e9dd3e66301ffeba6be314ae68d2.jpg?v=1782282169","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/wipe-clean-leaf-serving-base","provider":"Bak","version":"1.0","type":"link"}