www.overstock.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://url.us.m.mimecastprotect.com/s/xf8iCBB29At7PlgLVc6yfpu2WEKW?domain=click.promotion.overstock.com
Effective URL: https://www.overstock.com/collections/lighting?lid=fz7pi1ewxv5w&%7B%7Bstandard%7D%7D
Submission: On August 27 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

<form class="_searchForm_10mzn_1"><input role="textbox" aria-autocomplete="both" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false" maxlength="512" type="text" placeholder="Search Crazy-Good Deals"
    class="_searchInput_10mzn_11" data-testid="search-input" value=""><button type="submit" class="_searchBtn_10mzn_32 _searchBtn_1j1xa_1 _transparentBtn_1j1xa_17" data-testid="search-button"><img
      src="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.5%2011C16.5%2014.0376%2014.0376%2016.5%2011%2016.5C7.96243%2016.5%205.5%2014.0376%205.5%2011C5.5%207.96243%207.96243%205.5%2011%205.5C14.0376%205.5%2016.5%207.96243%2016.5%2011ZM15.1079%2016.6685C13.9541%2017.5061%2012.5347%2018%2011%2018C7.13401%2018%204%2014.866%204%2011C4%207.13401%207.13401%204%2011%204C14.866%204%2018%207.13401%2018%2011C18%2012.7903%2017.3279%2014.4237%2016.2222%2015.6615L19.5303%2018.9697C19.8232%2019.2626%2019.8232%2019.7374%2019.5303%2020.0303C19.2374%2020.3232%2018.7626%2020.3232%2018.4697%2020.0303L15.1079%2016.6685Z'%20fill='%23252525'/%3e%3c/svg%3e"
      alt="Search" class="_searchIcon_1j1xa_9" data-testid="search-button-image"></button></form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12 2c2.761 0 5 2.089 5 4.667V8h2.2a.79.79 0 0 1 .8.778v12.444a.79.79 0 0 1-.8.778H4.8a.789.789 0 0 1-.8-.778V8.778A.79.79 0 0 1 4.8 8H7V6.667C7 4.09 9.239 2 12 2zm6.4 7.556H5.6v10.888h12.8V9.556zm-6.4-6c-1.84 0-3.333 1.392-3.333 3.11V8h6.666V6.667c0-1.719-1.492-3.111-3.333-3.111z">
        </path>
      </svg>
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections">Start shopping</a>
    </div>
    <div class="orange_box d-none">Top Deals<br>
      <a href="/collections/top-deals">Shop offers</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 USD </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden"
    name="contact[tags]" value="newsletter">
  <div class="newsletter-form-input-wrap" id="newsletter-form-input-wrap">
    <label for="form-newsletter-email-sections--16857002213535__promo_strip_Mtn9DA" class="visually-hidden">Your email</label>
    <input type="email" pattern=".+@.+\.(.+\.?)+" name="contact[email]" id="form-newsletter-email-sections--16857002213535__promo_strip_Mtn9DA" placeholder="Your email" autocorrect="off" autocapitalize="off" autocomplete="email" value="" required="">
    <div class="section__block text-center promo-strip__button">
      <button type="submit" class="btn btn--primary btn--narrow" href="#">Sign up for emails</button>
    </div>
  </div>
  <div class="form-status newsletter-form-success" tabindex="-1" autofocus="">
    <h5 class="newsletter-form-success-title form-status-title">Thanks for subscribing</h5>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/collections/lighting?lid=fz7pi1ewxv5w&amp;%7B%7Bstandard%7D%7D=">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

<form class="cl-dialog-input-container" id="signup-form">
  <div class="cl-form-control cl-form-control-margin" data-cl-tracking="Form.Control_5.8.2">
    <div class="cl-form-field cl-form-field-sm"><input class="cl-form-text-input cl-form-input" maxlength="100" id="exitLightbox" type="text" placeholder="Your Email Address"></div>
  </div><input class="cl-dialog-form-submit" type="submit" value="Sign Up">
</form>

Text Content

Skip to content
Beyond Inc. Bed Bath & Beyond Baby & Beyond Kids & Beyond Zulily College Living
Studio4 Beyond Backyard
Log in Bag

