{"product_id":"foldable-wooden-tree-trivet","title":"Foldable Wooden Tree Trivet","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：创意变形家居用品（节日装饰+隔热垫）\n  目标受众：家庭烹饪爱好者、节日装饰者\n  视觉风格：天然木质、温馨节日氛围、哑光质感\n  配色策略：使用原木色系（枫木\/樱桃木\/胡桃木）作为主基调，搭配暖调背景\n  模块顺序：Hero (核心变身卖点) -\u003e Feature 1 (隔热功能\/材质) -\u003e Feature 2 (折叠收纳\/装饰性) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_3.png, Feature2=image_2.png\n  规格图映射：Specs=image_5.png\n  对比模块：未加入（Hero部分已充分展示形态对比）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8B4513;\n      --primary-hover: #6F370F;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F7F5;\n      --bg-soft: #F2EFE9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0D6C8;\n\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      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      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      line-height: 1.3;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout Utilities *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .grid-2-col {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .grid-2-col {\n        grid-template-columns: 1fr 1fr;\n      }\n      .grid-reverse {\n        direction: rtl;\n      }\n      .grid-reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Components *\/\n    .trust-pill {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      padding: 0.5rem 1rem;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background: #eee;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n    \n    .hero-img-container {\n        border-radius: var(--radius-lg);\n        overflow: hidden;\n        box-shadow: var(--shadow-lg);\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\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 th {\n        display: none;\n      }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.5rem;\n        top: 1rem;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n      padding-left: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"trust-pill\"\u003e✨ Festive Decor Meets Everyday Function\u003c\/div\u003e\n\n\u003ch1\u003eFrom Charming Christmas Tree to Practical Table Protector\u003c\/h1\u003e\n\n\u003cp\u003eUnfold holiday magic in your kitchen. This unique solid wood creation transforms in seconds from a festive countertop decoration into a robust, heat-resistant trivet for your hot dishes.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260713181256\/35414f2e70668f8b43a48e74bee31745.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing grid-2-col\"\u003e\n\u003cdiv\u003e\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260713181256\/f2be68825338695a0cf5b11020489006.jpg\"\u003e\u003c\/div\u003e\n\n\u003ch2\u003ePremium Solid Wood Heat Barrier\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from thick, durable natural wood, this trivet provides a sturdy and reliable shield against heat. Confidently place your hot pots, pans, and serving dishes on the table without worrying about scorching or damaging your surfaces. The substantial wood construction is designed for daily use.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNatural Wood Grain\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEffective Heat Insulation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy \u0026amp; Stable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Foldable Design \u0026 Storage --\u003e\n\n\u003cdiv class=\"section-spacing grid-2-col grid-reverse\"\u003e\n\u003cdiv\u003e\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260713181256\/ca2808c57c489707bc3ae92556bb5880.jpg\"\u003e\u003c\/div\u003e\n\n\u003ch2\u003eSmart Foldable Design Saves Space\u003c\/h2\u003e\n\n\u003cp\u003eForget cluttered drawers. When not serving its purpose as a trivet, simply rotate the wooden \"petals\" to stack them neatly into a beautiful Christmas tree shape. It stands as a charming centerpiece that adds warmth and festive cheer to your kitchen or dining area until it's needed again.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eInstant Transformation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCountertop Decor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCompact Storage\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-spacing\"\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=\"Materials\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMaterials\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSolid Wood (Mixed Maple, Cherry, and Black Walnut styles)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Unfolded Diameter\"\u003e\u003cspan style=\"font-size:16px;\"\u003eUnfolded Diameter\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Unfolded Diameter\"\u003e\u003cspan style=\"font-size:16px;\"\u003eApprox. 19 cm (7.5 in) for main layers; Top layer approx. 15.6 cm (6.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Petal Thickness\"\u003e\u003cspan style=\"font-size:16px;\"\u003ePetal Thickness\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Petal Thickness\"\u003e\u003cspan style=\"font-size:16px;\"\u003e1 cm (0.4 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Top Decoration\"\u003e\u003cspan style=\"font-size:16px;\"\u003eTop Decoration\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Top Decoration\"\u003e\u003cspan style=\"font-size:16px;\"\u003eAvailable in Star or Apple shape\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Configurations\"\u003e\u003cspan style=\"font-size:16px;\"\u003eConfigurations\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Configurations\"\u003e\u003cspan style=\"font-size:16px;\"\u003eAvailable in 3, 4, or 5 layer options\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it made of real wood?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the trivet pieces are crafted from solid, natural wood, featuring varied tones like maple, cherry, and walnut for an organic look and durable feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it hold heavy pots?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The thick solid wood construction and stable base are designed to securely support heavy cookware like soup pots or casserole dishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does it transform?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe wooden pieces are stacked on a central pole and can rotate. You simply fan them out flat to create the trivet, or align them vertically to form the tree shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"4-Layer Tree \/ Apple","offer_id":45844820230335,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Layer Tree \/ Apple","offer_id":45844820263103,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"5-Layer Tree \/ Apple","offer_id":45844820295871,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"4-Layer Tree \/ Star","offer_id":45844820328639,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Layer Tree \/ Star","offer_id":45844820361407,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"5-Layer Tree \/ Star","offer_id":45844820394175,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/35414f2e70668f8b43a48e74bee31745.jpg?v=1783938209","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/foldable-wooden-tree-trivet","provider":"Bak","version":"1.0","type":"link"}