{"product_id":"walnut-glass-moxa-burner","title":"Walnut Glass Moxa Burner","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #c3a362;\n      --primary-hover: #b08f4f;\n      --text-main: #2c2a29;\n      --text-sub: #605d5a;\n      --bg-body: #ffffff;\n      --bg-card: #faf8f5;\n      --bg-soft: #f2eee9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.06);\n      --border-color: #e5dfd5;\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      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Trust Badge \/ Pill *\/\n    .badge-container {\n      margin-bottom: 24px;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Image Placeholder Style *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\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      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n    }\n\n    .image-placeholder span {\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      align-items: center;\n    }\n\n    .hero-content {\n      padding-right: 16px;\n    }\n\n    \/* Feature Block Grid (Z-Pattern) *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: 48px;\n    }\n\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      align-items: center;\n    }\n\n    .feature-item.reverse {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .feature-item.reverse .feature-media {\n      order: 2;\n    }\n\n    .feature-item.reverse .feature-copy {\n      order: 1;\n    }\n\n    \/* Specifications Table Styles *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 40px 32px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      border-bottom: 1px solid var(--border-color);\n      vertical-align: top;\n    }\n\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ System *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Responsive Lock *\/\n    @media (max-width: 767px) {\n      .hero-section {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      .hero-content {\n        padding-right: 0;\n        order: 2;\n      }\n\n      .hero-media {\n        order: 1;\n      }\n\n      .feature-item {\n        grid-template-columns: 1fr !important;\n        gap: 24px;\n      }\n\n      .feature-item .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-item .feature-copy {\n        order: 2 !important;\n      }\n\n      .specifications-section {\n        padding: 24px 16px;\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-property {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Incense, Sage, and Moxa Coil Support Burner\n  Target Audience: Meditation, yoga, and aromatherapy practitioners seeking a clean and minimalist ash-catching solution\n  Visual Style: Zen-inspired, clean, and warm-toned minimalist design\n  Color Strategy: Neutral soft background colors combined with deep walnut and metallic gold accents\n  Module Order: Hero Section -\u003e Feature 1 (Metal Coil) -\u003e Feature 2 (Glass Ash Bowl) -\u003e Feature 3 (Detachable Design) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_2, Feature1=detail_3, Feature2=detail_4, Feature3=detail_1\n  Specification Data Source: None (no specification images provided; text specs extracted directly from report facts)\n  Compare Section: Not included (no factual comparative data provided in source report)\n  Information Boundary: Only information explicitly provided in the product analysis report, detail images, and current conversation has been used. No unverified product facts (such as materials, weights, or dimensions not mentioned) have been added.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eWalnut Wood \u0026amp; Glass Construction\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eClean \u0026amp; Minimalist Incense Support Stand\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eElevate your rituals with a modern, open-concept burner. Designed with a real solid walnut base and a removable glass catcher, it keeps your space pristine while supporting your favorite botanicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904162603\/9d9aca7fcb036e2043dcafc96677b5f4.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904161904\/2114b48aea7b57e8fb3633202cbe313c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStable Metal Coil Support\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe open spiral design holds incense rolls and sage bundles securely upright, ensuring an even, steady burn while allowing ash to fall straight down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904161904\/215197aff57dc8415e4833e255b09c9d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e360° Mess-Free Ash Catching\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe wide glass bowl sits directly beneath the spiral coil to catch every bit of falling ash, keeping your tables, desks, and shelves completely clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904161904\/cf65cc9820faf09793f022378c179050.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDetachable \u0026amp; Washable Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe glass bowl easily lifts off the solid wood base. Clean up in seconds by rinsing the glass directly under running water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eBase Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Base Material\"\u003e\u003cspan class=\"spec-value\"\u003eSolid Natural Walnut Wood\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eSupport Stand Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Support Stand Material\"\u003e\u003cspan class=\"spec-value\"\u003eGold-Coated Metal Coil (Spring Style)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eAsh Catcher Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Ash Catcher Material\"\u003e\u003cspan class=\"spec-value\"\u003eFully Transparent Glass\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eStructure Design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Structure Design\"\u003e\u003cspan class=\"spec-value\"\u003eOpen vertical structure with detachable components\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePackage Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Options\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in two variations:\u003cbr\u003e\n\t\t\t1. \u003cstrong\u003eHolder Only\u003c\/strong\u003e (Wood Base, Glass Bowl, Metal Coil)\u003cbr\u003e\n\t\t\t2. \u003cstrong\u003eHolder + 5 Moxa Sticks\u003c\/strong\u003e\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📦 What is included in the package?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can select either the \u003cstrong\u003e\"Holder Only\"\u003c\/strong\u003e kit or the \u003cstrong\u003e\"Holder + 5 Moxa Sticks\"\u003c\/strong\u003e set.\u003cbr\u003e\n\u003cem\u003ePlease note:\u003c\/em\u003e For sets that include moxa sticks, the outer wrapping paper of the sticks (white or yellow) is shipped randomly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🧘 How do I clean the ash catcher?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe glass bowl is completely separate from the wood base. Simply lift it out and rinse it directly with water to wash away collected ashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 What types of incense can this holder support?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe open spiral metal coil holds thick incense bundles, moxa rolls, and sage bundles vertically for steady burning.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🪵 How is the glass bowl secured onto the base?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe natural walnut wood base features a carved circular groove in the center that keeps the glass bowl stable and aligned under the metal coil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Champagne Gold \/ Holder Only","offer_id":52791462592644,"sku":"20260910-133926-72233326","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Rose Gold \/ Holder Only","offer_id":52791462625412,"sku":"20260910-133926-28213001","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Champagne Gold \/ Holder + 5 Moxa Sticks","offer_id":52791462658180,"sku":"20260910-133926-89993970","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Rose Gold \/ Holder + 5 Moxa Sticks","offer_id":52791462690948,"sku":"20260910-133926-79540057","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/9d9aca7fcb036e2043dcafc96677b5f4.jpg?v=1789019069","url":"https:\/\/everyneeding.com\/products\/walnut-glass-moxa-burner","provider":"Everyneeding","version":"1.0","type":"link"}