Cone Swing Arm Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-swingsconce-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0 ; } .vk-swingsconce-divider { height: 1px; background: #e5e2db; margin: 2rem 0; } .vk-swingsconce-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-swingsconce-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #5a4a3a; margin-bottom: .65rem; } /* Features */ .vk-swingsconce-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-swingsconce-feat { background: #f5efe4; border-radius: 8px; padding: .85rem; } .vk-swingsconce-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #ede5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-swingsconce-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-swingsconce-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Color palette — 4 swatches */ .vk-swingsconce-palette { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-swingsconce-swatch { text-align: center; } .vk-swingsconce-swatch-circle { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 8px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); } .vk-swingsconce-swatch-circle.is-cherry { background: #c8252a; } .vk-swingsconce-swatch-circle.is-pomegranate { background: #8a2828; } .vk-swingsconce-swatch-circle.is-orange { background: #d85a2a; } .vk-swingsconce-swatch-circle.is-black { background: #1a1a1a; } .vk-swingsconce-swatch-name { font-size: 12px; font-weight: 500; color: #1a1a1a; margin-bottom: 2px; line-height: 1.3; } .vk-swingsconce-swatch-note { font-size: 10px; color: #888; line-height: 1.4; } /* Notice block */ .vk-swingsconce-notice { border-left: 3px solid #a8a097; background: #f5efe4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-swingsconce-notice h5 { font-size: 13px; font-weight: 500; color: #4a4035; margin-bottom: .3rem; } .vk-swingsconce-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-swingsconce-notice a { color: #4a4035; } /* Shape Diagram */ .vk-swingsconce-shape-card { background: #f5efe4; border: 1px solid #d8d2c5; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-swingsconce-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-swingsconce-shape-thumb-link { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: zoom-in; background: #fff; border: 1px solid #d8d2c5; border-radius: 6px; padding: 10px; font: inherit; color: inherit; text-align: center; width: 100%; max-width: 360px; margin: 0 auto; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease; min-height: 44px; } .vk-swingsconce-shape-thumb-link:hover { background: #fcf7eb; border-color: #a8a097; transform: translateY(-1px); } .vk-swingsconce-shape-thumb-link:focus-visible { outline: 2px solid #5a4a3a; outline-offset: 2px; } .vk-swingsconce-shape-thumb-img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; border-radius: 4px; display: block; } .vk-swingsconce-shape-thumb-label { font-size: 13px; font-weight: 500; color: #4a4035; line-height: 1.4; } .vk-swingsconce-shape-thumb-label small { font-size: 11px; color: #5a4a3a; font-weight: 400; } .vk-swingsconce-shape-enlarge { font-size: 12px; color: #5a4a3a; margin: .5rem 0 0; text-align: center; } /* Lightbox */ .vk-swingsconce-lightbox { position: fixed; inset: 0; background: rgba(28, 22, 18, 0.88); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 5vh 4vw; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; } .vk-swingsconce-lightbox.is-open { opacity: 1; pointer-events: auto; } .vk-swingsconce-lightbox-inner { max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; } .vk-swingsconce-lightbox-img { max-width: 100%; max-height: 80vh; height: auto; width: auto; object-fit: contain; border-radius: 6px; background: #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.4); } .vk-swingsconce-lightbox-caption { color: #ede5d8; font-size: 14px; margin: 0; text-align: center; } .vk-swingsconce-lightbox-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s ease; } .vk-swingsconce-lightbox-close:hover { background: rgba(255,255,255,0.22); } .vk-swingsconce-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } /* Spec table */ .vk-swingsconce-spec-table { width: 100%; border-collapse: collapse; } .vk-swingsconce-spec-table tr { border-bottom: 1px solid #e5e2db; } .vk-swingsconce-spec-table tr:last-child { border-bottom: none; } .vk-swingsconce-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-swingsconce-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } /* Install + downloads + FAQ */ .vk-swingsconce-install { list-style: none; padding: 0; margin: 0; } .vk-swingsconce-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #e5e2db; line-height: 1.65; position: relative; } .vk-swingsconce-install li:last-child { border-bottom: none; } .vk-swingsconce-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #a8a097; } .vk-swingsconce-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swingsconce-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #d8d2c5; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-swingsconce-dl-btn:hover { background: #f5efe4; } .vk-swingsconce-faq details { border-bottom: 1px solid #e5e2db; } .vk-swingsconce-faq summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 500; color: #1a1a1a; padding: 12px 32px 12px 0; min-height: 44px; position: relative; line-height: 1.5; } .vk-swingsconce-faq summary::-webkit-details-marker { display: none; } .vk-swingsconce-faq summary::after { content: ''; position: absolute; right: 6px; top: 18px; width: 8px; height: 8px; border-right: 2px solid #5a4a3a; border-bottom: 2px solid #5a4a3a; transform: rotate(45deg); transition: transform 0.2s ease; } .vk-swingsconce-faq details[open] summary { color: #5a4a3a; } .vk-swingsconce-faq details[open] summary::after { transform: rotate(-135deg); top: 22px; } .vk-swingsconce-faq details p { font-size: 13px; color: #666; line-height: 1.7; padding: 0 0 14px; margin: 0; } @media (max-width: 520px) { .vk-swingsconce-features { grid-template-columns: 1fr 1fr; } .vk-swingsconce-palette { grid-template-columns: 1fr 1fr; } } A swing-arm wall sconce with a small cone shade and a discreet pull-cord switch — finished in glossy painted iron across the shade, arm, and slim baseplate. The articulated arm extends in two segments (30 + 20 cm), so the cone can sit close against the wall or reach about 20″ (50 cm) into the room as a directional reading light beside a bed, sofa, or armchair. ∅ 25 cm shade, hardwired to a standard junction box behind a 6 × 25 cm rectangular baseplate. Available in four colors: Cherry Red, Pomegranate Red, Tangerine Orange, or Matte Black. One E27 socket; bulb sold separately. Features Two-segment swing arm 30 + 20 cm articulated arm — fold flat against the wall or swing out to about 50 cm reach. Cone shade + pull cord Compact cone with a thin pull-cord switch hanging from the side — no wall switch required. Painted iron, four colors Glossy enamel finish across the shade, arm, and baseplate — uniform color, durable, easy to wipe. Four colors Cherry Red bright tomato red Pomegranate Red deep burgundy red Tangerine Orange vibrant orange Matte Black deep matte black Cherry Red and Pomegranate Red are two distinct SKUs — Cherry leans brighter and more tomato-like, Pomegranate leans deeper and more burgundy. Swatches are digital approximations; actual painted iron may shift slightly with lighting and your screen. Bulb E27 bulb sold separately The cone shade hides one standard E27 (Edison screw) socket. The bulb is not included so you can match your preferred color temperature. We recommend a warm-white LED at 2700–3000K, around 400–600 lumens for a reading-light feel, in a standard A-shape bulb up to 40W equivalent. The cone directs light downward, so a small omnidirectional bulb works well — a globe or filament-style LED is visible from below and looks good unlit. Swing arm Two-segment articulated arm — fold flat or reach out The arm is built from two segments — a 30 cm inner section hinged at the baseplate, and a 20 cm outer section hinged where the cone attaches. Each joint pivots independently, so the shade can rest close to the wall, swing out to about 50 cm reach, or angle in any direction along the wall. The joints hold their position by friction; adjust by hand, let go, and the arm stays where you put it. Don't force past the natural travel range. Switch Pull-cord on the shade — no wall switch required A thin braided pull-cord hangs from the side of the cone shade. A short tug turns the lamp on; another tug turns it off. Useful when the lamp is mounted in a spot without convenient wall-switch wiring — beside a bed, in a hallway alcove, or in a guest room. The pull-cord operates independently of the swing arm position, so brightness control stays at the cone wherever you swing it. Finish Glossy painted iron, uniform per SKU Each sconce is welded from iron tubing and sheet, then finished in glossy enamel paint — the shade, arm, and baseplate all wear the same color. The paint is durable in normal use but can chip if knocked hard against a wall or doorway during install. Small chips can be touched up with matching enamel paint from a hardware store. For project quantities or a custom color (single piece minimum on custom), email us before ordering. Shape Diagram Official dimension sheet. All four colors share the same dimensions. Click to enlarge. Cone Swing-Arm Wall Sconce∅ 25 × H 19 cm · arm 30+20 cm · baseplate 6×25 cm Click to view full size ↗ Specifications Shade dimensions ∅ 9.8″ × H 7.5″ (∅ 25 × H 19 cm) Baseplate W 2.4″ × L 9.8″ (W 6 × L 25 cm) Arm L 11.8″ + 7.9″ (L 30 + 20 cm) · two-segment articulated · ~50 cm max reach Colors Cherry Red · Pomegranate Red · Tangerine Orange · Matte Black (glossy painted iron) Material Welded iron tubing and sheet · glossy enamel paint Light source 1 × E27 socket · bulb sold separately · max 40W equivalent Switch Pull-cord on shade · no wall switch required Voltage 120V (AC 110–240V global) Mount Hardwired to standard wall junction box, indoor dry locations Suitable spaces Bedside, reading nook, hallway, beside sofa or armchair, guest room Certification Listed · North America · CE · SAA · SASO · KC Downloads & Resources Spec Sheet (PDF) Installation Guide Request 3D Files Setup Notes Hardwired to a standard wall junction box behind the baseplate — we recommend a licensed electrician for installation. Plan the mount height so the pull-cord hangs within easy reach when seated or standing where the sconce will be used (typically 130–150 cm from the floor for a bedside or armchair sconce). Allow clearance for the swing arm: about 50 cm out from the wall at maximum reach, plus the cone's 25 cm diameter at the tip. Don't install in a tight corner where the arm can't extend. Unpack carefully — the painted enamel finish is durable but can chip if knocked against a wall corner or doorway during install. Lift the sconce by the baseplate or the arm hinge, not by the shade or the pull-cord. Install one E27 bulb up to 40W equivalent — a warm-white LED at 2700–3000K, 400–600 lumens, suits the reading-light use. Do not exceed the rated wattage. Indoor dry locations only — not rated for bathrooms, kitchens with steam exposure, covered porches, or outdoor use. Adjust the two arm segments by hand. The hinges hold position through friction; gentle adjustment is all the lamp asks for. Don't force the arm past its natural travel range — that can loosen the joints over time. Wipe the painted finish with a soft, dry cloth as needed. The pull-cord can be wiped with a slightly damp cloth and dried promptly. For paint chips, touch up with a matching enamel paint from a hardware store. FAQ How does the swing arm work? The arm has two segments — a 30 cm inner section hinged at the wall baseplate, and a 20 cm outer section hinged where the cone attaches. Each joint pivots independently, so you can fold the arm flat against the wall (about 25 cm projection), swing it out fully (about 50 cm reach), or fold it at any angle in between. The hinges hold their position by friction — adjust by hand, let go, and the arm stays put. Don't force past the natural travel range. What bulb does it use and is it included? One standard E27 (Edison screw) socket. The bulb is not included so you can choose your preferred color temperature. We recommend a warm-white LED at 2700–3000K, around 400–600 lumens, in a standard A-shape bulb up to 40W equivalent. The cone directs light downward, so a small clear-glass filament or globe LED looks attractive seen from below when the lamp is on. How does the pull-cord switch work? A thin braided cord hangs from the side of the cone shade. A short tug turns the lamp on; another tug turns it off. The cord operates the lamp directly, independently of any wall switch. Useful when the sconce mounts where there's no convenient wall-switch wiring — beside a bed, in a hallway alcove, or in a guest room. Plan the mount height so the cord hangs within easy reach (130–150 cm from the floor for a bedside or armchair use). What's the difference between Cherry Red and Pomegranate Red? They're two separate SKUs in two distinct shades of red. Cherry Red reads brighter and more tomato-like — punchy, almost vermilion. Pomegranate Red reads deeper and more burgundy — warmer, almost wine-toned. If you want a sconce that pops against a white wall, choose Cherry. If you want something that settles into a warmer color scheme (terracotta, oxblood, leather furniture), choose Pomegranate. The two reds are noticeably different in person. What is the warranty? The sconce carries a 2-year warranty against manufacturing defects in the wiring, socket, switch, joints, and painted finish under normal indoor use. Email support with your order number if anything arrives damaged or fails in normal use. Minor lot-to-lot variation in enamel tone, small chips from impact, and damage from forcing the arm past its travel range are not covered.
More you might like
Related
Swing Arm Cone Wall Sconce
Related
Cone Swing Arm Wood Wall Lamp
Related
Iron Cone Swing Arm Wall Lamp
Related