{"product_id":"jasmine-glass-pendant-lamp","title":"Jasmine Glass Pendant Lamp","description":"\u003cstyle\u003e  .jgp-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;  }  .jgp-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;  }  .jgp-intro {    font-size: 1rem;    color: #555;    line-height: 1.8;    margin-bottom: 1rem;  }  \/* 核心卖点卡片 *\/  .jgp-features {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));    gap: 8px;    margin-bottom: 2rem;  }  .jgp-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;  }  .jgp-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }  .jgp-feature-card__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    display: block;    margin-bottom: .2rem;  }  \/* 多灯组合横幅 *\/  .jgp-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;  }  .jgp-group-banner__title {    font-weight: 600;    font-size: .82rem;    color: #1a1a1a;    letter-spacing: .04em;    display: block;    margin-bottom: .35rem;  }  \/* 适用场景 *\/  .jgp-rooms {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-bottom: 2rem;  }  .jgp-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;  }  \/* 三型号卡片 *\/  .jgp-model-cards {    display: grid;    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));    gap: 10px;    margin-bottom: 2rem;  }  .jgp-model-card {    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-top: 3px solid #b8924a;    border-radius: 6px;    padding: .9rem 1.1rem;  }  .jgp-model-card__tag {    display: inline-block;    font-size: .62rem;    font-weight: 700;    letter-spacing: .1em;    text-transform: uppercase;    color: #b8924a;    background: #fff8ee;    border: 1px solid #e8c87a;    border-radius: 3px;    padding: .1rem .45rem;    margin-bottom: .5rem;  }  .jgp-model-card__name {    font-weight: 600;    font-size: .9rem;    color: #1a1a1a;    display: block;    margin-bottom: .3rem;  }  .jgp-model-card__desc {    font-size: .82rem;    color: #666;    line-height: 1.5;    margin-bottom: .5rem;  }  .jgp-model-card__row {    display: flex;    justify-content: space-between;    align-items: baseline;    border-top: 1px solid #e5e5e5;    padding: .22rem 0 0;    font-size: .82rem;    color: #333;  }  .jgp-model-card__key { color: #888; font-size: .78rem; }  \/* 规格列表 *\/  .jgp-specs {    list-style: none;    padding: 0;    margin: 0 0 2rem;    display: grid;    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));    gap: 8px;  }  .jgp-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;  }  .jgp-specs li::before {    content: '';    display: block;    width: 5px; height: 5px;    min-width: 5px;    border-radius: 50%;    background: #b8924a;    margin-top: 8px;  }  \/* 认证徽章 *\/  .jgp-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin-top: 1.4rem;  }  .jgp-badge {    background: #ffffff;    border: 1px solid #d4d4d4;    border-radius: 20px;    padding: .28rem .85rem;    font-size: .78rem;    color: #333;    font-weight: 500;    letter-spacing: .03em;  }  \/* 下载 *\/  .jgp-downloads {    display: flex;    flex-wrap: wrap;    gap: 16px;    margin-bottom: 2rem;  }  .jgp-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;  }  .jgp-dl-item:hover { opacity: .65; }  .jgp-dl-item img {    width: 60px; height: 60px;    object-fit: contain;    border: 1px solid #e5e5e5;    border-radius: 6px;    background: #fff;    padding: 8px;  }  \/* 关联销售 *\/  .jgp-related {    display: flex;    align-items: center;    gap: 16px;    background: #f7f7f7;    border: 1px solid #e5e5e5;    border-left: 3px solid #b8924a;    border-radius: 6px;    padding: 1rem 1.2rem;    margin-bottom: 2rem;    text-decoration: none;    transition: border-color .2s, background .2s;  }  .jgp-related:hover { background: #f1ece2; border-left-color: #9a7838; }  .jgp-related img {    width: 92px; height: 92px;    min-width: 92px;    object-fit: cover;    border-radius: 6px;    border: 1px solid #e5e5e5;    background: #fff;  }  .jgp-related__body { flex: 1; }  .jgp-related__tag {    display: inline-block;    font-size: .62rem;    font-weight: 700;    letter-spacing: .1em;    text-transform: uppercase;    color: #b8924a;    background: #fff8ee;    border: 1px solid #e8c87a;    border-radius: 3px;    padding: .1rem .45rem;    margin-bottom: .4rem;  }  .jgp-related__name {    font-weight: 600;    font-size: .95rem;    color: #1a1a1a;    display: block;    margin-bottom: .25rem;  }  .jgp-related__desc {    font-size: .82rem;    color: #666;    line-height: 1.55;    margin: 0;  }  .jgp-related__cta {    font-size: .78rem;    font-weight: 600;    color: #b8924a;    letter-spacing: .04em;    white-space: nowrap;    align-self: center;  }  @media (max-width: 520px) {    .jgp-related { flex-wrap: wrap; }    .jgp-related__cta { width: 100%; margin-top: .4rem; }  }  \/* 页头精简版 *\/  .jgp-related--compact {    margin-top: 1.4rem;    padding: .7rem .9rem;    gap: 12px;  }  .jgp-related--compact img { width: 64px; height: 64px; min-width: 64px; }  .jgp-related--compact .jgp-related__name { font-size: .88rem; margin-bottom: .2rem; }  .jgp-related--compact .jgp-related__desc { font-size: .78rem; line-height: 1.5; }\u003c\/style\u003e\n\u003c!-- ③ 可视化内容 --\u003e\n\u003cdiv class=\"jgp-wrap\"\u003e\n\u003c!-- Hero 文案 --\u003e\n\u003cp class=\"jgp-intro\"\u003eThe \u003cstrong\u003eJasmine Glass Pendant Lamp\u003c\/strong\u003e series offers three glass forms — each with the same classic brass finish, each producing a slightly different quality of light and a slightly different presence in the room. Clear glass, a rounded globe, or fluted ridges: the form changes the output, the character, and the way the lamp looks at any hour of the day. All three are the same considered size — compact enough to hang close to a table, refined enough to be noticed from anywhere in the room.\u003c\/p\u003e\n\u003cp class=\"jgp-intro\"\u003eOne is the right choice. Two is better. Three is a room.\u003c\/p\u003e\n\u003c!-- 同系列关联销售（页头精简版） --\u003e\u003c!-- 核心卖点 --\u003e\n\u003cdiv class=\"jgp-section-title\"\u003eWhat Makes Jasmine\u003c\/div\u003e\n\u003cdiv class=\"jgp-features\"\u003e\n\u003cdiv class=\"jgp-feature-card\"\u003e\n\u003cspan class=\"jgp-feature-card__icon\"\u003e🪙\u003c\/span\u003e \u003cspan class=\"jgp-feature-card__title\"\u003eClassic Brass Finish\u003c\/span\u003e Warm brass unifies all three models — the same fitting, the same ceiling canopy, the same material quality. Whether you mix models or stay with one, the brass keeps the composition coherent.\u003c\/div\u003e\n\u003cdiv class=\"jgp-feature-card\"\u003e\n\u003cspan class=\"jgp-feature-card__icon\"\u003e🔆\u003c\/span\u003e \u003cspan class=\"jgp-feature-card__title\"\u003eSoft Glass Diffusion\u003c\/span\u003e Each glass form takes the bulb output and distributes it outward with a warmth that open-shade and exposed-bulb fixtures don't produce. The light that reaches the table below is directional but never harsh.\u003c\/div\u003e\n\u003cdiv class=\"jgp-feature-card\"\u003e\n\u003cspan class=\"jgp-feature-card__icon\"\u003e📐\u003c\/span\u003e \u003cspan class=\"jgp-feature-card__title\"\u003eCompact \u0026amp; Proportional\u003c\/span\u003e At 5.3–5.9″ (13–15 cm) across, each model hangs low over a surface without overwhelming it. The scale works for dining tables, kitchen islands, and bedside positions — anywhere a pendant needs to be present without taking over.\u003c\/div\u003e\n\u003cdiv class=\"jgp-feature-card\"\u003e\n\u003cspan class=\"jgp-feature-card__icon\"\u003e🔅\u003c\/span\u003e \u003cspan class=\"jgp-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e Pair with a dimmer switch (sold separately) and the glass form does its most atmospheric work at lower output — the brass catches more of the warm light, the glass glows rather than illuminates.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 多灯组合横幅 --\u003e\n\u003cdiv class=\"jgp-group-banner\"\u003e\n\u003cspan class=\"jgp-group-banner__title\"\u003eBetter in Pairs — and in Threes\u003c\/span\u003e A single Jasmine over a small dining table or kitchen stool is clean and resolved. Two of the same model in a line above a longer island creates a quiet, even rhythm — the brass fittings echo each other and the glass forms repeat without competing. Three mixed models at the same height — one Clear, one Globe, one Fluted — gives the arrangement a more collected, curated quality: the shared brass holds them together while the different glass forms create subtle variation. All three approaches work. The brass is what makes them feel like they belong together.\u003c\/div\u003e\n\u003c!-- 适用场景 --\u003e\n\u003cdiv class=\"jgp-section-title\"\u003eWorks In\u003c\/div\u003e\n\u003cdiv class=\"jgp-rooms\"\u003e\n\u003cspan class=\"jgp-room-tag\"\u003e🍽 Dining Table\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e🍳 Kitchen Island\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e🛏 Bedside\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e📚 Reading Corner\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e🛋 Living Room\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e🏠 Residential \u0026amp; Commercial\u003c\/span\u003e \u003cspan class=\"jgp-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 三型号卡片 --\u003e\n\u003cdiv class=\"jgp-section-title\"\u003eChoose Your Model\u003c\/div\u003e\n\u003cdiv class=\"jgp-model-cards\"\u003e\n\u003cdiv class=\"jgp-model-card\"\u003e\n\u003cspan class=\"jgp-model-card__tag\"\u003eModel A\u003c\/span\u003e \u003cspan class=\"jgp-model-card__name\"\u003eClear Glass — Flat Dome\u003c\/span\u003e\n\u003cp class=\"jgp-model-card__desc\"\u003eThe clear glass dome keeps the output fully visible — the light falls cleanly downward with the brass fitting and bulb silhouetted inside. Minimal and transparent, the form disappears and the brass does the visual work.\u003c\/p\u003e\n\u003cdiv class=\"jgp-model-card__row\"\u003e\n\u003cspan class=\"jgp-model-card__key\"\u003eDia × H\u003c\/span\u003e \u003cspan\u003e5.7″ × 3.5″ (Ø 14.5 × H 9 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jgp-model-card\"\u003e\n\u003cspan class=\"jgp-model-card__tag\"\u003eModel B\u003c\/span\u003e \u003cspan class=\"jgp-model-card__name\"\u003eGlobe — Round Form\u003c\/span\u003e\n\u003cp class=\"jgp-model-card__desc\"\u003eThe closed globe shape encloses the bulb completely, diffusing the output in all directions — upward, sideward, and downward. The roundest and most sculptural of the three models; the one that reads most clearly as a design object when unlit.\u003c\/p\u003e\n\u003cdiv class=\"jgp-model-card__row\"\u003e\n\u003cspan class=\"jgp-model-card__key\"\u003eDia × H\u003c\/span\u003e \u003cspan\u003e5.3″ × 4.7″ (Ø 13.5 × H 12 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jgp-model-card\"\u003e\n\u003cspan class=\"jgp-model-card__tag\"\u003eModel C\u003c\/span\u003e \u003cspan class=\"jgp-model-card__name\"\u003eFluted Glass — Ribbed Dome\u003c\/span\u003e\n\u003cp class=\"jgp-model-card__desc\"\u003eThe vertical fluting catches light along each ridge and creates a surface texture that shifts as you move around it. The most visually active of the three forms — the texture is visible from across the room and the diffused light has a softer, more layered quality than the clear version.\u003c\/p\u003e\n\u003cdiv class=\"jgp-model-card__row\"\u003e\n\u003cspan class=\"jgp-model-card__key\"\u003eDia × H\u003c\/span\u003e \u003cspan\u003e5.9″ × 3.7″ (Ø 15 × H 9.5 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情 --\u003e\n\u003cdiv class=\"jgp-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"jgp-specs\"\u003e\n\u003cli\u003eShade: \u003cstrong\u003eGlass\u003c\/strong\u003e — Clear, Globe, or Fluted\u003c\/li\u003e\n\u003cli\u003eFitting: \u003cstrong\u003eBrass\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eBrass \u0026amp; Glass\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMax bulb: \u003cstrong\u003e40W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e\n\u003cli\u003eVoltage: \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWire: \u003cstrong\u003e59″ \/ 150 cm\u003c\/strong\u003e — adjustable to desired height\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSloped ceiling compatible\u003c\/strong\u003e — up to 30°\u003c\/li\u003e\n\u003cli\u003eEach glass shade is individually made — minor bubbles, swirls, and slight thickness variations are characteristic of the glass and not defects.\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 认证徽章 --\u003e\n\u003cdiv class=\"jgp-badges\"\u003e\n\u003cspan class=\"jgp-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"jgp-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"jgp-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"jgp-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 文档下载 --\u003e\n\u003cdiv class=\"jgp-section-title\" style=\"margin-top: 2.5rem;\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"jgp-downloads\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .jgp-wrap --\u003e","brand":"mysite","offers":[{"title":"Model A  Dia 14.5cm x H 9cm \/ ∅ 5.7″ x H 3.5″ \/ Brass \u0026 Clear","offer_id":45893325783097,"sku":"DCP-88726-1","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Model B Dia 13.5cm x H 12cm \/ ∅ 5.3″ x H 11″ \/ Brass \u0026 Clear","offer_id":45893325815865,"sku":"DCP-88726-2","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Model C Dia 15cm x H 9.5cm \/ ∅ 5.9″ x H 3.7″ \/ Brass \u0026 Clear","offer_id":45893325848633,"sku":"DCP-88726-3","price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/2324\/3321\/files\/Jasmine_Glass_Pendant_Lamp_1.jpg?v=1779975844","url":"https:\/\/www.minu-mart.com\/pl\/products\/jasmine-glass-pendant-lamp","provider":"Minu Mart","version":"1.0","type":"link"}