Keepsake Marble Globe Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-marblesconce-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0; } .vk-marblesconce-divider { height: 1px; background: #e6e6e6; margin: 2rem 0; } .vk-marblesconce-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-marblesconce-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #3a3a3a; margin-bottom: .65rem; } .vk-marblesconce-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-marblesconce-feat { background: #f5f5f5; border-radius: 8px; padding: .85rem; } .vk-marblesconce-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e8e8e8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-marblesconce-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-marblesconce-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-marblesconce-notice { border-left: 3px solid #666666; background: #f7f7f7; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-marblesconce-notice h5 { font-size: 13px; font-weight: 500; color: #3a3a3a; margin-bottom: .3rem; } .vk-marblesconce-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-marblesconce-notice a { color: #3a3a3a; } .vk-marblesconce-control-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .75rem; } .vk-marblesconce-control-card { border: 1px solid #ddd; border-radius: 8px; padding: .85rem; } .vk-marblesconce-control-card h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-marblesconce-control-card p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-marblesconce-matrix { display: block; overflow-x: auto; width: 100%; border-collapse: collapse; margin-bottom: .75rem; font-size: 13px; } .vk-marblesconce-matrix th { background: #f5f5f5; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #3a3a3a; border-bottom: 1px solid #e8e8e8; } .vk-marblesconce-matrix td { padding: 8px 10px; border-bottom: 1px solid #e8e8e8; color: #444; font-size: 12px; } .vk-marblesconce-matrix tr:last-child td { border-bottom: none; } .vk-marblesconce-matrix td:first-child { font-weight: 500; color: #1a1a1a; } .vk-marblesconce-shape-card { background: #f7f7f7; border: 1px solid #e2e2e2; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-marblesconce-shape-card .vk-marblesconce-section-label { margin-bottom: .6rem; } .vk-marblesconce-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-marblesconce-shape-thumb-link { display: inline-block; width: 100%; max-width: 320px; } .vk-marblesconce-shape-thumb { width: 100%; height: auto; display: block; border-radius: 6px; background: #e8e8e8; } .vk-marblesconce-shape-enlarge { font-size: 12px; color: #3a3a3a; margin-top: .5rem; } .vk-marblesconce-spec-table { width: 100%; border-collapse: collapse; } .vk-marblesconce-spec-table tr { border-bottom: 1px solid #e8e8e8; } .vk-marblesconce-spec-table tr:last-child { border-bottom: none; } .vk-marblesconce-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-marblesconce-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-marblesconce-install { list-style: none; padding: 0; margin: 0; } .vk-marblesconce-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #e8e8e8; line-height: 1.65; position: relative; } .vk-marblesconce-install li:last-child { border-bottom: none; } .vk-marblesconce-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #666666; } .vk-marblesconce-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-marblesconce-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-marblesconce-dl-btn:hover { background: #f5f5f5; } .vk-marblesconce-faq { margin-top: .5rem; } .vk-marblesconce-faq-item { border-bottom: 1px solid #e8e8e8; } .vk-marblesconce-faq-item:last-child { border-bottom: none; } .vk-marblesconce-faq-item > summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-size: 15px; font-weight: 500; color: #1a1a1a; position: relative; line-height: 1.5; min-height: 44px; display: flex; align-items: center; } .vk-marblesconce-faq-item > summary::-webkit-details-marker { display: none; } .vk-marblesconce-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #3a3a3a; border-bottom: 1.5px solid #3a3a3a; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-marblesconce-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-marblesconce-faq-item[open] > summary { color: #000; } .vk-marblesconce-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-marblesconce-features { grid-template-columns: 1fr 1fr; } .vk-marblesconce-control-split { grid-template-columns: 1fr; } } The Keepsake is a marble globe wall sconce — a frosted glass orb on a slim metal arm, anchored to a round natural-stone disk, with a decorative chain draped below. Choose travertine, black-and-white marble, or purple-veined marble — each with a black or copper-tone chain. Its 5.1″ disk and 8.3″ height suit bedside, accent walls, entryways, and hallways. Takes one G9 bulb; hardwired, indoor. Features Natural-stone disk A travertine or marble backplate — veining and cavities differ on every disk. Frosted globe, one G9 A frosted glass orb softens one G9 bulb into an even glow — accent light, not full-room. Black or copper-tone Metal arm and draped chain in matte black or copper-tone to suit the room. What ships Pictured: black-and-white marble, black chain, frosted glass globe. Any of the three stones pairs with either chain — six combinations, one fixed size. Custom pairing Want a specific stone-and-chain pairing or a hand-picked cut? Email us your choice. Stone & Chain Combinations Stone finish Appearance Chain Travertine Warm cream, cavities and banding Black · copper-tone Black-and-white marble Bold grey-black veining Black · copper-tone Purple-veined marble Violet, grey-white veins Black · copper-tone Shape Diagrams Click any diagram to enlarge. Click to enlarge ↗ Specifications Material Stone, Metal, Glass Body finish Black; copper-tone Shade finish Frosted white Dimensions 5.1″ W × 8.3″ H (13 × 21 cm); chain drapes below Light source One G9 socket (bi-pin) · replaceable bulb Voltage AC 110–240V (universal) Mounting Hardwired wall mount Moisture rating IP20 — indoor, dry locations only Certification Listed · North America · CE · SAA · SASO · KC Installation Notes Hardwired to a standard wall junction box — a licensed electrician is recommended. The chain is decorative; the stone disk carries the fixture and mounts flat to the wall. Recommended mount height is about 60″–66″ from the floor. G9 is a bi-pin base common in the US and EU; we recommend a 2700K warm-white G9 LED. Natural stone — travertine cavities and pitting, and marble veining, vary piece to piece; these are material characteristics, not defects. Downloads & Resources Spec Sheet Installation Guide Request 3D Files FAQs Is a marble globe wall sconce bright enough to light a room? One G9 bulb behind a frosted globe gives soft accent and mood light, not primary room lighting. Use it bedside, on an accent wall, or in a hallway, and pair with overhead light for full coverage. What size is it and where does this wall sconce fit? The stone disk is 5.1″ wide × 8.3″ tall (13 × 21 cm), with the chain draping below. It suits a bedside, accent wall, entryway, or hallway. Mount it about 60″–66″ from the floor. What stone and chain options are available? Three stones — travertine, black-and-white marble, and purple-veined marble — each with a black or copper-tone chain: six combinations. Pictured is black-and-white marble, black chain. How is it installed, and can it go in a bathroom? It hardwires to a standard wall junction box; a licensed electrician is recommended. It is rated for indoor, dry locations only — keep clear of direct water, away from shower and bath zones. What bulb does it use, and will the stone match the photo? One G9 socket — we recommend a 2700K warm-white G9 LED, sold at any hardware store. Each disk is natural stone, so veining and cavities vary from the photo. A 2-year warranty covers fixture and wiring; email [email protected].
More you might like
Related
Marble Globe Wall Sconce
Related
Zila Marble Globe Wall Light
Related
Lumina Twin Globe Marble Wall Sconce
Related