{"product_id":"mirena-chandelier","title":"Mirena Chandelier","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — antique bronze + warm glass ═══════════╗\n   ║  Antique bronze   →  primary accent    #7a5028          ║\n   ║  Deep bronze      →  dark accent       #3a2010          ║\n   ║  Bronze highlight →  bright accent     #a87838          ║\n   ║  Cream beige      →  card bg           #fbf6ec          ║\n   ║  Warm linen       →  borders           #ebe1c8          ║\n   ║  Soft champagne   →  deep card         #f5ead4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #fbf6ec;\n    --bg-deep:     #f5ead4;\n    --border:      #ebe1c8;\n    --border-lt:   #efe6d0;\n    --accent:      #7a5028;\n    --accent-dk:   #3a2010;\n    --accent-lt:   #a87838;\n    --accent-bg:   #f3e8d4;\n    --accent-bdr:  #d4a868;\n    --text:        #1c1408;\n    --text-mid:    #4a3018;\n    --text-light:  #8a6840;\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(--accent); 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  \/* Installation video link card (click to expand + play) *\/\n  .install-links { margin-top: 14px; }\n  .install-link-details {\n    border: 0.5px solid var(--border);\n    border-radius: 12px;\n    background: var(--bg-card);\n    overflow: hidden;\n    transition: border-color 0.15s;\n  }\n  .install-link-details[open] { border-color: var(--accent-bdr); }\n  .install-link-item {\n    display: flex; align-items: center; gap: 14px;\n    padding: 14px 18px;\n    cursor: pointer;\n    list-style: none;\n    transition: background 0.15s;\n  }\n  .install-link-item::-webkit-details-marker { display: none; }\n  .install-link-item:hover { background: var(--bg-deep); }\n  .install-link-details[open] .install-link-item { background: var(--bg-deep); }\n  .install-link-icon {\n    flex-shrink: 0; width: 40px; height: 28px; border-radius: 6px;\n    background: #e60023;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .install-link-body {\n    flex: 1; min-width: 0;\n    display: flex; flex-direction: column; gap: 3px;\n  }\n  .install-link-title {\n    display: block;\n    font-size: 13px; font-weight: 600; color: var(--text);\n    letter-spacing: -0.005em; line-height: 1.3;\n    text-decoration: underline; text-underline-offset: 2px;\n  }\n  .install-link-sub {\n    display: block;\n    font-size: 11px; color: var(--text-light); line-height: 1.4;\n    text-decoration: underline; text-underline-offset: 2px;\n    text-decoration-color: rgba(168,120,56,0.4);\n  }\n  .install-link-toggle {\n    flex-shrink: 0;\n    width: 26px; height: 26px; border-radius: 50%;\n    background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    transition: transform 0.2s;\n  }\n  .install-link-details[open] .install-link-toggle { transform: rotate(180deg); }\n  .install-link-video {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16\/9;\n    background: #000;\n    border-top: 0.5px solid var(--border);\n  }\n  .install-link-video iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: 0;\n  }\n\n  \/* Overview *\/\n  .heritage-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 4px 10px; margin-bottom: 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n  }\n  .heritage-tag::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent);\n  }\n  .overview-card p {\n    font-size: 12.5px; line-height: 1.9;\n    color: var(--text-mid); margin-bottom: 10px;\n  }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Features *\/\n  .features-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;\n  }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 13px 12px;\n  }\n  .feature-icon-wrap {\n    width: 28px; height: 28px; border-radius: 7px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .feature-title {\n    font-size: 11.5px; font-weight: 700;\n    color: var(--text); margin-bottom: 4px;\n  }\n  .feature-desc {\n    font-size: 11px; color: var(--text-light); line-height: 1.6;\n  }\n\n  \/* Sizes — 3 SKU cards with images *\/\n  .size-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;\n  }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    display: flex; flex-direction: column;\n  }\n  .size-img-wrap {\n    position: relative; display: block;\n    background: #fff;\n    border-bottom: 0.5px solid var(--border);\n    overflow: hidden;\n    text-decoration: none;\n    height: 240px;\n    padding: 16px;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .size-img-wrap img {\n    max-width: 100%; max-height: 100%;\n    width: auto; height: auto;\n    object-fit: contain;\n    display: block;\n    transition: opacity 0.15s;\n  }\n  .size-img-wrap:hover img { opacity: 0.92; }\n  .size-zoom-pill {\n    position: absolute; bottom: 10px; right: 12px;\n    font-size: 9.5px; font-weight: 500;\n    background: rgba(28,20,8,0.55); color: #fff;\n    padding: 3px 9px; border-radius: 99px;\n    display: flex; align-items: center; gap: 4px;\n    pointer-events: none;\n  }\n  .size-body {\n    padding: 14px 16px 16px;\n    flex: 1;\n    display: flex; flex-direction: column;\n  }\n  .size-badge {\n    display: inline-block; font-size: 9.5px; font-weight: 700;\n    letter-spacing: 0.08em; text-transform: uppercase;\n    color: #fff; background: var(--accent);\n    padding: 3px 10px; border-radius: 99px;\n    margin-bottom: 8px; align-self: flex-start;\n  }\n  .size-dims {\n    font-size: 13px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em; margin-bottom: 2px;\n  }\n  .size-dims-sub {\n    font-size: 11px; color: var(--text-light); margin-bottom: 9px;\n  }\n  .size-scene {\n    font-size: 10.5px; color: var(--text-mid);\n    line-height: 1.55; margin-top: auto;\n    padding-top: 9px; border-top: 0.5px solid var(--border-lt);\n    font-style: italic;\n  }\n\n  \/* Rod note *\/\n  .rod-note {\n    display: flex; gap: 10px; align-items: flex-start;\n    padding: 11px 14px; margin-top: 12px;\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-left: 2.5px solid var(--accent); border-radius: 10px;\n  }\n  .rod-note p { font-size: 12px; color: var(--text-mid); line-height: 1.65; }\n  .rod-note strong { color: var(--text); font-weight: 700; }\n\n  \/* Spec *\/\n  .spec-grid {\n    display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px;\n    overflow: hidden;\n  }\n  .spec-item {\n    padding: 10px 16px;\n    border-bottom: 0.5px solid var(--border-lt);\n    display: flex; align-items: center;\n    background: var(--bg-card);\n  }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key {\n    font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;\n    text-transform: uppercase; color: var(--accent);\n    width: 155px; flex-shrink: 0;\n  }\n  .spec-val {\n    font-size: 12px; font-weight: 500;\n    color: var(--text); line-height: 1.5;\n  }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge {\n    font-size: 10px; font-weight: 500;\n    padding: 2px 7px; border-radius: 99px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* ── As Seen On Instagram (Custom Instagram-style card — no iframe) ─── *\/\n  .ig-subtitle {\n    font-size: 12px;\n    color: var(--text-light);\n    line-height: 1.65;\n    margin-bottom: 1.2rem;\n    margin-top: -0.4rem;\n  }\n  .ig-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 380px));\n    gap: 14px;\n    justify-content: center;\n  }\n  \/* Card container — entire card is one big link to Instagram *\/\n  .ig-card {\n    display: block;\n    text-decoration: none;\n    color: inherit;\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 0.5px solid var(--border);\n    box-shadow: 0 1px 4px rgba(28, 20, 8, 0.05);\n    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n  }\n  .ig-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(122, 80, 40, 0.12);\n    border-color: var(--accent-bdr);\n  }\n\n  \/* Instagram-style Header *\/\n  .ig-head {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 12px 14px;\n  }\n  .ig-avatar-ring {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5);\n    padding: 2px;\n    flex-shrink: 0;\n  }\n  .ig-avatar {\n    width: 100%;\n    height: 100%;\n    border-radius: 50%;\n    background: #f5f5f5;\n    overflow: hidden;\n    display: block;\n  }\n  .ig-avatar img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .ig-head-text { flex: 1; min-width: 0; }\n  .ig-head-row1 {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 13px;\n    line-height: 1.3;\n    flex-wrap: wrap;\n  }\n  .ig-username {\n    font-weight: 600;\n    color: #262626;\n  }\n  .ig-verified {\n    width: 12px;\n    height: 12px;\n    flex-shrink: 0;\n  }\n  .ig-verified svg { fill: #0095f6 !important; }\n  .ig-collab {\n    color: #262626;\n    font-weight: 400;\n  }\n  .ig-collab strong { font-weight: 600; }\n  .ig-head-row2 {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 11px;\n    color: #737373;\n    margin-top: 2px;\n  }\n  .ig-head-row2 svg { width: 10px; height: 10px; }\n  .ig-head-row2 svg path { fill: #737373 !important; }\n  .ig-follow {\n    background: #0095f6;\n    color: #fff;\n    padding: 5px 11px;\n    border-radius: 8px;\n    font-size: 12px;\n    font-weight: 600;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  \/* Media — image with play button + sticker overlays *\/\n  .ig-media {\n    position: relative;\n    background: #000;\n    overflow: hidden;\n  }\n  .ig-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    aspect-ratio: 4\/5;\n    object-fit: cover;\n  }\n  .ig-play-btn {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 70px;\n    height: 70px;\n    border-radius: 50%;\n    background: rgba(0, 0, 0, 0.42);\n    backdrop-filter: blur(2px);\n    -webkit-backdrop-filter: blur(2px);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    pointer-events: none;\n    transition: transform 0.2s ease, background 0.2s ease;\n  }\n  .ig-card:hover .ig-play-btn {\n    transform: translate(-50%, -50%) scale(1.06);\n    background: rgba(0, 0, 0, 0.55);\n  }\n  .ig-play-btn svg {\n    width: 28px;\n    height: 28px;\n    margin-left: 4px;\n  }\n  .ig-play-btn svg polygon { fill: #fff !important; }\n  .ig-sticker {\n    position: absolute;\n    bottom: 14px;\n    left: 14px;\n    background: #fff;\n    border-radius: 10px;\n    padding: 7px 10px;\n    font-size: 11px;\n    font-weight: 500;\n    color: #262626;\n    line-height: 1.35;\n    text-align: center;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.18);\n    pointer-events: none;\n  }\n\n  \/* Actions row *\/\n  .ig-actions {\n    display: flex;\n    gap: 14px;\n    padding: 10px 14px 6px;\n    align-items: center;\n  }\n  .ig-actions svg {\n    width: 22px;\n    height: 22px;\n  }\n  .ig-actions svg path,\n  .ig-actions svg line,\n  .ig-actions svg polygon,\n  .ig-actions svg polyline {\n    stroke: #262626;\n    stroke-width: 1.8;\n    fill: none !important;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .ig-bookmark { margin-left: auto; }\n\n  \/* Stats \/ Likes \/ Caption *\/\n  .ig-likes {\n    padding: 4px 14px 2px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #262626;\n  }\n  .ig-view-link {\n    padding: 4px 14px 0;\n    font-size: 13px;\n    font-weight: 600;\n    color: #0095f6;\n  }\n  .ig-caption {\n    padding: 4px 14px 12px;\n    font-size: 13px;\n    line-height: 1.45;\n    color: #262626;\n  }\n  .ig-caption strong { font-weight: 600; }\n  .ig-more {\n    color: #737373;\n    font-weight: 400;\n    margin-left: 2px;\n  }\n  .ig-date {\n    padding: 0 14px 12px;\n    font-size: 10.5px;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n    color: #8e8e8e;\n  }\n\n  \/* Bottom comment row *\/\n  .ig-comment-row {\n    padding: 10px 14px;\n    border-top: 0.5px solid #efefef;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    font-size: 13px;\n    color: #8e8e8e;\n  }\n  .ig-logo-mark {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n  }\n  .ig-logo-mark svg path,\n  .ig-logo-mark svg rect,\n  .ig-logo-mark svg circle {\n    stroke: #262626;\n    stroke-width: 1.8;\n    fill: none !important;\n  }\n  .ig-logo-mark svg circle.dot {\n    fill: #262626 !important;\n    stroke: none;\n  }\n\n  \/* Downloads *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n  }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 7px; padding: 16px 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;\n    transition: background 0.15s, border-color 0.15s;\n  }\n  .dl-btn:hover {\n    background: #f9faf7; border-color: var(--accent-bdr);\n  }\n  .dl-icon-wrap {\n    width: 36px; height: 36px; border-radius: 9px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr; }\n    .size-grid { grid-template-columns: 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n    .ig-grid {\n      grid-template-columns: 1fr;\n      max-width: 380px;\n      margin: 0 auto;\n    }\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=\"Mirena Chandelier\" src=\"https:\/\/www.youtube.com\/embed\/EjEPR_zXkZo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"install-links\"\u003e\n\u003cdetails class=\"install-link-details\"\u003e\n\u003csummary class=\"install-link-item\"\u003e\u003cspan class=\"install-link-icon\"\u003e \u003csvg fill=\"none\" viewbox=\"0 0 18 13\" height=\"13\" width=\"18\"\u003e\u003cpolygon fill=\"#ffffff\" points=\"7,3.5 13,6.5 7,9.5\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"install-link-body\"\u003e \u003cspan class=\"install-link-title\"\u003eInstallation Guide Video\u003c\/span\u003e \u003cspan class=\"install-link-sub\"\u003eClick to watch the step-by-step installation process\u003c\/span\u003e \u003c\/span\u003e \u003cspan class=\"install-link-toggle\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"12\" width=\"12\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"install-link-video\"\u003e\u003ciframe title=\"Mirena Chandelier - Installation\" src=\"https:\/\/www.youtube.com\/embed\/KKiAO17SJ9A\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\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\u003cspan class=\"heritage-tag\"\u003eVintage Elegance · Timeless\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eMirena Chandelier\u003c\/strong\u003e by Mooijane blends vintage elegance with timeless design. \u003cstrong\u003eGracefully curved iron arms\u003c\/strong\u003e in an antique bronze finish radiate outward, each tipped with a \u003cstrong\u003esoftly ribbed glass globe\u003c\/strong\u003e that diffuses warm, ambient light. The result is a fixture that feels both heirloom-quality and effortlessly modern.\u003c\/p\u003e\n\u003cp\u003eAvailable in \u003cstrong\u003e3 sizes\u003c\/strong\u003e — from intimate 3-light arrangements to grand 8-light statements. Perfect for \u003cstrong\u003edining rooms, living areas, foyers, and entryways\u003c\/strong\u003e in modern, transitional, or farmhouse interiors.\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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003cpath d=\"M12 4v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8c-3 0-6 2-7 6\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8c3 0 6 2 7 6\"\u003e\u003c\/path\u003e\u003ccircle r=\"2\" cy=\"16\" cx=\"5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2\" cy=\"16\" cx=\"19\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eCurved Iron Arms\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eGracefully arched arms in antique bronze — sculptural craftsmanship with timeless presence.\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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"7\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 9v6M12 8v8M16 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eRibbed Glass Globes\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSoftly ribbed glass diffuses light into a warm, ambient glow — never harsh, always inviting.\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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\u003e\u003ccircle r=\"2.5\" cy=\"12\" cx=\"6\"\u003e\u003c\/circle\u003e\u003ccircle r=\"3.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4.5\" cy=\"12\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e3 Sizes Available\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eChoose 3-light, 6-light, or 8-light — scales from cozy nooks to grand foyers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZES — 3 SKUs --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSizes \u0026amp; Configurations\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\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_1.jpg?v=1764121811\" class=\"size-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Mirena Chandelier — 3-light variant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_1.jpg?v=1764121811\"\u003e \u003cspan class=\"size-zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"9\" width=\"9\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e3-Light\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 23.2″ × H 23.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 59 cm × H 60 cm\u003c\/div\u003e\n\u003cdiv class=\"size-scene\"\u003eBest for breakfast nooks, smaller dining tables, and cozy entryways.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_2.jpg?v=1764121811\" class=\"size-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Mirena Chandelier — 6-light variant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_2.jpg?v=1764121811\"\u003e \u003cspan class=\"size-zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"9\" width=\"9\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e6-Light · Most Popular\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 33.1″ × H 23.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 84 cm × H 60 cm\u003c\/div\u003e\n\u003cdiv class=\"size-scene\"\u003eBest for standard dining rooms, living rooms, and open-plan spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_3.jpg?v=1764121811\" class=\"size-img-wrap\" target=\"_blank\"\u003e \u003cimg alt=\"Mirena Chandelier — 8-light variant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_-Chandelier_3.jpg?v=1764121811\"\u003e \u003cspan class=\"size-zoom-pill\"\u003e \u003csvg stroke-width=\"2.5\" stroke=\"#fff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"9\" width=\"9\"\u003e\u003ccircle r=\"8\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e8-Light\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 39″ × H 23.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 99 cm × H 60 cm\u003c\/div\u003e\n\u003cdiv class=\"size-scene\"\u003eBest for grand foyers, vaulted dining rooms, and large entryways.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rod-note\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" style=\"flex-shrink: 0; margin-top: 1px;\" stroke-width=\"1.5\" stroke=\"#7a5028\" 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=\"M12 8v4M12 16h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eIncluded:\u003c\/strong\u003e Each Mirena ships with a \u003cstrong\u003e19.7″ (50 cm) hanging rod\u003c\/strong\u003e. Custom rod lengths are available on request — contact us with your ceiling height before ordering for the best fit.\u003c\/p\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\"\u003eIron, Ribbed Glass\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: 7px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 30% 28%,#a87838,#5a3818 65%,#2a1808 95%); border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Antique Bronze \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 7px;\" class=\"spec-val\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #f0e8d8; border: 0.5px solid #d8c898; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e White Ribbed Glass \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\"\u003eVintage Modern · Transitional\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 Included\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eNo\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 base · MAX 40W per bulb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eConfigurations\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e3-light \/ 6-light \/ 8-light\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\"\u003e19.7″ (50 cm) included — custom lengths 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!-- ▼▼▼ AS SEEN ON INSTAGRAM ▼▼▼ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eAs Seen On Instagram\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ig-subtitle\"\u003eReal customer installs — cards below are live Instagram embeds. Tap any card to open the full post on Instagram.\u003c\/p\u003e\n\u003cdiv class=\"ig-grid\"\u003e\u003ca class=\"ig-card\" href=\"https:\/\/www.instagram.com\/reel\/DX9r7cHywVA\/\" rel=\"noopener\" aria-label=\"Watch Mirena Chandelier reel by @cozylivinghere on Instagram\" target=\"_blank\"\u003e\u003c!-- Header: avatar + username + verified + collab + music + Follow button --\u003e\n\u003cdiv class=\"ig-head\"\u003e\n\u003cdiv class=\"ig-avatar-ring\"\u003e\n\u003cdiv class=\"ig-avatar\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_Chandelier_06055.png?v=1780449538\" alt=\"@cozylivinghere avatar\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ig-head-text\"\u003e\n\u003cdiv class=\"ig-head-row1\"\u003e\n\u003cspan class=\"ig-username\"\u003ecozylivinghere\u003c\/span\u003e \u003cspan class=\"ig-verified\"\u003e\u003csvg viewbox=\"0 0 40 40\"\u003e\u003cpath d=\"M19.998 3.094L14.638 0l-2.972 5.15H5.432v6.354L0 14.64 3.094 20 0 25.359l5.432 3.137v5.905h5.975L14.638 40l5.36-3.094L25.358 40l3.232-5.6h6.162v-6.01L40 25.359 36.905 20 40 14.641l-5.248-3.03v-6.46h-6.419L25.358 0z M15.06 23.85l8.97-9.04 1.41 1.41-10.38 10.45-6.62-6.67 1.41-1.41z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan class=\"ig-collab\"\u003eand \u003cstrong\u003emooijane_official\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ig-head-row2\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 2l-12 2v14.5C7 19.88 5.88 21 4.5 21S2 19.88 2 18.5 3.12 16 4.5 16c.34 0 .67.07.97.2V7l12-2v9.5c0 1.38-1.12 2.5-2.5 2.5s-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5c.34 0 .67.07.97.2V2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eSeb Wery • Freedom\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"ig-follow\"\u003eFollow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Media: image + play button + optional sticker overlay --\u003e\n\u003cdiv class=\"ig-media\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Mirena_Chandelier_0603.jpg?v=1780448631\" alt=\"Mirena Chandelier installed in customer kitchen — @cozylivinghere\"\u003e\n\u003cdiv class=\"ig-play-btn\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"8,5 19,12 8,19\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ig-sticker\"\u003eStunning\u003cbr\u003eAffordable\u003cbr\u003echandelier 😍\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Action icons: heart, comment, share, bookmark --\u003e\n\u003cdiv class=\"ig-actions\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\u003e\u003c\/line\u003e\u003cpolygon points=\"22,2 15,22 11,13 2,9\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg class=\"ig-bookmark\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c!-- Likes count --\u003e\n\u003cdiv class=\"ig-likes\"\u003e148 likes\u003c\/div\u003e\n\u003c!-- Caption with username --\u003e\n\u003cdiv class=\"ig-caption\"\u003e\n\u003cstrong\u003ecozylivinghere\u003c\/strong\u003e I changed out my chandelier and I genuinely didn't expect it to feel this different… The shape, the color, the soft glow it gives off at night… \u003cspan class=\"ig-more\"\u003emore\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Date --\u003e\n\u003cdiv class=\"ig-date\"\u003eMay 6\u003c\/div\u003e\n\u003c!-- Comment input row --\u003e\n\u003cdiv class=\"ig-comment-row\"\u003e\n\u003cspan\u003eAdd a comment…\u003c\/span\u003e \u003cspan class=\"ig-logo-mark\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle class=\"dot\" cx=\"17.5\" cy=\"6.5\" r=\"1.2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▲▲▲ END INSTAGRAM MODULE ▲▲▲ --\u003e \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\/1tVucazwAfbjqx7Ag2fOGgnOsvqPEasWq\/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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\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\/1cuDn7Z3skVBOFSG3bgL52Ap8lMyQoAqD\/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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\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\/13mNAIQRgVPmMtP3VcYSA4V3z2KWoO4eY\/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=\"#7a5028\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"17\" width=\"17\"\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":"3-Lights: ∅ 23.2″ x H 23.6″ \/ Dia 59cm x H 60cm \/ Antique bronze \u0026 White","offer_id":58264398692697,"sku":"MJC-0749-1","price":295.0,"currency_code":"USD","in_stock":true},{"title":"6-Lights: ∅ 33.1″ x H 23.6″ \/ Dia 84cm x H 60cm \/ Antique bronze \u0026 White","offer_id":58264398725465,"sku":"MJC-0749-2","price":399.0,"currency_code":"USD","in_stock":true},{"title":"8-Lights: ∅ 39″ x H 23.6″ \/ Dia 99cm x H 60cm \/ Antique bronze \u0026 White","offer_id":58264398758233,"sku":"MJC-0749-3","price":498.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Mirena_Chandelier_1.jpg?v=1781124634","url":"https:\/\/www.tumdi.co\/products\/mirena-chandelier","provider":"Tumdi.com","version":"1.0","type":"link"}