{"product_id":"vintage-metal-rose-burner","title":"Vintage Metal Rose Burner","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：复古金属玫瑰香炉（功能性装饰品）\n目标受众：家居装饰爱好者、冥想\/瑜伽练习者、寻找独特礼物的人\n视觉风格：复古、典雅、宁静、工艺感。配色以暖青铜色和柔和的奶油色背景为主，强调金属质感。\n模块顺序：\n1. Hero (强调氛围与美学，使用最具感染力的烟雾图)\n2. Feature 1: 设计与工艺 (强调外观细节和出烟效果)\n3. Feature 2: 功能与安全 (强调内置深碗和接灰能力)\n4. Scenario: 多场景适用 (展示不同摆放环境)\n5. Specifications (基于规格图数据)\n6. FAQ (解决使用疑虑)\n详情图映射：Hero=detail_3, Feature1=detail_1, Feature2=detail_2, Scenario=detail_4\n规格图映射：Specs=spec_6 (取青铜款数据作为基准)\n对比模块：未加入 (产品独特性强，无需与普通竞品对比)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #A67C52; \/* Bronze\/Gold accent color *\/\n      --primary-hover: #8C6642;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #F9F8F6; \/* Warm off-white background *\/\n      --bg-card: #FFFFFF;\n      --bg-soft: #F0EEEA;\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: #E6E1D8;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\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 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 600;\n      margin-top: 0;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: 1rem;\n      text-align: center;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-placeholder {\n      width: 100%;\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      color: var(--text-sub);\n      font-weight: 500;\n      min-height: 300px;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .accent-color {\n      color: var(--primary);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section) auto;\n    }\n    .pd-hero p {\n      font-size: 20px;\n      max-width: 600px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-copy ul {\n      padding-left: 1.2rem;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n    .feature-copy li {\n      margin-bottom: 0.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n    }\n\n    \/* Scenario Grid *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n    .scenario-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      text-align: center;\n    }\n    .scenario-card img {\n      width: 100%;\n      height: 200px; \/* Fixed height for consistency in grid *\/\n      object-fit: cover;\n    }\n    .scenario-card h3 {\n      padding: 1rem;\n      margin: 0;\n      font-size: 18px;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\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    .specs-table th {\n      background-color: rgba(166, 124, 82, 0.05);\n      font-weight: 600;\n      width: 40%;\n    }\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n    }\n    .faq-answer {\n      margin: 0;\n      padding-left: 2rem;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n      .feature-copy ul {\n        text-align: left;\n        display: inline-block;\n      }\n\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eArtisan Metalcraft\u003c\/span\u003e\n\u003ch1\u003eA Touch of Vintage Romance \u0026amp; Mindful Calm\u003c\/h1\u003e\n\n\u003cp\u003eElevate your space and ritual with this exquisitely handcrafted rose incense burner. A functional piece of art that brings tranquility to any room.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260604182220\/8c7934066821395f7fb81203e7efa974.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260604182220\/c241576d4788ac3db4f08c15d39f40ab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"accent-color\"\u003eElegant Design \u0026amp; Visual serenity\u003c\/h3\u003e\n\n\u003ch2\u003eMesmerizing Smoke Effect\u003c\/h2\u003e\n\n\u003cp\u003eDesigned in the shape of a blooming rose, the intricate petals allow incense smoke to curl elegantly upwards. It creates a captivating visual centerpiece that enhances the peaceful atmosphere of your meditation, reading, or relaxation time.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003eVintage Style\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eDetailed Petals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260604182220\/ef3e6823e3affa6f5c180852c0e670bb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"accent-color\"\u003eFunctional \u0026amp; Mess-Free\u003c\/h3\u003e\n\n\u003ch2\u003eBuilt-in Deep Ash Catcher\u003c\/h2\u003e\n\n\u003cp\u003eBeauty meets practicality. Beneath the rose lid lies a deep internal bowl designed to securely contain incense cones, resins, or charcoal, catching all ash safely. The sturdy tripod leaf base ensures stability and protects your furniture surfaces from heat.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eHeavy-duty metal construction\u003c\/li\u003e\n\t\u003cli\u003eDeep bowl prevents ash spill\u003c\/li\u003e\n\t\u003cli\u003eStable base for placement anywhere\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section text-center\"\u003e\n\u003ch2\u003eVersatile Accent for Any Sacred Space\u003c\/h2\u003e\n\n\u003cp\u003eInstantly bring a touch of vintage charm and peaceful energy to any environment. Perfect as a standalone decorative ornament when not in use.\u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260604182220\/1fdd1174f91176eb065f422b923421f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2 class=\"text-center\"\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\u003ctd data-label=\"Material\"\u003eMetal Alloy with Vintage Finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (L x W x H)\"\u003e11cm x 7cm x 15.3cm\u003cbr\u003e\n\t\t\t(Approx. 4.3\" x 2.8\" x 6.0\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eApprox. 135g (4.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eIncense Cones, Resin, Charcoal, Small Coils\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Components\"\u003eBase with Leaf Stand, Removable Rose Lid\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=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔹 What type of incense can I use with this burner?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is highly versatile. The deep bowl is perfect for incense cones, charcoal resin, or frankincense. You can also use small incense coils if they fit within the bowl's diameter.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔹 Does the metal get hot during use?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, as it is made of metal, it will conduct heat from burning incense. We recommend handling it by the lower stem or base after use and placing it on a heat-resistant surface as a precaution.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔹 How do I clean the ash out?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eCleaning is simple. Once the burner is completely cool, lift off the top rose lid and empty the ash from the internal deep bowl. You can wipe it clean with a damp cloth occasionally.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Antique Bronze \/ 1 Pack (For 1 Room)","offer_id":48968656486650,"sku":"0605-14104545","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Enamel Rose \/ 1 Pack (For 1 Room)","offer_id":48968656519418,"sku":"0605-14105678","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Antique Bronze \/ 2 Packs (Living Room \u0026 Bedroom)","offer_id":48968656552186,"sku":"0605-14109650","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Enamel Rose \/ 2 Packs (Living Room \u0026 Bedroom)","offer_id":48968656584954,"sku":"0605-14105810","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/8c7934066821395f7fb81203e7efa974.jpg?v=1780639854","url":"https:\/\/varitino.com\/products\/vintage-metal-rose-burner","provider":"Varitino","version":"1.0","type":"link"}