Claretto Wall Sconce
.vk-clar-wrap { --vk-clar-bg: #ffffff; --vk-clar-bg-card: #faf4ed; --vk-clar-bg-deep: #ead9c6; --vk-clar-border: #e6dac9; --vk-clar-border-lt: #ede3d3; --vk-clar-accent: #8a5a3a; - -vk-clar-accent-dk: #5e3c24; --vk-clar-accent-lt: #b07d52; --vk-clar-accent-bg: #efe1d2; --vk-clar-accent-bdr: #cdaa84; --vk-clar-text: #2a2018; --vk-clar-text-mid: #564636; --vk-clar-text-light: #948268; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-clar-text); line-height: 1.72; font-size: 14.5px; } .vk-clar-wrap * { box-sizing: border-box; } .vk-clar-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-clar-text-mid); } .vk-clar-wrap a { color: var(--vk-clar-accent-dk); text-decoration: underline; } .vk-clar-wrap .vk-clar-section { margin-bottom: 2.6rem; } .vk-clar-wrap .vk-clar-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-clar-wrap .vk-clar-sec-line { flex: 1; height: 0.5px; background: var(--vk-clar-border); } .vk-clar-wrap .vk-clar-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-clar-accent-dk); white-space: nowrap; } .vk-clar-wrap strong { color: var(--vk-clar-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-clar-wrap .vk-clar-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-clar-wrap .vk-clar-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-clar-border); border-radius: 12px; background: var(--vk-clar-bg-card); } .vk-clar-wrap .vk-clar-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-clar-accent-bg); border: 0.5px solid var(--vk-clar-accent-bdr); color: var(--vk-clar-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-clar-wrap .vk-clar-feat-icon svg { fill: none; } .vk-clar-wrap .vk-clar-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-clar-text); margin-bottom: 6px; line-height: 1.35; } .vk-clar-wrap .vk-clar-feat-desc { font-size: 12px; color: var(--vk-clar-text-mid); line-height: 1.55; } /* Dimensions & Light grid (2 columns for single-size product) */ .vk-clar-wrap .vk-clar-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-clar-wrap .vk-clar-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-clar-border); border-radius: 12px; background: var(--vk-clar-bg-card); } .vk-clar-wrap .vk-clar-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-clar-accent-dk); margin-bottom: 6px; } .vk-clar-wrap .vk-clar-size-name { font-size: 14px; font-weight: 700; color: var(--vk-clar-text); margin-bottom: 5px; line-height: 1.3; } .vk-clar-wrap .vk-clar-size-meta { font-size: 11.5px; color: var(--vk-clar-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-clar-wrap .vk-clar-size-spec { font-size: 10.5px; color: var(--vk-clar-text-light); line-height: 1.5; } .vk-clar-wrap .vk-clar-size-spec strong { color: var(--vk-clar-accent-dk); font-weight: 700; } /* Critical notice */ .vk-clar-wrap .vk-clar-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-clar-accent-bdr); border-left: 3px solid var(--vk-clar-accent); border-radius: 10px; background: var(--vk-clar-accent-bg); } .vk-clar-wrap .vk-clar-notice .vk-clar-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-clar-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-clar-wrap .vk-clar-notice .vk-clar-notice-body { font-size: 12.5px; color: var(--vk-clar-text-mid); line-height: 1.6; } .vk-clar-wrap .vk-clar-notice .vk-clar-notice-body strong { color: var(--vk-clar-text); font-weight: 600; } .vk-clar-wrap .vk-clar-notice .vk-clar-notice-body strong:first-child { display: block; color: var(--vk-clar-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout (claret tone) */ .vk-clar-wrap .vk-clar-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #c08a86; border-left: 3px solid #8a3a3a; border-radius: 10px; background: #f8efed; margin-top: 12px; } .vk-clar-wrap .vk-clar-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #8a3a3a; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-clar-wrap .vk-clar-warn-body { font-size: 12px; color: var(--vk-clar-text-mid); line-height: 1.55; } .vk-clar-wrap .vk-clar-warn-body strong { color: #6e2c2c; font-weight: 600; } .vk-clar-wrap .vk-clar-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-clar-wrap .vk-clar-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-clar-border); border-radius: 14px; overflow: hidden; } .vk-clar-wrap .vk-clar-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-clar-border-lt); display: flex; align-items: flex-start; background: var(--vk-clar-bg-card); gap: 16px; } .vk-clar-wrap .vk-clar-spec-item:last-child { border-bottom: 0; } .vk-clar-wrap .vk-clar-spec-item:nth-child(even) { background: var(--vk-clar-bg); } .vk-clar-wrap .vk-clar-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-clar-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-clar-wrap .vk-clar-spec-val { font-size: 12.5px; color: var(--vk-clar-text); } /* Style tags */ .vk-clar-wrap .vk-clar-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-clar-wrap .vk-clar-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-clar-accent-dk); background: var(--vk-clar-accent-bg); border: 0.5px solid var(--vk-clar-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-clar-wrap .vk-clar-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-clar-wrap .vk-clar-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-clar-border); border-radius: 12px; background: var(--vk-clar-bg-card); text-decoration: none; color: var(--vk-clar-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-clar-wrap .vk-clar-dl-card:hover { background: var(--vk-clar-accent-bg); border-color: var(--vk-clar-accent-bdr); } .vk-clar-wrap .vk-clar-dl-card.vk-clar-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-clar-bg); } .vk-clar-wrap .vk-clar-dl-card.vk-clar-dl-disabled:hover { background: var(--vk-clar-bg); border-color: var(--vk-clar-border); } .vk-clar-wrap .vk-clar-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-clar-accent-bg); border: 0.5px solid var(--vk-clar-accent-bdr); color: var(--vk-clar-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-clar-wrap .vk-clar-dl-icon svg { fill: none; } .vk-clar-wrap .vk-clar-dl-meta { width: 100%; } .vk-clar-wrap .vk-clar-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-clar-text); line-height: 1.3; margin-bottom: 3px; } .vk-clar-wrap .vk-clar-dl-sub { font-size: 11.5px; color: var(--vk-clar-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-clar-wrap .vk-clar-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-clar-text-light); background: var(--vk-clar-bg-card); border: 0.5px solid var(--vk-clar-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-clar-wrap .vk-clar-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-clar-wrap .vk-clar-faq-list details { border: 0.5px solid var(--vk-clar-border); border-radius: 10px; background: var(--vk-clar-bg-card); overflow: hidden; } .vk-clar-wrap .vk-clar-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-clar-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-clar-wrap .vk-clar-faq-list summary::-webkit-details-marker { display: none; } .vk-clar-wrap .vk-clar-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-clar-accent-dk); position: absolute; right: 16px; } .vk-clar-wrap .vk-clar-faq-list details[open] summary { color: var(--vk-clar-accent-dk); } .vk-clar-wrap .vk-clar-faq-list details[open] summary::after { content: '\2212'; } .vk-clar-wrap .vk-clar-faq-list .vk-clar-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-clar-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-clar-wrap .vk-clar-features-grid { grid-template-columns: 1fr; } .vk-clar-wrap .vk-clar-size-grid { grid-template-columns: 1fr; } .vk-clar-wrap .vk-clar-dl-grid { grid-template-columns: 1fr; } .vk-clar-wrap .vk-clar-spec-item { flex-direction: column; gap: 4px; } .vk-clar-wrap .vk-clar-spec-key { width: auto; } } Inspiration The Claretto Wall Sconce sets a glossy burgundy glass dome on a brass-finish arm against a scalloped, walnut-finished white-ash backplate. A single E27 bulb (9W LED included, 3000K) throws warm light down through the dome — good for bedside reading and ambient glow. The sconce stands 7.9″ tall and extends 8.1″ from the wall. As a hardwired sconce, it suits a bedside, hallway, reading nook, or living room in a mid-century, vintage, or warm-traditional look. Good To Know ! One size (7.9″ H / 20 cm · shade 5.3″ wide / 13.5 cm · extends 8.1″ / 20.5 cm from wall) · white-ash wood (walnut finish) + iron + glass · brass-finish arm · 1 × E27, 9W · E27 LED bulb included & replaceable (accepts E26), 3000K warm · hardwired · indoor dry only A glossy burgundy glass dome sits on a brass-finish arm against a scalloped, walnut-finished white-ash backplate. The dome throws warm light down for bedside reading and ambient glow. Because the backplate is solid wood, the grain and tone vary piece to piece — characteristic of real wood, not a defect. Keep it indoor and dry; wipe the glass and wood with a soft, dry cloth. Socket is E27 (medium screw base) and accepts standard US E26; a 9W E27 LED bulb is included and replaceable, 3000K warm. Hardwired to a standard wall junction box; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only. Key Features Burgundy Glass Dome Shade A glossy claret-burgundy glass dome directs warm light downward for bedside reading and ambient glow. Walnut Backplate + Brass Arm A scalloped, walnut-finished white-ash backplate with a brass-finish arm; solid wood, so grain and tone vary per piece. E27 Bulb Included, 3000K A 9W E27 LED is included and replaceable (accepts US E26), in warm 3000K. Dimensions & Light One size. A burgundy glass dome on a walnut wood backplate, with the bulb included. Dimensions 7.9″ H · extends 8.1″ Shade 5.3″ wide; projects 8.1″ from the wall. 20 cm H · shade 13.5 × 12 cmprojects 20.5 cm from wall Light 1 × E27 · 9W LED bulb included & replaceable · accepts E26 · 3000K warm. 3000K warmwarm downward + ambient light ! Natural wood · warm downward + ambient light · indoor dry only The white-ash backplate is solid wood, so the grain and tone vary piece to piece (characteristic of real wood, not a defect). Keep it indoor and dry and wipe the glass and wood with a soft, dry cloth; it’s not for bathrooms with shower steam or outdoor. The burgundy dome throws warm light downward for bedside reading plus ambient glow. Specifications Fixture Type Wall sconce · hardwired · burgundy glass dome shade · brass-finish arm · walnut wood backplate Materials & Finish White-ash wood (scalloped backplate, walnut finish) + iron + glass (glossy burgundy dome shade) · brass-finish arm/hardware · natural wood, grain & tone vary per piece Dimensions 7.9″ H (20 cm) · shade 5.3″ × 4.7″ (13.5 × 12 cm) · extends 8.1″ (20.5 cm) from the wall Light Source 1 × E27, 9W · E27 LED bulb included & replaceable · accepts standard E26 · 3000K warm white Mounting Hardwired to a standard wall junction box · licensed electrician recommended · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Glass & wood: wipe with a soft, dry cloth · keep dry · indoor use Design Style Mid-Century Modern Vintage Retro Traditional Scandinavian Warm Minimalist Best For Bedside / bedroom, hallway, reading nook, living room, entryway Use Case The Claretto reads as a warm, vintage wall sconce — a glossy burgundy glass dome on a brass-finish arm against a scalloped walnut backplate. The dome directs warm 3000K light downward, so it works as a bedside reading and ambient sconce, and it extends 8.1″ from the wall. Mount it beside a bed (often in pairs), in a hallway, reading nook, or living room; for bedside use, set it roughly 60–68″ from the floor. The walnut, burgundy, and brass pair with wood tones, warm neutrals, and moody walls — mid-century, vintage, and warm-traditional rooms. Indoor dry only. Email [email protected] for trade pricing or product questions. Downloads Technical reference and 3D files for the Claretto Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & wiring · PDF Pending Installation Guide Hardwire wall mount · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ How big is it, and how far does it stick out? It stands 7.9″ tall (20 cm) with a 5.3″-wide (13.5 cm) dome shade, and it extends 8.1″ (20.5 cm) from the wall — compact enough for a bedside or hallway. What bulb does it use — is it included? It uses 1 × E27, 9W. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable, in warm 3000K. Is it good for reading in bed? Yes — the burgundy glass dome directs warm light downward, so it works for bedside reading and ambient glow. For bedside use, mount it roughly 60–68″ from the floor beside the bed. What’s it made of, and can I use it in a bathroom? It’s a walnut-finished white-ash backplate, an iron and brass-finish arm, and a glossy burgundy glass dome, so the wood grain and tone vary piece to piece. It’s indoor dry locations only — not damp-rated, so avoid bathrooms with shower steam and outdoor spots. Wipe the glass and wood with a soft, dry cloth. How is it installed? It’s hardwired to a standard wall junction box — a licensed electrician is recommended. It’s certified for North America, Australia, Europe & the Middle East (110–240V). Indoor dry locations only.
More you might like
Related
Plsintly Gold Wall Sconce, Modern Crystal Wall Sconce Wall D
Related
Plsintly Black Wall Sconce,Modern Crystal Wall Sconce Wall D
Related
Brass Wall Sconces, Bathroom Wall Sconce, 22.8" Gold Wall Sc
Related