{"product_id":"lysenne-double-arm-fabric-wall-sconce","title":"Lysenne Double Arm Fabric Wall Sconce","description":"\u003cstyle\u003e\n  .vk-lysenne-wall-wrap *,\n  .vk-lysenne-wall-wrap *::before,\n  .vk-lysenne-wall-wrap *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .vk-lysenne-wall-wrap {\n    width: 100%;\n    max-width: 680px;\n    margin: 0;\n    padding: 0;\n    color: #241c14;\n    font-family: \"DM Sans\", sans-serif;\n  }\n\n  .vk-lysenne-wall-divider {\n    height: 1px;\n    margin: 2rem 0;\n    background: #e6ddcc;\n  }\n\n  .vk-lysenne-wall-intro {\n    margin-bottom: 1rem;\n    color: #5d5346;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .vk-lysenne-wall-section-label {\n    margin-bottom: 0.65rem;\n    color: #8a6a45;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .vk-lysenne-wall-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 1.25rem;\n  }\n\n  .vk-lysenne-wall-feat {\n    padding: 0.85rem;\n    border: 1px solid #e3d6bd;\n    border-radius: 8px;\n    background: #fff;\n  }\n\n  .vk-lysenne-wall-feat-icon {\n    display: flex;\n    width: 28px;\n    height: 28px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 0.6rem;\n    border-radius: 6px;\n    background: #e3d3b4;\n  }\n\n  .vk-lysenne-wall-feat h4 {\n    margin-bottom: 0.25rem;\n    color: #241c14;\n    font-size: 13px;\n    font-weight: 500;\n  }\n\n  .vk-lysenne-wall-feat p {\n    margin: 0;\n    color: #6b6256;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  .vk-lysenne-wall-option-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .vk-lysenne-wall-option-card {\n    padding: 0.9rem;\n    border: 1px solid #e3d6bd;\n    border-radius: 8px;\n    background: #fff;\n  }\n\n  .vk-lysenne-wall-option-card h5 {\n    margin-bottom: 0.35rem;\n    color: #241c14;\n    font-size: 13px;\n    font-weight: 500;\n  }\n\n  .vk-lysenne-wall-option-card p {\n    margin: 0;\n    color: #6b6256;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  .vk-lysenne-wall-dimension-card {\n    padding: 1.25rem;\n    border: 1px solid #e6ddcc;\n    border-radius: 10px;\n    background: #f3ece0;\n    text-align: center;\n  }\n\n  .vk-lysenne-wall-dimension-placeholder {\n    margin-bottom: 0.85rem;\n    color: #6b6256;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .vk-lysenne-wall-dimension-value {\n    color: #4a4034;\n    font-size: 13px;\n    font-weight: 500;\n    line-height: 1.8;\n  }\n\n  .vk-lysenne-wall-dimension-note {\n    margin-top: 0.35rem;\n    color: #8a6a45;\n    font-size: 11px;\n  }\n\n  .vk-lysenne-wall-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .vk-lysenne-wall-spec-table tr {\n    border-bottom: 1px solid #e6ddcc;\n  }\n\n  .vk-lysenne-wall-spec-table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-lysenne-wall-spec-table td {\n    padding: 9px 0;\n    font-size: 14px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n\n  .vk-lysenne-wall-spec-table td:first-child {\n    width: 42%;\n    padding-right: 1rem;\n    color: #998a73;\n  }\n\n  .vk-lysenne-wall-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .vk-lysenne-wall-care li {\n    position: relative;\n    padding: 8px 0 8px 20px;\n    border-bottom: 1px solid #e6ddcc;\n    color: #6b6256;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .vk-lysenne-wall-care li:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-lysenne-wall-care li::before {\n    position: absolute;\n    top: 16px;\n    left: 0;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #b39a72;\n    content: \"\";\n  }\n\n  .vk-lysenne-wall-downloads {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .vk-lysenne-wall-download-card {\n    display: flex;\n    min-height: 72px;\n    align-items: center;\n    gap: 10px;\n    padding: 0.85rem;\n    border: 1px solid #e3d6bd;\n    border-radius: 8px;\n    background: #fff;\n    color: #241c14;\n    text-decoration: none;\n    transition:\n      border-color 0.2s ease,\n      background 0.2s ease;\n  }\n\n  .vk-lysenne-wall-download-card:hover {\n    border-color: #cbb895;\n    background: #faf7f1;\n  }\n\n  .vk-lysenne-wall-download-icon {\n    display: flex;\n    width: 30px;\n    min-width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 6px;\n    background: #eee2ce;\n  }\n\n  .vk-lysenne-wall-download-text {\n    flex: 1;\n    color: #4a4034;\n    font-size: 12px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  .vk-lysenne-wall-download-arrow {\n    color: #9b7a52;\n    font-size: 15px;\n    line-height: 1;\n  }\n\n  .vk-lysenne-wall-faq {\n    margin-top: 0.5rem;\n  }\n\n  .vk-lysenne-wall-faq-item {\n    border-bottom: 1px solid #e6ddcc;\n  }\n\n  .vk-lysenne-wall-faq-item:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-lysenne-wall-faq-item \u003e summary {\n    position: relative;\n    display: flex;\n    min-height: 44px;\n    cursor: pointer;\n    align-items: center;\n    padding: 14px 32px 14px 0;\n    color: #241c14;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.5;\n    list-style: none;\n  }\n\n  .vk-lysenne-wall-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .vk-lysenne-wall-faq-item \u003e summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 10px;\n    height: 10px;\n    border-right: 1.5px solid #8a6a45;\n    border-bottom: 1.5px solid #8a6a45;\n    content: \"\";\n    transform: translateY(-70%) rotate(45deg);\n    transition: transform 0.2s ease;\n  }\n\n  .vk-lysenne-wall-faq-item[open] \u003e summary::after {\n    transform: translateY(-30%) rotate(-135deg);\n  }\n\n  .vk-lysenne-wall-faq-item[open] \u003e summary {\n    color: #5a4630;\n  }\n\n  .vk-lysenne-wall-faq-a {\n    margin: 0 0 14px;\n    padding-right: 32px;\n    color: #6b6256;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 520px) {\n    .vk-lysenne-wall-features {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .vk-lysenne-wall-option-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .vk-lysenne-wall-downloads {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"vk-lysenne-wall-wrap\"\u003e\n\u003cp class=\"vk-lysenne-wall-intro\"\u003eThe Lysenne Double-Arm Fabric Wall Sconce pairs gracefully curved metal arms with two softly tapered fabric shades for balanced ambient lighting. A square wall plate and elongated central stem give the fixture a refined, architectural silhouette, while the neutral woven shades soften the light for bedrooms, living rooms, hallways, dining spaces, and hospitality interiors. Two replaceable E27 bulbs make the fixture practical for everyday use.\u003c\/p\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-features\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M5 5h14l-2 10H7z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 15v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 15v4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSoft fabric shades\u003c\/h4\u003e\n\u003cp\u003eTwo neutral woven fabric shades diffuse the light for a softer, more comfortable ambient glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M12 20V9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 12C9 9 7 7 5 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 12c3-3 5-5 7-7\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"5\" cy=\"5\" r=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"19\" cy=\"5\" r=\"1\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eGraceful double-arm form\u003c\/h4\u003e\n\u003cp\u003eTwo curved arms rise from a central stem to create a symmetrical silhouette with a light, refined profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-feat-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M8 4h8v5a4 4 0 0 1-8 0z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 16h4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 13v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 20h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eTwo E27 bulbs\u003c\/h4\u003e\n\u003cp\u003eTwo replaceable E27 sockets provide practical light output and allow the bulbs to be replaced when needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eFinish Options\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-option-grid\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-option-card\"\u003e\n\u003ch5\u003eBrushed Brass\u003c\/h5\u003e\n\u003cp\u003eWarm brushed brass gives the fixture a soft golden tone and a refined classic appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-option-card\"\u003e\n\u003ch5\u003eSatin Nickel\u003c\/h5\u003e\n\u003cp\u003eA soft silver-toned finish for lighter, cooler, and more understated interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-option-card\"\u003e\n\u003ch5\u003eDark Bronze\u003c\/h5\u003e\n\u003cp\u003eDeep brown-black metal creates stronger contrast against the natural fabric shades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-dimension-card\"\u003e\n\u003cp class=\"vk-lysenne-wall-dimension-placeholder\"\u003eAdd product dimension image here.\u003c\/p\u003e\n\u003cdiv class=\"vk-lysenne-wall-dimension-value\"\u003eW 36 × D 22 × H 46 cm \/ W 14.2″ × D 8.7″ × H 18.1″\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-dimension-note\"\u003eTwo-light wall sconce with a balanced vertical profile.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ctable class=\"vk-lysenne-wall-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eLysenne Double-Arm Fabric Wall Sconce\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBrass, Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eNatural Fabric Shade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish Options\u003c\/td\u003e\n\u003ctd\u003eBrushed Brass, Satin Nickel, Dark Bronze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFixture Size\u003c\/td\u003e\n\u003ctd\u003eW 36 × D 22 × H 46 cm \/ W 14.2″ × D 8.7″ × H 18.1″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Source\u003c\/td\u003e\n\u003ctd\u003eE27 Bulb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Lights\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Quantity\u003c\/td\u003e\n\u003ctd\u003e2 × E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Required\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eWall Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor, Dry Locations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Spaces\u003c\/td\u003e\n\u003ctd\u003eBedroom, bedside, living room, hallway, entryway, dining room, home office, hotel room, restaurant, and hospitality interiors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eInstallation \u0026amp; Care\u003c\/div\u003e\n\u003cul class=\"vk-lysenne-wall-care\"\u003e\n\u003cli\u003eMount the fixture to a secure wall surface using hardware suitable for the wall construction and fixture weight.\u003c\/li\u003e\n\u003cli\u003eElectrical installation should follow the supplied installation instructions and applicable local electrical requirements.\u003c\/li\u003e\n\u003cli\u003eThe fixture uses two replaceable E27 bulbs. Disconnect power and allow the bulbs to cool fully before replacement.\u003c\/li\u003e\n\u003cli\u003eDust the fabric shades regularly with a soft dry cloth or a low-suction upholstery attachment.\u003c\/li\u003e\n\u003cli\u003eAvoid soaking the fabric shades or using aggressive liquid cleaners.\u003c\/li\u003e\n\u003cli\u003eClean metal surfaces with a soft dry or slightly damp cloth and avoid abrasive pads or harsh chemicals.\u003c\/li\u003e\n\u003cli\u003eIntended for indoor dry locations unless otherwise specified.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eDownloads \u0026amp; Resources\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-downloads\"\u003e\n\u003ca class=\"vk-lysenne-wall-download-card\" href=\"SPECIFICATIONS_PDF_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M6 2h8l4 4v16H6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 2v5h5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 16h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-text\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-lysenne-wall-download-card\" href=\"INSTALLATION_GUIDE_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 4h14v16H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 16h5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-text\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-lysenne-wall-download-card\" href=\"3D_FILES_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-icon\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 2l8 4.5v9L12 20l-8-4.5v-9z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 6.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 11v9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-text\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-section-label\"\u003eFAQs\u003c\/div\u003e\n\u003cdiv class=\"vk-lysenne-wall-faq\"\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhat is the Lysenne Double-Arm Fabric Wall Sconce made from?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eThe fixture combines a metal frame with two softly textured natural fabric shades.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhat type of bulbs does the Lysenne wall sconce use?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eThe fixture uses two replaceable E27 bulbs, one for each fabric shade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhat are the dimensions of the wall sconce?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eThe fixture measures W 36 × D 22 × H 46 cm, approximately W 14.2″ × D 8.7″ × H 18.1″.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhich finish options are available?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eThe design is shown in Brushed Brass, Satin Nickel, and Dark Bronze finishes, all paired with neutral fabric shades.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhat effect do the fabric shades have on the light?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eThe woven shades soften and diffuse the light, creating comfortable ambient illumination rather than a harsh direct glow.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eWhere can the Lysenne Wall Sconce be used?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eIts symmetrical two-light design works well in bedrooms, living rooms, hallways, entryways, dining spaces, home offices, hotel rooms, restaurants, and other indoor hospitality interiors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-lysenne-wall-faq-item\"\u003e\n\u003csummary\u003eHow should I clean the fabric shades?\u003c\/summary\u003e\n\u003cp class=\"vk-lysenne-wall-faq-a\"\u003eGently dust the shades with a soft dry cloth or low-suction upholstery attachment and avoid soaking the fabric or using harsh liquid cleaners.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vakkerlight","offers":[{"title":"W 14.2″ × D 8.7″ × H 18.1″ \/ Brushed Brass","offer_id":48536572002545,"sku":"VKW01-26810-01","price":403.0,"currency_code":"USD","in_stock":true},{"title":"W 14.2″ × D 8.7″ × H 18.1″ \/ Satin Nickel","offer_id":48536572035313,"sku":"VKW01-26810-02","price":403.0,"currency_code":"USD","in_stock":true},{"title":"W 14.2″ × D 8.7″ × H 18.1″ \/ Dark Bronze","offer_id":48536572068081,"sku":"VKW01-26810-03","price":403.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/ysenneDoubleArmFabricWallSconce_1.jpg?v=1786428548","url":"https:\/\/vakkerlight.com\/pt-ca\/products\/lysenne-double-arm-fabric-wall-sconce","provider":"Vakkerlight","version":"1.0","type":"link"}