Livraison standard : 4–6 semaines (fret maritime via FedEx/UPS) | ✈ Livraison accélérée : 1–3 semaines
🎁 Obtenez 10% de réduction sur tout le site ! Utilisez le code JOIN10 à la caisse.

Aucun résultat trouvé

Essayez un autre terme ou parcourez nos collections

Votre panier

Votre panier est actuellement vide.

L'applique Muralett incarne le savoir-faire traditionnel avec sa base en bois massif tourné à la main et teinté dans une riche finition noyer foncé. Sa forme distinctive inspirée d'un chandelier est couronnée d'un globe en verre blanc sphérique ou d'un abat-jour en tissu coloré qui diffuse une lumière douce et chaleureuse, créant une atmosphère cosy et accueillante.

Avis à la clientèle

En raison des variations du processus de découpe, l'abat-jour en tissu du Modèle B présente des motifs légèrement différents, rendant chaque abat-jour unique.

ATTRIBUTS DU PRODUIT
Matériau Bois, Métal, Verre, Tissu
Style Style rustique campagnard
Type Applique murale
Finition Couleur noyer
Couleur Blanc, Coloré
CARACTÉRISTIQUES TECHNIQUES
Diamètre 5,9 pouces
Largeur 10,2 po
Hauteur 13,8 po
Installation Câblé
Source lumineuse E26 ou E27
Variateur Compatible avec les variateurs d'intensité
Numéro de fabricant PINW-MB4029
Certifié Compatible avec l'Amérique du Nord, l'Arabie Saoudite, l'Europe, l'Australie Certification
PLUS DE DÉTAILS
  • Modèle A : diamètre 5,9" (15cm) x largeur 10,2" (26cm) x hauteur 13,8" (35cm). Poids 4,4 lbs. (2kg)
  • Modèle B : diamètre 7,1" (18cm) x largeur 11" (28cm) x hauteur 12,2" (31cm). Poids 4,4 lbs. (2kg)
  • Dimensions de la rosace de plafond : diamètre 5,5" (14cm).
  • Utilise une ampoule incandescente E26 ou E27 de 40 watts (non incluse). CRI 90.
  • Inspirée par la beauté classique du bois tourné et la forme traditionnelle d'un chandelier, cette applique réinterprète un élément historique en un luminaire chaleureux et fonctionnel.
  • Disponible en verre blanc ou abat-jour en tissu coloré.
DOCUMENTS TECHNIQUES
INSTRUCTIONS D'INSTALLATION (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; }

REGARDER LA VIDÉO

L'applique Muralett incarne le savoir-faire traditionnel avec sa base en bois massif tourné à la main et teinté dans une riche finition noyer foncé. Sa forme distinctive inspirée d'un chandelier est couronnée d'un globe en verre blanc sphérique ou d'un abat-jour en tissu coloré qui diffuse une lumière douce et chaleureuse, créant une atmosphère cosy et accueillante.

Avis à la clientèle

En raison des variations du processus de découpe, l'abat-jour en tissu du Modèle B présente des motifs légèrement différents, rendant chaque abat-jour unique.

ATTRIBUTS DU PRODUIT
Matériau Bois, Métal, Verre, Tissu
Style Style rustique campagnard
Type Applique murale
Finition Couleur noyer
Couleur Blanc, Coloré
CARACTÉRISTIQUES TECHNIQUES
Diamètre 5,9 pouces
Largeur 10,2 po
Hauteur 13,8 po
Installation Câblé
Source lumineuse E26 ou E27
Variateur Compatible avec les variateurs d'intensité
Numéro de fabricant PINW-MB4029
Certifié Compatible avec l'Amérique du Nord, l'Arabie Saoudite, l'Europe, l'Australie Certification
PLUS DE DÉTAILS
  • Modèle A : diamètre 5,9" (15cm) x largeur 10,2" (26cm) x hauteur 13,8" (35cm). Poids 4,4 lbs. (2kg)
  • Modèle B : diamètre 7,1" (18cm) x largeur 11" (28cm) x hauteur 12,2" (31cm). Poids 4,4 lbs. (2kg)
  • Dimensions de la rosace de plafond : diamètre 5,5" (14cm).
  • Utilise une ampoule incandescente E26 ou E27 de 40 watts (non incluse). CRI 90.
  • Inspirée par la beauté classique du bois tourné et la forme traditionnelle d'un chandelier, cette applique réinterprète un élément historique en un luminaire chaleureux et fonctionnel.
  • Disponible en verre blanc ou abat-jour en tissu coloré.
DOCUMENTS TECHNIQUES
INSTRUCTIONS D'INSTALLATION (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions

Applique Muralett

SKU : PINW-MB4029-1A
Prix normal $221.00
Prix ​​à l'unité
Par 
Taxe incluse. Les frais d'expédition sont calculés au moment du paiement.

L'applique Muralett incarne le savoir-faire traditionnel avec sa base en bois massif tourné à la main et teinté dans une riche finition noyer foncé. Sa forme distinctive inspirée d'un chandelier est couronnée d'un globe en verre blanc sphérique ou d'un abat-jour en tissu coloré qui diffuse une lumière douce et chaleureuse, créant une atmosphère cosy et accueillante.

