{"product_id":"swing-arm-wall-light","title":"Swing Arm Wall Light","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — Swing Arm Wall Light ══════════════════╗\n   ║  Matte Black     →  primary accent      #1e2025         ║\n   ║  Brushed Gold    →  secondary accent    #b08830         ║\n   ║  Dark steel      →  card bg             #f2f3f4         ║\n   ║  Industrial gray →  borders             #d8dadd         ║\n   ║  Deep ink        →  body 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  \/* Overview *\/\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  \/* Dark 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  \/* Features *\/\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  \/* Model cards — 2 column *\/\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  \/* Spec *\/\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\"\u003eProduct Video\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=\"Swing Arm Wall Light\" src=\"https:\/\/www.youtube.com\/embed\/4j3SxYSNcDw?si=7-0FFYtynsQonCxW\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eThis \u003cstrong\u003eSwing Arm Wall Light\u003c\/strong\u003e is crafted from iron with a modern, sleek industrial design — it's not just wall lighting, but an ideal decorative statement. The swivel mechanism allows you to adjust both its distance from the wall and the direction it faces, giving you complete control over your lighting angle for reading, ambiance, or accent use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-banner\"\u003e\n\u003cdiv class=\"finish-banner-text\"\u003e\n\u003cstrong\u003eAvailable in 2 models  ·  2 finishes\u003c\/strong\u003e\u003cbr\u003eGold or Black — each a fully matched body and shade combination.\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\"\u003eBLACK\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"#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\"\u003eSwivel Adjustable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRotate the arm and head to any angle — aim light precisely where you need it.\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\"\u003eIndustrial Iron Build\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSolid iron construction with an electroplated finish — durable and built to last.\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\"\u003eDecoration \u0026amp; Function\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA sleek, modern sconce that works as both a practical light source and a wall statement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODELS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eModels\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=\"Model 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\"\u003eModel A\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 2.4″ × H 4.7″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 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=\"Model 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\"\u003eModel B\u003c\/span\u003e\n\u003cdiv class=\"model-dims\"\u003e∅ 2.4″ × H 4.7″\u003c\/div\u003e\n\u003cdiv class=\"model-dims-sub\"\u003eDia 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\"\u003eMetal, Iron\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody \u0026amp; Shade\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\u003eBlack\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eModern Industrial\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\"\u003eWall Light — Indoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eHardwired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eE26 \/ E27 (standard US base), Max 40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e\u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/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\nSpec Sheet\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\nInstallation Guide\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 Files\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\"\u003eFrequently Asked Questions\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\u003eWhat are the differences between Model A and Model B?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eBoth models share the same shade dimensions (∅2.4″ × H4.7″) and are available in Gold or Black. The difference lies in the \u003cstrong\u003earm and mounting design\u003c\/strong\u003e — Model A and Model B have distinct swing arm profiles and wall bracket styles. Please refer to the product images to choose the silhouette that best suits your space.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the direction of the light?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the \u003cstrong\u003eswivel mechanism\u003c\/strong\u003e allows you to rotate the arm and adjust how far the lamp projects from the wall, as well as the direction the shade faces. Ideal for reading, accent lighting, or directing light to a specific area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb do I need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis wall light uses an \u003cstrong\u003eE26 or E27 base bulb\u003c\/strong\u003e (standard US socket), max 40W. We recommend a Warm Light LED bulb for a cozy, inviting atmosphere that complements both the Gold and Black finishes. Bulbs are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require professional installation?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — this lamp is \u003cstrong\u003ehardwired\u003c\/strong\u003e and requires a wall electrical connection. We recommend having a licensed electrician handle the wiring. Refer to the Installation Guide in the Downloads section above.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tumdi.com","offers":[{"title":"Model A: ∅ 2.4″ x H 4.7″ \/ Dia 6cm x H 12cm \/ Gold","offer_id":58264358715737,"sku":"20220902162001","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Model A: ∅ 2.4″ x H 4.7″ \/ Dia 6cm x H 12cm \/ Black","offer_id":58264358748505,"sku":"20220902162002","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Model B: ∅ 2.4″ x H 4.7″ \/ Dia 6cm x H 12cm \/ Gold","offer_id":58264358781273,"sku":"20220902162005","price":168.0,"currency_code":"USD","in_stock":true},{"title":"Model B: ∅ 2.4″ x H 4.7″ \/ Dia 6cm x H 12cm \/ Black","offer_id":58264358814041,"sku":"20220902162006","price":168.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Swing-Arm-Wall-Light-01.jpg?v=1781123377","url":"https:\/\/www.tumdi.co\/products\/swing-arm-wall-light","provider":"Tumdi.com","version":"1.0","type":"link"}