Standard shipping: 4–6 weeks (ocean freight via FedEx/UPS) | ✈ Expedited: 1–3 weeks
🎁 Get 10% OFF Sitewide! Use Code JOIN10 at Checkout.

No results found

Try a different term or browse our collections

Your cart

Your cart is empty

This Muralett Wall Lamp is a beautiful example of traditional craftsmanship, featuring a meticulously hand-turned solid wood base stained in a rich, deep walnut finish. Its distinctive candlestick-inspired form is topped with a perfectly spherical, white glass globe or colorful fabric shade that diffuses a soft, warm light, creating a cozy and inviting atmosphere.

Customer Notice

Due to variations in the cutting process, the fabric lampshade of Model B will have slightly different patterns, making each lampshade unique.

PRODUCT ATTRIBUTES
Material Wood, Metal, Glass, Fabric
Style Country Farmhouse Style
Type Wall Lamp
Finish Walnut color
Color White, Colorful
TECHNICAL SPECIFICATIONS
Diameter 5.9 inch
Width 10.2 inch
Height 13.8 inch
Installation Hardwired
Light Source E26 or E27
Dimming Compatible with dimmer switches
Manufacturer Number PINW-MB4029
Certified Compatible with North America, Saudi Arabia, Europe, Australia Certification
MORE DETAILS
  • Model A: 5.9" diameter (15cm) x 10.2" width (26cm) x 13.8" height (35cm). Weighs 4.4 lbs. (2kg)
  • Model B: 7.1" diameter (18cm) x 11" width (28cm) x 12.2" height (31cm). Weighs 4.4 lbs. (2kg)
  • Ceiling canopy plate size: 5.5" diameter (14cm).
  • Uses one 40-watt E26 or E27 incandescent bulbs (not included). 90 CRI.
  • Inspired by the classic beauty of turned wood and the traditional form of a candlestick, this sconce reinterprets a historical element into a warm, functional lighting piece.
  • Available in White glass and Colorful fabric lampshade.
