Skylisse Wall Sconce
.vk-skw-wrap { --vk-skw-bg: #ffffff; --vk-skw-bg-card: #faf6ef; --vk-skw-bg-deep: #ece0cc; --vk-skw-border: #ece2d1; --vk-skw-border-lt: #f4eee0; --vk-skw-accent: #a8895c; --vk-skw -accent-dk: #6f5630; --vk-skw-accent-lt: #c7a66b; --vk-skw-accent-bg: #f1e9d8; --vk-skw-accent-bdr: #dcc7a0; --vk-skw-text: #2a261d; --vk-skw-text-mid: #554d3c; --vk-skw-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-skw-text); line-height: 1.72; font-size: 14.5px; } .vk-skw-wrap * { box-sizing: border-box; } .vk-skw-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-skw-text-mid); } .vk-skw-wrap a { color: var(--vk-skw-accent-dk); text-decoration: underline; } .vk-skw-wrap .vk-skw-section { margin-bottom: 2.6rem; } .vk-skw-wrap .vk-skw-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-skw-wrap .vk-skw-sec-line { flex: 1; height: 0.5px; background: var(--vk-skw-border); } .vk-skw-wrap .vk-skw-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-skw-accent-dk); white-space: nowrap; } .vk-skw-wrap strong { color: var(--vk-skw-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-skw-wrap .vk-skw-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-skw-wrap .vk-skw-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-skw-border); border-radius: 12px; background: var(--vk-skw-bg-card); } .vk-skw-wrap .vk-skw-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-skw-accent-bg); border: 0.5px solid var(--vk-skw-accent-bdr); color: var(--vk-skw-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-skw-wrap .vk-skw-feat-icon svg { fill: none; } .vk-skw-wrap .vk-skw-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-skw-text); margin-bottom: 6px; line-height: 1.35; } .vk-skw-wrap .vk-skw-feat-desc { font-size: 12px; color: var(--vk-skw-text-mid); line-height: 1.55; } /* Critical notice */ .vk-skw-wrap .vk-skw-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-skw-accent-bdr); border-left: 3px solid var(--vk-skw-accent); border-radius: 10px; background: var(--vk-skw-accent-bg); } .vk-skw-wrap .vk-skw-notice .vk-skw-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-skw-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-skw-wrap .vk-skw-notice .vk-skw-notice-body { font-size: 12.5px; color: var(--vk-skw-text-mid); line-height: 1.6; } .vk-skw-wrap .vk-skw-notice .vk-skw-notice-body strong { color: var(--vk-skw-text); font-weight: 600; } .vk-skw-wrap .vk-skw-notice .vk-skw-notice-body strong:first-child { display: block; color: var(--vk-skw-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-skw-wrap .vk-skw-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-skw-wrap .vk-skw-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-skw-wrap .vk-skw-warn-body { font-size: 12px; color: var(--vk-skw-text-mid); line-height: 1.55; } .vk-skw-wrap .vk-skw-warn-body strong { color: #8a4820; font-weight: 600; } .vk-skw-wrap .vk-skw-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-skw-wrap .vk-skw-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-skw-border); border-radius: 14px; overflow: hidden; } .vk-skw-wrap .vk-skw-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-skw-border-lt); display: flex; align-items: flex-start; background: var(--vk-skw-bg-card); gap: 16px; } .vk-skw-wrap .vk-skw-spec-item:last-child { border-bottom: 0; } .vk-skw-wrap .vk-skw-spec-item:nth-child(even) { background: var(--vk-skw-bg); } .vk-skw-wrap .vk-skw-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-skw-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-skw-wrap .vk-skw-spec-val { font-size: 12.5px; color: var(--vk-skw-text); } /* Style tags */ .vk-skw-wrap .vk-skw-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-skw-wrap .vk-skw-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-skw-accent-dk); background: var(--vk-skw-accent-bg); border: 0.5px solid var(--vk-skw-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-skw-wrap .vk-skw-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-skw-wrap .vk-skw-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-skw-border); border-radius: 12px; background: var(--vk-skw-bg-card); text-decoration: none; color: var(--vk-skw-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-skw-wrap .vk-skw-dl-card:hover { background: var(--vk-skw-accent-bg); border-color: var(--vk-skw-accent-bdr); } .vk-skw-wrap .vk-skw-dl-card.vk-skw-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-skw-bg); } .vk-skw-wrap .vk-skw-dl-card.vk-skw-dl-disabled:hover { background: var(--vk-skw-bg); border-color: var(--vk-skw-border); } .vk-skw-wrap .vk-skw-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-skw-accent-bg); border: 0.5px solid var(--vk-skw-accent-bdr); color: var(--vk-skw-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-skw-wrap .vk-skw-dl-icon svg { fill: none; } .vk-skw-wrap .vk-skw-dl-meta { width: 100%; } .vk-skw-wrap .vk-skw-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-skw-text); line-height: 1.3; margin-bottom: 3px; } .vk-skw-wrap .vk-skw-dl-sub { font-size: 11.5px; color: var(--vk-skw-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-skw-wrap .vk-skw-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-skw-text-light); background: var(--vk-skw-bg-card); border: 0.5px solid var(--vk-skw-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-skw-wrap .vk-skw-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-skw-wrap .vk-skw-faq-list details { border: 0.5px solid var(--vk-skw-border); border-radius: 10px; background: var(--vk-skw-bg-card); overflow: hidden; } .vk-skw-wrap .vk-skw-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-skw-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-skw-wrap .vk-skw-faq-list summary::-webkit-details-marker { display: none; } .vk-skw-wrap .vk-skw-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-skw-accent-dk); position: absolute; right: 16px; } .vk-skw-wrap .vk-skw-faq-list details[open] summary { color: var(--vk-skw-accent-dk); } .vk-skw-wrap .vk-skw-faq-list details[open] summary::after { content: '\2212'; } .vk-skw-wrap .vk-skw-faq-list .vk-skw-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-skw-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-skw-wrap .vk-skw-features-grid { grid-template-columns: 1fr; } .vk-skw-wrap .vk-skw-dl-grid { grid-template-columns: 1fr; } .vk-skw-wrap .vk-skw-spec-item { flex-direction: column; gap: 4px; } .vk-skw-wrap .vk-skw-spec-key { width: auto; } } Inspiration The Skylisse Wall Sconce sets an upward scalloped, petal-edged white fabric shade on a beaded metal arm in a soft powder-blue finish, with a round backplate and a pull-chain switch. The fabric shade gives a warm, diffused glow. At W9.4″ × H14.6″ (24 × 37 cm), it works as a cottage-style wall sconce for a bedroom, nursery, or hallway — bedside reading light, a kids'-room accent, or a pair flanking a bed. Takes a single E26/E27 bulb (included); hardwires to a wall box, with a pull chain for on/off. Indoor use. Good To Know ! Metal + fabric shade · beaded arm, powder-blue · scalloped shade · pull-chain · 1 × E26/E27 (bulb included) · W9.4″ × H14.6″ · hardwired · indoor dry only It's hardwired to a wall junction box; professional installation is recommended. Keep it indoor and dry. AC 110–240V. Key Features Beaded Metal Arm A stacked, beaded metal arm and round backplate in a soft powder-blue finish — a playful, tactile profile. Scalloped Fabric Shade An upward scalloped, petal-edged white fabric shade (W9.4″) softens and warms the light. E26/E27 Included + Pull-Chain 1 × E26/E27 medium-base bulb is included. A pull-chain switches it on and off; hardwired to a wall box. Size & Fit One size: W9.4″ (24 cm) wide (shade) × H14.6″ (37 cm) tall — a compact sconce for a single placement or a flanking pair. ! Mounting Height & Care For general use, mount the backplate about 60–66″ from the floor; lower it beside a bed for reading. Dust the fabric shade with a soft brush and wipe the metal with a soft dry cloth. For other requests, email [email protected]. Specifications Fixture Type Wall sconce · single light · hardwired · pull-chain switch Materials & Finish Beaded metal arm and round backplate in powder-blue + scalloped white fabric shade Light Source 1 × E26/E27 medium-base socket · bulb included Dimensions Shade W9.4″ (24 cm) · overall H14.6″ (37 cm) Switch Pull-chain on the fixture Mount Round backplate · hardwired to a wall junction box Power Hardwired · on/off via pull chain · AC 110–240V · indoor dry only Installation Professional installation recommended · mount ~60–66″ from the floor for general use Care Dust fabric shade with a soft brush · wipe metal with a soft dry cloth · keep dry, indoor use Design Style Cottage Coastal Whimsical Country Transitional Best For Bedside, nursery or kids' room, hallway, reading nook, or flanking a bed Downloads Technical reference and setup files for the Skylisse 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 Skylisse Wall Sconce? It is W9.4″ (24 cm) wide (shade) × H14.6″ (37 cm) tall — a compact sconce that suits a single placement or a flanking pair beside a bed. Is a bulb included, and what type does it use? Yes — 1 × E26/E27 medium-base bulb is included. The single socket sits under the fabric shade. What color and materials is it? A beaded metal arm and round backplate in a soft powder-blue finish, with a scalloped white fabric shade. How does it switch, and is it hardwired? It switches on and off with a pull chain on the fixture, and is hardwired to a wall junction box. Professional installation is recommended. How do I clean the shade and metal? Dust the fabric shade with a soft brush and wipe the metal with a soft, dry cloth. Keep the fixture indoor and dry.
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