Embedded Bedside Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; marg in: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } /* Section label */ .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .75rem; } /* Videos — each independent, stacked */ .vk-video-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: .5rem; } .vk-video-item { display: flex; gap: 14px; align-items: flex-start; background: #f7f5f2; border-radius: 10px; padding: 10px; border: 1px solid #ece8e2; } .vk-video-thumb { flex-shrink: 0; width: 220px; } .vk-video-thumb .vk-video-wrap { width: 100%; aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: #e8e0d4; display: block; } .vk-video-thumb .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-meta { padding: 4px 0; } .vk-video-tag { display: inline-block; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; background: #efe5d8; color: #7C4E2A; padding: 3px 8px; border-radius: 10px; margin-bottom: .5rem; } .vk-video-title { font-size: 14px; font-weight: 500; color: #1a1a1a; line-height: 1.5; margin-bottom: .3rem; } .vk-video-desc { font-size: 13px; color: #888; line-height: 1.6; } /* Warning */ .vk-warning { display: flex; gap: 10px; align-items: flex-start; background: #fff8f3; border: 1px solid #f0cdb0; border-radius: 8px; padding: .85rem 1rem; margin-bottom: 1rem; } .vk-warning-icon { flex-shrink: 0; margin-top: 1px; } .vk-warning h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .25rem; } .vk-warning p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Sizes */ .vk-sizes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-size { border: 1px solid #ddd; border-radius: 8px; padding: 1rem; } .vk-size.feat { border: 1.5px solid #C4906A; } .vk-size-badge { display: inline-block; background: #C4906A; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-num { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: #1a1a1a; margin-bottom: .35rem; } .vk-size-sub { font-size: 13px; color: #888; line-height: 1.75; } .vk-size-sub strong { color: #555; font-weight: 500; } /* Cutout diagram label */ .vk-cutout-img { width: 100%; max-width: 320px; border-radius: 8px; display: block; margin: .75rem 0; } /* Notice */ .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-notice.green h5 { color: #2d6620; } /* Dimmer block */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-top: .75rem; } .vk-dimmer-img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; border: 1px solid #ddd; } .vk-dimmer-text h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-dimmer-text p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-dimmer-text a { color: #7C4E2A; text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 8px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } /* Swatches */ .vk-swatches { display: flex; gap: 10px; flex-wrap: wrap; } .vk-swatch-label { font-size: 12px; color: #888; display: flex; align-items: center; gap: 5px; } .vk-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #ddd; flex-shrink: 0; } /* Install list */ .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.6; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: #C4906A; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 6px 12px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-dl-btn:hover { background: #f5f5f5; } @media (max-width: 560px) { .vk-video-item { flex-direction: column; } .vk-video-thumb { width: 100%; } .vk-features { grid-template-columns: 1fr 1fr; } .vk-sizes { grid-template-columns: 1fr; } .vk-dimmer { flex-direction: column; align-items: flex-start; } } A slim, adjustable bedside reading light that folds flush against the wall when not in use. Perfectly aimed for late-night reading without disturbing your partner — ideal for bedrooms, studies, and modern interiors. The lamp doubles as its own switch: pull it out to turn on, push it back to turn off. Takes up virtually no space on the wall. Not compatible with US standard junction boxes This lamp requires an in-wall recessed cavity for installation. It is not designed to mount onto a standard US electrical junction box. Please review the cut-out dimensions in the size section before ordering, or contact us if you have questions about your wall type. See It In Action Overview Product Overview See the lamp in a real bedroom setting — how it folds, how it lights, and how it looks in different finishes. Design Design & Finish Detail Close-up look at the folding mechanism, materials, and finish options including Matt Black, Copper, and Nickel. Installation Installation Guide Step-by-step walkthrough of the in-wall installation, cut-out preparation, and wiring process. Showcase Room Showcase Styled in a complete bedroom and living space — lighting ambiance, switch operation, and real-world use. Features Flush-to-Wall Design Folds completely flat when not in use — takes virtually no space on your wall. Pull-to-Switch No separate switch needed — pull out to turn on, push in to turn off. Built into the fold. Custom Colors Available Available in 4 standard finishes. Custom colors can be arranged — contact our team. Sizes & Wall Cut-Out Dimensions Small — ∅2" × H6" Head: ∅2" (5 cm) · Height: 6" (15.5 cm)Weight: 1.06 lbs (0.48 kg)Output: ~2W · 160 lumensWall cut-out required:Panel: 155 × 50 mmHole spacing (top–bottom): 120 mmHole spacing (left–right): 42 mmDepth: 45 mm Most Popular Large — ∅2" × H7" Head: ∅2" (5 cm) · Height: 7" (17.8 cm)Weight: 1.06 lbs (0.48 kg)Output: ~2W · 160 lumensWall cut-out required:Panel: 178 × 50 mmHole spacing (top–bottom): 160 mmHole spacing (left–right): 43 mmDepth: 46 mm Light Color & Dimming Two standard options: Warm White (3000K) & Dimmable This lamp is available in two standard versions: Warm White (3000K) and Dimmable. If you need the dimmable version, please select it as a separate option at checkout — it is not included by default. If you need a different color temperature — Neutral White (4000K) or Cool White (6000K) — please contact our support team before ordering. Custom colors — contact us This lamp can be customized in different body colors. Contact our support team for options and lead times before placing your order. Dimmable Version — Triac Dimmer Required Ordered the dimmable version? A Triac (Thyristor) dimmer switch is required for smooth, flicker-free control. Standard rotary dimmers are not compatible.Browse compatible dimmers on Amazon → Specifications Materials Aluminum alloy · Metal Light source Integrated LED Color temperature Warm White 3000K Power ~2W Brightness 160 lumens Voltage AC 110–240V Control Pull-to-switch (fold mechanism) · Hidden base switchDimmable version requires Triac dimmer switch Wiring Hardwired · In-wall recessed installation Mounting Wall (recessed) · Can be mounted either way up IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Finishes Matt Black Black & Copper Copper Nickel Installation Notes Requires an in-wall recessed cavity — not compatible with US standard junction boxes. Please verify your wall allows for the required cut-out depth before ordering. Hardwired installation. We recommend hiring a licensed electrician if you are not experienced with in-wall wiring. Can be mounted either way up (light pointing left or right). The on/off switch is located on the base of the lamp body — not built into the fold mechanism. Pull out to activate, push in to deactivate; base switch must be in the on position. For indoor use only. Not suitable for bathrooms or any damp/wet locations. Downloads Spec Sheet Installation Guide 3D Files — H7" (17.8 cm) 3D Files — H6" (15.5 cm)