{"product_id":"alabaster-bowl-ceiling-lamp","title":"Alabaster Bowl Ceiling Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — extracted from product photo ═══════════╗\n   ║  Aged brass frame  →  #7a5c1e  (muted, warm antique)    ║\n   ║  Brass mid-tone    →  #9a7830  (warm brown-gold)         ║\n   ║  Alabaster bowl    →  #f5f2ec  (warm white w\/ gray vein) ║\n   ║  Stone vein gray   →  #b8aaa0  (taupe-gray veining)      ║\n   ║  Warm cream bg     →  #faf8f4  (product background)      ║\n   ╚══════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-warm:     #faf8f4;      \/* matches product's warm cream bg *\/\n    --bg-card:     #f5f2ec;      \/* alabaster bowl color *\/\n    --bg-deep:     #ece8de;\n    --border:      #ddd4b8;      \/* warm stone border *\/\n    --border-lt:   #e8e2d0;\n    --brass:       #9a7830;      \/* antique brass mid-tone *\/\n    --brass-dk:    #4e3410;      \/* deep aged bronze *\/\n    --brass-lt:    #b89450;      \/* lighter brass highlight *\/\n    --brass-bg:    #f5ead0;      \/* warm brass icon bg *\/\n    --brass-border:#c8a058;      \/* brass badge border *\/\n    --text:        #1c1610;\n    --text-mid:    #5a4828;\n    --text-light:  #9a8870;\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(--brass); 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  .alabaster-note {\n    margin-top: 14px;\n    display: flex; gap: 13px; align-items: center;\n    padding: 14px 16px;\n    background: linear-gradient(135deg, #f2ece0 0%, #ece4d0 100%);\n    border: 0.5px solid var(--brass-border);\n    border-radius: 12px;\n  }\n  .alabaster-stone {\n    flex-shrink: 0; width: 48px; height: 48px; border-radius: 10px;\n    background:\n      radial-gradient(ellipse at 20% 25%, rgba(255,252,248,0.98) 0%, transparent 45%),\n      radial-gradient(ellipse at 65% 70%, rgba(160,148,130,0.35) 0%, transparent 40%),\n      radial-gradient(ellipse at 80% 20%, rgba(180,168,148,0.25) 0%, transparent 35%),\n      repeating-linear-gradient(\n        108deg,\n        #f4f0e8 0px, #f4f0e8 14px,\n        #d8cfc0 15px, #cfc6b4 16px,\n        #f4f0e8 17px, #f4f0e8 34px,\n        #c8bfae 35px, #c0b7a6 36px,\n        #f4f0e8 37px\n      );\n    border: 0.5px solid var(--brass-border);\n    box-shadow: inset 0 1px 3px rgba(255,245,228,0.6), 0 1px 4px rgba(0,0,0,0.1);\n  }\n  .alabaster-note-text { flex: 1; }\n  .alabaster-note-title { font-size: 12px; font-weight: 700; color: var(--brass-dk); margin-bottom: 3px; }\n  .alabaster-note-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\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  }\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(30,16,4,0.52); 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(--brass-bg); border: 0.5px solid var(--brass-border);\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  \/* Size list *\/\n  .size-list { display: flex; flex-direction: column; gap: 10px; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .size-row {\n    display: flex; align-items: center;\n    padding: 12px 18px; border-bottom: 0.5px solid var(--border-lt);\n    background: var(--bg-card); gap: 1rem;\n  }\n  .size-row:nth-child(even) { background: var(--bg-warm); }\n  .size-row:last-child { border-bottom: none; }\n  .size-badge {\n    flex-shrink: 0;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--brass); background: var(--brass-bg);\n    border: 0.5px solid var(--brass-border);\n    padding: 3px 10px; border-radius: 99px;\n    min-width: 80px; text-align: center;\n  }\n  .size-info { flex: 1; }\n  .size-dims { font-size: 13px; font-weight: 700; color: var(--text); }\n  .size-dims-sub { font-size: 11px; color: var(--text-light); margin-top: 1px; }\n  .size-weight {\n    flex-shrink: 0;\n    font-size: 11px; font-weight: 500; color: var(--brass);\n    background: var(--bg-deep); border: 0.5px solid var(--border);\n    padding: 3px 10px; border-radius: 99px;\n  }\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-warm); }\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(--brass); 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(--brass-bg); border: 0.5px solid var(--brass-border); color: var(--brass); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(3, 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(--brass-border); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--brass-bg); border: 0.5px solid var(--brass-border); 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(--brass-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='%239a7020' 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(--brass-border); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--brass); }\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    .size-row { flex-wrap: wrap; }\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\u003eIlluminating your space, Mooijane's \u003cstrong\u003eAlabaster Bowl Ceiling Lamp\u003c\/strong\u003e is a timeless and elegant addition to any room. Crafted with an antique brass frame and a genuine white alabaster bowl, this semi-flush chandelier exudes sophistication and lasting durability. The natural stone diffuses light into a warm, inviting glow — perfect for any living room, dining area, or entryway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alabaster-note\"\u003e\n\u003cdiv class=\"alabaster-stone\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alabaster-note-text\"\u003e\n\u003cdiv class=\"alabaster-note-title\"\u003eAbout the Alabaster Bowl\u003c\/div\u003e\n\u003cdiv class=\"alabaster-note-desc\"\u003eEach bowl is carved from genuine alabaster — a natural stone with unique veining in every piece. Pattern and tone variations from the product images are expected and are part of what makes each lamp one of a kind.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"#9a7020\" 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\"\u003eGenuine Alabaster Bowl\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCarved from real alabaster stone — each piece has unique natural veining that glows warmly when lit.\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=\"#9a7020\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eAntique Brass Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRich aged-brass hardware adds warmth and retro elegance — a perfect complement to alabaster.\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=\"#9a7020\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpolyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"17 6 23 6 23 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e3 Sizes Available\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e4, 5, or 6 lights — scale the chandelier to fit your room and desired brightness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SHOWCASE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Showcase\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Alabaster-Bowl-Ceiling-Lamp.png?v=1732005455\" class=\"img-zoom-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Alabaster Bowl Ceiling Lamp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Alabaster-Bowl-Ceiling-Lamp.png?v=1732005455\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"11\" width=\"11\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- SIZES --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSizes\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-list\"\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-badge\"\u003e4 Lights\u003c\/span\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 15.7″ × H 15″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 40 cm × H 38 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"size-weight\"\u003e13.2 lbs \/ 6 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-badge\"\u003e5 Lights\u003c\/span\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 19.7″ × H 16.5″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 50 cm × H 42 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"size-weight\"\u003e22 lbs \/ 10 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cspan class=\"size-badge\"\u003e6 Lights\u003c\/span\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 23.6″ × H 17.7″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 60 cm × H 45 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"size-weight\"\u003e33.1 lbs \/ 15 kg\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\"\u003eBrass, Genuine Alabaster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 6px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#e8c860,#b08020 50%,#6a4800 85%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Antique Brass \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eWhite Alabaster — natural pattern varies per piece\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\"\u003eRetro \/ Classic\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\"\u003eSemi-flush Ceiling 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\"\u003eE26 \/ E27 (standard US 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 class=\"dl-grid\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1dNQvjIcm3MFIdtgGec-mxJAD5YNf8vjQ\/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=\"#9a7020\" 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\/1kKBD4Mj9lJ06znCIvxNnqDDWWkYi7HTu\/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=\"#9a7020\" 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=\"#9a7020\" 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\u003eWill my alabaster bowl look exactly like the photos?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — alabaster is a natural stone and each bowl has its own unique veining, tone, and pattern. Your lamp will vary slightly from the product images. These natural variations are not defects — they make each piece genuinely one of a kind, which is part of what gives alabaster lighting its timeless appeal.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAs a general guide: the \u003cstrong\u003e4-light (∅15.7″)\u003c\/strong\u003e is ideal for smaller dining rooms or bedrooms; the \u003cstrong\u003e5-light (∅19.7″)\u003c\/strong\u003e suits most standard living rooms and dining tables; the \u003cstrong\u003e6-light (∅23.6″)\u003c\/strong\u003e is best for larger rooms or higher ceilings where you want a more commanding presence. Note that the 6-light version weighs 33 lbs — ensure your ceiling junction box can support the weight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulbs do I need, and how many?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eEach socket uses an \u003cstrong\u003eE26 or E27 base bulb\u003c\/strong\u003e (standard US socket). The number of bulbs matches the size you choose — 4, 5, or 6. We recommend Warm Light LED bulbs to enhance the warm glow through the alabaster and complement the antique brass frame. Bulbs are not included.\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 chandelier is \u003cstrong\u003ehardwired\u003c\/strong\u003e and requires a ceiling electrical connection. Given the weight of the larger sizes (up to 33 lbs), we strongly recommend a licensed electrician to ensure a secure mount. Refer to the Installation Guide in the Downloads section.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"4-Lights ∅ 15.7″ x H 15″ \/ Dia 40cm x H 38cm \/ Antique Brass \u0026 White","offer_id":58264369922393,"sku":"MJC-0902-01","price":538.0,"currency_code":"USD","in_stock":true},{"title":"5-Lights ∅ 19.7″ x H 16.5″ \/ Dia 50cm x H 42cm \/ Antique Brass \u0026 White","offer_id":58264369955161,"sku":"MJC-0902-02","price":765.0,"currency_code":"USD","in_stock":true},{"title":"6-Lights ∅ 23.6″ x H 17.7″ \/ Dia 60cm x H 45cm \/ Antique Brass \u0026 White","offer_id":58264369987929,"sku":"MJC-0902-03","price":1035.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Alabaster_Bowl_Ceiling_Lamp_1.jpg?v=1781123604","url":"https:\/\/www.tumdi.co\/products\/alabaster-bowl-ceiling-lamp","provider":"Tumdi.com","version":"1.0","type":"link"}