{"product_id":"serge-mouille-deckenleuchte-a","title":"Serge Mouille Deckenleuchte A","description":"\u003cstyle\u003e\n  \/*\n   ╔═ FARBPALLETTE — Serge Mouille Spider Deckenleuchte ═════╗\n   ║  Matt schwarze Körper  →  primärer Akzent    #1a1a1a          ║\n   ║  Messing Kugelgelenke →  goldene Akzent    #9a7830          ║\n   ║  Aluminium Reflektor→  kühles Silber       #8a9098          ║\n   ║  Mid-Century Creme →  Karten-Hintergrund    #f7f5f0          ║\n   ║  Warmes Off-White    →  Seiten-Hintergrund   #ffffff          ║\n   ╚══════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #f7f5f0;\n    --bg-deep:     #eeebe4;\n    --border:      #dedad2;\n    --border-lt:   #e8e5de;\n    --ink:         #1a1a1a;      \/* matte schwarze Körper *\/\n    --brass:       #9a7830;      \/* Messing Kugelgelenk *\/\n    --brass-bg:    #f5edd8;\n    --brass-bdr:   #d4a850;\n    --steel:       #5a5e66;      \/* mittlerer Stahl *\/\n    --text:        #18191c;\n    --text-mid:    #484c54;\n    --text-light:  #8a8e98;\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(--steel); 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 var(--border);\n  }\n  .video-frame iframe { width: 100%; height: 100%; border: none; display: block; }\n\n  \/* Übersicht *\/\n  .overview-card p { font-size: 12.5px; line-height: 1.9; color: var(--text-mid); }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Heritage-Anmerkung — dunkle Mid-Century Leiste *\/\n  .heritage-bar {\n    margin-top: 14px;\n    background: var(--ink);\n    border-radius: 12px;\n    padding: 15px 20px;\n    display: flex; align-items: center; gap: 16px;\n  }\n  .heritage-bar-text { font-size: 12px; color: #b0b4be; line-height: 1.65; flex: 1; }\n  .heritage-bar-text strong { color: #e8eaee; }\n  .brass-dot {\n    flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;\n    background: radial-gradient(circle at 35% 30%, #f0d060, #c89020 50%, #7a5000 85%);\n    box-shadow: 0 0 0 2px rgba(255,255,255,0.08);\n  }\n\n  \/* Funktionen *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 13px 12px 11px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: var(--brass-bg); border: 0.5px solid var(--brass-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 9px;\n  }\n  .feature-title { font-size: 11.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .feature-desc { font-size: 11px; color: var(--text-light); line-height: 1.55; }\n\n  \/* Farbchips *\/\n  .color-chips { display: flex; gap: 8px; flex-wrap: wrap; }\n  .color-chip {\n    display: flex; align-items: center; gap: 7px;\n    padding: 7px 14px; border-radius: 99px;\n    border: 0.5px solid var(--border); background: var(--bg-card);\n    font-size: 12px; font-weight: 500; color: var(--text);\n  }\n  .chip-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }\n\n  \/* Größenkarten *\/\n  .size-grid { display: flex; flex-direction: column; gap: 12px; }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n  }\n  .size-img {\n    background: #fff; border-bottom: 0.5px solid var(--border);\n    padding: 1.5rem; display: flex; align-items: center; justify-content: center;\n  }\n  .size-img img { max-width: 100%; height: auto; display: block; }\n  .size-info { padding: 12px 18px 14px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }\n  .size-badge {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;\n    color: var(--brass); background: var(--brass-bg);\n    border: 0.5px solid var(--brass-bdr);\n    padding: 3px 10px; border-radius: 99px; flex-shrink: 0;\n  }\n  .size-dims { font-size: 13px; font-weight: 700; color: var(--text); }\n  .size-dims-sub { font-size: 11px; color: var(--text-light); }\n\n  \/* Montagevideo-Links *\/\n  .video-link {\n    display: flex; align-items: center; gap: 12px;\n    padding: 12px 16px; background: var(--bg-card);\n    border: 0.5px solid var(--border); border-radius: 10px;\n    text-decoration: none;\n  }\n  .video-link:hover { background: var(--bg-deep); }\n  .yt-pill {\n    flex-shrink: 0; background: #e02020;\n    border-radius: 6px; padding: 5px 8px;\n    display: flex; align-items: center; gap: 5px;\n  }\n  .yt-pill span { font-size: 10px; font-weight: 700; color: #fff; letter-spacing: 0.04em; }\n\n  \/* Spezifikation *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 9px 16px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; background: var(--bg-card); }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel); width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge { font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 99px; background: var(--brass-bg); border: 0.5px solid var(--brass-bdr); color: var(--brass); 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 var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer; transition: background 0.15s;\n  }\n  .dl-btn:hover { background: var(--bg-deep); border-color: var(--brass-bdr); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--brass-bg); border: 0.5px solid var(--brass-bdr); display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid var(--border-lt); background: #ffffff; }\n  .faq-list details:last-child { border-bottom: none; }\n  .faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 13px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: ''; flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%;\n    background: var(--brass-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%239a7830' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n    border: 0.5px solid var(--brass-bdr); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--brass); }\n  .faq-a { padding: 0 16px 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduktvideo\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=\"Serge Mouille Spider Deckenleuchte\" src=\"https:\/\/www.youtube.com\/embed\/OMqhj9nVYZY?si=FIJhmc4xH8LZdbpI\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"video-frame\"\u003e\u003ciframe title=\"Montagevideo — Serge Mouille Spider\" src=\"https:\/\/www.youtube.com\/embed\/Ann6oUtrhJo?si=unQW3OfRKH3GKvEQ\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ca style=\"margin-top: 10px;\" class=\"video-link\" rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=3wF0siJb5EY\" target=\"_blank\"\u003e\n\u003cdiv style=\"flex-shrink: 0;\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 40 28\" height=\"28\" width=\"40\"\u003e\n          \u003crect fill=\"#e02020\" rx=\"6\" height=\"28\" width=\"40\"\u003e\u003c\/rect\u003e\n          \u003cpolygon fill=\"#ffffff\" points=\"16,8 16,20 27,14\"\u003e\u003c\/polygon\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1;\"\u003e\n\u003cdiv style=\"font-size: 12px; font-weight: bold; color: var(--text);\"\u003eMontagevideo — Deckenmontage\u003c\/div\u003e\n\u003cdiv style=\"font-size: 11px; color: var(--text-light); margin-top: 2px;\"\u003eVollständige Deckenverkabelung und Montageanleitung\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"var(--text-light)\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"13\" width=\"13\"\u003e\u003cpath d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\u003e\u003c\/path\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"3\" x2=\"21\" y1=\"14\" x1=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Ü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\u003cp\u003eDie \u003cstrong\u003eSerge Mouille \"Spider\" 3 Arm Wandlampe\u003c\/strong\u003e ist ein zeitloses Symbol des Mid-Century Designs, das erstmals 1955 vorgestellt wurde. Entwickelt, um jede Ecke großer Räume zu beleuchten, strahlen ihre prächtigen beweglichen Arme von einem zentralen Messing Kugelgelenk aus — kühn, einzigartig und unverkennbar skulptural. Nach 70 Jahren immer noch ein Hingucker, bleibt sie eine der bekanntesten Deckenleuchten im modernen Innendesign.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eIn zwei Ausführungen erhältlich, bringt sie eine elegante und markante Atmosphäre in Restaurants, Bibliotheken und große Wohnzimmer. Die leichte Konstruktion — lackierte Aluminiumreflektoren, Stahlkörper und Messing-Schwenkgelenke — macht die Installation unkompliziert, ohne die Präsenz zu beeinträchtigen.\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=\"#9a7830\" 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\"\u003eMessing Schwenkgelenke\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eJeder Arm dreht sich unabhängig — winkeln Sie die Reflektoren präzise an, um jede Ecke eines großen Raumes zu beleuchten.\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=\"#9a7830\" 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\"\u003eMid-Century Ikone\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eUrsprünglich 1955 entworfen — ein 70-jähriges Design-Erbe, das so ansprechend ist wie eh und je.\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=\"#9a7830\" 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 oder 6 Arme\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWählen Sie die richtige Größe — 3 Arme für Standardräume, 6 Arme für große offene oder gewerbliche Räume.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GRÖSSEN --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGrößen\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"3 Köpfe\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Serge_Mouille-_Ceiling_Light_Size__04_600x600_b2e5d485-6d95-4b46-b398-b7c636b4ae52_600x600.jpg?v=1684024473\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cspan class=\"size-badge\"\u003e3 Köpfe\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"size-dims\"\u003eL 59″ × H 12.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eL 150 cm × H 32 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"6 Köpfe\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Serge_Mouille-_Ceiling_Light_Size__03_600x600_74bcb38d-74a4-4497-a998-c51ffe9372f3_600x600.jpg?v=1684024478\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cspan class=\"size-badge\"\u003e6 Köpfe\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"size-dims\"\u003eL 86.6″ × H 12.6″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eL 220 cm × H 32 cm\u003c\/div\u003e\n\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\"\u003eLackiertes Aluminium, Stahl, Messing\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: 10px; flex-wrap: wrap;\" class=\"spec-val\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #f4f2ee; border: 0.5px solid #ccc; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eWeiß\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #1a1a1a; border: 0.5px solid #444; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eSchwarz\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eGelenke\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eMessing Kugelgelenke — schwenkbar einstellbar\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\"\u003eMid-Century Modern \/ Industrie\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\"\u003eDeckenlampe — Innenbereich\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ühbirnenfassung\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eE26 \/ E27 (Standard US-Fassung)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVerpackung (3H)\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eL 130 cm × B 36 cm × H 23 cm\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!-- 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 href=\"https:\/\/drive.google.com\/file\/d\/11vBgBFLHDcANPAcPHV4t1k7cMXvAm3GL\/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=\"#9a7830\" 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\nDatenblatt\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1d7_5aT-udnW5Vks2cIZIOa-cwOvkkICM\/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=\"#9a7830\" 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\nMontageanleitung\u003c\/a\u003e\u003ca href=\"#\" class=\"dl-btn\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#9a7830\" 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-Dateien\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eHäufig gestellte Fragen\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKann ich die Richtung jedes Arms einstellen?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eJa — jeder Arm ist auf einem \u003cstrong\u003eMessing Kugelgelenk\u003c\/strong\u003e montiert, das es Ihnen ermöglicht, jeden Reflektor unabhängig zu neigen. Dies macht die Spider ideal für große Räume, in denen Sie Licht auf mehrere spezifische Bereiche lenken müssen, wie Leseecken, Essbereiche oder Kunstwerke.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWelche Größe sollte ich wählen — 3 Köpfe oder 6 Köpfe?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eDie \u003cstrong\u003e3-Kopf-Version (L59″)\u003c\/strong\u003e eignet sich hervorragend für Esszimmer, Sitzbereiche im Schlafzimmer und mittelgroße bis große Wohnzimmer. Die \u003cstrong\u003e6-Kopf-Version (L86.6″)\u003c\/strong\u003e ist für sehr große offene Räume, Lofts, Restaurants oder gewerbliche Umgebungen konzipiert, in denen eine breite, gleichmäßige Beleuchtung über eine große Fläche erforderlich ist.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWelche Glühbirnen benötige ich?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eJede Fassung verwendet eine \u003cstrong\u003eE26 oder E27 Fassung\u003c\/strong\u003e (Standard US-Fassung). Für den authentischsten Mid-Century-Look und warmes Fülllicht empfehlen wir Warm Light LED-Glühbirnen. Die Anzahl der Glühbirnen entspricht der Anzahl der Köpfe — 3 oder 6. Glühbirnen sind nicht enthalten.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eBenötigt es eine professionelle Installation?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eJa — diese Lampe ist \u003cstrong\u003ehartverdrahtet\u003c\/strong\u003e und benötigt einen elektrischen Anschluss an der Decke. Angesichts der Spannweite der Lampe (bis zu 86.6″ breit) erfordert die Installation etwas Sorgfalt, um sicherzustellen, dass die Deckenblende ordnungsgemäß verankert ist. Wir empfehlen einen lizenzierten Elektriker. Siehe die Montageanleitung im Download-Bereich.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sarando.ch","offers":[{"title":"3 Köpfe: L 59″ x H 12.6″ \/ L 150cm x H 32cm \/ Schwarz","offer_id":55074604220758,"sku":"20220711162601","price":273.0,"currency_code":"GBP","in_stock":true},{"title":"3 Köpfe: L 59″ x H 12.6″ \/ L 150cm x H 32cm \/ Weiß","offer_id":55074604253526,"sku":"20220711162602","price":273.0,"currency_code":"GBP","in_stock":true},{"title":"6 Köpfe: L 86.6″ x H 12.6″ \/ L 220cm x H 32cm \/ Schwarz","offer_id":55074604286294,"sku":"20220711162603","price":542.0,"currency_code":"GBP","in_stock":true},{"title":"6 Köpfe: L 86.6″ x H 12.6″ \/ L 220cm x H 32cm \/ Weiß","offer_id":55074604319062,"sku":"20220711162604","price":542.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/8845\/3718\/files\/Serge_Mouille_Ceiling_Light_A_0621_1.jpg?v=1787488748","url":"https:\/\/www.sarando-shop.com\/de-gb\/products\/serge-mouille-deckenleuchte-a","provider":"Sarando.ch","version":"1.0","type":"link"}