Store Offer Menu

WOMO Lighting  Coupons

Top WOMO Lighting Deals for September 2025

The biggest price drops from WOMO Lighting over the past 30 days.

WOMO Spotlight Pendant Light for Track Lighting-WM...

Enhance any room with the modern style of the WOMO Mini Pendant Light. Perfect for your dining room, kitchen, or bedroom, this versatile track lighting allows for a unique combination of spotlights, tube pendants, and globe pendants. Create a contemporary and functional space with this sleek and stylish light fixture.
$159.00
$76.0052% OFF

WOMO Feather Round Pendant Light-WM2060 - Pink / 1...

Add a touch of sophistication and opulence to any space with this exquisite Luxurious Goose Feather Cloud Chandelier-WM2060. Crafted with luxurious goose feathers, this stunning piece provides an elegant and graceful atmosphere of luxury and grace. Its organic design delicately undulates with the slightest of breezes, washing your room in an ethereal glow. Let this luxurious chandelier transform your space into a beautiful and idyllic sanctuary.
$269.00
$129.0052% OFF

WOMO Glass Globe Pendant Light-WM2097 - Style D#7....

The Mila Pendant light was realized through the marriage of hand blown glass and the soft geometry of a bent metal form. Simple and elegant, the glow of a pearl-like sphere is coddled in perfect harmony within an elongated loop. the Mila is a timeless and elegant modern piece perfect for bedrooms.
$289.00
$139.0052% OFF

WOMO Adjustable Tube Pendant Light-WM2078 - Cold W...

A disk and a diffuser cylinder of the light are attached, you can adjust orientation of the beam of light as you desire by play of counterweights, so that you can enjoy reading in visual comfort. Its sleek black design bring modern sophistication to your living room or bedroom.
$329.00
$159.0052% OFF

WOMO Colorful Bell Pendant Light-WM2661 - Pink / Ø...

Transform your space into a vibrant oasis with our WOMO Colorful Bowknot Pendant Light! Made with high-quality metal, this Scandinavian-inspired design features bold blue, beige, white, red, and pink accents that add a playful touch to any room. Perfect for bedrooms and kitchens, this light is sure to brighten up your home!
$409.00
$198.0052% OFF

WOMO Metal Ring Pendant Light-WM2530 - Black / Ø7....

Elevate your space with the sleek and modern WOMO Metal Ring Pendant Light! Featuring a contemporary design and made with high-quality metal, this light adds a touch of sophistication to any room. Choose from black, coffee, orange, or white to complement your kitchen. Upgrade your lighting game now!
$349.00
$169.0052% OFF

WOMO Frosted Glass Globe Pendant Light-WM2505

Bring a touch of modern elegance into your home with our WOMO Frosted Glass Globe Pendant Light! The minimalist design and frosted glass globe create a soft, warm glow in any room. Perfect for kitchens, bedrooms, and hallways, the gold finish adds a touch of luxury to your space. Elevate your home with this stunning light fixture.
$349.00
$169.0052% OFF

WOMO Unique Linear Pendant Light-WM2020 - 39.4" / ...

Experience modern minimalism with the WOMO Dining Room Strip Pendant Light! This sophisticated, LED fixture is perfect for both residential and commercial spaces. Add a touch of contemporary luxury to your kitchen or dining room while illuminating any indoor space. Its sleek linear design makes an eye-catching statement that's sure to wow your guests!
$349.00
$169.0052% OFF

WOMO Globe Glass Pendant Light-WM2831 - Ø7.9" / Bl...

Elevate your dining room or kitchen with the elegant and modern WOMO Artistic Shaded Pendant Light-WM2831. Its sleek glass globe design adds a touch of sophistication while the contrasting black or white colors make a bold statement. With this pendant light, you can create a chic and inviting space for your family and guests to enjoy.
$389.00
$189.0051% OFF

WOMO Feather Cloud Pendant Light-WM2217 - Warm Whi...

Elevate your living space with the luxurious WOMO Feather Cloud Pendant Light-WM2217. The art deco design, featuring soft grey and white feathers, adds a modern and unique touch to any room. Perfect for a statement piece in your living room or bedroom. Transform your space into a fancy oasis!
$409.00
$199.0051% OFF

WOMO Flying Saucer Silk Pendant Light-WM2535 - Ø15...

Transform your living space with our WOMO Flying Saucer Silk Pendant Light! The Japandi design and white silk add a touch of elegance to any room, making it perfect for your bedroom, kitchen, or dining room. Enjoy the benefits of stylish lighting and a cozy atmosphere.
$409.00
$199.0051% OFF

WOMO Spotlight Pendant Light for Track Lighting-WM...