Menu
 * Furniture
    * Back
    * Furniture
    * Living Room Furniture
       * Sofas
       * Sectional Sofas
       * Benches
       * Ottomans and Poufs
       * Accent Chairs
       * Recliner Chairs
       * Coffee Tables
       * TV Stands
       * Go to Living Room Furniture
   
    * Bedroom Furniture
       * Beds and Headboards
       * Bedroom Sets
       * Headboards
       * Bed Frames
       * Dressers
       * Nightstands
       * Armoires and Wardrobes
       * Mattresses
       * Kids Beds
       * Go to Bedroom Furniture
   
    * Dining, Kitchen and Bar Furniture
       * Dining Sets
       * Dining Chairs
       * Dining Tables
       * Counter and Bar Stools
       * Bar Tables
       * Buffets and Sideboards
       * Home Bars
       * Kitchen Islands and Carts
       * Kitchen Furniture
       * Go to Dining, Kitchen and Bar Furniture
   
    * Patio Furniture
       * Patio Furniture Sets
       * Outdoor Seating
       * Outdoor Dining Sets
       * Outdoor Tables
       * Outdoor Chaise Lounges
       * Adirondack Chairs
       * Hammocks and Swings
       * Outdoor Benches
       * Go to Patio Furniture
   
    * Home Office Furniture
       * Desks
       * Office Chairs
       * File Cabinets
       * Conference Tables
       * Bookshelves
       * Gaming Chairs
       * Go to Home Office Furniture
   
    * Kids Bedroom Furniture
       * Kids Beds
       * Kids Dressers
       * Kids Desks
       * Kids Chairs and Seating
       * Kids Bean Bag Chairs
       * Toy Boxes
       * Kids Playroom Furniture
       * Kids Curtains
       * Kids Rugs
       * Go to Kids Bedroom Furniture
   
    * Baby Furniture
       * Cribs
       * Bassinets and Cradles
       * Crib Mattresses
       * Changing Tables
       * Play Pens
       * Nursery Seating
       * Go to Baby Furniture
   
    * Mattresses
       * Twin Mattresses
       * Twin XL Matttresses
       * Full Mattresses
       * Queen Mattresses
       * King Mattresses
       * California King Mattresses
       * Air Mattresses
       * Memory Foam Mattresses
       * Gel Foam Mattresses
       * Go to Mattresses

 * Rugs
    * Back
    * Rugs
    * Area Rugs By Size
       * 3' x 5'
       * 4' x 6'
       * 5' x 8'
       * 6' x 9'
       * 7' x 9'
       * 8' x 10'
       * 9' x 12'
       * 10' x 14'
       * Runner
       * Go to Area Rugs By Size
   
    * Area Rugs By Color
       * Grey
       * Blue
       * Ivory
       * White
       * Black
       * Red
       * Brown
       * Orange
       * Pink
       * Go to Area Rugs By Color
   
    * Rugs By Type
       * Area Rugs
       * Outdoor Rugs
       * Rug Pads
       * One-of-a-Kind Rugs
       * Kids Rugs
       * Doormats
       * Stair Tread Rugs
       * Kitchen Mats
       * Bathroom Rugs and Bath Mats
       * Go to Rugs By Type
   
    * Trending Rugs
       * Washable Rugs
       * Round Rugs
       * Shag Rugs
       * Jute Rugs
       * Cowhide Rugs
       * Braided Rugs
       * Vintage Rugs
       * Go to Trending Rugs

 * Decor & Lighting
    * Back
    * Decor & Lighting
    * Mirrors
       * Wall Mirrors
       * Bathroom Vanity Mirrors
       * Floor Mirrors
       * Full Length Mirrors
       * Round Mirrors
       * Arched Mirrors
       * Decorative Mirrors
       * Window Pane Mirrors
       * Rectangle Mirrors
       * Go to Mirrors
   
    * Window Treatments
       * Curtains
       * Blinds and Shades
       * Curtain Rods and Hardware
       * Sheer Curtains
       * Blackout Curtains
       * Curtain Tiers
       * Valances
       * Stained Glass Panels
       * Go to Window Treatments
   
    * Art
       * Framed Prints
       * Canvas Art
       * Framed Canvas
       * Large Canvas Art
       * Abstract Art
       * Geometric Art
       * Landscape Art
       * Wall Accents
       * Wall Art Sets
       * Go to Art
   
    * Decorative Accessories
       * Artificial Plants and Flowers
       * Planters
       * Wreaths
       * Throw Pillows
       * Ottomans and Poufs
       * Vases
       * Wall Shelves
       * Clocks
       * Statues and Sculptures
       * Go to Decorative Accessories
   
    * Ceiling Lighting
       * Chandeliers
       * Pendant Lights
       * Flush Mount Ceiling Lights
       * Track Lighting
       * Recessed Lighting
       * Semi-Flush Mount Ceiling Lights
       * Ceiling Fans
       * Outdoor Ceiling Lights
       * Go to Ceiling Lighting
   
    * Wall Lighting
       * Flush Mount Wall Lights
       * Wall Sconces
       * Night Lights
       * Picture Lights
       * Swing Arm Lights
       * Step Lights
       * Kitchen Lighting
       * Bathroom Lighting
       * Outdoor Wall Lighting
       * Go to Wall Lighting
   
    * Lamps
       * Table Lamps
       * Floor Lamps
       * Lamp Sets
       * Desk Lamps
       * Lamp Shades
       * Go to Lamps

 * Patio & Outdoor
    * Back
    * Patio & Outdoor
    * Patio Furniture Sets
       * Outdoor Seating
       * Outdoor Dining Sets
       * Outdoor Dining Tables
       * Outdoor Dining Chairs
       * Outdoor Tables
       * Outdoor Chaise Lounges
       * Adirondack Chairs
       * Hammocks and Swings
       * Go to Patio Furniture Sets
   
    * Outdoor Decor
       * Fire Pits
       * Outdoor Rugs
       * Doormats
       * Outdoor Lighting
       * Outdoor Wall Decor
       * Outdoor Curtains
       * Outdoor Cushions
       * Planters
       * Go to Outdoor Decor
   
    * Garden
       * Outdoor Storage
       * Greenhouses
       * Garden Essentials
       * Lawn Mowers
       * Lawn Sprinklers
       * Fencing
       * Go to Garden
   
    * Sports and Fitness
       * Cycling
       * Hot Tubs
       * Inflatable Bounce Houses
       * Lawn Games
       * Outdoor Play
       * Outdoor Playhouses
       * Swimming Pools
       * Swing Sets
       * Trampolines
       * Home Gyms
       * Go to Sports and Fitness
   
    * Outdoor Shades and Structures
       * Patio Umbrellas
       * Sunsails
       * Gazebos
       * Umbrella Bases
       * Canopy Tents
       * Go to Outdoor Shades and Structures
   
    * Outdoor Lighting
       * Outdoor Wall Lighting
       * Outdoor Ceiling Lights
       * Landscape Lighting
       * Outdoor String Lights
       * Post Lights
       * Security Lighting
       * Go to Outdoor Lighting

 * Jewelry
    * Back
    * Jewelry
    * Rings
       * Wedding Rings
       * Engagement Rings
       * Diamond Rings
       * Gemstone Rings
       * Fine Rings
       * Pearl Rings
       * Moissanite Rings
       * Fashion Rings
       * One-of-a-Kind Rings
       * Go to Rings
   
    * Wedding Rings
       * Engagement Rings
       * Men's Wedding Bands
       * Women's Wedding Bands
       * Couples Wedding Ring Sets
       * Wedding Sets
       * Go to Wedding Rings
   
    * Bracelets
       * Diamond Bracelets
       * Moissanite Bracelets
       * Fashion Bracelets
       * Men's Bracelets
       * One-of-a-Kind Bracelets
       * Gold Bracelets
       * Fine Bracelets
       * Pearl Bracelets
       * Anklets
       * Go to Bracelets
   
    * Earrings
       * Diamond Earrings
       * Gold Earrings
       * Gemstone Earrings
       * Moissanite Earrings
       * Pearl Earrings
       * Fashion Earrings
       * Fine Earrings
       * Men's Earrings
       * One-of-a-Kind Earrings
       * Go to Earrings
   
    * Necklaces
       * Diamond Necklaces
       * Pearl Necklaces
       * Gold Necklaces
       * Moissanite Necklaces
       * Gemstone Necklaces
       * Fashion Necklaces
       * Men's Necklaces
       * Fine Necklaces
       * One-of-a-Kind Necklaces
       * Go to Necklaces
   
    * Men's Jewelry
       * Men's Bracelets
       * Cufflinks
       * Men's Earrings
       * Men's Wedding Bands
       * Men's Rings
       * Men's Necklaces
       * Go to Men's Jewelry
   
    * Kids Jewelry
       * Kids Necklaces
       * Kids Earrings
       * Kids Bracelets
       * Kids Jewelry Sets
       * Go to Kids Jewelry

 * Clothing
    * Back
    * Clothing
    * Womens Clothing
       * Womens Tops
       * Womens Bottoms
       * Womens Dresses
       * Womens Loungewear
       * Womens Outerwear
       * Womens Activewear
       * Scarves
       * Go to Womens Clothing
   
    * Mens Clothing and Accessories
       * Mens Casual Shirts
       * Mens Tees
       * Mens Sweaters
       * Mens Bottoms
       * Mens Ties
       * Mens Gloves
       * Go to Mens Clothing and Accessories
   
    * Junior Clothing
       * Juniors Tops
       * Juniors Bottoms
       * Juniors Dresses
       * Juniors Outerwear
       * Juniors Sweaters
       * Go to Junior Clothing

 * Home Improvement
    * Back
    * Home Improvement
    * Bathroom Fixtures
       * Bathroom Sinks
       * Utility Sinks
       * Bathroom Sink Faucets
       * Shower Faucet Systems
       * Bathtub Faucets
       * Toilets and Bidets
       * Bathroom Vanities
       * Bathroom Vanity Mirrors
       * Bathroom Wall Cabinets
       * Go to Bathroom Fixtures
   
    * Kitchen Fixtures
       * Kitchen Faucets
       * Kitchen Sinks
       * Bar Sinks
       * Drains and Strainers
       * Mounted Soap Dispensers
       * Kitchen Lighting
       * Kitchen Islands and Carts
       * Cabinet Hardware
       * Kitchen Cabinets
       * Go to Kitchen Fixtures
   
    * Hardware
       * Bathroom Hardware
       * Cabinet Hardware
       * Curtain Rods and Hardware
       * Wall Hooks
       * Pipes and Fittings
       * Ceiling and Wall Coverings
       * Tiles
       * Flooring
       * Doors
       * Go to Hardware
   
    * Electrical
       * Outlets
       * Light Switches
       * Doorbells
       * Thermostats
       * Other Electrical Supplies
       * Go to Electrical

 * Factory Direct
    * Back
    * Factory Direct
    * Furniture
       * Patio Furniture
       * Living Room Furniture
       * Kitchen Furniture
       * Dining Furniture
       * Bar Furniture
       * Bedroom Furniture
       * Home Office Furniture
       * Entryway Furniture
       * Game Room Furniture
       * Go to Furniture
   
    * Storage and Organization
       * Storage Furniture
       * Closet Storage
       * Tool Storage
       * Go to Storage and Organization
   
    * Kids and Baby
       * Kids Bedroom Furniture
       * Kids Playroom Furniture
       * Outdoor Play
       * Go to Kids and Baby
   
    * Sports and Outdoor
       * Cycling
       * Exercise Equipment
       * Outdoor Shades
       * Outdoor Heating
       * Indoor Heating
       * Go to Sports and Outdoor

 * Liquidation
    * Back
    * Liquidation
    * Womens Clothing
       * Womens Tops
       * Womens Bottoms
       * Womens Dresses
       * Womens Loungewear
       * Womens Outerwear
       * Womens Activewear
       * Scarves
       * Go to Womens Clothing
   
    * Mens Clothing
       * Mens Casual Shirts
       * Mens Tees
       * Mens Sweaters
       * Mens Bottoms
       * Mens Ties
       * Mens Gloves
       * Go to Mens Clothing
   
    * Junior Clothing
       * Juniors Tops
       * Juniors Bottoms
       * Juniors Dresses
       * Juniors Outerwear
       * Juniors Sweaters
       * Go to Junior Clothing

 * More
    * Back
    * More
    * Storage and Organization
       * Outdoor Storage
       * Garage Storage
       * Decorative Storage
       * Closet Storage
       * Kitchen Storage
       * Pantry Organizers
       * Storage Furniture
       * Safes
       * Go to Storage and Organization
   
    * Housewares
       * Laundry
       * Portable Fans
       * Space Heaters
       * Air Quality
       * Vacuums and Floor Care
       * Go to Housewares
   
    * Pet Supplies
       * Pet Beds and Blankets
       * Pet Bowls and Feeders
       * Dog Houses
       * Cat Trees
       * Litter Box Furniture Enclosures
       * Chicken Coops
       * Go to Pet Supplies
   
    * Kids and Baby Store
       * Baby Bedding
       * Baby Furniture
       * Nursery Decor
       * Baby Gates
       * Kids Bedding
       * Kids Bath
       * Kids Decor
       * Kids Playroom Furniture
       * Go to Kids and Baby Store
   
    * Collectibles
       * Sports Collectibles
       * Go to Collectibles
   
    * Travel
       * Luggage and Bags
       * Travel Accessories
       * Go to Travel
   
    * Beauty
       * Makeup
       * Skin Care
       * Hair Care
       * Bath and Body
       * Fragrances
       * Go to Beauty

 * Top Deals


 1. Home
 2. Home Goods
 3. Lighting


