Anthemion Alabaster Wall Sconce
.vk-anth-wrap { --vk-anth-bg: #ffffff; --vk-anth-bg-card: #faf6ef; --vk-anth-bg-deep: #ece0cc; --vk-anth-border: #ece2d1; --vk-anth-border-lt: #f4eee0; --vk-anth-accent: #a8895c; - -vk-anth-accent-dk: #6f5630; --vk-anth-accent-lt: #c7a66b; --vk-anth-accent-bg: #f1e9d8; --vk-anth-accent-bdr: #dcc7a0; --vk-anth-text: #2a261d; --vk-anth-text-mid: #554d3c; --vk-anth-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-anth-text); line-height: 1.72; font-size: 14.5px; } .vk-anth-wrap * { box-sizing: border-box; } .vk-anth-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-anth-text-mid); } .vk-anth-wrap a { color: var(--vk-anth-accent-dk); text-decoration: underline; } .vk-anth-wrap .vk-anth-section { margin-bottom: 2.6rem; } .vk-anth-wrap .vk-anth-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-anth-wrap .vk-anth-sec-line { flex: 1; height: 0.5px; background: var(--vk-anth-border); } .vk-anth-wrap .vk-anth-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-anth-accent-dk); white-space: nowrap; } .vk-anth-wrap strong { color: var(--vk-anth-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-anth-wrap .vk-anth-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-anth-wrap .vk-anth-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-anth-border); border-radius: 12px; background: var(--vk-anth-bg-card); } .vk-anth-wrap .vk-anth-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-anth-accent-bg); border: 0.5px solid var(--vk-anth-accent-bdr); color: var(--vk-anth-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-anth-wrap .vk-anth-feat-icon svg { fill: none; } .vk-anth-wrap .vk-anth-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-anth-text); margin-bottom: 6px; line-height: 1.35; } .vk-anth-wrap .vk-anth-feat-desc { font-size: 12px; color: var(--vk-anth-text-mid); line-height: 1.55; } /* Critical notice */ .vk-anth-wrap .vk-anth-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-anth-accent-bdr); border-left: 3px solid var(--vk-anth-accent); border-radius: 10px; background: var(--vk-anth-accent-bg); } .vk-anth-wrap .vk-anth-notice .vk-anth-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-anth-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-anth-wrap .vk-anth-notice .vk-anth-notice-body { font-size: 12.5px; color: var(--vk-anth-text-mid); line-height: 1.6; } .vk-anth-wrap .vk-anth-notice .vk-anth-notice-body strong { color: var(--vk-anth-text); font-weight: 600; } .vk-anth-wrap .vk-anth-notice .vk-anth-notice-body strong:first-child { display: block; color: var(--vk-anth-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-anth-wrap .vk-anth-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-anth-wrap .vk-anth-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-anth-wrap .vk-anth-warn-body { font-size: 12px; color: var(--vk-anth-text-mid); line-height: 1.55; } .vk-anth-wrap .vk-anth-warn-body strong { color: #8a4820; font-weight: 600; } .vk-anth-wrap .vk-anth-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-anth-wrap .vk-anth-sizes { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-anth-border); border-radius: 12px; overflow: hidden; font-size: 12px; margin-bottom: 4px; } .vk-anth-wrap .vk-anth-sizes th { background: var(--vk-anth-accent-bg); color: var(--vk-anth-accent-dk); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: left; padding: 9px 12px; } .vk-anth-wrap .vk-anth-sizes td { padding: 9px 12px; border-top: 0.5px solid var(--vk-anth-border-lt); color: var(--vk-anth-text); background: var(--vk-anth-bg-card); } .vk-anth-wrap .vk-anth-sizes tr:nth-child(even) td { background: var(--vk-anth-bg); } .vk-anth-wrap .vk-anth-sizes .vk-anth-size-name { font-weight: 700; color: var(--vk-anth-text); } /* Specifications */ .vk-anth-wrap .vk-anth-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-anth-border); border-radius: 14px; overflow: hidden; } .vk-anth-wrap .vk-anth-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-anth-border-lt); display: flex; align-items: flex-start; background: var(--vk-anth-bg-card); gap: 16px; } .vk-anth-wrap .vk-anth-spec-item:last-child { border-bottom: 0; } .vk-anth-wrap .vk-anth-spec-item:nth-child(even) { background: var(--vk-anth-bg); } .vk-anth-wrap .vk-anth-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-anth-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-anth-wrap .vk-anth-spec-val { font-size: 12.5px; color: var(--vk-anth-text); } /* Style tags */ .vk-anth-wrap .vk-anth-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-anth-wrap .vk-anth-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-anth-accent-dk); background: var(--vk-anth-accent-bg); border: 0.5px solid var(--vk-anth-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-anth-wrap .vk-anth-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-anth-wrap .vk-anth-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-anth-border); border-radius: 12px; background: var(--vk-anth-bg-card); text-decoration: none; color: var(--vk-anth-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-anth-wrap .vk-anth-dl-card:hover { background: var(--vk-anth-accent-bg); border-color: var(--vk-anth-accent-bdr); } .vk-anth-wrap .vk-anth-dl-card.vk-anth-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-anth-bg); } .vk-anth-wrap .vk-anth-dl-card.vk-anth-dl-disabled:hover { background: var(--vk-anth-bg); border-color: var(--vk-anth-border); } .vk-anth-wrap .vk-anth-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-anth-accent-bg); border: 0.5px solid var(--vk-anth-accent-bdr); color: var(--vk-anth-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-anth-wrap .vk-anth-dl-icon svg { fill: none; } .vk-anth-wrap .vk-anth-dl-meta { width: 100%; } .vk-anth-wrap .vk-anth-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-anth-text); line-height: 1.3; margin-bottom: 3px; } .vk-anth-wrap .vk-anth-dl-sub { font-size: 11.5px; color: var(--vk-anth-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-anth-wrap .vk-anth-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-anth-text-light); background: var(--vk-anth-bg-card); border: 0.5px solid var(--vk-anth-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-anth-wrap .vk-anth-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-anth-wrap .vk-anth-faq-list details { border: 0.5px solid var(--vk-anth-border); border-radius: 10px; background: var(--vk-anth-bg-card); overflow: hidden; } .vk-anth-wrap .vk-anth-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-anth-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-anth-wrap .vk-anth-faq-list summary::-webkit-details-marker { display: none; } .vk-anth-wrap .vk-anth-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-anth-accent-dk); position: absolute; right: 16px; } .vk-anth-wrap .vk-anth-faq-list details[open] summary { color: var(--vk-anth-accent-dk); } .vk-anth-wrap .vk-anth-faq-list details[open] summary::after { content: '\2212'; } .vk-anth-wrap .vk-anth-faq-list .vk-anth-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-anth-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-anth-wrap .vk-anth-features-grid { grid-template-columns: 1fr; } .vk-anth-wrap .vk-anth-dl-grid { grid-template-columns: 1fr; } .vk-anth-wrap .vk-anth-spec-item { flex-direction: column; gap: 4px; } .vk-anth-wrap .vk-anth-spec-key { width: auto; } .vk-anth-wrap .vk-anth-sizes { font-size: 11px; } .vk-anth-wrap .vk-anth-sizes th, .vk-anth-wrap .vk-anth-sizes td { padding: 7px 8px; } } Inspiration The Anthemion Alabaster Wall Sconce pairs a natural alabaster shade with an aged brass arm and round backplate, joined by a ball-joint swivel so you can tilt and aim the light. The translucent alabaster glows when lit and shows soft grey veining; choose from three shade shapes — cone, dome, or drum. It takes a single E26/E27 medium-base bulb (included) and hardwires to a wall box. As an alabaster and brass wall sconce for a bedroom, hallway, or living room, it works as bedside reading light, an entryway accent, or a pair flanking a mirror or artwork. Indoor use. Good To Know ! Aged brass + natural alabaster · 3 shade shapes · 1 × E26/E27 (bulb included) · adjustable swivel · hardwired · indoor dry only A single-light wall sconce with an aged brass round backplate and arm, a ball-joint swivel that tilts and aims the shade, and a natural alabaster shade in your choice of cone, dome, or drum. It runs 1 × E26/E27 medium-base socket with a bulb included, and is hardwired to a wall junction box; professional installation is recommended. Alabaster is a natural stone, so veining varies piece to piece. Keep it indoor and dry. AC 110–240V. Key Features Natural Alabaster Shade A translucent alabaster shade that glows when lit and shows soft grey veining — each one unique. Choose cone, dome, or drum. Aged Brass Arm + Swivel A round aged brass backplate and arm with a ball-joint swivel at the shade, so you can tilt and aim the light where you want it. E26/E27 Bulb Included + Hardwired 1 × E26/E27 medium-base bulb is included. Hardwires to a wall junction box and runs through your wall switch. Size & Fit Choose your alabaster shade shape. Sizes below are the shade (width × height); all three are compact for a single sconce or a flanking pair. Shade Shape Model Shade Width × Height Cone Model A W7″ × H3.1″ (18 × 8 cm) Dome Model B W6.3″ × H3.1″ (16 × 8 cm) Drum Model C W5.5″ × H3.1″ (14 × 8 cm) ! Hardwired · 1 × E26/E27 (bulb included) · adjustable swivel · brass + alabaster · indoor dry only It is hardwired to a wall junction box and runs through your wall switch; professional installation is recommended. For general use, mount the backplate about 60–66″ from the floor; lower it beside a bed for reading, and use the swivel to aim the light. The bulb is 1 × E26/E27, included. Alabaster is a soft natural stone — dust it gently and wipe the brass with a soft dry cloth; no harsh cleaners. Keep it indoor and dry. For other requests, email [email protected]. Specifications Fixture Type Wall sconce · single light · adjustable swivel · hardwired Materials & Finish Aged brass round backplate and arm + natural alabaster shade (cone, dome, or drum) Light Source 1 × E26/E27 medium-base socket · bulb included Shade Sizes Cone W7″ (18 cm) · Dome W6.3″ (16 cm) · Drum W5.5″ (14 cm) · all H3.1″ (8 cm) Adjustability Ball-joint swivel at the shade · tilt and aim Mount Aged brass round backplate · hardwired to a wall junction box Power Hardwired · on/off via wall switch (not included) · AC 110–240V · indoor dry only Installation Professional installation recommended · mount ~60–66″ from the floor for general use Care Dust alabaster gently · wipe brass with a soft dry cloth · no harsh cleaners · keep dry, indoor use Design Style Transitional Classic Vintage Organic Modern Mid-Century Best For Bedside, hallway, entryway, living room, reading nook, stairwell, or flanking a mirror or artwork Downloads Technical reference and setup files for the Anthemion Alabaster Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Install Guide Hardwire setup · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What shade shapes and sizes are available? Three alabaster shade shapes: Cone (Model A, W7″ / 18 cm), Dome (Model B, W6.3″ / 16 cm), and Drum (Model C, W5.5″ / 14 cm) — all H3.1″ (8 cm) tall. Sizes are the shade only. Is a bulb included, and what type does it use? Yes — 1 × E26/E27 medium-base bulb is included. The single socket sits inside the alabaster shade. Can I adjust the angle of the light? Yes. A ball-joint swivel where the shade meets the arm lets you tilt and aim the light — useful for reading beside a bed or highlighting artwork. Is it hardwired, and who should install it? It is hardwired to a wall junction box (brass backplate) and runs through your wall switch. Professional installation is recommended. How do I clean the alabaster and brass, and does the veining vary? Alabaster is a natural stone, so the veining and tone vary from piece to piece. Dust it gently and wipe the brass with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry.
More you might like
Related
19.7 in Brass Alabaster Wall Sconces, Natural Marble Wall Sc
Related
19.7in Matte Black Alabaster Wall Sconces, Natural Marble Wa
Related
19.7 in Matte Black Alabaster Wall Sconces, Natural Marble W
Related