Enhance any room with the modern style of the WOMO Mini Pendant Light. Perfect for your dining room, kitchen, or bedroom, this versatile track lighting allows for a unique combination of spotlights, tube pendants, and globe pendants. Create a contemporary and functional space with this sleek and stylish light fixture.
$159.00
$78.0051% OFF

WOMO Melt Hanging Lava Lamp-WM2043 - Silver / 6” /...

Make a statement with the WOMO Melt Pendant Light-WM2043! This modern light fixture is perfect for any indoor space, from a restaurant to a bedroom or stairwell. It's modern, decorative, and elegant, adding an fancy touch wherever it's placed. Enjoy the ambiance of quality LED lighting - right at your fingertips! Key Features Cord length can also be specified in the cart notes for free. The height be adjustable. Damp resistant for bathroom and outdoor covered space. Specifications .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid { display: grid; grid-template-columns: minmax(160px, 50%) 1fr; /* 改为2列布局 */ width: 100%; } /* 隔行异色系统(4列→2列需调整) */ .spec-grid > div:nth-child(4n+1), .spec-grid > div:nth-child(4n+2) { background: #FFFFFF; } .spec-grid > div:nth-child(4n+3), .spec-grid > div:nth-child(4n+4) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid > div { padding: 8px 12px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; } /* 首列样式调整 */ .spec-grid > div:nth-child(2n+1) { /* 每行第1列 */ font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid > div:nth-child(2n) { /* 每行最后1列 */ border-right: none; } .spec-grid > div:nth-last-child(-n+2) { /* 最后一行 */ border-bottom: none; } /* 交互禁用 */ .spec-grid { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid { grid-template-columns: minmax(140px, 55%) 1fr; } .spec-grid > div { padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 6px; } } Shade Material Acrylic Voltage 110V-120V Power Source Hardwired Bulb Base E27 Color Temp 3000K Dimmable No Remote Control Included No Dimmer Switch Compatible No Location Rating Damp-rated Vaulted Ceiling Compatible Yes .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid5 { display: grid; grid-template-columns: minmax(120px, 20%) 1fr 1fr 1fr 1fr; width: 100%; } /* 隔行异色系统 */ .spec-grid5 > div:nth-child(10n+1), .spec-grid5 > div:nth-child(10n+2), .spec-grid5 > div:nth-child(10n+3), .spec-grid5 > div:nth-child(10n+4), .spec-grid5 > div:nth-child(10n+5) { background: #FFFFFF; } .spec-grid5 > div:nth-child(10n+6), .spec-grid5 > div:nth-child(10n+7), .spec-grid5 > div:nth-child(10n+8), .spec-grid5 > div:nth-child(10n+9), .spec-grid5 > div:nth-child(10n+10) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid5 > div { padding: 6px 10px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; /* 新增字号设置 */ } /* 首列强调样式 */ .spec-grid5 > div:nth-child(5n+1) { font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid5 > div:nth-child(5n) { border-right: none; } .spec-grid5 > div:nth-last-child(-n+5) { border-bottom: none; } /* 交互禁用 */ .spec-grid5 { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid5 { grid-template-columns: minmax(90px, 20%) 1fr 1fr 1fr 1fr; } .spec-grid5 > div { padding-top: 8px; padding-right: 6px; padding-bottom: 8px; padding-left: 2px; font-size: 12px; /* 移动端字号微调 */ } } Diameter 5.9"/7"/11"/15" 1×15"+2×11" 2×15"+3×11" 2×15"+3×11"+2×7" Cord Length 59" 59" 59" 59" Canopy Width 4.7" 16" 19.7" 23.6" Wattage 5W 15W 25W 35W Lumen 300lm 900lm 1500lm 2100lm Weight 3.3lbs 5.5lbs 8.14lbs 12.1lbs
$159.00
$79.0050% OFF

WOMO Melt Hanging Lava Lamp-WM2043 - Purple / 6” /...

Make a statement with the WOMO Melt Pendant Light-WM2043! This modern light fixture is perfect for any indoor space, from a restaurant to a bedroom or stairwell. It's modern, decorative, and elegant, adding an fancy touch wherever it's placed. Enjoy the ambiance of quality LED lighting - right at your fingertips! Key Features Cord length can also be specified in the cart notes for free. The height be adjustable. Damp resistant for bathroom and outdoor covered space. Specifications .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid { display: grid; grid-template-columns: minmax(160px, 50%) 1fr; /* 改为2列布局 */ width: 100%; } /* 隔行异色系统(4列→2列需调整) */ .spec-grid > div:nth-child(4n+1), .spec-grid > div:nth-child(4n+2) { background: #FFFFFF; } .spec-grid > div:nth-child(4n+3), .spec-grid > div:nth-child(4n+4) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid > div { padding: 8px 12px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; } /* 首列样式调整 */ .spec-grid > div:nth-child(2n+1) { /* 每行第1列 */ font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid > div:nth-child(2n) { /* 每行最后1列 */ border-right: none; } .spec-grid > div:nth-last-child(-n+2) { /* 最后一行 */ border-bottom: none; } /* 交互禁用 */ .spec-grid { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid { grid-template-columns: minmax(140px, 55%) 1fr; } .spec-grid > div { padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 6px; } } Shade Material Acrylic Voltage 110V-120V Power Source Hardwired Bulb Base E27 Color Temp 3000K Dimmable No Remote Control Included No Dimmer Switch Compatible No Location Rating Damp-rated Vaulted Ceiling Compatible Yes .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid5 { display: grid; grid-template-columns: minmax(120px, 20%) 1fr 1fr 1fr 1fr; width: 100%; } /* 隔行异色系统 */ .spec-grid5 > div:nth-child(10n+1), .spec-grid5 > div:nth-child(10n+2), .spec-grid5 > div:nth-child(10n+3), .spec-grid5 > div:nth-child(10n+4), .spec-grid5 > div:nth-child(10n+5) { background: #FFFFFF; } .spec-grid5 > div:nth-child(10n+6), .spec-grid5 > div:nth-child(10n+7), .spec-grid5 > div:nth-child(10n+8), .spec-grid5 > div:nth-child(10n+9), .spec-grid5 > div:nth-child(10n+10) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid5 > div { padding: 6px 10px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; /* 新增字号设置 */ } /* 首列强调样式 */ .spec-grid5 > div:nth-child(5n+1) { font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid5 > div:nth-child(5n) { border-right: none; } .spec-grid5 > div:nth-last-child(-n+5) { border-bottom: none; } /* 交互禁用 */ .spec-grid5 { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid5 { grid-template-columns: minmax(90px, 20%) 1fr 1fr 1fr 1fr; } .spec-grid5 > div { padding-top: 8px; padding-right: 6px; padding-bottom: 8px; padding-left: 2px; font-size: 12px; /* 移动端字号微调 */ } } Diameter 5.9"/7"/11"/15" 1×15"+2×11" 2×15"+3×11" 2×15"+3×11"+2×7" Cord Length 59" 59" 59" 59" Canopy Width 4.7" 16" 19.7" 23.6" Wattage 5W 15W 25W 35W Lumen 300lm 900lm 1500lm 2100lm Weight 3.3lbs 5.5lbs 8.14lbs 12.1lbs
$159.00
$79.0050% OFF

WOMO Melt Hanging Lava Lamp-WM2043 - Green / 6” / ...

Make a statement with the WOMO Melt Pendant Light-WM2043! This modern light fixture is perfect for any indoor space, from a restaurant to a bedroom or stairwell. It's modern, decorative, and elegant, adding an fancy touch wherever it's placed. Enjoy the ambiance of quality LED lighting - right at your fingertips! Key Features Cord length can also be specified in the cart notes for free. The height be adjustable. Damp resistant for bathroom and outdoor covered space. Specifications .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid { display: grid; grid-template-columns: minmax(160px, 50%) 1fr; /* 改为2列布局 */ width: 100%; } /* 隔行异色系统(4列→2列需调整) */ .spec-grid > div:nth-child(4n+1), .spec-grid > div:nth-child(4n+2) { background: #FFFFFF; } .spec-grid > div:nth-child(4n+3), .spec-grid > div:nth-child(4n+4) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid > div { padding: 8px 12px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; } /* 首列样式调整 */ .spec-grid > div:nth-child(2n+1) { /* 每行第1列 */ font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid > div:nth-child(2n) { /* 每行最后1列 */ border-right: none; } .spec-grid > div:nth-last-child(-n+2) { /* 最后一行 */ border-bottom: none; } /* 交互禁用 */ .spec-grid { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid { grid-template-columns: minmax(140px, 55%) 1fr; } .spec-grid > div { padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 6px; } } Shade Material Acrylic Voltage 110V-120V Power Source Hardwired Bulb Base E27 Color Temp 3000K Dimmable No Remote Control Included No Dimmer Switch Compatible No Location Rating Damp-rated Vaulted Ceiling Compatible Yes .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid5 { display: grid; grid-template-columns: minmax(120px, 20%) 1fr 1fr 1fr 1fr; width: 100%; } /* 隔行异色系统 */ .spec-grid5 > div:nth-child(10n+1), .spec-grid5 > div:nth-child(10n+2), .spec-grid5 > div:nth-child(10n+3), .spec-grid5 > div:nth-child(10n+4), .spec-grid5 > div:nth-child(10n+5) { background: #FFFFFF; } .spec-grid5 > div:nth-child(10n+6), .spec-grid5 > div:nth-child(10n+7), .spec-grid5 > div:nth-child(10n+8), .spec-grid5 > div:nth-child(10n+9), .spec-grid5 > div:nth-child(10n+10) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid5 > div { padding: 6px 10px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bottom: 1px solid #E3E8EF; box-sizing: border-box; font-size: 13px; /* 新增字号设置 */ } /* 首列强调样式 */ .spec-grid5 > div:nth-child(5n+1) { font-weight: 600; color: #2D3848; } /* 边框优化 */ .spec-grid5 > div:nth-child(5n) { border-right: none; } .spec-grid5 > div:nth-last-child(-n+5) { border-bottom: none; } /* 交互禁用 */ .spec-grid5 { /* user-select: none; */ -webkit-user-drag: none; pointer-events: none; } /* 移动端适配 */ @media (max-width: 640px) { .spec-grid5 { grid-template-columns: minmax(90px, 20%) 1fr 1fr 1fr 1fr; } .spec-grid5 > div { padding-top: 8px; padding-right: 6px; padding-bottom: 8px; padding-left: 2px; font-size: 12px; /* 移动端字号微调 */ } } Diameter 5.9"/7"/11"/15" 1×15"+2×11" 2×15"+3×11" 2×15"+3×11"+2×7" Cord Length 59" 59" 59" 59" Canopy Width 4.7" 16" 19.7" 23.6" Wattage 5W 15W 25W 35W Lumen 300lm 900lm 1500lm 2100lm Weight 3.3lbs 5.5lbs 8.14lbs 12.1lbs
$159.00
$79.0050% OFF

WOMO Single Tube Pendant Light for Bedroom-WM2007 ...

Illuminate your space with the WOMO Tube Single Pendant Light-WM2007. The simple yet elegant design creates perfect ambiance for your bedroom or living room. Hang it vertically to enjoy the modern and minimal look, and feel the warm, cozy atmosphere of its bedside wall washer.
$179.00
$89.0050% OFF

WOMO Spotlight Pendant Light for Track Lighting-WM...

Enhance any room with the modern style of the WOMO Mini Pendant Light. Perfect for your dining room, kitchen, or bedroom, this versatile track lighting allows for a unique combination of spotlights, tube pendants, and globe pendants. Create a contemporary and functional space with this sleek and stylish light fixture.
$179.00
$89.0050% OFF

WOMO Single Tube Pendant Light for Bedroom-WM2007 ...

Illuminate your space with the WOMO Tube Single Pendant Light-WM2007. The simple yet elegant design creates perfect ambiance for your bedroom or living room. Hang it vertically to enjoy the modern and minimal look, and feel the warm, cozy atmosphere of its bedside wall washer.
$199.00
$99.0050% OFF

WOMO Prismatic/Milk Glass Globe Pendant Light-WM20...

This WOMO Brushed Brass Globe Pendant light is a modern piece of art and a lighting fixture that brings a contemporary, yet decorative touch to any indoor space. Its globe shape and nordic-scandinavian style gives a minimalist feel, achieving an elegant and tasteful atmosphere suitable for a restaurant, kitchen, living room, bedroom or foyer. The perfect statement lighting piece to elevate your home decor.
$259.00
$129.0050% OFF

WOMO Small Cone Pendant Light-WM2126 - Red / 5.9"*...

Stylishly illuminate your rooms with the Funnel Pendant Light that is ideal for restaurants, kitchens, dining rooms, living rooms, bedsides or any other indoor space. Featuring modern LED lighting, this light fixture is designed to provide a beautiful, warm glow and even illumination. Perfect for those looking to make a modern statement!
$259.00
$129.0050% OFF

WOMO Feather Round Pendant Light-WM2060 - Gray / 1...

Add a touch of sophistication and opulence to any space with this exquisite Luxurious Goose Feather Cloud Chandelier-WM2060. Crafted with luxurious goose feathers, this stunning piece provides an elegant and graceful atmosphere of luxury and grace. Its organic design delicately undulates with the slightest of breezes, washing your room in an ethereal glow. Let this luxurious chandelier transform your space into a beautiful and idyllic sanctuary.
$259.00
$129.0050% OFF

Subscribe to WOMO Lighting coupon newsletter

Get notified of offers and coupon codes from WOMO Lighting before they expire!