{"product_id":"carnelian-chandelier","title":"Carnelian Chandelier","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — Modern Agate Chandelier ════════════════╗\n   ║  Gold frame       →  primary accent     #b08828          ║\n   ║  Agate honey      →  warm highlight     #c89040          ║\n   ║  Natural stone bg →  card bg            #faf6ee          ║\n   ║  Warm ivory       →  page bg            #ffffff          ║\n   ║  Stone vein       →  borders            #e4cc90          ║\n   ╚══════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf6ee;\n    --bg-deep:     #f2e8d0;\n    --border:      #e4cc90;\n    --border-lt:   #ecdca0;\n    --gold:        #b08828;\n    --gold-dk:     #604808;\n    --gold-lt:     #d0a840;\n    --gold-bg:     #f8ecc8;\n    --gold-bdr:    #d4aa48;\n    --text:        #1c1608;\n    --text-mid:    #524018;\n    --text-light:  #9a8048;\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(--gold); white-space: nowrap;\n  }\n\n  \/* Video *\/\n  .video-frame {\n    position: relative; width: 100%; padding-bottom: 56.25%;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); background: #000;\n  }\n  .video-frame iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: 0;\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  \/* Note card *\/\n  .note-card {\n    margin-top: 12px;\n    display: flex; gap: 9px; align-items: flex-start;\n    padding: 11px 14px;\n    background: var(--gold-bg);\n    border: 0.5px solid var(--gold-bdr);\n    border-left: 2.5px solid var(--gold);\n    border-radius: 10px;\n    font-size: 12px; color: var(--gold-dk); line-height: 1.65;\n  }\n\n  \/* CTA button *\/\n  .cta-btn {\n    display: inline-flex; align-items: center; gap: 7px;\n    margin-top: 14px; padding: 10px 18px;\n    background: var(--bg-deep);\n    border: 1px solid var(--gold-bdr);\n    color: var(--gold-dk);\n    border-radius: 8px; text-decoration: none;\n    font-size: 12px; font-weight: 700; letter-spacing: 0.04em;\n    transition: background 0.15s;\n  }\n  .cta-btn:hover { background: var(--border); }\n\n  \/* Agate color comparison image *\/\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(--gold-bg); border: 0.5px solid var(--gold-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  \/* Install video link *\/\n  .install-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  .install-link:hover { background: var(--bg-deep); }\n\n  \/* Sizes *\/\n  .size-badge {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;\n    color: var(--gold); background: var(--gold-bg);\n    border: 0.5px solid var(--gold-bdr);\n    padding: 3px 10px; border-radius: 99px; flex-shrink: 0;\n  }\n  .size-dims { font-size: 13px; font-weight: 700; color: var(--text); }\n  .size-dims-sub { font-size: 11px; color: var(--text-light); }\n  .size-bulbs {\n    margin-left: auto; font-size: 11px; font-weight: 500;\n    color: var(--gold); background: var(--bg-deep);\n    border: 0.5px solid var(--border); padding: 2px 10px; border-radius: 99px;\n  }\n\n  \/* Stone note *\/\n  .stone-img-wrap {\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); background: var(--bg-card);\n  }\n  .stone-img-wrap img { width: 100%; height: auto; display: block; }\n  .stone-caption {\n    padding: 10px 14px; font-size: 11px; color: var(--text-light);\n    line-height: 1.5; border-top: 0.5px solid var(--border);\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); }\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(--gold); 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(--gold-bg); border: 0.5px solid var(--gold-bdr); color: var(--gold); white-space: nowrap; }\n\n  \/* Downloads *\/\n  .dl-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 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(--gold-bdr); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--gold-bg); border: 0.5px solid var(--gold-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(--gold-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='%23b08828' 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(--gold-bdr); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--gold); }\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    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eVideo\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe title=\"Modern Agate Chandelier\" src=\"https:\/\/www.youtube.com\/embed\/4Ab7nG4IV1g\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\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\u003eThe \u003cstrong\u003eModern Agate Chandelier\u003c\/strong\u003e combines refined gold-plated metal frames with genuine natural agate slices imported from Brazil. Each slice is individually cut, polished, and smooth — and when illuminated, the translucent stone glows with a rich, crystal-like depth that transforms any room. No two chandeliers are exactly alike, because no two stones are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-card\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" style=\"flex-shrink: 0; margin-top: 1px;\" stroke-width=\"1.5\" stroke=\"#b08828\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4M12 16h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eNatural agate stone\u003c\/strong\u003e — color, veining, and pattern vary by piece. Slight cracks, cavities, and uneven tones are natural characteristics of genuine agate and are not defects.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/mooijane.com\/search?page=1\u0026amp;q=Agate\" class=\"cta-btn\" target=\"_blank\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#5a3a10\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cline y2=\"16.65\" x2=\"16.65\" y1=\"21\" x1=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e View All Agate Lamps \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- AGATE COLOR COMPARISON --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eAgate Color Comparison\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\/Agate_Flake_Chandelier_0508-_20.jpg\" style=\"max-width: 480px;\" class=\"img-zoom-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Agate color comparison chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Agate_Flake_Chandelier_0508-_20_600x600.jpg?v=1746782224\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"10\" width=\"10\"\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!-- 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=\"#b08828\" 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\"\u003eBrazilian Natural Agate\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eGenuine imported agate slices — each piece unique in color, translucency, and natural veining.\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=\"#b08828\" 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\"\u003eRose Gold Electroplated Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePrecisely cut and polished metal body with a warm gold finish — luxurious and enduring.\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=\"#b08828\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 12h1M20 12h1M12 3v1M12 20v1M5.64 5.64l.7.7M17.66 17.66l.7.7M5.64 18.36l.7-.7M17.66 6.34l.7-.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eCrystal-like Glow\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBacklit by LED, each agate slice radiates its unique color — the effect is spectacular when lit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AGATE INSTALL VIDEO LINK --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eInstallation Reference\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"install-link\" rel=\"noopener\" href=\"https:\/\/www.pinterest.com\/pin\/952089177461380653\" target=\"_blank\"\u003e\n\u003cdiv style=\"flex-shrink: 0;\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 40 28\" height=\"28\" width=\"40\"\u003e\n          \u003crect fill=\"#e60023\" rx=\"6\" height=\"28\" width=\"40\"\u003e\u003c\/rect\u003e\n          \u003ccircle fill=\"#fff\" r=\"7\" cy=\"14\" cx=\"20\"\u003e\u003c\/circle\u003e\n          \u003cpath fill=\"#e60023\" d=\"M20 7c-3.87 0-7 3.13-7 7 0 2.96 1.81 5.5 4.4 6.58-.06-.54-.11-1.38.02-1.97.13-.53.86-3.65.86-3.65s-.22-.44-.22-1.1c0-1.03.6-1.8 1.34-1.8.63 0 .94.47.94 1.04 0 .64-.41 1.59-.62 2.47-.18.74.37 1.34 1.1 1.34 1.3 0 2.31-1.38 2.31-3.36 0-1.76-1.26-2.99-3.07-2.99-2.09 0-3.32 1.57-3.32 3.19 0 .63.24 1.31.54 1.68.06.07.07.13.05.2-.05.22-.17.74-.2.84-.03.13-.1.16-.24.1-1-.47-1.62-1.93-1.62-3.11 0-2.52 1.83-4.84 5.28-4.84 2.77 0 4.93 1.98 4.93 4.61 0 2.75-1.73 4.96-4.14 4.96-.81 0-1.57-.42-1.83-.91l-.5 1.86c-.18.69-.66 1.56-1 2.08.75.23 1.54.36 2.36.36 3.87 0 7-3.13 7-7s-3.13-7-7-7z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003cdiv style=\"font-size: 12px; font-weight: bold; color: var(--text);\"\u003eAgate Slice Installation Guide\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; color: var(--text-light); margin-top: 2px;\"\u003eWatch how to attach the agate slices to the frame · Pinterest\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!-- 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 style=\"display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;\"\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_03.png?v=1739498467\" target=\"_blank\"\u003e \u003cimg style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\" alt=\"Small\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_03.png?v=1739498467\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan style=\"margin-bottom: 6px;\" class=\"size-badge\"\u003eSmall\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 20.5″ × H 27.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 52 cm × H 70 cm\u003c\/div\u003e\n\u003cspan style=\"margin-left: 0; margin-top: 6px; display: inline-block;\" class=\"size-bulbs\"\u003eE14 × 9\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_02.png?v=1739498467\" target=\"_blank\"\u003e \u003cimg style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\" alt=\"Medium\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_02.png?v=1739498467\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan style=\"margin-bottom: 6px;\" class=\"size-badge\"\u003eMedium\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 26″ × H 30.3″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 66 cm × H 77 cm\u003c\/div\u003e\n\u003cspan style=\"margin-left: 0; margin-top: 6px; display: inline-block;\" class=\"size-bulbs\"\u003eE14 × 12\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden;\"\u003e\n\u003ca style=\"display: flex; background: #fff; border-bottom: 0.5px solid var(--border); height: 180px; align-items: center; justify-content: center; padding: 12px; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_01.png?v=1739498467\" target=\"_blank\"\u003e \u003cimg style=\"max-width: 100%; max-height: 156px; object-fit: contain; display: block; transition: opacity 0.15s;\" alt=\"Large\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Carnelian_Chandelier_SKU_01.png?v=1739498467\"\u003e \u003c\/a\u003e\n\u003cdiv style=\"padding: 10px 14px 12px;\"\u003e\n\u003cspan style=\"margin-bottom: 6px;\" class=\"size-badge\"\u003eLarge\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 31.4″ × H 30.3″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 80 cm × H 77 cm\u003c\/div\u003e\n\u003cspan style=\"margin-left: 0; margin-top: 6px; display: inline-block;\" class=\"size-bulbs\"\u003eE14 × 15\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 11px; color: var(--text-light); margin-top: 8px;\"\u003eSuspension rod: 60 cm (23.6″) — custom lengths available on request.  ·  Click any image to view full size.\u003c\/p\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\"\u003eMetal, Iron, Glass, Natural Agate\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%,#f8d0c0,#e09070 50%,#c06040 85%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Rose Gold (electroplated) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eAgate Color\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 8px; flex-wrap: wrap;\" class=\"spec-val\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #d4b020; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eYellow\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #2870d0; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eBlue\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #18a010; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eGreen\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #e04878; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003ePink\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: #8030d0; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003ePurple\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 4px;\"\u003e\u003cspan style=\"width: 10px; height: 10px; border-radius: 50%; background: conic-gradient(from 0deg,#e04878,#8030d0,#2870d0,#18a010,#d4b020,#e04878); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eMulticolor\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\"\u003eClassic\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\"\u003eChandelier — Indoor only (IP20)\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\"\u003eE14 base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eRod Length\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e60 cm (23.6″) — custom length available on request\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!-- ABOUT THE AGATE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eAbout the Agate\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stone-img-wrap\"\u003e\n\u003cimg alt=\"Natural agate slices\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/agate_600x600.jpg?v=1653273051\"\u003e\n\u003cdiv class=\"stone-caption\"\u003eEach agate slice is a one-of-a-kind cut from genuine Brazilian natural agate. Variations in color, tone, and translucency — as well as minor cracks or cavities — are inherent characteristics of natural stone, not manufacturing defects. These imperfections are precisely what give each chandelier its unique, irreplaceable character.\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 rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1s1sYo46AHUDZMTuXxQGrrwnP2uRAlQTm\/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=\"#b08828\" 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 rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1D_Ek2sVlUV5KllNWrIu6i47lar5O7ict\/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=\"#b08828\" 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 rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1-R0IdXDrWg_b1HYGeZwPjSYE1ZOALWOz\/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=\"#b08828\" 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\u003eAre the agate stones real?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — all agate slices are \u003cstrong\u003egenuine natural agate imported from Brazil\u003c\/strong\u003e. They are individually cut, polished, and smooth. Because they are natural stone, each piece is one of a kind — variations in color, translucency, and patterning are expected and intentional.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy do the stones have cracks or uneven coloring?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNatural agate contains inherent characteristics including uneven color distribution, fine cracks, and small cavities. These are \u003cstrong\u003enot defects\u003c\/strong\u003e — they are natural phenomena that occur in all genuine agate stone. They are part of what makes each chandelier unique and irreplaceable.\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\"\u003eThe \u003cstrong\u003eSmall (∅20.5″, 9 bulbs)\u003c\/strong\u003e suits dining tables for 4–6, smaller living rooms, or entryways. The \u003cstrong\u003eMedium (∅26″, 12 bulbs)\u003c\/strong\u003e is ideal for most standard dining rooms and open living areas. The \u003cstrong\u003eLarge (∅31.4″, 15 bulbs)\u003c\/strong\u003e makes a grand statement in large rooms, double-height spaces, or commercial interiors.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulbs do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis chandelier uses \u003cstrong\u003eE14 base bulbs\u003c\/strong\u003e (European small Edison screw). The quantity depends on the size you choose — 9, 12, or 15 bulbs. We recommend Warm Light LED E14 bulbs (max 40W equivalent) to best highlight the translucency of the agate. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the chandelier includes a \u003cstrong\u003e60 cm (23.6″) suspension rod\u003c\/strong\u003e. Custom rod lengths are available on request — contact our support team before ordering if you need a specific length for high ceilings.\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 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Multicolor","offer_id":58264383521113,"sku":"M-202204191527-15","price":895.0,"currency_code":"USD","in_stock":true},{"title":"4 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Yellow","offer_id":58264383553881,"sku":"M-202204191527-17","price":895.0,"currency_code":"USD","in_stock":true},{"title":"4 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Blue","offer_id":58264383586649,"sku":"M-202204191527-18","price":895.0,"currency_code":"USD","in_stock":true},{"title":"4 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Green","offer_id":58264383619417,"sku":"M-202204191527-19","price":895.0,"currency_code":"USD","in_stock":true},{"title":"4 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Pink","offer_id":58264383652185,"sku":"M-202204191527-20","price":895.0,"currency_code":"USD","in_stock":true},{"title":"4 Layer: ∅ 20.5″ x H 27.6″ \/ Dia 52cm x H 70cm \/ Purple","offer_id":58264383684953,"sku":"M-202204191527-21","price":895.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Multicolor","offer_id":58264383717721,"sku":"M-202204191527-1","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Yellow","offer_id":58264383750489,"sku":"M-202204191527-3","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Blue","offer_id":58264383783257,"sku":"M-202204191527-4","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Green","offer_id":58264383816025,"sku":"M-202204191527-5","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Pink","offer_id":58264383848793,"sku":"M-202204191527-6","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"5 Layer: ∅ 25.9″ x H 30.3″ \/ Dia 66cm x H 77cm \/ Purple","offer_id":58264383881561,"sku":"M-202204191527-7","price":1499.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Multicolor","offer_id":58264383914329,"sku":"M-202204191527-8","price":1937.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Yellow","offer_id":58264383947097,"sku":"M-202204191527-10","price":1937.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Blue","offer_id":58264383979865,"sku":"M-202204191527-11","price":1937.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Green","offer_id":58264384012633,"sku":"M-202204191527-12","price":1937.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Pink","offer_id":58264384045401,"sku":"M-202204191527-13","price":1937.0,"currency_code":"USD","in_stock":true},{"title":"6 Layer: ∅ 31.4″ x H 30.3″ \/ Dia 80cm x H 77cm \/ Purple","offer_id":58264384078169,"sku":"M-202204191527-14","price":1937.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Mooijane_Carnelian_Chandelier-_19.jpg?v=1781124099","url":"https:\/\/www.tumdi.co\/products\/carnelian-chandelier","provider":"Tumdi.com","version":"1.0","type":"link"}