TECHNICAL DOCUMENTS
INSTALLATION INSTRUCTIONS (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions
margin-top: 40px; font-weight: 500; } /* 表格样式 */ .custom-product-description table { width: 100%; border-collapse: collapse; margin-bottom: 24px; } .custom-product-description tr { border-bottom: 1px solid #f2eee8; } .custom-product-description tr:last-child { border-bottom: none; } .custom-product-description th, .custom-product-description td { padding: 4px 0; vertical-align: middle; font-size: 14px; } .custom-product-description th { text-align: left; color: #666666; font-weight: 400; width: 35%; } .custom-product-description td { text-align: left; color: #222222; font-weight: 600; } /* 列表样式 */ .custom-product-description ul { list-style-type: none; padding-left: 0; margin-top: 16px; } .custom-product-description li { position: relative; padding-left: 18px; margin-bottom: 12px; color: #4a4a4a; font-size: 14px; } .custom-product-description li::before { content: "•"; color: #b38e5d; font-weight: bold; position: absolute; left: 0; top: 0; } /* 底部文档下载按钮区域 */ .docs-buttons-container { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; margin-top: 20px; } .action-btn { display: inline-flex; align-items: stretch; background-color: #525a4e; width: fit-content; } .action-btn-icon { background-color: #6a7266; color: #ffffff; padding: 8px 14px; font-size: 16px; font-weight: bold; display: flex; align-items: center; justify-content: center; } .action-btn-text { color: #ffffff; font-size: 12px; font-weight: 500; letter-spacing: 1px; padding: 8px 16px; text-transform: uppercase; display: flex; align-items: center; } .action-btn-text a { color: #ffffff !important; text-decoration: none; position: relative; display: inline-block; } .action-btn-text a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 1px; bottom: -2px; left: 0; background-color: #ffffff; transform-origin: bottom right; transition: transform 0.3s ease-out; } .action-btn-text a:hover::after { transform: scaleX(1); transform-origin: bottom left; } /* === 纯 CSS 视频弹窗核心逻辑 (重点更新) === */ /* 隐藏控制开关 */ .custom-vid-toggle { display: none; } /* 当勾选(点击)开关时,显示弹窗 */ .custom-vid-toggle:checked ~ .custom-vid-modal { display: flex !important; } /* 视频自定义缩略图样式 */ .custom-vid-thumb { position: relative; display: block; width: 100%; padding-bottom: 56.25%; /* 16:9 比例自适应 */ background-color: #000; border-radius: 6px; overflow: hidden; cursor: pointer; margin-bottom: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .custom-vid-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; opacity: 0.85; } .custom-vid-thumb:hover img { transform: scale(1.05); opacity: 1; } /* 悬浮播放按钮 */ .custom-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background-color: rgba(0, 0, 0, 0.6); border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 2; } .custom-vid-thumb:hover .custom-play-btn { background-color: #b38e5d; border-color: #b38e5d; transform: translate(-50%, -50%) scale(1.1); } .custom-play-btn::before { content: ''; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff; margin-left: 5px; } /* 视频左下角提示语样式 */ .custom-vid-label { position: absolute; bottom: 12px; left: 12px; color: #ffffff; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.65); padding: 4px 10px; border-radius: 4px; z-index: 2; pointer-events: none; transition: background-color 0.3s ease; } .custom-vid-thumb:hover .custom-vid-label { background-color: #b38e5d; } /* 纯 CSS 弹窗 Modal 样式 */ .custom-vid-modal { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.95); align-items: center; justify-content: center; } .custom-vid-content { position: relative; width: 96vw; height: 96vh; display: flex; align-items: center; justify-content: center; } .custom-vid-aspect { width: 100%; height: 100%; max-height: calc(96vw * 9 / 16); max-width: calc(96vh * 16 / 9); position: relative; } .custom-vid-aspect iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; box-shadow: 0 4px 30px rgba(0,0,0,0.6); background-color: #000; } /* 弹窗关闭按钮 */ .custom-vid-close { position: absolute; top: 16px; right: 24px; color: #fff; font-size: 40px; cursor: pointer; font-weight: 300; line-height: 1; transition: color 0.3s; z-index: 1000000; } .custom-vid-close:hover { color: #b38e5d; } /* 提示框通用设置 */ .custom-product-description .pd-wrap { font-family: 'DM Sans', sans-serif !important; } .custom-product-description .pd-notice { padding: 14px 16px !important; border-left: 3px solid !important; margin-bottom: 24px !important; } .custom-product-description .pd-notice__label { font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; margin-bottom: 5px !important; display: block !important; } .custom-product-description .pd-notice__text { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 0 !important; } .custom-product-description .pd-notice--color { background: #fbf9f5 !important; border-color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__label { color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__text { color: #4a4a4a !important; font-weight: 500 !important; }

WATCH VIDEO

This Muralett Wall Lamp is a beautiful example of traditional craftsmanship, featuring a meticulously hand-turned solid wood base stained in a rich, deep walnut finish. Its distinctive candlestick-inspired form is topped with a perfectly spherical, white glass globe or colorful fabric shade that diffuses a soft, warm light, creating a cozy and inviting atmosphere.

Customer Notice

Due to variations in the cutting process, the fabric lampshade of Model B will have slightly different patterns, making each lampshade unique.

PRODUCT ATTRIBUTES
Material Wood, Metal, Glass, Fabric
Style Country Farmhouse Style
Type Wall Lamp
Finish Walnut color
Color White, Colorful
TECHNICAL SPECIFICATIONS
Diameter 5.9 inch
Width 10.2 inch
Height 13.8 inch
Installation Hardwired
Light Source E26 or E27
Dimming Compatible with dimmer switches
Manufacturer Number PINW-MB4029
Certified Compatible with North America, Saudi Arabia, Europe, Australia Certification
MORE DETAILS
  • Model A: 5.9" diameter (15cm) x 10.2" width (26cm) x 13.8" height (35cm). Weighs 4.4 lbs. (2kg)
  • Model B: 7.1" diameter (18cm) x 11" width (28cm) x 12.2" height (31cm). Weighs 4.4 lbs. (2kg)
  • Ceiling canopy plate size: 5.5" diameter (14cm).
  • Uses one 40-watt E26 or E27 incandescent bulbs (not included). 90 CRI.
  • Inspired by the classic beauty of turned wood and the traditional form of a candlestick, this sconce reinterprets a historical element into a warm, functional lighting piece.
  • Available in White glass and Colorful fabric lampshade.
TECHNICAL DOCUMENTS
INSTALLATION INSTRUCTIONS (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions

Muralett Wall Lamp

SKU: PINW-MB4029-1A
Regular price $221.00
Unit price
per 
Finishes Walnut color

52% of wall-lamp orders take 2 or more — one each side of the bed or mirror.

Dispatched in 2–4 business days · Free standard shipping to the U.S. — ocean freight + FedEx / UPS final delivery, 4–6 weeks, import duties covered · Expedited air freight 1–3 weeks, priced at checkout

Tax included. Shipping calculated at checkout.

Good to know

Free U.S. shipping · 4–6 weeksOcean freight to a California port, customs cleared, then FedEx / UPS to your door — duties included.
30-day returns · no restocking feeUnused, original packaging, email for an RMA first. Damage or defects: report within 72 h with photos.
Free cancellation within 48 hoursStandard orders cancel for a full refund before processing; address changes are free before pickup.
Support Mon–Sun · 9 AM–6 PM CST+1 800-901-9318 · info@pinlighting.com · reply within 24 business hours from our New York office.

Questions on runtime, charging or colour? +1 800-901-9318 · Mon–Sun 9 AM–6 PM CST · info@pinlighting.com, reply within 24 business hours · Designers & hospitality: trade pricing from 15%, reviewed within 1 business day

This Muralett Wall Lamp is a beautiful example of traditional craftsmanship, featuring a meticulously hand-turned solid wood base stained in a rich, deep walnut finish. Its distinctive candlestick-inspired form is topped with a perfectly spherical, white glass globe or colorful fabric shade that diffuses a soft, warm light, creating a cozy and inviting atmosphere.

Customer Notice

Due to variations in the cutting process, the fabric lampshade of Model B will have slightly different patterns, making each lampshade unique.

PRODUCT ATTRIBUTES
Material Wood, Metal, Glass, Fabric
Style Country Farmhouse Style
Type Wall Lamp
Finish Walnut color
Color White, Colorful
TECHNICAL SPECIFICATIONS
Diameter 5.9 inch
Width 10.2 inch
Height 13.8 inch
Installation Hardwired
Light Source E26 or E27
Dimming Compatible with dimmer switches
Manufacturer Number PINW-MB4029
Certified Compatible with North America, Saudi Arabia, Europe, Australia Certification
MORE DETAILS
  • Model A: 5.9" diameter (15cm) x 10.2" width (26cm) x 13.8" height (35cm). Weighs 4.4 lbs. (2kg)
  • Model B: 7.1" diameter (18cm) x 11" width (28cm) x 12.2" height (31cm). Weighs 4.4 lbs. (2kg)
  • Ceiling canopy plate size: 5.5" diameter (14cm).
  • Uses one 40-watt E26 or E27 incandescent bulbs (not included). 90 CRI.
  • Inspired by the classic beauty of turned wood and the traditional form of a candlestick, this sconce reinterprets a historical element into a warm, functional lighting piece.
  • Available in White glass and Colorful fabric lampshade.
TECHNICAL DOCUMENTS
INSTALLATION INSTRUCTIONS (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions
margin-top: 40px; font-weight: 500; } /* 表格样式 */ .custom-product-description table { width: 100%; border-collapse: collapse; margin-bottom: 24px; } .custom-product-description tr { border-bottom: 1px solid #f2eee8; } .custom-product-description tr:last-child { border-bottom: none; } .custom-product-description th, .custom-product-description td { padding: 4px 0; vertical-align: middle; font-size: 14px; } .custom-product-description th { text-align: left; color: #666666; font-weight: 400; width: 35%; } .custom-product-description td { text-align: left; color: #222222; font-weight: 600; } /* 列表样式 */ .custom-product-description ul { list-style-type: none; padding-left: 0; margin-top: 16px; } .custom-product-description li { position: relative; padding-left: 18px; margin-bottom: 12px; color: #4a4a4a; font-size: 14px; } .custom-product-description li::before { content: "•"; color: #b38e5d; font-weight: bold; position: absolute; left: 0; top: 0; } /* 底部文档下载按钮区域 */ .docs-buttons-container { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; margin-top: 20px; } .action-btn { display: inline-flex; align-items: stretch; background-color: #525a4e; width: fit-content; } .action-btn-icon { background-color: #6a7266; color: #ffffff; padding: 8px 14px; font-size: 16px; font-weight: bold; display: flex; align-items: center; justify-content: center; } .action-btn-text { color: #ffffff; font-size: 12px; font-weight: 500; letter-spacing: 1px; padding: 8px 16px; text-transform: uppercase; display: flex; align-items: center; } .action-btn-text a { color: #ffffff !important; text-decoration: none; position: relative; display: inline-block; } .action-btn-text a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 1px; bottom: -2px; left: 0; background-color: #ffffff; transform-origin: bottom right; transition: transform 0.3s ease-out; } .action-btn-text a:hover::after { transform: scaleX(1); transform-origin: bottom left; } /* === 纯 CSS 视频弹窗核心逻辑 (重点更新) === */ /* 隐藏控制开关 */ .custom-vid-toggle { display: none; } /* 当勾选(点击)开关时,显示弹窗 */ .custom-vid-toggle:checked ~ .custom-vid-modal { display: flex !important; } /* 视频自定义缩略图样式 */ .custom-vid-thumb { position: relative; display: block; width: 100%; padding-bottom: 56.25%; /* 16:9 比例自适应 */ background-color: #000; border-radius: 6px; overflow: hidden; cursor: pointer; margin-bottom: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .custom-vid-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; opacity: 0.85; } .custom-vid-thumb:hover img { transform: scale(1.05); opacity: 1; } /* 悬浮播放按钮 */ .custom-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background-color: rgba(0, 0, 0, 0.6); border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 2; } .custom-vid-thumb:hover .custom-play-btn { background-color: #b38e5d; border-color: #b38e5d; transform: translate(-50%, -50%) scale(1.1); } .custom-play-btn::before { content: ''; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff; margin-left: 5px; } /* 视频左下角提示语样式 */ .custom-vid-label { position: absolute; bottom: 12px; left: 12px; color: #ffffff; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.65); padding: 4px 10px; border-radius: 4px; z-index: 2; pointer-events: none; transition: background-color 0.3s ease; } .custom-vid-thumb:hover .custom-vid-label { background-color: #b38e5d; } /* 纯 CSS 弹窗 Modal 样式 */ .custom-vid-modal { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.95); align-items: center; justify-content: center; } .custom-vid-content { position: relative; width: 96vw; height: 96vh; display: flex; align-items: center; justify-content: center; } .custom-vid-aspect { width: 100%; height: 100%; max-height: calc(96vw * 9 / 16); max-width: calc(96vh * 16 / 9); position: relative; } .custom-vid-aspect iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; box-shadow: 0 4px 30px rgba(0,0,0,0.6); background-color: #000; } /* 弹窗关闭按钮 */ .custom-vid-close { position: absolute; top: 16px; right: 24px; color: #fff; font-size: 40px; cursor: pointer; font-weight: 300; line-height: 1; transition: color 0.3s; z-index: 1000000; } .custom-vid-close:hover { color: #b38e5d; } /* 提示框通用设置 */ .custom-product-description .pd-wrap { font-family: 'DM Sans', sans-serif !important; } .custom-product-description .pd-notice { padding: 14px 16px !important; border-left: 3px solid !important; margin-bottom: 24px !important; } .custom-product-description .pd-notice__label { font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; margin-bottom: 5px !important; display: block !important; } .custom-product-description .pd-notice__text { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 0 !important; } .custom-product-description .pd-notice--color { background: #fbf9f5 !important; border-color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__label { color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__text { color: #4a4a4a !important; font-weight: 500 !important; }

WATCH VIDEO

This Muralett Wall Lamp is a beautiful example of traditional craftsmanship, featuring a meticulously hand-turned solid wood base stained in a rich, deep walnut finish. Its distinctive candlestick-inspired form is topped with a perfectly spherical, white glass globe or colorful fabric shade that diffuses a soft, warm light, creating a cozy and inviting atmosphere.

Customer Notice

Due to variations in the cutting process, the fabric lampshade of Model B will have slightly different patterns, making each lampshade unique.

PRODUCT ATTRIBUTES
Material Wood, Metal, Glass, Fabric
Style Country Farmhouse Style
Type Wall Lamp
Finish Walnut color
Color White, Colorful
TECHNICAL SPECIFICATIONS
Diameter 5.9 inch
Width 10.2 inch
Height 13.8 inch
Installation Hardwired
Light Source E26 or E27
Dimming Compatible with dimmer switches
Manufacturer Number PINW-MB4029
Certified Compatible with North America, Saudi Arabia, Europe, Australia Certification
MORE DETAILS
  • Model A: 5.9" diameter (15cm) x 10.2" width (26cm) x 13.8" height (35cm). Weighs 4.4 lbs. (2kg)
  • Model B: 7.1" diameter (18cm) x 11" width (28cm) x 12.2" height (31cm). Weighs 4.4 lbs. (2kg)
  • Ceiling canopy plate size: 5.5" diameter (14cm).
  • Uses one 40-watt E26 or E27 incandescent bulbs (not included). 90 CRI.
  • Inspired by the classic beauty of turned wood and the traditional form of a candlestick, this sconce reinterprets a historical element into a warm, functional lighting piece.
  • Available in White glass and Colorful fabric lampshade.
TECHNICAL DOCUMENTS
INSTALLATION INSTRUCTIONS (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions

Questions & answers

Things people ask before they buy.

What are the dimensions of the Muralett Wall Lamp?
Model A (White Glass): 5.9″ diameter × 10.2″ width × 13.8″ height. Model B (Colorful Fabric): 7.1″ diameter × 11″ width × 12.2″ height.
What materials is this wall lamp made from?
The lamp features a hand-turned solid wood base stained in walnut finish, with metal hardware, glass globe, or fabric shade. Model A has a white glass globe; Model B has a colorful fabric shade.
What style is the Muralett Wall Lamp?
It's a vintage, antique-inspired design with a candlestick-inspired form in a traditional, farmhouse-style aesthetic using hand-turned wood craftsmanship.
Which rooms is this wall lamp suitable for?
It works in bedrooms and bedside areas, living rooms, dining rooms, hallways, entryways, and studies or offices.
What kind of bulb does this lamp use?
It uses one E26 or E27 bulb (not included), rated for up to 40-watt incandescent. It is compatible with dimmer switches and produces soft, warm light.

Before you order

Two ways to ship, explained honestly.

Made at our factory · shipped to U.S. addresses · support from New York

Standard shippingFree to the U.S.
Factory · 2–4 business daysOcean freightCalifornia port · customsFedEx / UPS to your door

4–6 weeks from order. Import duties and customs charges are covered — nothing to pay at delivery. A carrier tracking number is emailed once the package clears customs (around week 4–5); before that, email us and we look up the vessel position.

Expedited shippingPaid · shown at checkout
Factory · 2–4 business daysAir freightUPS / FedEx / DHL to your door

1–3 weeks from order, fastest arrivals in about 7–10 business days. Tracking number within 2–4 business days of ordering. The expedited fee is a shipping-upgrade service and is non-refundable once dispatched; expedited orders enter fulfilment immediately, so the 48-hour free cancellation may not apply.

48 hfree cancellation and free address change on standard orders, before processing
30 daysreturn window from delivery · unused, original packaging, RMA first · no restocking fee
72 hto report damage, defects or a wrong item with photos — replacement, parts or refund
$2Mproduct liability cover · every unit inspected at the factory before dispatch

Reviews

From their homes, in their words.

Judge.me · verified buyers · names hidden

No reviews for this piece yet. Be the first to write one →

Trade & wholesale

Trade pricing climbs with the order.

Designers, architects, hotels and retailers: 15% off from the first order, up to 35% on a single order of $60,000+, applied automatically at checkout.

Custom colour? Name the shade — we match it in our Colour Atelier →

15%$1–10k
18%$10k+
20%$15k+
22%$20k+
25%$30k+
28%$40k+
30%$50k+
35%$60k+
Reviewed within 1 business dayNet 30 for eligible accountsProject samples on requestTax-exempt with a resale certificate
Apply for a trade account