{"product_id":"henry-pendant-lamp","title":"Henry Pendant Lamp","description":"\u003c!-- ============================================================     HENRY PENDANT 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\": \"Henry Pendant Lamp\",  \"description\": \"The Henry Pendant Lamp features a white glass shade with brass fitting, a clean modern silhouette, dimmer compatible, sloped ceiling ready. Available in Brass and White.\",  \"brand\": { \"@type\": \"Brand\", \"name\": \"Docos\" },  \"material\": \"Glass, Brass\",  \"color\": \"Brass, White\",  \"additionalProperty\": [    { \"@type\": \"PropertyValue\", \"name\": \"Diameter\",      \"value\": \"15 cm \/ 5.9 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Height\",        \"value\": \"24 cm \/ 9.4 inches\" },    { \"@type\": \"PropertyValue\", \"name\": \"Shade\",         \"value\": \"Glass — White finish\" },    { \"@type\": \"PropertyValue\", \"name\": \"Socket\",        \"value\": \"E26 \/ E27\" },    { \"@type\": \"PropertyValue\", \"name\": \"Max Wattage\",   \"value\": \"40W incandescent or LED equivalent\" },    { \"@type\": \"PropertyValue\", \"name\": \"Voltage\",       \"value\": \"AC 110–240V\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wiring\",        \"value\": \"Hardwired\" },    { \"@type\": \"PropertyValue\", \"name\": \"Wire Length\",   \"value\": \"59 inches \/ 150 cm (adjustable)\" },    { \"@type\": \"PropertyValue\", \"name\": \"Dimmer\",        \"value\": \"Compatible (switch not included)\" },    { \"@type\": \"PropertyValue\", \"name\": \"IP Rating\",     \"value\": \"IP20 — indoor use only\" },    { \"@type\": \"PropertyValue\", \"name\": \"Ceiling\",       \"value\": \"Sloped ceiling compatible — up to 30°\" },    { \"@type\": \"PropertyValue\", \"name\": \"Certifications\",\"value\": \"North America, Australia, Europe, Middle East\" }  ],  \"offers\": {    \"@type\": \"Offer\",    \"availability\": \"https:\/\/schema.org\/InStock\",    \"priceCurrency\": \"USD\",    \"seller\": { \"@type\": \"Organization\", \"name\": \"Docos\" }  }}\u003c\/noscript\u003e\u003c!-- ② 样式 --\u003e\u003cstyle\u003e  .hyp-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;  }  .hyp-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;  }  .hyp-intro {    font-size: 1rem;    color: #555;    line-height: 1.8;    margin-bottom: 1rem;  }  \/* 核心卖点卡片 *\/  .hyp-features {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));    gap: 8px;    margin-bottom: 2rem;  }  .hyp-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;  }  .hyp-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }  .hyp-feature-card__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    display: block;    margin-bottom: .2rem;  }  \/* 多灯组合横幅 *\/  .hyp-group-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;  }  .hyp-group-banner__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    letter-spacing: .04em;    display: block;    margin-bottom: .35rem;  }  \/* 适用场景 *\/  .hyp-rooms {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-bottom: 2rem;  }  .hyp-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 *\/  .hyp-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;  }  .hyp-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }  .hyp-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);  }  .hyp-swatch--brass { background: linear-gradient(135deg, #b8884a, #d4a060); }  .hyp-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); }  \/* 尺寸卡片 *\/  .hyp-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;  }  .hyp-size-card svg { flex-shrink: 0; }  \/* 规格列表 *\/  .hyp-specs {    list-style: none;    padding: 0;    margin: 0 0 2rem;    display: grid;    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));    gap: 8px;  }  .hyp-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;  }  .hyp-specs li::before {    content: '';    display: block;    width: 5px; height: 5px;    min-width: 5px;    border-radius: 50%;    background: #b8924a;    margin-top: 8px;  }  \/* 认证徽章 *\/  .hyp-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 1.4rem;  }  .hyp-badge {    background: #ffffff;    border: 1px solid #d4d4d4;    border-radius: 20px;    padding: .28rem .85rem;    font-size: .78rem;    color: #333;    font-weight: 500;    letter-spacing: .03em;  }  \/* 下载 *\/  .hyp-downloads {    display: flex;    flex-wrap: wrap;    gap: 16px;    margin-bottom: 2rem;  }  .hyp-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;  }  .hyp-dl-item:hover { opacity: .65; }  .hyp-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=\"hyp-wrap\"\u003e  \u003c!-- Hero 文案 --\u003e  \u003cp class=\"hyp-intro\"\u003e    Some lamps try to be noticed. The \u003cstrong\u003eHenry Pendant Lamp\u003c\/strong\u003e tries to be    right — a white glass shade with a clean taper, a brass fitting that catches the    light without competing with it, a form that works over a dining table, a kitchen    island, or a bedside without asking the room to adjust around it. The proportion    is the point. It hangs, it glows, and the room quietly becomes better for it.  \u003c\/p\u003e  \u003cp class=\"hyp-intro\"\u003e    The choice for anyone who wants the space to feel considered without the lamp    announcing itself.  \u003c\/p\u003e  \u003c!-- 核心卖点 --\u003e  \u003cdiv class=\"hyp-section-title\"\u003eWhy Henry\u003c\/div\u003e  \u003cdiv class=\"hyp-features\"\u003e    \u003cdiv class=\"hyp-feature-card\"\u003e      \u003cspan class=\"hyp-feature-card__icon\"\u003e🔺\u003c\/span\u003e      \u003cspan class=\"hyp-feature-card__title\"\u003eTapered Glass Form\u003c\/span\u003e      The elongated silhouette directs attention downward — a focused,      directional quality that suits dining tables and kitchen surfaces      more than a globe or flat diffuser. Clean from every angle,      without edge or fussiness.    \u003c\/div\u003e    \u003cdiv class=\"hyp-feature-card\"\u003e      \u003cspan class=\"hyp-feature-card__icon\"\u003e✨\u003c\/span\u003e      \u003cspan class=\"hyp-feature-card__title\"\u003eBrass Fitting\u003c\/span\u003e      The warm brass canopy and socket ring give Henry a material      quality that reads as considered — the contrast between the      white glass and the warm metal is subtle but precise, and      visible at any viewing distance.    \u003c\/div\u003e    \u003cdiv class=\"hyp-feature-card\"\u003e      \u003cspan class=\"hyp-feature-card__icon\"\u003e🔆\u003c\/span\u003e      \u003cspan class=\"hyp-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e      From working brightness for tasks to a warm, low-level ambient      glow for evenings. Pair with a dimmer switch (sold separately)      and Henry transitions through everything a room needs from      its primary pendant.    \u003c\/div\u003e    \u003cdiv class=\"hyp-feature-card\"\u003e      \u003cspan class=\"hyp-feature-card__icon\"\u003e📐\u003c\/span\u003e      \u003cspan class=\"hyp-feature-card__title\"\u003eSloped Ceiling Ready\u003c\/span\u003e      Works on angled ceilings up to 30° — the lamp hangs level      regardless of the ceiling above it. The wire adjusts to      whatever height suits the surface below.    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 多灯组合横幅 --\u003e  \u003cdiv class=\"hyp-group-banner\"\u003e    \u003cspan class=\"hyp-group-banner__title\"\u003eOne or Three — Both Composed\u003c\/span\u003e    A single Henry over a small dining table is balanced and unfussy. Three in a tight    cluster at staggered heights above a larger table creates a composed arrangement —    the tapered forms overlap visually from below without competing, and the combined    brass fittings give the grouping a warm, considered coherence. Choose the same    height for uniformity, or vary by 10–20 cm per lamp for more depth.  \u003c\/div\u003e  \u003c!-- 适用场景 --\u003e  \u003cdiv class=\"hyp-section-title\"\u003eWorks In\u003c\/div\u003e  \u003cdiv class=\"hyp-rooms\"\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🍽 Dining Table\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🍳 Kitchen Island\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🛏 Bedside\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e📚 Reading Corner\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🛋 Living Room\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e    \u003cspan class=\"hyp-room-tag\"\u003e🏠 Any Modern Interior\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 颜色条 --\u003e  \u003cdiv class=\"hyp-color-bar\"\u003e    \u003cdiv class=\"hyp-color-bar__swatches\"\u003e      \u003cspan class=\"hyp-swatch hyp-swatch--brass\" title=\"Brass\"\u003e\u003c\/span\u003e      \u003cspan class=\"hyp-swatch hyp-swatch--white\" title=\"White\"\u003e\u003c\/span\u003e    \u003c\/div\u003e    \u003cspan\u003eBrass · White\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 尺寸 --\u003e  \u003cdiv class=\"hyp-section-title\"\u003eProduct Size\u003c\/div\u003e  \u003cdiv class=\"hyp-size-card\"\u003e        \u003cspan\u003e\u003cstrong\u003eDia 15 cm × H 24 cm\u003c\/strong\u003e  \/  ∅ 5.9″ × H 9.4″\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 规格详情 --\u003e  \u003cdiv class=\"hyp-section-title\"\u003eDetails\u003c\/div\u003e  \u003cul class=\"hyp-specs\"\u003e    \u003cli\u003eShade: \u003cstrong\u003eGlass\u003c\/strong\u003e — White finish\u003c\/li\u003e    \u003cli\u003eMaterials: \u003cstrong\u003eGlass \u0026amp; Brass\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eMax bulb: \u003cstrong\u003e40W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e    \u003cli\u003eVoltage: \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\u003c\/li\u003e    \u003cli\u003eWire: \u003cstrong\u003e59 in \/ 150 cm\u003c\/strong\u003e — adjustable to desired height\u003c\/li\u003e    \u003cli\u003e\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e    \u003cli\u003e\u003cstrong\u003eSloped ceiling compatible\u003c\/strong\u003e — up to 30°\u003c\/li\u003e    \u003cli\u003eIP Rating: \u003cstrong\u003eIP20\u003c\/strong\u003e — indoor use only\u003c\/li\u003e    \u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e  \u003c\/ul\u003e  \u003c!-- 认证徽章 --\u003e  \u003cdiv class=\"hyp-badges\"\u003e    \u003cspan class=\"hyp-badge\"\u003e🌎 North America\u003c\/span\u003e    \u003cspan class=\"hyp-badge\"\u003e🌏 Australia\u003c\/span\u003e    \u003cspan class=\"hyp-badge\"\u003e🌍 Europe\u003c\/span\u003e    \u003cspan class=\"hyp-badge\"\u003e🌍 Middle East\u003c\/span\u003e  \u003c\/div\u003e  \u003c!-- 文档下载 --\u003e  \u003cdiv class=\"hyp-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e  \u003cdiv class=\"hyp-downloads\"\u003e              \u003c\/div\u003e\u003c\/div\u003e\u003c!-- end .hyp-wrap --\u003e\u003c\/script\u003e","brand":"mysite","offers":[{"title":"Dia 15cm x H 24cm \/ ∅ 5.9″ x H 9.4″ \/ Brass \u0026 White","offer_id":45893325553721,"sku":"DCP-2139-1","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/2324\/3321\/files\/Henry_Pendant_Lamp_1.jpg?v=1779975842","url":"https:\/\/www.minu-mart.com\/de\/products\/henry-pendant-lamp","provider":"Minu Mart","version":"1.0","type":"link"}