{"product_id":"aveline-vintage-brass-led-picture-light","title":"Aveline Vintage Brass LED Picture Light","description":"\u003cstyle\u003e\n  .vk-aveline-picture-wrap *,\n  .vk-aveline-picture-wrap *::before,\n  .vk-aveline-picture-wrap *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .vk-aveline-picture-wrap {\n    width: 100%;\n    max-width: 680px;\n    margin: 0;\n    padding: 0;\n    color: #261d16;\n    font-family: \"DM Sans\", sans-serif;\n  }\n\n  .vk-aveline-picture-divider {\n    height: 1px;\n    margin: 2rem 0;\n    background: #e5dacb;\n  }\n\n  .vk-aveline-picture-intro {\n    margin-bottom: 1rem;\n    color: #62584d;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .vk-aveline-picture-section-label {\n    margin-bottom: 0.65rem;\n    color: #876846;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .vk-aveline-picture-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .vk-aveline-picture-feature,\n  .vk-aveline-picture-option {\n    padding: 0.9rem;\n    border: 1px solid #e1d4c1;\n    border-radius: 8px;\n    background: #fff;\n  }\n\n  .vk-aveline-picture-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: #e8dbc6;\n  }\n\n  .vk-aveline-picture-feature h4,\n  .vk-aveline-picture-option h5 {\n    margin-bottom: 0.3rem;\n    color: #261d16;\n    font-size: 13px;\n    font-weight: 500;\n  }\n\n  .vk-aveline-picture-feature p,\n  .vk-aveline-picture-option p {\n    color: #6c6257;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  .vk-aveline-picture-options {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .vk-aveline-picture-dimension-card {\n    padding: 1.2rem;\n    border: 1px solid #e4d7c7;\n    border-radius: 10px;\n    background: #f5eee5;\n  }\n\n  .vk-aveline-picture-dimension-placeholder {\n    margin-bottom: 0.9rem;\n    color: #6c6257;\n    font-size: 13px;\n    text-align: center;\n  }\n\n  .vk-aveline-picture-dimension-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .vk-aveline-picture-dimension-table tr {\n    border-bottom: 1px solid #ddcfbd;\n  }\n\n  .vk-aveline-picture-dimension-table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-aveline-picture-dimension-table td {\n    padding: 8px 0;\n    color: #4f453a;\n    font-size: 12px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n\n  .vk-aveline-picture-dimension-table td:first-child {\n    width: 29%;\n    padding-right: 12px;\n    color: #876846;\n    font-weight: 500;\n  }\n\n  .vk-aveline-picture-dimension-note {\n    margin-top: 0.75rem;\n    color: #876846;\n    font-size: 11px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  .vk-aveline-picture-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .vk-aveline-picture-spec-table tr {\n    border-bottom: 1px solid #e5dacb;\n  }\n\n  .vk-aveline-picture-spec-table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-aveline-picture-spec-table td {\n    padding: 9px 0;\n    font-size: 14px;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n\n  .vk-aveline-picture-spec-table td:first-child {\n    width: 42%;\n    padding-right: 1rem;\n    color: #998b78;\n  }\n\n  .vk-aveline-picture-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .vk-aveline-picture-care li {\n    position: relative;\n    padding: 8px 0 8px 20px;\n    border-bottom: 1px solid #e5dacb;\n    color: #6c6257;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .vk-aveline-picture-care li:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-aveline-picture-care li::before {\n    position: absolute;\n    top: 16px;\n    left: 0;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #ad8e68;\n    content: \"\";\n  }\n\n  .vk-aveline-picture-downloads {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .vk-aveline-picture-download {\n    display: flex;\n    min-height: 72px;\n    align-items: center;\n    gap: 10px;\n    padding: 0.85rem;\n    border: 1px solid #e1d4c1;\n    border-radius: 8px;\n    background: #fff;\n    color: #261d16;\n    text-decoration: none;\n    transition:\n      border-color 0.2s ease,\n      background 0.2s ease;\n  }\n\n  .vk-aveline-picture-download:hover {\n    border-color: #c9b494;\n    background: #faf7f2;\n  }\n\n  .vk-aveline-picture-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: #ecdfcb;\n  }\n\n  .vk-aveline-picture-download-text {\n    flex: 1;\n    color: #4f453a;\n    font-size: 12px;\n    font-weight: 500;\n  }\n\n  .vk-aveline-picture-download-arrow {\n    color: #97744e;\n    font-size: 15px;\n  }\n\n  .vk-aveline-picture-faq-item {\n    border-bottom: 1px solid #e5dacb;\n  }\n\n  .vk-aveline-picture-faq-item:last-child {\n    border-bottom: 0;\n  }\n\n  .vk-aveline-picture-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: #261d16;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.5;\n    list-style: none;\n  }\n\n  .vk-aveline-picture-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .vk-aveline-picture-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 #876846;\n    border-bottom: 1.5px solid #876846;\n    content: \"\";\n    transform: translateY(-70%) rotate(45deg);\n    transition: transform 0.2s ease;\n  }\n\n  .vk-aveline-picture-faq-item[open] \u003e summary::after {\n    transform: translateY(-30%) rotate(-135deg);\n  }\n\n  .vk-aveline-picture-faq-a {\n    margin: 0 0 14px;\n    padding-right: 32px;\n    color: #6c6257;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 520px) {\n    .vk-aveline-picture-features {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .vk-aveline-picture-options {\n      grid-template-columns: 1fr;\n    }\n\n    .vk-aveline-picture-downloads {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"vk-aveline-picture-wrap\"\u003e\n\u003cp class=\"vk-aveline-picture-intro\"\u003eThe Aveline Vintage Brass LED Picture Light from combines a slim architectural profile with the warmth of an all-brass body. Its elongated linear shade directs warm light toward artwork, framed prints, gallery walls, mirrors, and display surfaces without adding visual bulk. Offered in three lengths with integrated 8W, 12W, or 18W LED illumination, Aveline makes it easy to match the fixture scale to different artwork and wall compositions.\u003c\/p\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-features\"\u003e\n\u003cdiv class=\"vk-aveline-picture-feature\"\u003e\n\u003cdiv class=\"vk-aveline-picture-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M3 9h18v6H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 15v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 15v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSlim linear profile\u003c\/h4\u003e\n\u003cp\u003eThe long horizontal shade creates focused illumination while maintaining a clean, understated appearance on the wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-feature\"\u003e\n\u003cdiv class=\"vk-aveline-picture-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003crect x=\"5\" y=\"5\" width=\"14\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eAll-brass construction\u003c\/h4\u003e\n\u003cp\u003eA full brass body and vintage brass finish give the fixture a substantial material feel and warm aged-metal character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-feature\"\u003e\n\u003cdiv class=\"vk-aveline-picture-icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#5a4630\" stroke-width=\"2\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 2v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 19v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 12h3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M19 12h3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eIntegrated warm LED\u003c\/h4\u003e\n\u003cp\u003eBuilt-in LED lighting provides an even warm glow with no separate replaceable bulb required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eSize Options\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-options\"\u003e\n\u003cdiv class=\"vk-aveline-picture-option\"\u003e\n\u003ch5\u003e42 cm — 8W\u003c\/h5\u003e\n\u003cp\u003eCompact size for smaller artwork, framed photography, narrow gallery walls, and accent displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-option\"\u003e\n\u003ch5\u003e62 cm — 12W\u003c\/h5\u003e\n\u003cp\u003eBalanced mid-size option for medium artwork, mirrors, and wider decorative wall arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-option\"\u003e\n\u003ch5\u003e82 cm — 18W\u003c\/h5\u003e\n\u003cp\u003eExtended format for larger artwork, long mirrors, gallery walls, and broad display surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-dimension-card\"\u003e\n\u003cp class=\"vk-aveline-picture-dimension-placeholder\"\u003eAdd product dimension image here.\u003c\/p\u003e\n\u003ctable class=\"vk-aveline-picture-dimension-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmall\u003c\/td\u003e\n\u003ctd\u003eL 42 × H 8 × Projection 20 cm \/ L 16.5″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003ctd\u003eL 62 × H 8 × Projection 20 cm \/ L 24.4″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLarge\u003c\/td\u003e\n\u003ctd\u003eL 82 × H 8 × Projection 20 cm \/ L 32.3″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackplate\u003c\/td\u003e\n\u003ctd\u003e12 × 8 × 2.5 cm \/ 4.7″ × 3.1″ × 1.0″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-aveline-picture-dimension-note\"\u003eAll three sizes share the same 8 cm fixture height and 20 cm wall projection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ctable class=\"vk-aveline-picture-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eAveline Vintage Brass LED Picture Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBrass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eVintage Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize Options\u003c\/td\u003e\n\u003ctd\u003e42 cm, 62 cm, 82 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmall Size\u003c\/td\u003e\n\u003ctd\u003eL 42 × H 8 × Projection 20 cm \/ L 16.5″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMedium Size\u003c\/td\u003e\n\u003ctd\u003eL 62 × H 8 × Projection 20 cm \/ L 24.4″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLarge Size\u003c\/td\u003e\n\u003ctd\u003eL 82 × H 8 × Projection 20 cm \/ L 32.3″ × H 3.1″ × Projection 7.9″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackplate\u003c\/td\u003e\n\u003ctd\u003e12 × 8 × 2.5 cm \/ 4.7″ × 3.1″ × 1.0″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Source\u003c\/td\u003e\n\u003ctd\u003eIntegrated LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Power\u003c\/td\u003e\n\u003ctd\u003e8W — 42 cm\u003cbr\u003e12W — 62 cm\u003cbr\u003e18W — 82 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Color\u003c\/td\u003e\n\u003ctd\u003eWarm Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Required\u003c\/td\u003e\n\u003ctd\u003eNo\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\u003eArtwork, framed prints, gallery walls, mirrors, living room, hallway, bedroom, home office, library, hotel, restaurant, and hospitality interiors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eInstallation \u0026amp; Care\u003c\/div\u003e\n\u003cul class=\"vk-aveline-picture-care\"\u003e\n\u003cli\u003eMount the fixture to a secure wall surface using hardware appropriate 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 an integrated LED light source and does not require a separate replaceable bulb.\u003c\/li\u003e\n\u003cli\u003eSelect the 42 cm, 62 cm, or 82 cm version according to the width of the artwork, mirror, or display area.\u003c\/li\u003e\n\u003cli\u003eClean brass surfaces gently with a soft dry or slightly damp cloth.\u003c\/li\u003e\n\u003cli\u003eAvoid abrasive pads, harsh chemicals, aggressive solvents, and polishing products that may alter the vintage brass finish.\u003c\/li\u003e\n\u003cli\u003eDisconnect power before cleaning or servicing the fixture.\u003c\/li\u003e\n\u003cli\u003eIntended for indoor dry locations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eDownloads \u0026amp; Resources\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-downloads\"\u003e\n\u003ca class=\"vk-aveline-picture-download\" href=\"SPECIFICATIONS_PDF_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-aveline-picture-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-aveline-picture-download-text\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-aveline-picture-download\" href=\"INSTALLATION_GUIDE_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-aveline-picture-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-aveline-picture-download-text\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"vk-aveline-picture-download\" href=\"3D_FILES_URL\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"vk-aveline-picture-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-aveline-picture-download-text\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-download-arrow\"\u003e→\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-section-label\"\u003eFAQs\u003c\/div\u003e\n\u003cdiv class=\"vk-aveline-picture-faq\"\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eWhat is the Aveline Vintage Brass LED Picture Light made from?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eThe fixture is made from brass and finished in a warm vintage brass tone for a classic aged-metal appearance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eThe Aveline Picture Light is available in 42 cm, 62 cm, and 82 cm lengths. All three versions measure 8 cm high with a 20 cm wall projection.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eWhat type of light source does the Aveline Picture Light use?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eThe fixture uses an integrated warm LED light source. The 42 cm version is 8W, the 62 cm version is 12W, and the 82 cm version is 18W.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eDoes this picture light require a replaceable bulb?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eNo. The light source is integrated into the fixture, so no separate bulb is required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eWhich size should I choose for artwork?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eThe 42 cm version works well with smaller artwork, the 62 cm version suits medium-width pieces, and the 82 cm version is better suited to larger artwork, long mirrors, or broader gallery arrangements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eWhere can the Aveline LED Picture Light be used?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eIt works well above artwork, framed photography, mirrors, gallery walls, display shelving, and decorative wall features in living rooms, bedrooms, hallways, libraries, hotels, restaurants, and other indoor interiors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"vk-aveline-picture-faq-item\"\u003e\n\u003csummary\u003eHow should I clean the vintage brass finish?\u003c\/summary\u003e\n\u003cp class=\"vk-aveline-picture-faq-a\"\u003eWipe the fixture gently with a soft dry or slightly damp cloth. Avoid abrasive cleaners or aggressive polishing products that may alter the vintage brass surface.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Aveline Vintage Brass LED Picture Light\",\n  \"description\": \"Slim all-brass LED picture light in a vintage brass finish, available in 42 cm, 62 cm, and 82 cm lengths with integrated warm LED lighting.\",\n  \"image\": [\n    \"IMAGE_URL_1\",\n    \"IMAGE_URL_2\",\n    \"IMAGE_URL_3\"\n  ],\n  \"url\": \"PRODUCT_URL\",\n  \"material\": \"Brass\",\n  \"color\": \"Vintage Brass\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Small Size\",\n      \"value\": \"L 42 × H 8 × Projection 20 cm \/ L 16.5 × H 3.1 × Projection 7.9 in\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Medium Size\",\n      \"value\": \"L 62 × H 8 × Projection 20 cm \/ L 24.4 × H 3.1 × Projection 7.9 in\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Large Size\",\n      \"value\": \"L 82 × H 8 × Projection 20 cm \/ L 32.3 × H 3.1 × Projection 7.9 in\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Backplate\",\n      \"value\": \"12 × 8 × 2.5 cm \/ 4.7 × 3.1 × 1.0 in\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Light Source\",\n      \"value\": \"Integrated LED\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Small Power\",\n      \"value\": \"8W\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Medium Power\",\n      \"value\": \"12W\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Large Power\",\n      \"value\": \"18W\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Light Color\",\n      \"value\": \"Warm Light\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Bulb Required\",\n      \"value\": \"No\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Mounting\",\n      \"value\": \"Wall Mounted\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Environment\",\n      \"value\": \"Indoor, Dry Locations\"\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the Aveline Vintage Brass LED Picture Light made from?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The fixture is made from brass and finished in a warm vintage brass tone.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What sizes are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Aveline Picture Light is available in 42 cm, 62 cm, and 82 cm lengths. All three versions measure 8 cm high with a 20 cm wall projection.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What type of light source does the Aveline Picture Light use?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The fixture uses an integrated warm LED light source. The 42 cm version is 8W, the 62 cm version is 12W, and the 82 cm version is 18W.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the Aveline Picture Light require a replaceable bulb?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The light source is integrated into the fixture, so no separate bulb is required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which size should I choose for artwork?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 42 cm version works well with smaller artwork, the 62 cm version suits medium-width pieces, and the 82 cm version is better suited to larger artwork, long mirrors, or broader gallery arrangements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where can the Aveline Vintage Brass LED Picture Light be used?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It works well above artwork, framed photography, mirrors, gallery walls, display shelving, and decorative wall features in living rooms, bedrooms, hallways, libraries, hotels, restaurants, and other indoor interiors.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Vakkerlight","offers":[{"title":"L 16.5″ × H 3.1″ × Projection 7.9″ \/ Vintage Brass \/ Warm Light","offer_id":48543105286385,"sku":"VKW1-26812-01","price":285.0,"currency_code":"USD","in_stock":true},{"title":"L 24.4″ × H 3.1″ × Projection 7.9″ \/ Vintage Brass \/ Warm Light","offer_id":48543105319153,"sku":"VKW1-26812-02","price":379.0,"currency_code":"USD","in_stock":true},{"title":"L 32.3″ × H 3.1″ × Projection 7.9″ \/ Vintage Brass \/ Warm Light","offer_id":48543105351921,"sku":"VKW1-26812-03","price":468.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Aveline_Vintage_Brass_LED_Picture_Light_2.jpg?v=1786520831","url":"https:\/\/vakkerlight.com\/it-ca\/products\/aveline-vintage-brass-led-picture-light","provider":"Vakkerlight","version":"1.0","type":"link"}