LIGHTING


LAMPS


GARAGE LIGHTING


WALL LIGHTING


LIGHT BULBS AND LIGHTING ACCESSORIES


DECORATIVE LIGHTING


OUTDOOR LIGHTING


CEILING LIGHTING


KITCHEN LIGHTING


CEILING FANS


BATHROOM LIGHTING

Previous slide Next slide
Discount Type
Style
Finish
Setting
Color
Number of Lights
Height
Power Source
Width
Material
Product Features
Type
Customer Ratings
Price
Light Bulb Type
Metal Finish
Shade Material
Glass Type
Bulb Wattage
Brand
Sales and Promotions
Availability
1-81 of 120,419 results
Sort by:Best SellingOn SalePrice Low - HighPrice High - LowCustomer RatingNew
Arrivals
 * + 0 options
   $146.99
   Sale
   River of Goods Bryar Brass and Crystal 23.5"W 3-Light Chandelier - 23.5" x
   23.5" x 61.5"
   
   by River of Goods
   
   4.8
   59 Reviews
 * + 0 options
   $99.99
   Sale
   20 in. Modern Farmhouse Ceiling Fan Light with Remote 4-Light Black Cage Wood
   Grain Rustic Indoor Fandelier for Bedroom
   
   by Overstock
   
   4.6
   31 Reviews
 * + 2 options
   $38.24
   Sale
   24-Piece 5W High Brightness Solar Power LED Lawn Lamps (Cold White/Warm
   White/Colorful)
   
   by Overstock
   
   4.0
   512 Reviews
 * + 0 options
   $92.24
   Sale
   Maxax 4 - Light Unique Classic / Traditional Chandelier with Crystal Accents
   - MX19046-4-P
   
   by Overstock
   
   4.4
   53 Reviews
 * + 1 option
   $341.19
   Sale
   Kasy 5-Light Mid-Century Modern Chandelier Linear Smoke-gray Glass Island
   Lights for Dining Room
   
   by Overstock
   
   5.0
   16 Reviews
 * + 7 options
   $153.99
   Sale
   52" and 60" Noiseless Walnut Wood Ceiling Fan with Remote Control,Light
   Integrated Optional - 52 Inch
   
   by Overstock
   
   4.5
   73 Reviews
 * + 0 options
   $27.74
   $46.9941% Savings
   Sale
   Solar Outdoor Lights - 4-Pack of All-Weather Faux-Stone LED Rock Lights by
   Pure Garden (Brown)
   
   by Overstock
   
   4.3
   27 Reviews
 * + 3 options
   $123.59
   Sale
   Moasis 52" Palm Leaf Ceiling Fan with Light Tropical Style with Remote
   
   by Overstock
   
   4.6
   11 Reviews
 * + 1 option
   $81.37
   Sale
   WaLensee 9.4 FT String Light Poles with Hook for Hanging String Lights for
   Garden Party Patio Christmas Wedding
   
   by Overstock
   
   4.9
   13 Reviews
 * + 0 options
   $140.99
   Sale
   Moasis Matte Black 60-in 8-Blade Ceiling Fan with LED Light and Remote
   Control - 60"
   
   by Overstock
   
   4.0
   9 Reviews
 * + 1 option
   $199.19
   Sale
   Tiffany Style Stained Glass Halston Ceiling Fan - Spice - 52"L x 52"W x 19"H
   - 52"L x 52"W x 19"H
   
   by River of Goods
   
   4.5
   165 Reviews
 * + 0 options
   $66.59
   Sale
   Carson Carrington Ylserod Antique Bronze Arc Floor Lamp
   
   by Carson Carrington
   
   4.3
   416 Reviews
 * + 0 options
   $98.99
   Sale
   Gracewood Hollow Asdreni 20-inch Stained Glass Tiffany Lamp - 14"L x 14"W x
   20.25"H
   
   by Gracewood Hollow
   
   4.7
   132 Reviews
 * + 0 options
   $133.19
   Sale
   10-Lights Modern Chandelier with Glass Lampshade
   
   by Oukaning
   
   4.2
   13 Reviews
 * + 1 option
   $94.77
   
   25.7"H 2-Light Large Outdoor Bronze Exterior Wall Lantern Sconce Light
   
   by TRUE FINE
   
   4.8
   121 Reviews
 * + 0 options
   $122.39
   Sale
   Casandra 5-light Shiny Bronze Chandelier with Clear Glass Bars - Shiny Bronze
   
   by The Lighting Store
   
   5.0
   11 Reviews
 * + 1 option
   $116.99
   Sale
   20 in. Modern Farmhouse Ceiling Fan LED Low Profile Flush Mount Ceiling Fan
   Light with Remote for Living Room
   
   by Overstock
   
   4.6
   7 Reviews
 * + 0 options
   $77.77
   Sale
   6 Heads Wagon Wheel Flush Mount Light Rustic Black Ceiling Light - 18 inches
   
   by Oukaning
   
   4.8
   10 Reviews
 * + 2 options
   $44.99
   Sale
   Pure Garden Solar Outdoor Path Lights - Set of 8 Rechargeable Lights - N/A
   
   by Pure Garden
   
   4.4
   158 Reviews
 * + 3 options
   From $274.49
   $549.1950% Savings
   Sale
   47 in. Smoked Gray and Black Modern Contemporary Crystal Chandelier 2-Tier
   Linear Kitchen Island Pendant Light for Dining Room
   
   by Overstock
   
   4.9
   22 Reviews
 * + 0 options
   $29.99
   
   Bell + Howell 6 LED Round Blue Mosaic Solar Powered Disk Lights with Auto
   On/Off - 4 Pack
   
   by Bell And Howell
   
   4.6
   45 Reviews
 * + 5 options
   $58.49
   Sale
   Nathan James Tamlin Wall Mounted Armed Sconce 1-Light Fixture with Plugin and
   On/Off Switch
   
   by Nathan James
   
   4.6
   11 Reviews
 * + 2 options
   $89.24
   Sale
   KAWOTI 4-Light Modern Bathroom Vanity Light with Clear Glass Shades
   
   by Kawoti
   
   4.9
   23 Reviews
 * + 3 options
   $122.79
   Sale
   Oaks Aura Farmhouse 5-Light Cage Rustic Wood Chandelier, Adjustable
   Industrial Pendant Ceiling Light for Kitchen Dining Room
   
   by Oaks Aura
   
   4.4
   13 Reviews
 * + 0 options
   $125.19
   Sale
   4-Light Natural Rattan Traditional Drum Pendant Light Black Canopy -
   Black/earthy - 20 in. W
   
   by TRUE FINE
   
   4.7
   82 Reviews
 * + 3 options
   From $103.49
   $229.9955% Savings
   Sale
   Frederick River of Goods Gold Metal and Glass Candlestick Floor Lamp
   
   by River of Goods
   
   4.8
   19 Reviews
 * + 0 options
   $31.87
   
   Handmade Small Himalayan Bowl Salt Lamp by Black Tai Salt Co.
   
   by Black Tai Salt Co.
   
   4.8
   21 Reviews
 * + 2 options
   $104.99
   Sale
   Dalia Elegant Indoor 3-light Crystal Flush Mount
   
   by The Lighting Store
   
   4.7
   120 Reviews
 * + 3 options
   $167.44
   Sale
   Diamante 28.5" Glass Teardrop LED Table Lamp, Pink (Set of 2) by JONATHAN Y
   
   by JONATHAN Y
   
   4.7
   221 Reviews
 * + 0 options
   $27.89
   
   Night Lighting Lamp - 360 Degree Star Sky Moon Projector
   
   by Overstock
   
   4.5
   12 Reviews
 * + 0 options
   $51.74
   $96.2946% Savings
   Sale
   Adrienne River of Goods Green Glass and Metal Retro Wall Sconce - 5.375" x
   8.625" x 32.25"
   
   by River of Goods
   
   4.8
   18 Reviews
 * + 3 options
   From $226.94
   $419.0046% Savings
   Sale
   40 in. Linear Mid Century Modern Chandelier 16-Light Gold Brass Sputnik
   Pendant Light with Frosted Glass Globe for Dining Room
   
   by Overstock
   
   4.3
   21 Reviews
 * + 3 options
   From $52.49
   $73.9929% Savings
   Sale
   1-light Indoor/ Outdoor Wall Sconce
   
   by Chloe Lighting
   
   4.9
   23 Reviews
 * + 2 options
   $126.79
   Sale
   Bella Depot 5-Light Rustic Cage Wood Chandelier Dimmable Lighting, Adjustable
   Farmhouse Pendant Light for Kitchen Island
   
   by Bella Depot
   
   4.4
   41 Reviews
 * + 1 option
   $175.87
   Sale
   Dalia Indoor 3-light Crystal Chandelier
   
   by The Lighting Store
   
   4.9
   215 Reviews
 * + 3 options
   $243.52
   Sale
   HOMEGLAM ARC 81"H Metal Floor Lamp
   
   by HomeGlam
   
   4.8
   36 Reviews
 * + 0 options
   $97.59
   Sale
   Lucia Square Chrome and Crystal Flush Mount 4-light Chandelier - 6.9 inches H
   x 15.8 inches W x 15.8 inches D
   
   by The Lighting Store
   
   4.5
   350 Reviews
 * + 7 options
   $79.12
   Sale
   Nourison 23" Unglazed Ceramic Jar Table Lamp
   
   by Nourison
   
   4.9
   79 Reviews
 * + 2 options
   $79.26
   Sale
   KAWOTI 65inch Modern Adjustable Standard Floor Lamp with Fabric Shade
   
   by Kawoti
   
   4.6
   32 Reviews
 * + 0 options
   $44.24
   Sale
   Anastasia 1 Light Wall Sconce with Clear Glass Shade and Curved Frame
   
   by The Lighting Store
   
   4.8
   89 Reviews
 * + 3 options
   $345.94
   Sale
   Fidenza 12-light Modern Farmhouse Empire Wagon Wheel Chandelier with UL -
   D40'' * H135''
   
   by ACROMA
   
   4.7
   28 Reviews
 * + 0 options
   $78.29
   Sale
   23" Light Blue Glass Table Lamp Set (Set of 2)
   
   by Overstock
   
   4.4
   7 Reviews
 * + 0 options
   $185.72
   $230.2419% Savings
   Sale
   Antique Bronze 6-Light Rectangular Kitchen Island Lighting with Crystal
   Hanging - Antique Bronze
   
   by Overstock
   
   4.6
   16 Reviews
 * + 0 options
   $127.99
   Sale
   28.75" Gradient Blue Bedside Table Lamp Set (Set of 2)
   
   by Overstock
   
   4.7
   90 Reviews
 * + 0 options
   $100.72
   Sale
   KAWOTI 21.5 inch Table Lamp Set with Night Light and USB Ports, Bulbs
   
   by Kawoti
   
   4.9
   42 Reviews
 * + 0 options
   $56.69
   Sale
   2-Light Natural Rattan Semi-Flush Mount Ceiling Light with Black Canopy -
   Black/earthy - 13.6 in. W
   
   by TRUE FINE
   
   4.9
   43 Reviews
 * + 0 options
   $89.99
   Sale
   12.5 in. 4-Light Natural Iron and Distressed Faux Wood Modern Farmhouse
   Semi-Flush Mount Ceiling Light - 12.5"W
   
   by TRUE FINE
   
   4.7
   34 Reviews
 * + 1 option
   $100.79
   Sale
   Copper Grove Arans Infinity Heart Shelf 64-inch Espresso Floor Lamp
   
   by Copper Grove
   
   4.4
   245 Reviews
 * + 1 option
   $97.99
   Sale
   KAWOTI Touch Control Table Lamp Set with USB Ports (Set of 2)
   
   by Kawoti
   
   4.8
   14 Reviews
 * + 1 option
   From $77.99
   $107.9928% Savings
   Sale
   19.3"H 1-Light Medium Outdoor Bronze Exterior Wall Lantern Sconce Light - W6"
   x E7.2" x H19.3" - 19.3''H
   
   by TRUE FINE
   
   4.7
   10 Reviews
 * + 0 options
   $82.49
   Sale
   Black Modern/Contemporary LED Outdoor Wall Light Lantern Sconce-Wall Washer -
   18.7" H
   
   by TRUE FINE
   
   5.0
   12 Reviews
 * + 0 options
   $82.44
   $106.5223% Savings
   Sale
   Modern Elegant Gold Peacock Pedestal Polyresin Floor Lamp
   
   by ORE International
   
   5.0
   11 Reviews
 * + 0 options
   $134.39
   Sale
   Lennie 20 in. 4-Light Rattan Tiered Drum Chandelier Light with Black Canopy -
   20 in. W - 20 in. W
   
   by TRUE FINE
   
   5.0
   24 Reviews
 * + 2 options
   $121.59
   Sale
   Outdoor Floor Solar Light 2-Pack, All-Weather Wicker Solar Patio Lamp
   Waterproof Outside Solar Deck Lamp for Porch, Yard, Garden
   
   by Overstock
   
   5.0
   5 Reviews
 * + 0 options
   $92.24
   Sale
   Copper Grove Antique Copper Glass Lantern Flush Mount Chandelier
   
   by Copper Grove
   
   4.7
   245 Reviews
 * + 0 options
   $108.37
   Sale
   Aurelia 3-light Light Gold with Bronze Metal Cage Drum Pendant Chandelier
   
   by The Lighting Store
   
   4.6
   105 Reviews
 * + 0 options
   $97.19
   
   25.7"H 2-Light Large Outdoor Black Exterior Wall Lantern Sconce Light
   
   by TRUE FINE
   
   4.9
   45 Reviews
 * + 2 options
   $86.93
   Sale
   KAWOTI 3-Light Dimmable Bathroom Vanity Light with Glass Shade - L22" x W7" x
   H10.5"
   
   by Kawoti
   
   4.6
   24 Reviews
 * + 0 options
   $157.94
   Sale
   Mariana Cognac Glass Antique Black and Round Base 6-light Pendant
   
   by The Lighting Store
   
   4.8
   153 Reviews
 * + 2 options
   From $43.19
   $47.9910% Savings
   Sale
   Grey Cement Easter Island Tiki LED Solar Bollard Light
   
   by LuxenHome
   
   4.4
   26 Reviews

