Bellafleur Wall Sconce
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf6ef; --pdp-bg-deep: #ece0cd; --pdp-border: #e0d3bd; --pdp-border-lt: #e8dcc8; --pdp-accent: #a8895c; --pdp-accent-dk: #745d38; --pdp-ac cent-lt: #c8aa78; --pdp-accent-bg: #f5ecdb; --pdp-accent-bdr: #cdb084; --pdp-text: #2a211a; --pdp-text-mid: #5a4a3b; --pdp-text-light: #978674; 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 p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .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-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; line-height: 1.35; } .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 .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--pdp-accent-bdr); border-left: 3px solid var(--pdp-accent); border-radius: 10px; background: var(--pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(--pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .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: 160px; 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; min-height: 44px; 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 { color: var(--pdp-accent); } .pdp .faq-list details[open] summary::after { content: '\2212'; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(--pdp-accent-dk); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .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.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-icon svg { fill: none; } .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; } } Inspiration The Bellafleur Wall Sconce is a single-bulb wall sconce with a pleated ceramic shade and a brass curved arm on a 5-petal flower-shaped ash-wood backplate. The cream shade is hand-painted with raised floral and butterfly accents and tapers down over the bulb, and the sconce projects 9.4″ (24 cm) from the wall. The shade is 7.1″ (18 cm) wide and the sconce stands 11.4″ (29 cm) tall on a 4.7″ (12 cm) flower backplate, with one E27 bulb (included). For a bedside, hallway, or living-room wall light. Key Features Pleated Ceramic Shade with Painted Florals The cream shade is real ceramic, pleated into ridged folds and hand-painted with raised flowers and butterflies along the rim. Flower-Shaped Ash-Wood Backplate The backplate is solid ash wood carved as a 5-petal flower, 4.7″ (12 cm) across — a wood detail that pairs with the painted blooms on the shade. Brass Curved Arm A single brass arm curves down and forward from the backplate to hold the shade, projecting 9.4″ (24 cm) from the wall. Product Size Overall Height11.4″ / 29 cm Shade Diameter7.1″ / 18 cm Backplate4.7″ / 12 cm · 5-petal flower Wall Projection9.4″ / 24 cm forward · 1″ / 2.5 cm back Light Source1 × E27 medium screw base BulbE27 · included MaterialsAsh wood + ceramic + metal (brass-finish) ColorWalnut wood · cream shade · brass arm Mount TypeWall-mounted (hardwired) Best ForBedside, hallway, living room, entryway Good To Know ! Hand-painted ceramic & real wood — hardwired install, indoor dry use only The shade is real ceramic, hand-painted with raised florals and butterflies, so brush strokes and paint placement vary slightly piece to piece — characteristic of handwork, not defects. The backplate is solid ash wood, so the grain and tone vary as well. It uses one E27 bulb (included) and hardwires to a wall junction box; a licensed electrician is recommended for a safe, code-compliant install. Indoor, dry locations only. Specifications Fixture Type Wall sconce (single bulb) Main Materials Ash wood + ceramic + metal (brass-finish) Color Walnut wood · cream painted shade · brass arm Shade Pleated ceramic, hand-painted florals & butterflies Backplate 4.7″ / 12 cm · 5-petal flower-shaped ash wood Shade Diameter 7.1″ / 18 cm Overall Height 11.4″ / 29 cm Wall Projection 9.4″ / 24 cm forward · 1″ / 2.5 cm back Light Source 1 × E27 medium screw base · bulb included Mounting Wall-mounted (hardwired) · indoor dry locations only Design Style Vintage Cottagecore French Country Floral Romantic Use Case The Bellafleur's pleated ceramic shade points down over the bulb, so the light pools down and out from the wall for a soft, warm glow — good as a bedside sconce above a nightstand, a pair down a hallway, or an accent over a console or armchair in a living room or entryway. At 11.4″ (29 cm) tall and 9.4″ (24 cm) out from the wall, it reads as a real wall light without dominating a small room, and the 2.5 cm-thin backplate keeps the mount tight to the wall. The cream pleated shade with hand-painted florals and butterflies, the flower-shaped ash-wood backplate, and the brass arm give it a vintage, cottagecore, French-country look that suits romantic bedrooms, traditional hallways, and floral-leaning living rooms. As a hardwired fixture it connects to a wall junction box; a licensed electrician is recommended for a safe, code-compliant install. Indoor, dry locations only — keep it out of bathrooms and covered outdoor areas. For custom requests, email [email protected]. FAQ How big is the Bellafleur, and how far does it stick out from the wall? It's 11.4″ (29 cm) tall with a 7.1″ (18 cm) shade and a 4.7″ (12 cm) flower backplate. It reaches 9.4″ (24 cm) forward from the wall, while the backplate itself sits only 1″ (2.5 cm) off the wall. What bulb does it use, and is it included? It uses one E27 (medium screw base) bulb, and the bulb is included, so it lights up out of the box. What is the shade made of? The shade is real ceramic, pleated into ridged folds and hand-painted with raised flowers and butterflies. The backplate is solid ash wood and the arm is brass-finish metal. Will the painted flowers look exactly like the photo? Each shade is hand-painted, so brush strokes, flower placement, and shading vary slightly piece to piece. That variation is characteristic of handwork, not a defect. Can I install it myself or do I need an electrician? It's a hardwired wall fixture connecting to a junction box. Given the wiring, a licensed electrician is recommended for a safe, code-compliant install. Can I use it in a bathroom or outdoors? No — it's rated for indoor, dry locations only. Keep it out of bathrooms and covered outdoor areas. Search Tags wall sconce ceramic wall sconce floral wall sconce painted shade sconce wood backplate sconce cottagecore sconce vintage sconce for bedside French country sconce for hallway bedroom wall sconce romantic wall light E27 wall sconce Downloads Technical reference and installation guides for the Bellafleur Wall Sconce. Spec Sheet Full Product Specs · PDF Pending Installation Guide Hardwire Step-by-Step · PDF Pending Care Guide Ceramic, Wood & Brass · PDF Pending
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