Avelisse 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: $3,078.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 Avelisse Wall Sconce translates the majestic grandeur of our flagship tiered chandelier into a sophisticated, low-profile wall accent. Featuring the series’ signature looped ceramic shade arrangement, this fixture creates a stunning sculptural play of light and shadow against vertical surfaces. Built with premium metal hardware and three E14 light sources, it delivers warm, layered ambient illumination with an architectural presence. Whether installed in a grand hallway or as flanking accents in a formal dining suite, Avelisse brings a rhythmic elegance that bridges the gap between classic luxury and contemporary art.

Key Features

Artisanal Ceramic Loops

Each shade element is hand-finished in ceramic, providing a soft, warm diffusion and a uniquely tactile “ribbon” silhouette.

Three-Source Illumination

Equipped with 3 × E14 sockets to provide generous, multi-directional light that fills the wall with a rich, inviting glow.

Sculptural Depth

A carefully considered 9.8″ depth ensures the fixture makes a bold statement without overwhelming hallways or narrow passages.

Product Size

Total Width16.9″ / 430 mm

Total Height18.5″ / 470 mm

Projection (Depth)9.8″ / 250 mm

InstallationHardwired Flush Wall Mount

Specifications

Main Materials

Reinforced Metal Alloy, High-Density Ceramic

Finish Color

Matte White Ceramic with Warm Gold accents

Sockets

3 × E14 Small Edison Screw (Complimentary bulbs included)

Max Wattage

40W Incandescent or 6W LED per socket

Mounting

Standard Junction Box Wall Plate included

Design Style

Modern TraditionalLuxury ManorArt Deco Inspired

Where It Works

The Avelisse Wall Sconce is the ultimate task and ambient lighting solution for spaces that demand high-impact visual texture. Its 16.9″ width and tiered loop design make it an exceptional hallway or foyer accent light, providing a rhythmic cadence when installed in a series. For a balanced master bedroom look, install Avelisse as a bedside sconce; the ceramic loops beautifully diffuse the light, making it comfortable for evening reading while acting as a sophisticated piece of wall art.

In formal dining rooms or libraries, Avelisse serves as a grand secondary light source that complements larger chandeliers or built-in shelving. Pair it with neutral-toned walls or dark wood paneling to let the matte white ceramic finish truly stand out. For the best “glowing” effect, we recommend using Warm White LED bulbs to enhance the natural luminosity of the ceramic material.

FAQ

What kind of bulb should I use?

Avelisse includes three complimentary E14 small screw base LED bulbs to get you started. If you choose to replace them, we recommend 4W-6W LED filament bulbs in Warm White (2700K-3000K) to maintain the rich light diffusion through the ceramic loops.

Are the ceramic shades fragile?

The shade elements are crafted from high-density ceramic designed for stability and durability. While robust for wall mounting, they should be handled with care during the hardwired installation process.

Can this be used in a bathroom?

This fixture is designed for dry locations. It is perfect for powder rooms or vanity areas where there is no direct water contact, but it is not recommended for high-moisture shower areas.

How do I clean the ceramic loops?

We recommend using a soft, dry microfiber cloth or a feather duster periodically. For deeper cleaning, the ceramic surfaces can be wiped with a slightly damp cloth while the power is off.

Downloads

Technical documentation for designers, installers, and project managers.

Spec Sheet

Full Dimensions · PDF

Pending

Install Guide

Wall Mounting · PDF

Pending

3D Files

Project Rendering · ZIP

Pending

Reviews

There are no reviews yet.

Be the first to review “Avelisse Wall Sconce”

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