{"product_id":"natural-green-jade-dome-pendant-light","title":"Natural Green Jade Dome Pendant Light","description":"\u003cstyle\u003e .gmdp-v1 { --fecify-body-size: clamp(16px, 1rem, 18px); --fecify-small-size: clamp(14px, 0.875rem, 16px); --fecify-subtitle-size: clamp(18px, 1.25rem, 22px); --fecify-title-size: clamp(26px, calc(2rem + 0.5vw), 38px); --gmdp-ink: #202723; --gmdp-muted: #59635d; --gmdp-line: #d7ddd9; --gmdp-paper: #ffffff; --gmdp-soft: #f2f5f3; --gmdp-green: #315b42; --gmdp-brass: #9b742f; max-width: 1120px; margin: 0 auto; color: var(--gmdp-ink); background: var(--gmdp-paper); font-family: inherit; font-synthesis: none; font-size: var(--fecify-body-size); line-height: 1.68; } .gmdp-v1 * { box-sizing: border-box; } .gmdp-v1__section { padding: clamp(28px, 4vw, 40px) clamp(16px, 3vw, 28px); border-bottom: 1px solid var(--gmdp-line); } .gmdp-v1__section:last-of-type { border-bottom: 0; } .gmdp-v1__eyebrow { margin: 0 0 6px; color: var(--gmdp-green); font-size: var(--fecify-small-size); font-weight: 700; letter-spacing: normal; text-transform: uppercase; } .gmdp-v1__title { margin: 0; color: var(--gmdp-ink); font-size: var(--fecify-title-size); font-weight: 700; line-height: 1.25; letter-spacing: normal; } .gmdp-v1__subtitle { margin: 0; color: var(--gmdp-ink); font-size: var(--fecify-subtitle-size); font-weight: 650; line-height: 1.35; letter-spacing: normal; } .gmdp-v1__intro { max-width: 720px; margin: 10px 0 18px; color: var(--gmdp-muted); } .gmdp-v1__detail-state { position: fixed; top: 0; left: -9999px; width: 1px; height: 1px; opacity: 0; overflow: hidden; } .gmdp-v1__detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); align-items: start; } .gmdp-v1__slide { margin: 0; } .gmdp-v1__slide img { display: block; width: 100%; aspect-ratio: 1 \/ 1.08; max-width: 100%; height: auto; object-fit: cover; border-radius: 6px; background: var(--gmdp-soft); } .gmdp-v1__caption { margin: 10px 0 0; color: var(--gmdp-muted); font-size: var(--fecify-small-size); text-align: left; } .gmdp-v1__detail-nav, .gmdp-v1__detail-dots { display: none; } .gmdp-v1__story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr); align-items: center; gap: clamp(20px, 3vw, 32px); } .gmdp-v1__story img { display: block; width: 100%; max-width: 100%; max-height: min(46vw, 460px); height: auto; object-fit: cover; border-radius: 6px; background: var(--gmdp-soft); } .gmdp-v1__story-copy { display: flex; flex-direction: column; justify-content: center; min-height: 0; } .gmdp-v1__story-copy p { margin: 10px 0 0; color: var(--gmdp-muted); } .gmdp-v1__accent { width: 54px; height: 3px; margin-top: 16px; background: var(--gmdp-brass); } .gmdp-v1__specs { display: grid; grid-template-columns: minmax(260px, 420px) minmax(0, 1fr); gap: clamp(22px, 3.5vw, 40px); align-items: center; margin-top: 16px; } .gmdp-v1__specs-media { width: 100%; margin: 0; } .gmdp-v1__specs-media img { display: block; width: 100%; max-width: 420px; height: auto; object-fit: contain; border-radius: 6px; background: var(--gmdp-soft); } .gmdp-v1__specs-body { width: 100%; min-width: 0; } .gmdp-v1__table { width: 100%; border-collapse: collapse; color: var(--gmdp-ink); background: var(--gmdp-paper); } .gmdp-v1__table th, .gmdp-v1__table td { padding: 10px 12px; border-bottom: 1px solid var(--gmdp-line); text-align: left; vertical-align: top; } .gmdp-v1__table th { width: 38%; color: var(--gmdp-muted); font-size: var(--fecify-small-size); font-weight: 600; } .gmdp-v1__table td { font-weight: 500; font-size: var(--fecify-small-size); } .gmdp-v1__note { margin: 14px 0 0; color: var(--gmdp-muted); font-size: var(--fecify-small-size); } .gmdp-v1__arrow { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--gmdp-line); border-radius: 50%; color: var(--gmdp-ink); background: var(--gmdp-paper); cursor: pointer; font-size: 18px; line-height: 1; touch-action: manipulation; } .gmdp-v1__dot { width: 10px; height: 10px; border: 1px solid var(--gmdp-line); border-radius: 50%; background: transparent; cursor: pointer; } @media (max-width: 640px) { .gmdp-v1__section { padding: 28px 16px; } .gmdp-v1__intro { margin-bottom: 14px; } .gmdp-v1__detail-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; } .gmdp-v1__slide { grid-area: 1 \/ 1; opacity: 0; visibility: hidden; pointer-events: none; } .gmdp-v1 #gmdp-detail-1:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__slide-1, .gmdp-v1 #gmdp-detail-2:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__slide-2, .gmdp-v1 #gmdp-detail-3:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__slide-3 { opacity: 1; visibility: visible; pointer-events: auto; } .gmdp-v1__slide img { width: min(100%, 360px); margin: 0 auto; aspect-ratio: 1 \/ 1; object-fit: contain; } .gmdp-v1__caption { min-height: 64px; } .gmdp-v1__detail-nav { display: grid; grid-template-columns: 88px 1fr 88px; align-items: center; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--gmdp-line); } .gmdp-v1__detail-prev, .gmdp-v1__detail-next { display: flex; align-items: center; min-height: 40px; } .gmdp-v1__detail-next { justify-content: flex-end; } .gmdp-v1__detail-prev .gmdp-v1__arrow, .gmdp-v1__detail-next .gmdp-v1__arrow { display: none; } .gmdp-v1 #gmdp-detail-1:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-prev-1, .gmdp-v1 #gmdp-detail-1:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-next-1, .gmdp-v1 #gmdp-detail-2:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-prev-2, .gmdp-v1 #gmdp-detail-2:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-next-2, .gmdp-v1 #gmdp-detail-3:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-prev-3, .gmdp-v1 #gmdp-detail-3:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-nav .gmdp-next-3 { display: inline-grid; } .gmdp-v1__detail-dots { display: flex; justify-content: center; gap: 8px; margin: 0; } .gmdp-v1 #gmdp-detail-1:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-dots label[for=\"gmdp-detail-1\"], .gmdp-v1 #gmdp-detail-2:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-dots label[for=\"gmdp-detail-2\"], .gmdp-v1 #gmdp-detail-3:checked ~ .gmdp-v1__detail-viewport .gmdp-v1__detail-dots label[for=\"gmdp-detail-3\"] { border-color: var(--gmdp-brass); background: var(--gmdp-brass); } .gmdp-v1__story { grid-template-columns: 1fr; gap: 18px; } .gmdp-v1__story img { max-height: none; } .gmdp-v1__specs { grid-template-columns: 1fr; gap: 18px; } .gmdp-v1__specs-media { max-width: min(100%, 360px); margin: 0 auto; } .gmdp-v1__table th, .gmdp-v1__table td { display: block; width: 100%; padding: 8px 10px; } .gmdp-v1__table th { padding-bottom: 2px; border-bottom: 0; } .gmdp-v1__table td { padding-top: 2px; } } @media (min-width: 641px) and (max-width: 900px) { .gmdp-v1__detail-grid { gap: 14px; } .gmdp-v1__caption { font-size: clamp(13px, 1.6vw, 14px); } .gmdp-v1__story { grid-template-columns: minmax(0, 1fr) minmax(240px, 0.88fr); gap: 22px; } .gmdp-v1__story img { max-height: min(42vw, 400px); } .gmdp-v1__specs { grid-template-columns: minmax(220px, 340px) minmax(0, 1fr); gap: 22px; } .gmdp-v1__specs-media img { max-width: 340px; } } \u003c\/style\u003e\u003cmain class=\"gmdp-v1\" data-preview-version=\"v4\"\u003e\u003csection class=\"gmdp-v1__section\" data-module=\"details\"\u003e\u003cp class=\"gmdp-v1__eyebrow\"\u003eSculptural details\u003c\/p\u003e\n\u003ch2 class=\"gmdp-v1__title\"\u003eTexture, shape, and warm metal accents\u003c\/h2\u003e\n\u003cp class=\"gmdp-v1__intro\"\u003eA softly rounded natural green jade dome brings an organic focal point overhead, finished with brass-tone hardware and a braided adjustable cord.\u003c\/p\u003e\n\u003cinput class=\"gmdp-v1__detail-state\" type=\"radio\" name=\"gmdp-detail-slider\" id=\"gmdp-detail-1\" checked\u003e \u003cinput class=\"gmdp-v1__detail-state\" type=\"radio\" name=\"gmdp-detail-slider\" id=\"gmdp-detail-2\"\u003e \u003cinput class=\"gmdp-v1__detail-state\" type=\"radio\" name=\"gmdp-detail-slider\" id=\"gmdp-detail-3\"\u003e\u003cdiv class=\"gmdp-v1__detail-viewport\"\u003e\n\u003cdiv class=\"gmdp-v1__detail-grid\"\u003e\n\u003cfigure class=\"gmdp-v1__slide gmdp-v1__slide-1\"\u003e\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/14\/70aaba943fd812394b4415c36e16eb66.webp\" alt=\"Close view of the natural green jade dome shade\"\u003e\u003cfigcaption class=\"gmdp-v1__caption\"\u003eNatural veining gives each jade shade its own depth and character.\u003c\/figcaption\u003e\u003c\/figure\u003e\u003cfigure class=\"gmdp-v1__slide gmdp-v1__slide-2\"\u003e\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/14\/0badb50f703b846022591f431e1c6acf.webp\" alt=\"Close view of the brass-tone shade fitting and braided cord\"\u003e\u003cfigcaption class=\"gmdp-v1__caption\"\u003eA compact brass-tone fitting creates a clean transition from cord to shade.\u003c\/figcaption\u003e\u003c\/figure\u003e\u003cfigure class=\"gmdp-v1__slide gmdp-v1__slide-3\"\u003e\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/14\/4abc68286bdb39e4a5c053df668302e2.webp\" alt=\"Close view of the brass-tone ceiling canopy and cord\"\u003e\u003cfigcaption class=\"gmdp-v1__caption\"\u003eThe coordinated ceiling canopy completes the warm metal finish.\u003c\/figcaption\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmdp-v1__detail-nav\" aria-label=\"Detail navigation\"\u003e\n\u003cdiv class=\"gmdp-v1__detail-prev\"\u003e\n\u003clabel class=\"gmdp-v1__arrow gmdp-prev-1\" for=\"gmdp-detail-3\" aria-label=\"Previous detail\"\u003e←\u003c\/label\u003e\u003clabel class=\"gmdp-v1__arrow gmdp-prev-2\" for=\"gmdp-detail-1\" aria-label=\"Previous detail\"\u003e←\u003c\/label\u003e\u003clabel class=\"gmdp-v1__arrow gmdp-prev-3\" for=\"gmdp-detail-2\" aria-label=\"Previous detail\"\u003e←\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmdp-v1__detail-dots\" aria-label=\"Choose a detail image\"\u003e\n\u003clabel class=\"gmdp-v1__dot\" for=\"gmdp-detail-1\" aria-label=\"Show detail 1\"\u003e\u003c\/label\u003e \u003clabel class=\"gmdp-v1__dot\" for=\"gmdp-detail-2\" aria-label=\"Show detail 2\"\u003e\u003c\/label\u003e \u003clabel class=\"gmdp-v1__dot\" for=\"gmdp-detail-3\" aria-label=\"Show detail 3\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gmdp-v1__detail-next\"\u003e\n\u003clabel class=\"gmdp-v1__arrow gmdp-next-1\" for=\"gmdp-detail-2\" aria-label=\"Next detail\"\u003e→\u003c\/label\u003e\u003clabel class=\"gmdp-v1__arrow gmdp-next-2\" for=\"gmdp-detail-3\" aria-label=\"Next detail\"\u003e→\u003c\/label\u003e\u003clabel class=\"gmdp-v1__arrow gmdp-next-3\" for=\"gmdp-detail-1\" aria-label=\"Next detail\"\u003e→\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"gmdp-v1__section\" data-module=\"story\"\u003e\u003cdiv class=\"gmdp-v1__story\"\u003e\n\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/19\/20b1ec962033b1e9d511f544a6f581d5.jpg\" alt=\"Natural green jade dome pendant light above a warm neutral living room\"\u003e\u003cdiv class=\"gmdp-v1__story-copy\"\u003e\n\u003cp class=\"gmdp-v1__eyebrow\"\u003eA quiet statement\u003c\/p\u003e\n\u003ch2 class=\"gmdp-v1__subtitle\"\u003eBotanical color for calm, collected rooms\u003c\/h2\u003e\n\u003cp\u003eThe compact natural jade dome introduces a rich green accent without overwhelming the room. Its rounded silhouette works naturally beside a bed, along a hallway, or above an intimate dining area.\u003c\/p\u003e\n\u003cdiv class=\"gmdp-v1__accent\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"gmdp-v1__section\" data-module=\"parameters\"\u003e\u003cp class=\"gmdp-v1__eyebrow\"\u003eProduct specifications\u003c\/p\u003e\n\u003ch2 class=\"gmdp-v1__subtitle\"\u003eDesigned for a precise, compact installation\u003c\/h2\u003e\n\u003cdiv class=\"gmdp-v1__specs\"\u003e\n\u003cdiv class=\"gmdp-v1__specs-media\"\u003e\u003cimg src=\"https:\/\/7889264f09.yunchenkeji.com\/media\/product\/585\/image\/2026\/08\/14\/ad3c13bb7d710e3f5bb4519006d2794b.webp\" alt=\"Full view of the natural green jade dome pendant light\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gmdp-v1__specs-body\"\u003e\n\u003ctable class=\"gmdp-v1__table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrimary materials\u003c\/th\u003e\n\u003ctd\u003eNatural jade, glass, and metal hardware\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNatural variation\u003c\/th\u003e\n\u003ctd\u003eVeining and fine surface fissures may occur naturally in the jade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShade size\u003c\/th\u003e\n\u003ctd\u003e5.9 in diameter × 3.0 in high (15 cm × 7.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCeiling canopy\u003c\/th\u003e\n\u003ctd\u003e4.7 in diameter × 1.0 in high (12 cm × 2.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAdjustable cord\u003c\/th\u003e\n\u003ctd\u003eUp to 59.1 in (1.5 m)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSuggested area\u003c\/th\u003e\n\u003ctd\u003e32–54 sq ft (3–5 m²)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSuggested settings\u003c\/th\u003e\n\u003ctd\u003eBedroom, hallway, or dining area\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e110–220V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBulb base\u003c\/th\u003e\n\u003ctd\u003eG9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSuggested bulb power\u003c\/th\u003e\n\u003ctd\u003e5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBulb included\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eHardwired ceiling mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCare\u003c\/th\u003e\n\u003ctd\u003eWipe with a soft, dry cloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"gmdp-v1__note\"\u003eProfessional installation is recommended. Confirm local electrical requirements before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c\/main\u003e ","brand":"monulo","offers":[{"title":"5.9 in diameter × 3.0 in high (15 cm × 7.5 cm)","offer_id":48241995710622,"sku":"TBCODEX2608-1007837","price":299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6349\/4302\/files\/085f755ee441442307d3eb780eb48d07.webp?v=1788762588","url":"https:\/\/www.monulo.com\/de\/products\/natural-green-jade-dome-pendant-light","provider":"Monulo","version":"1.0","type":"link"}