{"product_id":"disc-orb-ceiling-lamp","title":"Disc Orb Ceiling Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — extracted from product photo ═══════════╗\n   ║  Olive khaki disc  →  primary accent    #7a7830          ║\n   ║  Warm olive dark   →  deep accent       #3a3810          ║\n   ║  Khaki card bg     →  bg-card           #f5f4e8          ║\n   ║  Muted olive bdr   →  borders           #c8c890          ║\n   ║  Warm ivory        →  page bg           #ffffff          ║\n   ╚══════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #f5f4e8;      \/* warm khaki ivory *\/\n    --bg-deep:     #eae8d0;\n    --border:      #c8c890;      \/* olive border *\/\n    --border-lt:   #d8d8a8;\n    --sage:        #7a7830;      \/* olive khaki — primary *\/\n    --sage-dk:     #3a3810;\n    --sage-lt:     #a0a050;\n    --sage-bg:     #f0eec8;      \/* light olive tint *\/\n    --sage-bdr:    #b0b060;\n    --aqua:        #8aada8;\n    --text:        #1a1a08;\n    --text-mid:    #484818;\n    --text-light:  #7a7840;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--sage); white-space: nowrap;\n  }\n\n  \/* Overview *\/\n  .overview-card p { font-size: 12.5px; line-height: 1.9; color: var(--text-mid); }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Color palette bar *\/\n  .palette-bar {\n    margin-top: 14px;\n    background: #2a2808;\n    border-radius: 12px;\n    padding: 14px 20px;\n    display: flex; align-items: center; justify-content: space-between; gap: 16px;\n  }\n  .palette-bar-text { font-size: 12px; color: #b0c0b0; line-height: 1.6; flex: 1; }\n  .palette-bar-text strong { color: #e0ece0; }\n  .orb-dots { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }\n  .orb-dot-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }\n  .orb-circle {\n    width: 26px; height: 26px; border-radius: 50%;\n    box-shadow: 0 0 0 1.5px rgba(255,255,255,0.12), inset 0 2px 4px rgba(255,255,255,0.25);\n  }\n  .orb-label { font-size: 9px; color: #8a9888; font-weight: 600; letter-spacing: 0.04em; }\n\n  \/* Series CTA *\/\n  .series-link {\n    display: flex; align-items: center; gap: 12px;\n    padding: 12px 16px; background: var(--bg-card);\n    border: 0.5px solid var(--border); border-radius: 10px;\n    text-decoration: none; transition: background 0.15s;\n  }\n  .series-link:hover { background: var(--bg-deep); }\n  .series-thumb {\n    width: 52px; height: 52px; border-radius: 8px;\n    object-fit: cover; flex-shrink: 0;\n    border: 0.5px solid var(--border);\n  }\n\n  \/* Image zoom *\/\n  .img-zoom-wrap {\n    display: block; position: relative;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); text-decoration: none;\n    max-width: 480px;\n  }\n  .img-zoom-wrap img { display: block; width: 100%; height: auto; transition: opacity 0.15s; }\n  .img-zoom-wrap:hover img { opacity: 0.9; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(20,32,20,0.5); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px; pointer-events: none;\n  }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 13px 12px 11px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: var(--sage-bg); border: 0.5px solid var(--sage-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 9px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\n\n  \/* Glass color options *\/\n  .glass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }\n  .glass-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 10px 10px; text-align: center;\n  }\n  .glass-orb {\n    width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.12), inset 0 2px 5px rgba(255,255,255,0.3);\n  }\n  .glass-name { font-size: 12px; font-weight: 700; color: var(--text); }\n\n  \/* Dimension card *\/\n  .dim-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .dim-img-area {\n    background: var(--bg-card); border-bottom: 0.5px solid var(--border);\n    padding: 1.5rem; display: flex; align-items: center; justify-content: center;\n  }\n  .dim-img-area img { max-width: 100%; max-height: 300px; height: auto; object-fit: contain; display: block; }\n  .dim-row {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 9px 18px; border-bottom: 0.5px solid var(--border-lt);\n    background: var(--bg-card);\n  }\n  .dim-row:nth-child(even) { background: var(--bg); }\n  .dim-row:last-child { border-bottom: none; }\n  .dim-key { font-size: 11px; color: var(--text-light); }\n  .dim-val { font-size: 13px; font-weight: 700; color: var(--sage); }\n\n  \/* Spec *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 9px 16px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; background: var(--bg-card); }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage); width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge { font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 99px; background: var(--sage-bg); border: 0.5px solid var(--sage-bdr); color: var(--sage); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 6px; padding: 14px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer; transition: background 0.15s;\n  }\n  .dl-btn:hover { background: var(--bg-deep); border-color: var(--sage-bdr); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--sage-bg); border: 0.5px solid var(--sage-bdr); display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid var(--border-lt); background: #ffffff; }\n  .faq-list details:last-child { border-bottom: none; }\n  .faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 13px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: ''; flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%;\n    background: var(--sage-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%237a7830' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n    border: 0.5px solid var(--sage-bdr); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--sage); }\n  .faq-a { padding: 0 16px 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .glass-grid { grid-template-columns: 1fr 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eIlluminate your space with the \u003cstrong\u003eDisc Orb Ceiling Lamp\u003c\/strong\u003e by Mooijane. Crafted with harmonious round glass shapes and luminous spheres, this Morandi-style masterpiece radiates a cozy, diffused glow. Vibrant green, aqua, white, and yellow hues add a touch of artful sparkle — a quietly sophisticated statement piece for any living room, bedroom, or dining space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"palette-bar\"\u003e\n\u003cdiv class=\"palette-bar-text\"\u003e\n\u003cstrong\u003eMorandi Glass Palette  ·  Matte Black Frame  ·  G9 LED\u003c\/strong\u003e\u003cbr\u003eFour soft, artistic hues inspired by the muted tones of Morandi still-life painting.\u003c\/div\u003e\n\u003cdiv class=\"orb-dots\"\u003e\n\u003cdiv class=\"orb-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#c0bc60,#8a8828 50%,#4a4810 85%);\" class=\"orb-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"orb-label\"\u003eGREEN\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"orb-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#f8f6f2,#e0dcd0 50%,#b8b0a0 85%);\" class=\"orb-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"orb-label\"\u003eWHITE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"orb-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#f8e870,#d4b020 50%,#a07800 85%);\" class=\"orb-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"orb-label\"\u003eYELLOW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"orb-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#8a5840,#5a3020 50%,#321008 85%);\" class=\"orb-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"orb-label\"\u003eBROWN\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SAME SERIES --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eAlso in This Series\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"series-link\" rel=\"noopener\" href=\"https:\/\/mooijane.com\/products\/disc-orb-pendant-light\" target=\"_blank\"\u003e\u003cimg alt=\"Disc Orb Pendant Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Disc_Orb_Pendant_Light_001_240x240.jpg?v=1726710894\" class=\"series-thumb\"\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003cdiv style=\"font-size: 12px; font-weight: bold; color: var(--text);\"\u003eDisc Orb Pendant Light\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; color: var(--text-light); margin-top: 2px;\"\u003eSame glass orb aesthetic in a pendant format — perfect for clustering over a dining table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg style=\"flex-shrink: 0;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"var(--text-light)\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e\u003cpath d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\u003e\u003c\/path\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"3\" x2=\"21\" y1=\"14\" x1=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eMorandi Glass Orbs\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMuted, artistic glass hues inspired by Morandi still-life — painterly and quietly luxurious.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eDisc \u0026amp; Orb Composition\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFlat disc meets spherical orbs — a sculptural combination that casts a warm, ambient glow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eMatte Black Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThe matte black iron structure grounds the colorful glass — bold contrast, minimal design.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GLASS COLOR OPTIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGlass Color Options\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-grid\"\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#c0bc60,#8a8828 50%,#4a4810 85%);\" class=\"glass-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glass-name\"\u003eGreen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#fafaf6,#e8e4da 50%,#c0b8a8 85%);\" class=\"glass-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glass-name\"\u003eWhite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#f8ec80,#dcc030 50%,#b09000 85%);\" class=\"glass-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glass-name\"\u003eYellow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#a07060,#6a4030 50%,#3a2010 85%);\" class=\"glass-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glass-name\"\u003eBrown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSIONS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-img-area\"\u003e\u003ca style=\"display: block;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Disc-Orb-Ceiling-Lamp.png?v=1729395922\" target=\"_blank\"\u003e \u003cimg alt=\"Disc Orb Ceiling Lamp dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Disc-Orb-Ceiling-Lamp.png?v=1729395922\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003e∅ 9.8″ \/ 25 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-row\"\u003e\n\u003cspan class=\"dim-key\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"dim-val\"\u003eH 5.1″ \/ 13 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eGlass, Iron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eFrame Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 6px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #1e2020; border: 0.5px solid #404444; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Matte Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGlass Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 10px; flex-wrap: wrap;\" class=\"spec-val\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #8a8828; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eGreen\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #e8e4da; border: 0.5px solid #ccc; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eWhite\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #dcc030; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eYellow\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #6a4030; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eBrown\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eModern \/ Morandi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eCeiling Light — Indoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eHardwired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eG9 base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"grid-template-columns: repeat(3,1fr);\" class=\"dl-grid\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1viBkR8bNpY48rax6bw41C9Z-izv6DfVc\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\u003crect rx=\"1\" height=\"4\" width=\"6\" y=\"3\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"15\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"13\" y1=\"16\" x1=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Fu7ElOYmd47NshBvDQkiLGfhzQ5vjlVf\/view?usp=drive_link\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca href=\"#\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#7a7830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is a Morandi-style color palette?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eMorandi colors refer to the soft, muted, and desaturated tones inspired by Italian painter Giorgio Morandi's still-life works. In interior design, they create a quiet, sophisticated atmosphere — neither too bold nor too plain. The Disc Orb's green, white, yellow, and brown glass hues are chosen to evoke this painterly, contemplative quality.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis ceiling lamp uses a \u003cstrong\u003eG9 base bulb\u003c\/strong\u003e. G9 is a small, bi-pin base common in European-style ceiling fixtures. We recommend a Warm Light G9 LED capsule bulb for a cozy, diffused glow through the glass orbs. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs there a matching pendant version?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the \u003cstrong\u003eDisc Orb Pendant Light\u003c\/strong\u003e uses the same glass orb design in a hanging pendant format. It pairs beautifully with this ceiling version for a cohesive look across different spaces. See the \"Also in This Series\" section above.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require professional installation?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — this lamp is \u003cstrong\u003ehardwired\u003c\/strong\u003e and requires a ceiling electrical connection. We recommend a licensed electrician for installation. Refer to the Installation Guide in the Downloads section above.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"∅ 9.8″ x H 5.1″ \/ Dia 25cm x H 13cm \/ Green","offer_id":58264379883865,"sku":"MJC-1438-01","price":150.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 5.1″ \/ Dia 25cm x H 13cm \/ Yellow","offer_id":58264379916633,"sku":"MJC-1438-02","price":150.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 5.1″ \/ Dia 25cm x H 13cm \/ White","offer_id":58264379949401,"sku":"MJC-1438-03","price":150.0,"currency_code":"USD","in_stock":true},{"title":"∅ 9.8″ x H 5.1″ \/ Dia 25cm x H 13cm \/ Brown","offer_id":58264379982169,"sku":"MJC-1438-04","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Disc_Orb_Ceiling_Lamp_1.jpg?v=1781123951","url":"https:\/\/www.tumdi.co\/products\/disc-orb-ceiling-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}