{"product_id":"mirena-kronleuchter","title":"Mirena Kronleuchter","description":"\u003cstyle\u003e\n  \/*\n   ╔═ FARBPALLETTE — antike Bronze + warmes Glas ═══════════╗\n   ║  Antike Bronze   →  primärer Akzent    #7a5028          ║\n   ║  Tiefe Bronze     →  dunkler Akzent     #3a2010          ║\n   ║  Bronze-Hervorhebung →  heller Akzent     #a87838          ║\n   ║  Cremebeige      →  Karten-Hintergrund   #fbf6ec          ║\n   ║  Warmes Leinen    →  Ränder             #ebe1c8          ║\n   ║  Sanfter Champagner →  tiefe Karte       #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  \/* Installationsvideo-Link-Karte (Klicken zum Erweitern + Abspielen) *\/\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  \/* Übersicht *\/\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  \/* Funktionen *\/\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  \/* Größen — 3 SKU-Karten mit Bildern *\/\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  \/* Stangenhinweis *\/\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  \/* Spezifikationen *\/\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  \/* ── Wie gesehen auf Instagram (Benutzerdefinierte Instagram-Stilkarte — kein 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  \/* Kartencontainer — die gesamte Karte ist ein großer Link zu 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-Stil Kopfzeile *\/\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  \/* Medien — Bild mit 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  \/* Aktionszeile *\/\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  \/* Statistiken \/ Likes \/ Bildunterschrift *\/\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  \/* Untere Kommentarseite *\/\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 Kronleuchter\" 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\"\u003eInstallationsanleitung Video\u003c\/span\u003e \u003cspan class=\"install-link-sub\"\u003eKlicken Sie, um den Schritt-für-Schritt-Installationsprozess anzusehen\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 Kronleuchter - 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!-- ÜBERSICHT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eÜbersicht\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 Eleganz · Zeitlos\u003c\/span\u003e\n\u003cp\u003eDer \u003cstrong\u003eMirena Kronleuchter\u003c\/strong\u003e von Mooijane verbindet vintage Eleganz mit zeitlosem Design. \u003cstrong\u003eElegante, geschwungene Eisenarme\u003c\/strong\u003e in einer antiken Bronzefinish strahlen nach außen, jeder mit einer \u003cstrong\u003esanft gerippten Glaskugel\u003c\/strong\u003e, die warmes, diffuses Licht abgibt. Das Ergebnis ist ein Leuchten, das sowohl erbstückwürdig als auch mühelos modern wirkt.\u003c\/p\u003e\n\u003cp\u003eErhältlich in \u003cstrong\u003e3 Größen\u003c\/strong\u003e — von intimen 3-Licht-Anordnungen bis hin zu grandiosen 8-Licht-Statements. Perfekt für \u003cstrong\u003eEsszimmer, Wohnbereiche, Foyers und Eingangsbereiche\u003c\/strong\u003e in modernen, Übergangs- oder Landhaus-Interieurs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WARUM SIE ES LIEBEN WERDEN --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWarum Sie es lieben werden\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\"\u003eGeschwungene Eisenarme\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eElegante, gewölbte Arme in antiker Bronze — skulpturale Handwerkskunst mit zeitloser Präsenz.\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\"\u003eGerippte Glaskugeln\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSanft gerippte Gläser diffundieren Licht in einen warmen, ambienten Glanz — niemals hart, immer einladend.\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 Größen verfügbar\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWählen Sie 3-Licht, 6-Licht oder 8-Licht — von gemütlichen Nischen bis zu grandiosen Foyers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GRÖßEN — 3 SKUs --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGrößen \u0026amp; Konfigurationen\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 Kronleuchter — 3-Licht-Variante\" 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 Vergrößern \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e3-Licht\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\"\u003eAm besten für Frühstücksnischen, kleinere Esstische und gemütliche Eingangsbereiche.\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 Kronleuchter — 6-Licht-Variante\" 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 Vergrößern \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e6-Licht · Beliebtester\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\"\u003eAm besten für Standard-Esszimmer, Wohnzimmer und offene Räume.\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 Kronleuchter — 8-Licht-Variante\" 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 Vergrößern \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e8-Licht\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\"\u003eAm besten für große Foyers, gewölbte Esszimmer und große Eingangsbereiche.\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\u003eInklusive:\u003c\/strong\u003e Jeder Mirena wird mit einer \u003cstrong\u003e19,7″ (50 cm) Hängestange\u003c\/strong\u003e geliefert. Individuelle Stangenlängen sind auf Anfrage erhältlich — kontaktieren Sie uns mit Ihrer Deckenhöhe, bevor Sie bestellen, um die beste Passform zu gewährleisten.\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\"\u003eEisen, Geripptes Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eKörperfarbe\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 Antike Bronze \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSchirm\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 Weißes Geripptes Glas \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStil\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eVintage Modern · Übergang\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eTyp\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eKronleuchter — Nur für Innenräume (IP20)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eSpannung\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\"\u003eVerdrahtung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eHartverdrahtet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGlühbirne enthalten\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eNein\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGlühbirnenfassung\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eE26 \/ E27 Basis · MAX 40W pro Glühbirne\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eKonfigurationen\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e3-Licht \/ 6-Licht \/ 8-Licht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eHängestange\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e19,7″ (50 cm) enthalten — individuelle Längen auf Anfrage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eZertifizierungen\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNordamerika\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralien\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEuropa\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eNaher Osten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼▼▼ WIE GESEHEN AUF INSTAGRAM ▼▼▼ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWie gesehen auf 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\"\u003eEchte Kundeninstallationen — die Karten unten sind Live-Instagram-Embed. Tippen Sie auf eine Karte, um den vollständigen Beitrag auf Instagram zu öffnen.\u003c\/p\u003e\n\u003cdiv class=\"ig-grid\"\u003e\u003ca class=\"ig-card\" href=\"https:\/\/www.instagram.com\/reel\/DX9r7cHywVA\/\" rel=\"noopener\" aria-label=\"Sehen Sie sich den Mirena Kronleuchter Reel von @cozylivinghere auf Instagram an\" target=\"_blank\"\u003e\u003c!-- Kopfzeile: Avatar + Benutzername + verifiziert + Zusammenarbeit + Musik + Folgen-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\"\u003eund \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 • Freiheit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"ig-follow\"\u003eFolgen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Medien: Bild + Play-Button + optionales 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 Kronleuchter installiert in der Kundenküche — @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\"\u003eWunderschön\u003cbr\u003eBezahlbar\u003cbr\u003eKronleuchter 😍\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aktionssymbole: Herz, Kommentar, Teilen, Lesezeichen --\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-Zahl --\u003e\n\u003cdiv class=\"ig-likes\"\u003e148 Likes\u003c\/div\u003e\n\u003c!-- Bildunterschrift mit Benutzername --\u003e\n\u003cdiv class=\"ig-caption\"\u003e\n\u003cstrong\u003ecozylivinghere\u003c\/strong\u003e Ich habe meinen Kronleuchter gewechselt und ich hätte wirklich nicht erwartet, dass es sich so anders anfühlt… Die Form, die Farbe, der sanfte Glanz, den er nachts abgibt… \u003cspan class=\"ig-more\"\u003emehr\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Datum --\u003e\n\u003cdiv class=\"ig-date\"\u003e6. Mai\u003c\/div\u003e\n\u003c!-- Kommentar-Eingabezeile --\u003e\n\u003cdiv class=\"ig-comment-row\"\u003e\n\u003cspan\u003eKommentar hinzufügen…\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!-- ▲▲▲ ENDE DES INSTAGRAM-MODULS ▲▲▲ --\u003e \u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eRessourcen \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\nDatenblatt\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\nInstallationsanleitung\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-Dateien\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sarando.ch","offers":[{"title":"3-Lichter: ∅ 23.2″ x H 23.6″ \/ Dia 59cm x H 60cm \/ Antike Bronze \u0026 Weiß","offer_id":55074801484118,"sku":"MJC-0749-1","price":221.0,"currency_code":"GBP","in_stock":true},{"title":"6-Lichter: ∅ 33.1″ x H 23.6″ \/ Dia 84cm x H 60cm \/ Antike Bronze \u0026 Weiß","offer_id":55074801516886,"sku":"MJC-0749-2","price":299.0,"currency_code":"GBP","in_stock":true},{"title":"8-Lichter: ∅ 39″ x H 23.6″ \/ Dia 99cm x H 60cm \/ Antike Bronze \u0026 Weiß","offer_id":55074801549654,"sku":"MJC-0749-3","price":373.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/8845\/3718\/files\/Mirena_Chandelier_1.jpg?v=1787490546","url":"https:\/\/www.sarando-shop.com\/de-gb\/products\/mirena-kronleuchter","provider":"Sarando.ch","version":"1.0","type":"link"}