12345



DISCOVER BRANDS YOU'LL LOVE





YOUR CART

Close

Your cart is empty

Start shopping
Top Deals
Shop offers

Subtotal:$0.00 USD

Loading...






Previous Next

 * Free Shipping Over $49.99*
   
   $6.99 flat-rate shipping for orders under $50

 * Easy 30-Day Returns
   
   Return, refund or replace within 30 days of receipt on most new and unused
   items

 * 1000s of Items 1-3 Day Delivery
   
   We offer expedited, safe and reliable delivery options for most products.

 * Self-Service Return
   
   Introducing a new self-service return option, now available on your Order
   History Page.


GET AN ADDITIONAL 15% OFF YOUR FIRST ORDER +
THE CRAZIEST DEALS, STRAIGHT TO YOUR INBOX.

Your email
Sign up for emails

THANKS FOR SUBSCRIBING

Shop Overstock.com and find crazy-good deals on everything for your home and
more. We work every day to bring you the best products at the best prices, from
rugs and jewelry to furniture and decor. Whether you’re looking for memorable
gifts or everyday treasures, find them here for less.

 * Facebook
 * YouTube
 * Instagram
 * TikTok
 * Twitter


MY ACCOUNT

 * Orders
 * Account Settings
 * Manage My Overstock Credit Cards


LET US HELP

 * Help Center
 * Contact Customer Care
 * Shipping Information
 * Return Policy
 * Accessibility
 * Frequently Asked Questions


COMPANY INFORMATION

 * About Us
 * Contact Us
 * Careers
 * Investor Relations
 * Newsroom
 * Environmental Social Governance (ESG)
 * Diversity & Inclusion
 * Corporate Philanthropy
 * Sell Your Products
 * Supply Chain Transparency

Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa



--------------------------------------------------------------------------------

© 2024 Overstock.

Do Not Share My Information/SPL Privacy Policy Terms & Conditions *Promotion
Terms
Overstock uses cookies to ensure you get the best experience on our site. To
consent, please continue shopping. Learn More

Notifications
Refresh Close


NO NEW UPDATES

Check back daily for new notifcations, coupons, and more!



Close dialog


SIGN UP FOR EMAILS

your first order
when you sign up for emails


Please enter a valid email address

Check your email for your discount code
*By signing up, you agree to our Terms & Conditions and Privacy Policy.