Avis à la clientèle

En raison des variations du processus de découpe, l'abat-jour en tissu du Modèle B présente des motifs légèrement différents, rendant chaque abat-jour unique.

ATTRIBUTS DU PRODUIT
Matériau Bois, Métal, Verre, Tissu
Style Style rustique campagnard
Type Applique murale
Finition Couleur noyer
Couleur Blanc, Coloré
CARACTÉRISTIQUES TECHNIQUES
Diamètre 5,9 pouces
Largeur 10,2 po
Hauteur 13,8 po
Installation Câblé
Source lumineuse E26 ou E27
Variateur Compatible avec les variateurs d'intensité
Numéro de fabricant PINW-MB4029
Certifié Compatible avec l'Amérique du Nord, l'Arabie Saoudite, l'Europe, l'Australie Certification
PLUS DE DÉTAILS
  • Modèle A : diamètre 5,9" (15cm) x largeur 10,2" (26cm) x hauteur 13,8" (35cm). Poids 4,4 lbs. (2kg)
  • Modèle B : diamètre 7,1" (18cm) x largeur 11" (28cm) x hauteur 12,2" (31cm). Poids 4,4 lbs. (2kg)
  • Dimensions de la rosace de plafond : diamètre 5,5" (14cm).
  • Utilise une ampoule incandescente E26 ou E27 de 40 watts (non incluse). CRI 90.
  • Inspirée par la beauté classique du bois tourné et la forme traditionnelle d'un chandelier, cette applique réinterprète un élément historique en un luminaire chaleureux et fonctionnel.
  • Disponible en verre blanc ou abat-jour en tissu coloré.
DOCUMENTS TECHNIQUES
INSTRUCTIONS D'INSTALLATION (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; }

REGARDER LA VIDÉO

L'applique Muralett incarne le savoir-faire traditionnel avec sa base en bois massif tourné à la main et teinté dans une riche finition noyer foncé. Sa forme distinctive inspirée d'un chandelier est couronnée d'un globe en verre blanc sphérique ou d'un abat-jour en tissu coloré qui diffuse une lumière douce et chaleureuse, créant une atmosphère cosy et accueillante.

Avis à la clientèle

En raison des variations du processus de découpe, l'abat-jour en tissu du Modèle B présente des motifs légèrement différents, rendant chaque abat-jour unique.

ATTRIBUTS DU PRODUIT
Matériau Bois, Métal, Verre, Tissu
Style Style rustique campagnard
Type Applique murale
Finition Couleur noyer
Couleur Blanc, Coloré
CARACTÉRISTIQUES TECHNIQUES
Diamètre 5,9 pouces
Largeur 10,2 po
Hauteur 13,8 po
Installation Câblé
Source lumineuse E26 ou E27
Variateur Compatible avec les variateurs d'intensité
Numéro de fabricant PINW-MB4029
Certifié Compatible avec l'Amérique du Nord, l'Arabie Saoudite, l'Europe, l'Australie Certification
PLUS DE DÉTAILS
  • Modèle A : diamètre 5,9" (15cm) x largeur 10,2" (26cm) x hauteur 13,8" (35cm). Poids 4,4 lbs. (2kg)
  • Modèle B : diamètre 7,1" (18cm) x largeur 11" (28cm) x hauteur 12,2" (31cm). Poids 4,4 lbs. (2kg)
  • Dimensions de la rosace de plafond : diamètre 5,5" (14cm).
  • Utilise une ampoule incandescente E26 ou E27 de 40 watts (non incluse). CRI 90.
  • Inspirée par la beauté classique du bois tourné et la forme traditionnelle d'un chandelier, cette applique réinterprète un élément historique en un luminaire chaleureux et fonctionnel.
  • Disponible en verre blanc ou abat-jour en tissu coloré.
DOCUMENTS TECHNIQUES
INSTRUCTIONS D'INSTALLATION (PDF)
DIMENSIONS
Muralett Wall Lamp Dimensions

Questions et réponses

Ce que les gens demandent avant d'acheter.

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.

Avis

De leurs maisons, selon leurs mots.

Judge.me · acheteurs vérifiés · noms masqués

Aucun avis pour cette pièce pour le moment. Soyez le premier à en laisser un →

Commerce et gros

Le tarif professionnel augmente avec la commande.

Designers, architectes, hôtels et détaillants : 15 % de réduction dès la première commande, jusqu'à 35 % sur une commande unique de 60 000 $ et plus, appliquée automatiquement à la caisse.

Couleur personnalisée ? Nommez la teinte — nous la reproduisons dans notre Atelier de Couleur →

15%$1–10k
18%$10k+
20%$15k+
22%$20k+
25%$30k+
28%$40k+
30%$50k+
35%$60k+
Examiné sous 1 jour ouvréNet 30 pour les comptes éligiblesÉchantillons de projet sur demandeExonéré de taxe avec un certificat de revente
Demander un compte professionnel