Standard shipping: 4–6 weeks (ocean freight via FedEx/UPS) | Expedited: 1–3 weeks

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 $155.00
Unit price
per 
Fast Shipping
Secure payment
apple pay american express diners club discover jcb master paypal venmo visa
Shipping calculated at checkout.

Your order ships carbon neutral

24/7 Customer Support

Carefully Packed, Responsibly Shipped

Have questions? We're here to help

Free Standard Shipping Worldwide

Secure Checkout · SSL Encrypted

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
Spring Refresh – Pinlighting

Exclusive Seasonal Refresh

Brighten your home this season. Limited-Time Offer · Ends Jun 30, 2026

Seasonal Offer

10% OFF

*10% off applies to all regular-priced items.
Valid through Jun 30, 2026. One use per order.
Cannot be combined with other offers.

Shipping & returns