Equinox Alabaster Wall Sconce
.vk-equ-wrap { --vk-equ-bg: #ffffff; --vk-equ-bg-card: #faf6ef; --vk-equ-bg-deep: #ece0cc; --vk-equ-border: #ece2d1; --vk-equ-border-lt: #f4eee0; --vk-equ-accent: #a8895c; --vk-equ -accent-dk: #6f5630; --vk-equ-accent-lt: #c7a66b; --vk-equ-accent-bg: #f1e9d8; --vk-equ-accent-bdr: #dcc7a0; --vk-equ-text: #2a261d; --vk-equ-text-mid: #554d3c; --vk-equ-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-equ-text); line-height: 1.72; font-size: 14.5px; } .vk-equ-wrap * { box-sizing: border-box; } .vk-equ-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-equ-text-mid); } .vk-equ-wrap a { color: var(--vk-equ-accent-dk); text-decoration: underline; } .vk-equ-wrap .vk-equ-section { margin-bottom: 2.6rem; } .vk-equ-wrap .vk-equ-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-equ-wrap .vk-equ-sec-line { flex: 1; height: 0.5px; background: var(--vk-equ-border); } .vk-equ-wrap .vk-equ-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-equ-accent-dk); white-space: nowrap; } .vk-equ-wrap strong { color: var(--vk-equ-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-equ-wrap .vk-equ-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-equ-wrap .vk-equ-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-equ-border); border-radius: 12px; background: var(--vk-equ-bg-card); } .vk-equ-wrap .vk-equ-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-equ-accent-bg); border: 0.5px solid var(--vk-equ-accent-bdr); color: var(--vk-equ-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-equ-wrap .vk-equ-feat-icon svg { fill: none; } .vk-equ-wrap .vk-equ-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-equ-text); margin-bottom: 6px; line-height: 1.35; } .vk-equ-wrap .vk-equ-feat-desc { font-size: 12px; color: var(--vk-equ-text-mid); line-height: 1.55; } /* Critical notice */ .vk-equ-wrap .vk-equ-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-equ-accent-bdr); border-left: 3px solid var(--vk-equ-accent); border-radius: 10px; background: var(--vk-equ-accent-bg); } .vk-equ-wrap .vk-equ-notice .vk-equ-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-equ-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-equ-wrap .vk-equ-notice .vk-equ-notice-body { font-size: 12.5px; color: var(--vk-equ-text-mid); line-height: 1.6; } .vk-equ-wrap .vk-equ-notice .vk-equ-notice-body strong { color: var(--vk-equ-text); font-weight: 600; } .vk-equ-wrap .vk-equ-notice .vk-equ-notice-body strong:first-child { display: block; color: var(--vk-equ-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-equ-wrap .vk-equ-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-equ-wrap .vk-equ-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-equ-wrap .vk-equ-warn-body { font-size: 12px; color: var(--vk-equ-text-mid); line-height: 1.55; } .vk-equ-wrap .vk-equ-warn-body strong { color: #8a4820; font-weight: 600; } .vk-equ-wrap .vk-equ-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-equ-wrap .vk-equ-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-equ-border); border-radius: 14px; overflow: hidden; } .vk-equ-wrap .vk-equ-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-equ-border-lt); display: flex; align-items: flex-start; background: var(--vk-equ-bg-card); gap: 16px; } .vk-equ-wrap .vk-equ-spec-item:last-child { border-bottom: 0; } .vk-equ-wrap .vk-equ-spec-item:nth-child(even) { background: var(--vk-equ-bg); } .vk-equ-wrap .vk-equ-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-equ-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-equ-wrap .vk-equ-spec-val { font-size: 12.5px; color: var(--vk-equ-text); } /* Style tags */ .vk-equ-wrap .vk-equ-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-equ-wrap .vk-equ-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-equ-accent-dk); background: var(--vk-equ-accent-bg); border: 0.5px solid var(--vk-equ-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-equ-wrap .vk-equ-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-equ-wrap .vk-equ-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-equ-border); border-radius: 12px; background: var(--vk-equ-bg-card); text-decoration: none; color: var(--vk-equ-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-equ-wrap .vk-equ-dl-card:hover { background: var(--vk-equ-accent-bg); border-color: var(--vk-equ-accent-bdr); } .vk-equ-wrap .vk-equ-dl-card.vk-equ-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-equ-bg); } .vk-equ-wrap .vk-equ-dl-card.vk-equ-dl-disabled:hover { background: var(--vk-equ-bg); border-color: var(--vk-equ-border); } .vk-equ-wrap .vk-equ-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-equ-accent-bg); border: 0.5px solid var(--vk-equ-accent-bdr); color: var(--vk-equ-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-equ-wrap .vk-equ-dl-icon svg { fill: none; } .vk-equ-wrap .vk-equ-dl-meta { width: 100%; } .vk-equ-wrap .vk-equ-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-equ-text); line-height: 1.3; margin-bottom: 3px; } .vk-equ-wrap .vk-equ-dl-sub { font-size: 11.5px; color: var(--vk-equ-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-equ-wrap .vk-equ-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-equ-text-light); background: var(--vk-equ-bg-card); border: 0.5px solid var(--vk-equ-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-equ-wrap .vk-equ-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-equ-wrap .vk-equ-faq-list details { border: 0.5px solid var(--vk-equ-border); border-radius: 10px; background: var(--vk-equ-bg-card); overflow: hidden; } .vk-equ-wrap .vk-equ-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-equ-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-equ-wrap .vk-equ-faq-list summary::-webkit-details-marker { display: none; } .vk-equ-wrap .vk-equ-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-equ-accent-dk); position: absolute; right: 16px; } .vk-equ-wrap .vk-equ-faq-list details[open] summary { color: var(--vk-equ-accent-dk); } .vk-equ-wrap .vk-equ-faq-list details[open] summary::after { content: '\2212'; } .vk-equ-wrap .vk-equ-faq-list .vk-equ-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-equ-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-equ-wrap .vk-equ-features-grid { grid-template-columns: 1fr; } .vk-equ-wrap .vk-equ-dl-grid { grid-template-columns: 1fr; } .vk-equ-wrap .vk-equ-spec-item { flex-direction: column; gap: 4px; } .vk-equ-wrap .vk-equ-spec-key { width: auto; } } Inspiration The Equinox Alabaster Wall Sconce drops a wide alabaster cone shade from a right-angle brass arm, with a short black cloth cord and a stacked brass ball-and-bead finial above the shade. The translucent alabaster glows when lit and shows natural veining, and the open cone aims light down. At W9.8″ × H9.8″ (25 × 25 cm) with a 12.6″ (32 cm) projection, it reads as a brass and alabaster wall sconce for a bedroom, hallway, or living room — bedside reading light, an entryway accent, or a pair down a hall. Takes a single E26/E27 bulb (included); hardwires to a wall box for indoor use. Good To Know ! Brass + natural alabaster · downward cone shade · 1 × E26/E27 (bulb included) · W9.8″ × H9.8″ · D12.6″ · hardwired · indoor dry only A single-light wall sconce with a right-angle brass arm and round backplate, a short black cloth cord, a stacked brass ball-and-bead finial, and a downward alabaster cone shade. The translucent stone glows when lit and shows natural veining. 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 Alabaster Cone Shade A wide alabaster cone that aims light down for reading and ambient glow. The translucent stone lights up and shows natural veining — each one unique. Brass Arm + Ball-Bead Finial A round brass backplate and right-angle arm, a short cloth cord, and a stacked brass ball and bead that sits above the cone. 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 One size: W9.8″ (25 cm) wide × H9.8″ (25 cm) tall, with a D12.6″ (32 cm) projection from the wall — sized for a single sconce or a flanking pair. ! Hardwired · 1 × E26/E27 (bulb included) · brass + alabaster · indoor dry only It is hardwired to a wall junction box and runs through your wall switch; professional installation is recommended. Note the 12.6″ projection from the wall when placing it. For general use, mount the backplate about 60–66″ from the floor; lower it beside a bed for reading. 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 · downward cone · hardwired Materials & Finish Brass round backplate, right-angle arm, and ball-and-bead finial + natural alabaster cone shade Light Source 1 × E26/E27 medium-base socket · bulb included Dimensions W9.8″ (25 cm) wide × H9.8″ (25 cm) tall · projection D12.6″ (32 cm) Mount 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 Organic Modern Vintage Mid-Century Classic Best For Bedside, hallway, entryway, living room, reading nook, or flanking a mirror or artwork Downloads Technical reference and setup files for the Equinox 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 size is the Equinox Alabaster Wall Sconce? It is W9.8″ (25 cm) wide × H9.8″ (25 cm) tall, with a D12.6″ (32 cm) projection from the wall. It suits a single sconce or a flanking pair. Is a bulb included, and what type does it use? Yes — 1 × E26/E27 medium-base bulb is included. The single socket sits above the alabaster cone shade. Which way does the light point? The cone shade faces down, so the light is directed downward — useful as bedside reading light or an accent over a console or artwork. The translucent alabaster also glows softly. 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 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