{"product_id":"schwenkarm-wandleuchte","title":"Schwenkarm Wandleuchte","description":"\u003cstyle\u003e\n  \/*\n   ╔═ FARBPALLETTE — Schwenkarm Wandleuchte ══════════════════╗\n   ║  Matt Schwarz     →  primärer Akzent      #1e2025         ║\n   ║  Gebürstetes Gold →  sekundärer Akzent    #b08830         ║\n   ║  Dunkelstahl      →  Karten-Hintergrund    #f2f3f4         ║\n   ║  Industrielles Grau →  Ränder             #d8dadd         ║\n   ║  Tiefes Tinte     →  Fließtext            #18191c         ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #f2f3f4;\n    --bg-deep:     #e8e9ec;\n    --border:      #d8dadd;\n    --border-lt:   #e4e6e9;\n    --ink:         #1e2025;\n    --gold:        #b08830;\n    --gold-lt:     #d4a840;\n    --gold-bg:     #f8f0d8;\n    --gold-border: #d8b870;\n    --text:        #18191c;\n    --text-mid:    #484c54;\n    --text-light:  #888c98;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--gold); white-space: nowrap;\n  }\n\n  \/* 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.85; color: var(--text-mid); }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Dunkles Finish Banner *\/\n  .finish-banner {\n    margin-top: 14px;\n    background: var(--ink);\n    border-radius: 12px;\n    padding: 14px 20px;\n    display: flex; align-items: center; justify-content: space-between; gap: 16px;\n  }\n  .finish-banner-text { font-size: 12px; color: #b0b4be; line-height: 1.6; flex: 1; }\n  .finish-banner-text strong { color: #e8eaee; }\n  .finish-dots { display: flex; gap: 16px; align-items: center; flex-shrink: 0; }\n  .finish-dot-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }\n  .finish-circle { width: 28px; height: 28px; border-radius: 50%; }\n  .finish-label { font-size: 9px; color: #7a8090; font-weight: 600; letter-spacing: 0.06em; }\n\n  \/* Eigenschaften *\/\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 13px 12px 11px;\n  }\n  .feature-icon-wrap {\n    width: 27px; height: 27px; border-radius: 7px;\n    background: var(--gold-bg); border: 0.5px solid var(--gold-border);\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  \/* Modellkarten — 2 Spalten *\/\n  .model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n  .model-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  .model-img {\n    background: #fff; border-bottom: 0.5px solid var(--border);\n    display: flex; align-items: center; justify-content: center;\n    padding: 1.25rem;\n  }\n  .model-img img { width: 100%; height: auto; display: block; }\n  .model-body { padding: 10px 14px 13px; }\n  .model-badge {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.07em; text-transform: uppercase;\n    color: var(--gold); background: var(--gold-bg);\n    border: 0.5px solid var(--gold-border);\n    padding: 2px 9px; border-radius: 99px; margin-bottom: 7px;\n  }\n  .model-dims { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }\n  .model-dims-sub { font-size: 11px; color: var(--text-light); }\n\n  \/* Spezifikationen *\/\n  .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .spec-item { padding: 9px 16px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; background: var(--bg-card); }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); width: 145px; flex-shrink: 0; }\n  .spec-val { font-size: 12px; font-weight: 500; color: var(--text); line-height: 1.5; }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge { font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 99px; background: var(--gold-bg); border: 0.5px solid var(--gold-border); color: var(--gold); 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(--gold-bg); border-color: var(--gold-border); }\n  .dl-icon-wrap { width: 34px; height: 34px; border-radius: 9px; background: var(--gold-bg); border: 0.5px solid var(--gold-border); display: flex; align-items: center; justify-content: center; }\n\n  \/* FAQ *\/\n  .faq-list { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 14px; overflow: hidden; }\n  .faq-list details { border-bottom: 0.5px solid var(--border-lt); background: #ffffff; }\n  .faq-list details:last-child { border-bottom: none; }\n  .faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 13px 16px; cursor: pointer; gap: 12px; list-style: none;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.4;\n  }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list summary::after {\n    content: ''; flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%;\n    background: var(--gold-bg) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%23b08830' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") center\/9px no-repeat;\n    border: 0.5px solid var(--gold-border); transition: transform 0.2s;\n  }\n  .faq-list details[open] summary::after { transform: rotate(180deg); }\n  .faq-list details[open] summary { color: var(--gold); }\n  .faq-a { padding: 0 16px 13px; font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .model-grid { grid-template-columns: 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- 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=\"Schwenkarm Wandleuchte\" src=\"https:\/\/www.youtube.com\/embed\/4j3SxYSNcDw?si=7-0FFYtynsQonCxW\"\u003e\u003c\/iframe\u003e\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\u003cp\u003eDiese \u003cstrong\u003eSchwenkarm Wandleuchte\u003c\/strong\u003e ist aus Eisen gefertigt und hat ein modernes, schlankes Industriedesign — sie ist nicht nur eine Wandbeleuchtung, sondern auch eine ideale dekorative Aussage. Der Schwenkmechanismus ermöglicht es Ihnen, sowohl den Abstand zur Wand als auch die Richtung, in die sie zeigt, anzupassen, sodass Sie die volle Kontrolle über Ihren Beleuchtungswinkel für Lesen, Ambiente oder Akzentnutzung haben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-banner\"\u003e\n\u003cdiv class=\"finish-banner-text\"\u003e\n\u003cstrong\u003eVerfügbar in 2 Modellen  ·  2 Oberflächen\u003c\/strong\u003e\u003cbr\u003eGold oder Schwarz — jede eine vollständig passende Kombination aus Körper und Schirm.\u003c\/div\u003e\n\u003cdiv class=\"finish-dots\"\u003e\n\u003cdiv class=\"finish-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#f0d060,#c89020 50%,#7a5000 85%); box-shadow: 0 0 0 1.5px rgba(255,255,255,0.1);\" class=\"finish-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"finish-label\"\u003eGOLD\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-dot-item\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle at 35% 30%,#484c54,#28292e 50%,#121318 85%); box-shadow: 0 0 0 1.5px rgba(255,255,255,0.08);\" class=\"finish-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"finish-label\"\u003eSCHWARZ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"#b08830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eSchwenkbar und verstellbar\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDrehen Sie den Arm und den Kopf in jeden Winkel — zielen Sie das Licht genau dorthin, wo Sie es benötigen.\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=\"#b08830\" 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\"\u003eIndustrielle Eisenkonstruktion\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSolide Eisenkonstruktion mit einer elektroplattierten Oberfläche — langlebig und für die Ewigkeit gebaut.\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=\"#b08830\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eDekoration \u0026amp; Funktion\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEine schlanke, moderne Wandleuchte, die sowohl als praktische Lichtquelle als auch als Wandstatement fungiert.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODELLE --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eModelle\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-grid\"\u003e\n\u003cdiv class=\"model-card\"\u003e\n\u003cdiv class=\"model-img\"\u003e\u003cimg alt=\"Modell A\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Swing-Arm-Wall-Light-01_757bc980-ed68-4b71-bd27-5c2a9b163016.jpg?v=1744076331\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cspan class=\"model-badge\"\u003eModell A\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 2.4″ × H 4.7″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDurchmesser 6 cm × H 12 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-card\"\u003e\n\u003cdiv class=\"model-img\"\u003e\u003cimg alt=\"Modell B\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Swing-Arm-Wall-Light-02.jpg?v=1744076330\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cspan class=\"model-badge\"\u003eModell B\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 2.4″ × H 4.7″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDurchmesser 6 cm × H 12 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eMetall, Eisen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eKörper \u0026amp; Schirm\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 12px; 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: radial-gradient(circle at 35% 30%,#f0d060,#c89020 50%,#7a5000 85%); border: 0.5px solid rgba(0,0,0,0.1); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003eGold\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e\u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: #1e2025; border: 0.5px solid #404450; 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\"\u003eStil\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eModern Industrial\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\"\u003eWandleuchte — Innen\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\"\u003eFest verdrahtet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eLampensockel\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eE26 \/ E27 (Standard US-Sockel), Max 40W\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\/1QDtPxAkPxtF8c6QxqtTPColt9YEhMXnf\/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=\"#b08830\" 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\/1bJLTy1JBTBz2xFBiGQpCjyTmUYv5aD7B\/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=\"#b08830\" 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\nInstallationsanleitung\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1RrwyikVyS_CKuFl1v8YCDv7bylRr1iBC\/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=\"#b08830\" 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\u003eWas sind die Unterschiede zwischen Modell A und Modell B?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eBeide Modelle haben die gleichen Schirmabmessungen (∅2.4″ × H4.7″) und sind in Gold oder Schwarz erhältlich. Der Unterschied liegt im \u003cstrong\u003eArm- und Montagedesign\u003c\/strong\u003e — Modell A und Modell B haben unterschiedliche Schwenkarmpprofile und Wandhalterungsstile. Bitte beziehen Sie sich auf die Produktbilder, um die Silhouette auszuwählen, die am besten zu Ihrem Raum passt.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eKann ich die Richtung des Lichts einstellen?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eJa — der \u003cstrong\u003eSchwenkmechanismus\u003c\/strong\u003e ermöglicht es Ihnen, den Arm zu drehen und anzupassen, wie weit die Lampe von der Wand absteht, sowie in welche Richtung der Schirm zeigt. Ideal zum Lesen, Akzentbeleuchtung oder zur gezielten Beleuchtung eines bestimmten Bereichs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWelche Glühbirne benötige ich?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eDiese Wandleuchte verwendet eine \u003cstrong\u003eE26 oder E27-Fassung\u003c\/strong\u003e (Standard-US-Sockel), max. 40W. Wir empfehlen eine Warmlicht-LED-Glühbirne für eine gemütliche, einladende Atmosphäre, die sowohl zu den Gold- als auch zu den Schwarz-Oberflächen passt. 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\u003efest verdrahtet\u003c\/strong\u003e und benötigt einen Wandstromanschluss. Wir empfehlen, einen lizenzierten Elektriker mit der Verdrahtung zu beauftragen. Siehe die Installationsanleitung im Download-Bereich oben.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sarando.ch","offers":[{"title":"Modell A: ∅ 2.4″ x H 4.7″ \/ Durchmesser 6cm x H 12cm \/ Gold","offer_id":55074586427734,"sku":"20220902162001","price":143.95,"currency_code":"EUR","in_stock":true},{"title":"Modell A: ∅ 2.4″ x H 4.7″ \/ Durchmesser 6cm x H 12cm \/ Schwarz","offer_id":55074586460502,"sku":"20220902162002","price":143.95,"currency_code":"EUR","in_stock":true},{"title":"Modell B: ∅ 2.4″ x H 4.7″ \/ Durchmesser 6cm x H 12cm \/ Gold","offer_id":55074586493270,"sku":"20220902162005","price":143.95,"currency_code":"EUR","in_stock":true},{"title":"Modell B: ∅ 2.4″ x H 4.7″ \/ Durchmesser 6cm x H 12cm \/ Schwarz","offer_id":55074586526038,"sku":"20220902162006","price":143.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/8845\/3718\/files\/Swing-Arm-Wall-Light-01.jpg?v=1787488137","url":"https:\/\/www.sarando-shop.com\/de-es\/products\/schwenkarm-wandleuchte","provider":"Sarando.ch","version":"1.0","type":"link"}