Silque Wall Sconce

.pdp { /* Beige + Walnut + Brown theme — vintage cottage / French country layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica…

Original price was: $2,641.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Beige + Walnut + Brown theme — vintage cottage / French country layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }

Overview

The Silque Wall Sconce is a poetic architectural accent designed for effortless, plug-and-play installation. Featuring a large-scale screen of premium imported Washi paper, this sculptural light mimics a glowing window, softening the output of its integrated four-bulb E26/E27 array. Measuring 60cm wide and 70cm tall, Silque provides an expansive ambient glow that transforms bare walls into serene art pieces. With its visible plug-in cord and in-line switch, it offers a contemporary Wabi-sabi aesthetic that requires no internal wall wiring—perfect for renters or versatile bedroom setups.

Key Features

Artisanal Washi Paper

Hand-selected imported Washi paper provides a natural, fibrous texture that diffuses light with a soft, ethereal quality.

Easy Plug-in Setup

Comes with a high-quality power cord and integrated switch, allowing for instant wall-mounted lighting without electrical work.

Expansive Soft Light

Four symmetrical light points create a large, even glow behind the paper, acting as a secondary ambient “window” in any room.

Product Size

Total Width23.6″ / 600 mm

Total Height27.6″ / 700 mm

Installation TypePlug-in Wall Mount (Corded)

ConnectivityIntegrated Cord with In-line Switch

Specifications

Main Materials

Reinforced Metal Alloy, Imported Artisanal Washi Paper

Finish Color

Matte Cream Paper with Architectural Black framework

Sockets

4 × E26 / E27 Universal Medium Base

Power Source

Standard Plug-in Power Cord

Mounting

Flush wall-bracket system included

Design Style

JapandiWabi-SabiModern Zen

Where It Works

The Silque Wall Sconce is the ultimate solution for renters or homeowners who want high-impact ambient lighting without the permanence of hardwiring. Its 60cm width makes it an exceptional bedside light, hanging just above a nightstand to provide a soothing reading glow. In living rooms or reading corners, the visible black cord adds a modern industrial touch to the soft, artisanal paper screen, grounding the Japandi or Wabi-sabi aesthetic.

Because it uses standard E26/E27 sockets, you can customize the glow with Warm White LED bulbs for a healing atmosphere or smart bulbs for color-temperature control. Pair it with textured plaster walls or wooden accents to let the natural fibers of the Washi paper truly shine as a functional piece of luminous art.

FAQ

Do I need an electrician to install this?

No. Silque is a plug-in wall sconce. You simply mount the slim frame to your wall using the included brackets and plug it into a standard wall outlet. No internal wiring is required.

Where is the switch located?

The sconce features a convenient in-line switch located on the power cord, allowing you to easily turn the light on and off without reaching behind the paper screen.

What kind of bulb base does it use?

It is equipped with four standard E26 / E27 sockets. We recommend using 4W-10W LED bulbs (Warm White) to maintain a soft ambient effect while keeping energy consumption low.

How do I clean the Washi paper?

We recommend using a soft, dry brush or a feather duster periodically. Since Washi is an artisanal paper, avoid using water or chemical cleaners to preserve its natural texture.

Downloads

Installation materials and spec sheets for the Silque series.

Spec Sheet

Paper & Cord Specs · PDF

Pending

Install Guide

Plug-in Mounting · PDF

Pending

3D Files

Zen Interior Renders · ZIP

Pending

Reviews

There are no reviews yet.

Be the first to review “Silque Wall Sconce”

Your email address will not be published. Required fields are marked *