{"product_id":"luxury-agate-chandelier","title":"Luxury Agate Chandelier","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — extracted from agate product photo ════╗\n   ║  Olive amber stone →  primary accent    #8a7838          ║\n   ║  Deep olive brown  →  dark accent       #4a3810          ║\n   ║  Stone ivory edge  →  card bg           #f8f4e8          ║\n   ║  Warm khaki border →  borders           #d8c888          ║\n   ║  Translucent tint  →  deep card         #ede8d0          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf8f5;      \/* warm off-white — product bg tone *\/\n    --bg-deep:     #f2ede4;\n    --border:      #e8e2d8;      \/* soft warm taupe *\/\n    --border-lt:   #eeeae0;\n    --gold:        #8a7838;      \/* olive amber — primary *\/\n    --gold-dk:     #4a3810;      \/* deep olive brown *\/\n    --gold-lt:     #a89850;\n    --gold-bg:     #f5f2eb;      \/* soft warm ivory *\/\n    --gold-bdr:    #d4cdb8;\n    --text:        #1c1808;\n    --text-mid:    #4a3c10;\n    --text-light:  #8a7840;\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  \/* Overview *\/\n  .overview-card p { font-size: 12.5px; line-height: 1.9; color: var(--text-mid); margin-bottom: 8px; }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Note cards *\/\n  .note-card {\n    display: flex; gap: 9px; align-items: flex-start;\n    padding: 11px 14px; margin-top: 10px;\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  .note-card a { color: var(--gold); font-weight: 600; }\n\n  \/* CTA button *\/\n  .cta-btn {\n    display: inline-flex; align-items: center; gap: 7px;\n    margin-top: 14px; padding: 9px 16px;\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  \/* 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(--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  \/* Sizes — 2 column *\/\n  .size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  .size-img {\n    background: #fff; border-bottom: 0.5px solid var(--border);\n    display: flex; align-items: center; justify-content: center;\n    padding: 1.25rem;\n  }\n  .size-img img { max-width: 100%; height: auto; display: block; }\n  .size-body { padding: 11px 14px 13px; }\n  .size-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    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: 2px 9px; border-radius: 99px; margin-bottom: 7px;\n  }\n  .size-dims { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }\n  .size-dims-sub { font-size: 11px; color: var(--text-light); }\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  \/* Stone image *\/\n  .stone-wrap {\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); background: var(--bg-card);\n  }\n  .stone-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.55; 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(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(--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='%238a7838' 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    .size-grid { grid-template-columns: 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\u003eThe \u003cstrong\u003eLuxury Agate Chandelier\u003c\/strong\u003e is a statement piece of refined natural artistry. Each agate slice is individually cut from rough natural stone, polished to a smooth finish, and perforated for mounting — brightly colored, highly translucent, and completely free of glare. The lamp body is crafted from metal through precision welding, grinding, and electroplating in a warm gold finish.\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=\"#8a7838\" 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 — each piece is unique. Color variation, uneven tones, fine cracks, and cavities are natural characteristics of genuine agate — 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=\"#4a3810\" 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\" 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=\"#8a7838\" 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\"\u003eNatural Agate Slices\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCut, polished, and perforated from rough stone — translucent, glare-free, and deeply luminous.\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=\"#8a7838\" 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\"\u003ePrecision-welded and ground metal body with a luxurious polished gold electroplate finish.\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=\"#8a7838\" 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\"\u003e6 Agate Colors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eYellow, Blue, Green, Pink, Purple, or Multicolor — each creating its own luminous atmosphere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALLATION REFERENCE --\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 class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003ca style=\"display: block; width: 100%;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Luxury_Agate_Chandelier-20cm_600x600.jpg?v=1711111021\" target=\"_blank\"\u003e \u003cimg style=\"max-width: 100%; height: auto; display: block;\" alt=\"Model A\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Luxury_Agate_Chandelier-20cm_600x600.jpg?v=1711111021\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eModel A — 8 Heads\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 33.5″ × H 7.9″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 85 cm × H 20 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003ca style=\"display: block; width: 100%;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Luxury_Agate_Chandelier-40cm_600x600.jpg?v=1711111114\" target=\"_blank\"\u003e \u003cimg style=\"max-width: 100%; height: auto; display: block;\" alt=\"Model B\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Luxury_Agate_Chandelier-40cm_600x600.jpg?v=1711111114\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eModel B — 9 Heads\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 23.6″ × H 15.7″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 60 cm × H 40 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 10.5px; color: var(--text-light); margin-top: 8px; text-align: center;\"\u003eClick any image to view full size\u003c\/p\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-wrap\"\u003e\n\u003cimg alt=\"Natural agate stone 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 individually cut from genuine natural rough stone, then polished to a smooth, luminous finish. No two slices are identical. Natural variation in color, translucency, and patterning — as well as minor cracks or cavities — are inherent to real agate and are not manufacturing defects.\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\"\u003eMetal, Iron, 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 30% 28%,#e8d8b8,#c8a868 40%,#9a7830 65%,#6a5018 88%); border: 0.5px solid rgba(0,0,0,0.12); flex-shrink: 0; display: inline-block; box-shadow: inset 0 1px 2px rgba(255,240,180,0.4);\"\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 \/ Luxury\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\"\u003eG9 base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCord Length\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e59″ (150 cm) — adjustable\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\/1MhNZ1Rqoa7lh_GSVdi2B91lTQhBC_xKm\/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=\"#8a7838\" 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\/14YWzw13h2EZts2U465dRN2YYhUIQJP7z\/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=\"#8a7838\" 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=\"#8a7838\" 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 the difference between Model A and Model B?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eModel A (∅33.5″ × H7.9″, 8 heads)\u003c\/strong\u003e is a wide, flat disc form — ideal for rooms with lower ceilings or where you want broad, even light coverage. \u003cstrong\u003eModel B (∅23.6″ × H15.7″, 9 heads)\u003c\/strong\u003e is more compact in width but taller — better for higher ceilings or spaces where a more sculptural, vertical presence is desired.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the agate stones real?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — all agate slices are genuine natural agate, individually cut from rough stone and polished by hand. Each piece is one of a kind. Variations in color, translucency, and natural imperfections (cracks, cavities, uneven tones) are inherent to real stone — not manufacturing defects.\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 chandelier uses a \u003cstrong\u003eG9 base bulb\u003c\/strong\u003e. We recommend a Warm Light G9 LED capsule for the best glow through the natural agate stone.\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. We recommend a licensed electrician. 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":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Multicolor","offer_id":58264393449817,"sku":"202204191954-08","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Yellow","offer_id":58264393482585,"sku":"202204191954-10","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Blue","offer_id":58264393515353,"sku":"202204191954-11","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Green","offer_id":58264393548121,"sku":"202204191954-12","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Pink","offer_id":58264393580889,"sku":"202204191954-13","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model A 8 heads: ∅ 33.5″ x H 7.9″ \/ Purple","offer_id":58264393613657,"sku":"202204191954-14","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Multicolor","offer_id":58264393646425,"sku":"202204191954-15","price":675.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Yellow","offer_id":58264393679193,"sku":"202204191954-17","price":675.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Blue","offer_id":58264393711961,"sku":"202204191954-18","price":675.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Green","offer_id":58264393744729,"sku":"202204191954-19","price":675.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Pink","offer_id":58264393777497,"sku":"202204191954-20","price":675.0,"currency_code":"USD","in_stock":true},{"title":"Model B 9 heads: ∅ 23.6″ x H 15.7″ \/ Purple","offer_id":58264393810265,"sku":"202204191954-21","price":675.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Luxury_Agate_Chandelier_010.jpg?v=1781124461","url":"https:\/\/www.tumdi.co\/products\/luxury-agate-chandelier","provider":"Tumdi.com","version":"1.0","type":"link"}