{"product_id":"retro-calliope-chandelier","title":"Retro Calliope Chandelier","description":"\u003cstyle\u003e\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: #1a1a1a;\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\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: #e8e8e8; }\n  .sec-title {\n    font-size: 10.5px; font-weight: 600;\n    letter-spacing: 0.12em; text-transform: uppercase;\n    color: #b09a7e; white-space: nowrap;\n  }\n\n  \/* Video *\/\n  .video-frame {\n    border-radius: 14px; overflow: hidden;\n    aspect-ratio: 16\/9; background: #111;\n    border: 0.5px solid #e8e8e8; margin-bottom: 10px;\n  }\n  .video-frame:last-child { margin-bottom: 0; }\n  .video-frame iframe { width: 100%; height: 100%; border: none; display: block; }\n\n  \/* Overview *\/\n  .overview-card p { font-size: 12px; line-height: 1.8; color: #666; }\n  .overview-card strong { color: #1a1a1a; font-weight: 600; }\n\n  \/* Features *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: #faf8f5; border: 0.5px solid #ece9e3;\n    border-radius: 10px; padding: 12px 12px 10px;\n  }\n  .feature-icon-wrap {\n    width: 26px; height: 26px; border-radius: 7px;\n    background: #f0ebe1; border: 0.5px solid #d9c9b0;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 8px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 600; color: #1a1a1a; margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: #888; line-height: 1.55; }\n\n  \/* Finish + shade color chips *\/\n  .option-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }\n  .option-chip {\n    display: flex; align-items: center; gap: 7px;\n    padding: 6px 13px; border-radius: 99px;\n    border: 0.5px solid #e8e8e8; background: #faf8f5;\n    font-size: 12px; font-weight: 500; color: #1a1a1a;\n  }\n  .chip-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; border: 0.5px solid rgba(0,0,0,0.1); }\n\n  \/* Size cards — horizontal rows *\/\n  .size-list { display: flex; flex-direction: column; gap: 12px; }\n  .size-row {\n    display: flex; align-items: center; gap: 0;\n    background: #faf8f5; border: 0.5px solid #ece9e3;\n    border-radius: 12px; overflow: hidden;\n  }\n  .size-img {\n    flex-shrink: 0; width: 240px; background: #fff;\n    border-right: 0.5px solid #ece9e3;\n    display: flex; align-items: center; justify-content: center;\n    padding: 14px;\n  }\n  .size-img img { width: 100%; height: auto; max-height: 180px; object-fit: contain; display: block; }\n  .size-info { flex: 1; padding: 18px 22px; }\n  .size-badge {\n    display: inline-block; font-size: 10px; font-weight: 600;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: #9a7d5a; background: #f0ebe1;\n    border: 0.5px solid #d9c9b0; padding: 2px 9px;\n    border-radius: 99px; margin-bottom: 9px;\n  }\n  .size-dims { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 3px; }\n  .size-dims-sub { font-size: 11.5px; color: #aaa; }\n\n  \/* Spec *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid #e8e8e8; border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 8px 16px; border-bottom: 0.5px solid #e8e8e8; display: flex; align-items: center; background: #faf8f5; }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #b09a7e; width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: #1a1a1a; 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: #f5f0e8; border: 0.5px solid #d9c9b0; color: #9a7d5a; 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 #e8e8e8;\n    background: #faf8f5; color: #1a1a1a; text-decoration: none;\n    font-size: 12px; font-weight: 500; text-align: center; cursor: pointer;\n  }\n  .dl-btn:hover { background: #fff; border-color: #ccc; }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: #f5f0e8; border: 0.5px solid #d9c9b0; display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid #ece9e3; border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid #ece9e3; 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: 12px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 500; color: #1a1a1a; 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: 18px; height: 18px; border-radius: 50%;\n    background: #f0ebe1 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='%239a7d5a' 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 #d9c9b0; transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: #8a6e52; }\n  .faq-a { padding: 0 16px 12px; font-size: 12.5px; color: #666; line-height: 1.75; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .size-row { flex-direction: column; }\n    .size-img { width: 100%; border-right: none; border-bottom: 0.5px solid #ece9e3; }\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!-- VIDEOS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Videos\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=\"Retro Calliope Chandelier\" src=\"https:\/\/www.youtube.com\/embed\/ShwEDpoagjw?si=lntzzL4rJVilo2jl\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe title=\"Retro Calliope Chandelier - Detail\" src=\"https:\/\/www.youtube.com\/embed\/bMeNk18saPY?si=_1TpEyNIU7xoFsb3\"\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\u003eAdd a touch of elegance and sophistication to your space with the \u003cstrong\u003eRetro Calliope Chandelier\u003c\/strong\u003e from Mooijane. Designed by industry experts, this chandelier features a sleek retro silhouette that enhances the ambiance of any dining room, living area, or entryway. Crafted from premium metal, glass, and wood, it delivers reliable, long-lasting lighting with timeless style.\u003c\/p\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=\"#9a7d5a\" 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\"\u003eRetro Statement Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA bold, nostalgic silhouette crafted to be the centerpiece of any dining room or living space.\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=\"#9a7d5a\" 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\"\u003ePremium Materials\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMetal, glass, and wood combined — durability and refined craftsmanship in every detail.\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=\"#9a7d5a\" 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 Size Options\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e3, 5, or 8 heads — scale to your table size or ceiling height with ease.\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=\"#9a7d5a\" 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\"\u003e2 Shade Colors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eChoose Caramel for a warm vintage glow or White for a cleaner, more contemporary look.\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=\"#9a7d5a\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"22\" x2=\"12\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"7.76\" x2=\"7.76\" y1=\"4.93\" x1=\"4.93\"\u003e\u003c\/line\u003e\u003cline y2=\"19.07\" x2=\"19.07\" y1=\"16.24\" x1=\"16.24\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"6\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"22\" y1=\"12\" x1=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eHanging Rod Included\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eComes with a 11.8″ (30 cm) hanging rod — ready to install out of the box.\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=\"#9a7d5a\" 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\"\u003eUniversal Voltage\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAC 110–240V — certified for the US, Canada, Europe, Australia, and the Middle East.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"3-head Retro Calliope Chandelier\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Retro_Calliope_Chandelier_5_600x600.jpg?v=1727343550\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cspan class=\"size-badge\"\u003e3 Heads\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 22.8″ × H 11.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 58 cm × H 30 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"5-head Retro Calliope Chandelier\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Retro-Calliope-Chandelier-02.jpg?v=1723185654\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cspan class=\"size-badge\"\u003e5 Heads\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 29.5″ × H 11.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 75 cm × H 30 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"8-head Retro Calliope Chandelier\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Retro-Calliope-Chandelier-03.jpg?v=1723185654\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cspan class=\"size-badge\"\u003e8 Heads\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 34.6″ × H 11.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 88 cm × H 30 cm\u003c\/div\u003e\n\u003c\/div\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\"\u003eMetal, Glass, Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Finish\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: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%,#f0d080,#c8980a); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eGold\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: repeating-linear-gradient(160deg,#6b4530 0px,#4a2e1a 4px,#7a5540 6px,#4a2e1a 10px); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eWalnut\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade 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: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%,#e8c080,#b07830); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eCaramel\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #f5f5f5; border: 0.5px solid #ddd; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eWhite\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\"\u003eRetro\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\"\u003eE26 \/ E27 (standard US base), Max 40W per head\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eHanging Rod\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e11.8″ (30 cm) — included\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\/1nEhlAoHAQeHCFs5uTNP3a0tOTaPiE-PT\/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=\"#9a7d5a\" 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\nTear Sheet\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1JbMB-Cs3zBOuyV6x9tTXTG-OCyPuxG89\/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=\"#9a7d5a\" 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=\"https:\/\/drive.google.com\/file\/d\/1nOeL_0Q6nYe7Idn1myvwmfNPwD9_U6Bi\/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=\"#9a7d5a\" 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\/div\u003e","brand":"Tumdi.com","offers":[{"title":"3Heads: ∅ 22.8″ x H 11.8″ \/ Dia 58cm x H 30cm \/ Gold \u0026 Caramel Color","offer_id":58264337547609,"sku":"MJC-241514-01","price":286.0,"currency_code":"USD","in_stock":true},{"title":"3Heads: ∅ 22.8″ x H 11.8″ \/ Dia 58cm x H 30cm \/ Gold \u0026 White","offer_id":58264337580377,"sku":"MJC-241514-02","price":286.0,"currency_code":"USD","in_stock":true},{"title":"5Heads: ∅ 29.5″ x H 11.8″ \/ Dia 75cm x H 30cm \/ Gold \u0026 Caramel Color","offer_id":58264337613145,"sku":"MJC-241514-03","price":378.0,"currency_code":"USD","in_stock":true},{"title":"5Heads: ∅ 29.5″ x H 11.8″ \/ Dia 75cm x H 30cm \/ Gold \u0026 White","offer_id":58264337645913,"sku":"MJC-241514-04","price":378.0,"currency_code":"USD","in_stock":true},{"title":"8Heads: ∅34.6″ x H 11.8″ \/ Dia 88cm x H 30cm \/ Gold \u0026 Caramel Color","offer_id":58264337678681,"sku":"MJC-241514-05","price":495.0,"currency_code":"USD","in_stock":true},{"title":"8Heads: ∅34.6″ x H 11.8″ \/ Dia 88cm x H 30cm \/ Gold \u0026 White","offer_id":58264337711449,"sku":"MJC-241514-06","price":495.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Retro_Calliope_Chandelier_sku-_16.jpg?v=1781122801","url":"https:\/\/www.tumdi.co\/products\/retro-calliope-chandelier","provider":"Tumdi.com","version":"1.0","type":"link"}