{"product_id":"firebeam-table-lamp","title":"Firebeam Table Lamp","description":"\u003c!-- ============================================================     FIREBEAM TABLE LAMP — Shopify Product Description     配色：匹配 docos.us 店铺主题     转化优化：火焰光效 + 氛围灯 + 情绪体验     包含：消费者可视化内容 + GEO JSON-LD 结构化数据     ============================================================ --\u003e\u003c!-- ① JSON-LD 结构化数据 --\u003e\u003cscript type=\"application\/ld+json\"\u003e{  \"@context\": \"https:\/\/schema.org\",  \"@type\": \"Product\",  \"name\": \"Firebeam Table Lamp\",  \"description\": \"The Firebeam Table Lamp features a hand-blown glass shade and solid wood base with a warm, fire-like three-color LED glow. Plug-in with push-button switch. Available in Orange and Wood Color.\",  \"brand\": { \"@type\": \"Brand\", \"name\": \"Docos\" },  \"material\": \"Wood, Glass\",  \"color\": \"Orange, Wood Color\",  \"additionalProperty\": [    { \"@type\": \"PropertyValue\", \"name\": \"Diameter\",          \"value\": \"30 cm \/ 11.8 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Height\",            \"value\": \"27 cm \/ 10.6 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Body\",              \"value\": \"Solid Wood\" },    { \"@type\": \"PropertyValue\", \"name\": \"Shade\",             \"value\": \"Hand-blown Glass\" },    { \"@type\": \"PropertyValue\", \"name\": \"Socket\",            \"value\": \"E14\" },    { \"@type\": \"PropertyValue\", \"name\": \"Max Wattage\",       \"value\": \"15W incandescent or LED equivalent\" },    { \"@type\": \"PropertyValue\", \"name\": \"Color Modes\",       \"value\": \"Three-color changing light\" },    { \"@type\": \"PropertyValue\", \"name\": \"Switch\",            \"value\": \"Push-button\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wiring\",            \"value\": \"Plug-in — 59-inch cord\" },    { \"@type\": \"PropertyValue\", \"name\": \"Use\",               \"value\": \"Indoor\" },    { \"@type\": \"PropertyValue\", \"name\": \"Certifications\",    \"value\": \"North America, Saudi Arabia, Europe, Australia\" }  ],  \"video\": [    {      \"@type\": \"VideoObject\",      \"name\": \"Firebeam Table Lamp\",      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/2H1DFwa3ezE\",      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/2H1DFwa3ezE\/hqdefault.jpg\"    },    {      \"@type\": \"VideoObject\",      \"name\": \"Firebeam Table Lamp – Video 2\",      \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/NhdtzbAIa3E\",      \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/NhdtzbAIa3E\/hqdefault.jpg\"    }  ],  \"offers\": {    \"@type\": \"Offer\",    \"availability\": \"https:\/\/schema.org\/InStock\",    \"priceCurrency\": \"USD\",    \"seller\": { \"@type\": \"Organization\", \"name\": \"Docos\" }  }}\u003c\/noscript\u003e\u003c!-- ② 样式 --\u003e\u003cstyle\u003e  \/*   * Docos Design Tokens   * #ffffff  白底        #f7f7f7  卡片底   * #e5e5e5  边框        #1a1a1a  正文   * #555555  次级文字    #b8924a  暖金强调   * #fff8ee  提示底      #e8c87a  提示边框   *\/  .fbm-wrap {    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;    color: #1a1a1a;    line-height: 1.7;    max-width: 860px;    margin: 0 auto;    background: #ffffff;  }  \/* 章节标题 *\/  .fbm-section-title {    font-size: 0.72rem;    font-weight: 600;    letter-spacing: .12em;    text-transform: uppercase;    color: #1a1a1a;    border-bottom: 1.5px solid #b8924a;    padding-bottom: .45rem;    margin: 2.2rem 0 1.1rem;  }  \/* 视频：单列全宽堆叠 *\/  .fbm-video-stack {    display: flex;    flex-direction: column;    gap: 12px;    margin-bottom: 2rem;  }  .fbm-video-box {    position: relative;    padding-bottom: 56.25%;    height: 0;    overflow: hidden;    border-radius: 8px;    background: #111;  }  .fbm-video-box iframe {    position: absolute;    top: 0; left: 0;    width: 100%; height: 100%;    border: none;  }  \/* Hero 文案 *\/  .fbm-intro {    font-size: 1rem;    color: #555;    line-height: 1.8;    margin-bottom: 1rem;  }  \/* 核心卖点卡片 *\/  .fbm-features {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));    gap: 8px;    margin-bottom: 2rem;  }  .fbm-feature-card {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-top: 3px solid #b8924a;    border-radius: 6px;    padding: .85rem 1rem;    font-size: .85rem;    color: #333;    line-height: 1.55;  }  .fbm-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }  .fbm-feature-card__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    display: block;    margin-bottom: .2rem;  }  \/* 情绪体验横幅 *\/  .fbm-mood-banner {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: 1rem 1.2rem;    margin-bottom: 2rem;    font-size: .9rem;    color: #555;    line-height: 1.7;  }  .fbm-mood-banner__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    letter-spacing: .04em;    display: block;    margin-bottom: .35rem;  }  \/* 色温选项 *\/  .fbm-cct-bar {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-bottom: 2rem;  }  .fbm-cct-chip {    display: flex;    align-items: center;    gap: 8px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 6px;    padding: .45rem .9rem;    font-size: .85rem;    color: #333;    line-height: 1.4;  }  .fbm-cct-dot {    width: 14px; height: 14px;    border-radius: 50%;    flex-shrink: 0;  }  .fbm-cct-dot--warm   { background: #ffcc77; }  .fbm-cct-dot--neutral{ background: #ffe4aa; border: 1px solid #ddd; }  .fbm-cct-dot--cool   { background: #e8f4ff; border: 1px solid #ccd; }  \/* 适用场景 *\/  .fbm-rooms {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-bottom: 2rem;  }  .fbm-room-tag {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 20px;    padding: .3rem .9rem;    font-size: .82rem;    color: #555;    display: flex;    align-items: center;    gap: 5px;  }  \/* 颜色 swatches *\/  .fbm-color-bar {    display: flex;    align-items: center;    gap: 14px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .75rem 1.1rem;    margin-bottom: 2rem;    font-size: .88rem;    color: #555;  }  .fbm-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }  .fbm-swatch {    width: 22px; height: 22px;    border-radius: 50%;    border: 2px solid rgba(0,0,0,.1);    box-shadow: 0 1px 4px rgba(0,0,0,.15);  }  .fbm-swatch--orange { background: #d06020; }  .fbm-swatch--wood   { background: #b8844a; }  \/* 尺寸卡片 *\/  .fbm-size-card {    display: inline-flex;    align-items: center;    gap: 12px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: .75rem 1.2rem;    font-size: .9rem;    color: #1a1a1a;    margin-bottom: 2rem;  }  .fbm-size-card svg { flex-shrink: 0; }  \/* 规格列表 *\/  .fbm-specs {    list-style: none;    padding: 0;    margin: 0 0 2rem;    display: grid;    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));    gap: 8px;  }  .fbm-specs li {    display: flex;    align-items: flex-start;    gap: 10px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-radius: 6px;    padding: .6rem .9rem;    font-size: .9rem;    color: #333;  }  .fbm-specs li::before {    content: '';    display: block;    width: 5px; height: 5px;    min-width: 5px;    border-radius: 50%;    background: #b8924a;    margin-top: 8px;  }  \/* 认证徽章 *\/  .fbm-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 1.4rem;  }  .fbm-badge {    background: #ffffff;    border: 1px solid #d4d4d4;    border-radius: 20px;    padding: .28rem .85rem;    font-size: .78rem;    color: #333;    font-weight: 500;    letter-spacing: .03em;  }  \/* 下载 *\/  .fbm-downloads {    display: flex;    flex-wrap: wrap;    gap: 16px;    margin-bottom: 2rem;  }  .fbm-dl-item {    display: flex;    flex-direction: column;    align-items: center;    gap: 8px;    text-decoration: none;    color: #1a1a1a;    font-size: .78rem;    font-weight: 600;    letter-spacing: .06em;    text-transform: uppercase;    transition: opacity .2s;  }  .fbm-dl-item:hover { opacity: .65; }  .fbm-dl-item img {    width: 60px; height: 60px;    object-fit: contain;    border: 1px solid #e5e5e5;    border-radius: 6px;    background: #fff;    padding: 8px;  }\u003c\/style\u003e\u003c!-- ③ 可视化内容 --\u003e\u003cdiv class=\"fbm-wrap\"\u003e  \u003c!-- 视频 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eSee It In Action\u003c\/div\u003e  \u003cdiv class=\"fbm-video-stack\"\u003e    \u003cdiv class=\"fbm-video-box\"\u003e      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/2H1DFwa3ezE?si=C_6fb1IQ_7DchFSx\" title=\"Firebeam Table Lamp\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e    \u003c\/div\u003e    \u003cdiv class=\"fbm-video-box\"\u003e      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/NhdtzbAIa3E\" title=\"Firebeam Table Lamp – Video 2\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- Hero 文案 --\u003e  \u003cp class=\"fbm-intro\"\u003e    The \u003cstrong\u003eFirebeam Table Lamp\u003c\/strong\u003e doesn't light a room the way a task lamp does.    It lights it the way a fire does — from below, with warmth and movement, filling the space    around it with something that feels alive rather than switched on. The hand-blown glass    shade catches the light and sends it across the surfaces nearby in a way that shifts as    the evening settles around it.  \u003c\/p\u003e  \u003cp class=\"fbm-intro\"\u003e    A solid wood base, a glass dome, three color temperatures. On the nightstand, the side    table, or the shelf — the Firebeam changes the character of wherever it's placed.  \u003c\/p\u003e  \u003c!-- 核心卖点 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eWhat Firebeam Does\u003c\/div\u003e  \u003cdiv class=\"fbm-features\"\u003e    \u003cdiv class=\"fbm-feature-card\"\u003e      \u003cspan class=\"fbm-feature-card__icon\"\u003e🔥\u003c\/span\u003e      \u003cspan class=\"fbm-feature-card__title\"\u003eFire-Like Warmth\u003c\/span\u003e      The hand-blown glass amplifies and scatters warm light in the way      that only glass can — the output moves slightly as the ambient      temperature changes, giving the room a sense of living light rather      than fixed illumination.    \u003c\/div\u003e    \u003cdiv class=\"fbm-feature-card\"\u003e      \u003cspan class=\"fbm-feature-card__icon\"\u003e🫧\u003c\/span\u003e      \u003cspan class=\"fbm-feature-card__title\"\u003eHand-Blown Glass Shade\u003c\/span\u003e      No two hand-blown shades are formed identically — minor variations      in the glass surface give each lamp a slightly different quality      of diffusion. The lamp you receive is genuinely one of a kind.    \u003c\/div\u003e    \u003cdiv class=\"fbm-feature-card\"\u003e      \u003cspan class=\"fbm-feature-card__icon\"\u003e🪵\u003c\/span\u003e      \u003cspan class=\"fbm-feature-card__title\"\u003eSolid Wood Base\u003c\/span\u003e      The wood base grounds the warmth of the glass above it — organic      material, organic light. The combination reads as considered and      natural rather than designed and manufactured.    \u003c\/div\u003e    \u003cdiv class=\"fbm-feature-card\"\u003e      \u003cspan class=\"fbm-feature-card__icon\"\u003e🎛\u003c\/span\u003e      \u003cspan class=\"fbm-feature-card__title\"\u003eThree Color Modes\u003c\/span\u003e      Cycle through warm, neutral, and cool with a press of the button —      warm for evenings and bedside, neutral for desks and reading,      cool for focus and morning energy.    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 情绪体验横幅 --\u003e  \u003cdiv class=\"fbm-mood-banner\"\u003e    \u003cspan class=\"fbm-mood-banner__title\"\u003eLight That Changes the Room's Mood\u003c\/span\u003e    Most table lamps serve a surface — they illuminate a book, a keyboard, a corner.    Firebeam serves the whole room. Set it on a nightstand and the bedroom feels different    within minutes: warmer, quieter, more like somewhere you actually want to be. The wood    and glass read as natural and considered in a way that plastic and acrylic bases don't,    and the fire-toned output does the work of making an evening feel intentional.  \u003c\/div\u003e  \u003c!-- 色温选项 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eThree Color Modes\u003c\/div\u003e  \u003cdiv class=\"fbm-cct-bar\"\u003e    \u003cdiv class=\"fbm-cct-chip\"\u003e      \u003cspan class=\"fbm-cct-dot fbm-cct-dot--warm\"\u003e\u003c\/span\u003e      \u003cdiv\u003e\u003cstrong\u003eWarm\u003c\/strong\u003e\u003cbr\u003e      \u003cspan style=\"font-size:.78rem;color:#888;\"\u003eEvening, bedside, dining\u003c\/span\u003e\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"fbm-cct-chip\"\u003e      \u003cspan class=\"fbm-cct-dot fbm-cct-dot--neutral\"\u003e\u003c\/span\u003e      \u003cdiv\u003e\u003cstrong\u003eNeutral\u003c\/strong\u003e\u003cbr\u003e      \u003cspan style=\"font-size:.78rem;color:#888;\"\u003eAll-day, reading, living room\u003c\/span\u003e\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"fbm-cct-chip\"\u003e      \u003cspan class=\"fbm-cct-dot fbm-cct-dot--cool\"\u003e\u003c\/span\u003e      \u003cdiv\u003e\u003cstrong\u003eCool\u003c\/strong\u003e\u003cbr\u003e      \u003cspan style=\"font-size:.78rem;color:#888;\"\u003eFocus, desk, morning use\u003c\/span\u003e\u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 适用场景 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eRight For\u003c\/div\u003e  \u003cdiv class=\"fbm-rooms\"\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🛏 Nightstand\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e📚 Bookshelf\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🛋 Side Table\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🍽 Dining Table\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🪵 Mantle\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🎁 Meaningful Gift\u003c\/span\u003e    \u003cspan class=\"fbm-room-tag\"\u003e🧘 Meditation Space\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 颜色条 --\u003e  \u003cdiv class=\"fbm-color-bar\"\u003e    \u003cdiv class=\"fbm-color-bar__swatches\"\u003e      \u003cspan class=\"fbm-swatch fbm-swatch--orange\" title=\"Orange\"\u003e\u003c\/span\u003e      \u003cspan class=\"fbm-swatch fbm-swatch--wood\" title=\"Wood Color\"\u003e\u003c\/span\u003e    \u003c\/div\u003e    \u003cspan\u003eOrange · Wood Color\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 尺寸 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eProduct Size\u003c\/div\u003e  \u003cdiv class=\"fbm-size-card\"\u003e        \u003cspan\u003e\u003cstrong\u003eDia 30 cm × H 27 cm\u003c\/strong\u003e  \/  ∅ 11.8″ × H 10.6″\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 规格详情 --\u003e  \u003cdiv class=\"fbm-section-title\"\u003eDetails\u003c\/div\u003e  \u003cul class=\"fbm-specs\"\u003e    \u003cli\u003eBody: \u003cstrong\u003eSolid Wood\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eShade: \u003cstrong\u003eHand-blown Glass\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eMaterials: \u003cstrong\u003eWood \u0026amp; Glass\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eSocket: \u003cstrong\u003eE14\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eMax bulb: \u003cstrong\u003e15W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e    \u003cli\u003eColor modes: \u003cstrong\u003eThree-color changing\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eSwitch: \u003cstrong\u003ePush-button\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eWiring: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 59-inch cord\u003c\/li\u003e    \u003cli\u003eUse: \u003cstrong\u003eIndoor\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eCertified: North America · Saudi Arabia · Europe · Australia\u003c\/li\u003e  \u003c\/ul\u003e  \u003c!-- 认证徽章 --\u003e  \u003cdiv class=\"fbm-badges\"\u003e    \u003cspan class=\"fbm-badge\"\u003e🌎 North America\u003c\/span\u003e    \u003cspan class=\"fbm-badge\"\u003e🌙 Saudi Arabia\u003c\/span\u003e    \u003cspan class=\"fbm-badge\"\u003e🌍 Europe\u003c\/span\u003e    \u003cspan class=\"fbm-badge\"\u003e🌏 Australia\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 文档下载 --\u003e  \u003cdiv class=\"fbm-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e  \u003cdiv class=\"fbm-downloads\"\u003e          \u003c\/div\u003e\u003c\/div\u003e\u003c!-- end .fbm-wrap --\u003e\u003c\/script\u003e","brand":"mysite","offers":[{"title":"Dia 30cm x H 27cm \/ ∅ 11.8″ x H 10.6″ \/ Orange \u0026 Wood Color \/ US plug","offer_id":45895380566073,"sku":"DCT-8561-1","price":23500.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 27cm \/ ∅ 11.8″ x H 10.6″ \/ Orange \u0026 Wood Color \/ UK plug","offer_id":45895380598841,"sku":"DCT-8561-2","price":23500.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 27cm \/ ∅ 11.8″ x H 10.6″ \/ Orange \u0026 Wood Color \/ AU plug","offer_id":45895380631609,"sku":"DCT-8561-3","price":23500.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 27cm \/ ∅ 11.8″ x H 10.6″ \/ Orange \u0026 Wood Color \/ EU plug","offer_id":45895380664377,"sku":"DCT-8561-4","price":23500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/2324\/3321\/files\/Firebeam_Table_Lamp_24.jpg?v=1780062469","url":"https:\/\/www.minu-mart.com\/ko\/products\/firebeam-table-lamp","provider":"Minu Mart","version":"1.0","type":"link"}