Browse all products within the specified price range

18K Yellow Gold over Sterling Silver Bead Chain with Lobster Clasp

/* other style start */ .vis-overview-block-banner.vis-overview-block-banner-content-btn { display: none; } /* other style end */ var vis_img_text_swiper = new Swiper(.vis-overview-block-img_text-swiper-mySwiper, { navigation: { nextEl: .vis-overview-block-img_text-swiper-button-next, prevEl: .vis-overview-block-img_text-swiper-button-prev, }, on: { slideChange: function () { var item_width1 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).width(); var item_width2 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).width(); var item_width3 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).width(); var item_width4 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).width(); var items_width = $(.vis-overview-block-img_text-swiper-mySwiper-text).width(); if (this.activeIndex == 0) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); } else if (this.activeIndex == 1) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); console.log(parseFloat(item_width1) + 60) } else if (this.activeIndex == 2) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2) + 60) } else if (this.activeIndex == 3) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3) + 60) } else if (this.activeIndex == 4) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(4).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60) } else { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); console.log(parseFloat(item_width1) + 60) } } } }); $(.vis-overview-block-img_text-swiper-mySwiper-item).click(function () { var index = $(this).index(); vis_img_text_swiper.slideTo($(this).index()); $(this).siblings().removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(this).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) var item_width1 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).width(); var item_width2 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).width(); var item_width3 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).width(); var item_width4 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).width(); var item_width5 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(4).width(); var items_width = $(.vis-overview-block-img_text-swiper-mySwiper-text).width(); if (index == 0) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); } else if (index == 1) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } else if (index == 2) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); } else if (index == 3) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); } else if (index == 4) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); } else if (index == 5) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4 + item_width5) + 60 }, 300); } else { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } }) var vis_overview_other_progress_swiper_container_Width = document.querySelector(.vis-overview-block-progress-swiper).offsetWidth; var vis_overview_other_progress_swiper_window_width = $(document).width(); var vis_progress_swiper = new Swiper(.vis-overview-block-progress-swiper-mySwiper, { navigation: { nextEl: .vis-overview-block-progress-swiper-mySwiper-btn-next, prevEl: .vis-overview-block-progress-swiper-mySwiper-btn-prev, }, on: { slideChange: updateSwiperProgressBar }, breakpoints: { 1025: { spaceBetween: 24, }, 767: { spaceBetween: 10, }, 0: { spaceBetween: 12, } } }); function updateSwiperProgressBar() { var progress = vis_progress_swiper.progress; var progressContainerWidth = document.querySelector(.vis-overview-block-progress-swiper-mySwiper-progress).offsetWidth; var progressBarWidth = progress * progressContainerWidth; document.querySelector(.vis-overview-block-progress-swiper-mySwiper-progress-bar).style.width = progressBarWidth + px; } document.querySelector(.vis-overview-block-progress-swiper-mySwiper-btn-next).addEventListener(click, updateSwiperProgressBar); document.querySelector(.vis-overview-block-progress-swiper-mySwiper-btn-prev).addEventListener(click, updateSwiperProgressBar);

/* other style start */ .vis-overview-block-banner.vis-overview-block-banner-content-btn { display: none; } /* other style end */ 6-Stage Advanced Filtration Enjoy purified water for all daily uses with Waterdrops ultrafiltration system! Safe, Convenient & Reliable Usage Food-Grade Material Avoids secondary pollution, safe & durable Fast & Stable Flow Enjoy pure water at 1.5 GPM Meets Diverse Needs Start purer water usage now! Compare Undersink CompareG Series 6-stage Under Sink Ultrafiltration Stainless Steel Water Filter System Waterdrop TST-UF Add to Cart Ultrafiltration Under Sink Water Filter System Waterdrop TSU-W Add to Cart 3-stage Ultra Filtration Under Sink Water Filter System Waterdrop TSA-UF Add to Cart SKU SKU WD-TST-UF WD-TSU-W WD-TSA-UF Price Price $189.99 $189.99 $149.99 Dimensions (inch) Dimensions (inch) 14.49 x 4.92 x 12.99 14.0 x 4.7 x 14.6 16.8 x 12.9 x 4.3 Ultrafiltration Ultrafiltration √ √ √ Micron Rating Micron Rating 0.01μm 0.01μm 0.01μm Replacement Replacement WD-P1 WD-U2 WD-C3 TSPP TSUF TSCT WD-10PP WD-10GC WD-10UF Certification Certification NSF/ANSI 372 Certified NSF/ANSI 372 Certified NSF/ANSI 372 Certified Material Material Stainless Steel PP Membrane, Carbon Block, Ultrafiltration Membrane PP Membrane, Carbon Block, Ultrafiltration Membrane FAQ Curious about how the countertop water filter works? Our FAQ section covers everything from filter lifespan to installation tips for clean, pure water every day. Contact Us What does the under-sink filter reduce? It reduces bacteria, chlorine, heavy metals, large particles, and more impurities - while keeping healthy minerals like calcium and magnesium. Is the system certified? Yes, its certified by IAPMO R & T to NSF/ANSI 42 & 372 standards for contaminant reduction and low lead. Is installation difficult? Not at all. Its a quick DIY setup with all parts included - no drilling needed. What is the housing made of? Food-grade stainless steel. Its corrosion-resistant, leak-proof, and built to last. How fast can you get pure water? 1.5 GPM - fast enough to fill a 6oz cup in less than 2 seconds. var vis_img_text_swiper = new Swiper(.vis-overview-block-img_text-swiper-mySwiper, { navigation: { nextEl: .vis-overview-block-img_text-swiper-button-next, prevEl: .vis-overview-block-img_text-swiper-button-prev, }, on: { slideChange: function () { var item_width1 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).width(); var item_width2 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).width(); var item_width3 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).width(); var item_width4 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).width(); var items_width = $(.vis-overview-block-img_text-swiper-mySwiper-text).width(); if (this.activeIndex == 0) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); } else if (this.activeIndex == 1) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); console.log(parseFloat(item_width1) + 60) } else if (this.activeIndex == 2) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2) + 60) } else if (this.activeIndex == 3) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3) + 60) } else if (this.activeIndex == 4) { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(4).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60) } else { $(.vis-overview-block-img_text-swiper-mySwiper-item).removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); console.log(parseFloat(item_width1) + 60) } } } }); $(.vis-overview-block-img_text-swiper-mySwiper-item).click(function () { var index = $(this).index(); vis_img_text_swiper.slideTo($(this).index()); $(this).siblings().removeClass(vis-overview-block-img_text-swiper-mySwiper-item-active) $(this).addClass(vis-overview-block-img_text-swiper-mySwiper-item-active) var item_width1 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(0).width(); var item_width2 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(1).width(); var item_width3 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(2).width(); var item_width4 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(3).width(); var item_width5 = $(.vis-overview-block-img_text-swiper-mySwiper-item).eq(4).width(); var items_width = $(.vis-overview-block-img_text-swiper-mySwiper-text).width(); if (index == 0) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: 0 }, 300); } else if (index == 1) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } else if (index == 2) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); } else if (index == 3) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); } else if (index == 4) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); } else if (index == 5) { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4 + item_width5) + 60 }, 300); } else { $(this).parents(.vis-overview-block-img_text-swiper-mySwiper-text).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } }) var vis_overview_other_progress_swiper_container_Width = document.querySelector(.vis-overview-block-progress-swiper).offsetWidth; var vis_overview_other_progress_swiper_window_width = $(document).width(); var vis_progress_swiper = new Swiper(.vis-overview-block-progress-swiper-mySwiper, { navigation: { nextEl: .vis-overview-block-progress-swiper-mySwiper-btn-next, prevEl: .vis-overview-block-progress-swiper-mySwiper-btn-prev, }, on: { slideChange: updateSwiperProgressBar }, breakpoints: { 1025: { spaceBetween: 24, }, 767: { spaceBetween: 10, }, 0: { spaceBetween: 12, } } }); function updateSwiperProgressBar() { var progress = vis_progress_swiper.progress; var progressContainerWidth = document.querySelector(.vis-overview-block-progress-swiper-mySwiper-progress).offsetWidth; var progressBarWidth = progress * progressContainerWidth; document.querySelector(.vis-overview-block-progress-swiper-mySwiper-progress-bar).style.width = progressBarWidth + px; } document.querySelector(.vis-overview-block-progress-swiper-mySwiper-btn-next).addEventListener(click, updateSwiperProgressBar); document.querySelector(.vis-overview-block-progress-swiper-mySwiper-btn-prev).addEventListener(click, updateSwiperProgressBar);

Platinum Over Sterling Silver Large Jeweled Enamel Lollipop with Diamond Crystal on 26 Chain

18K Yellow Gold Over Sterling Silver Medium Jeweled Enamel Lollipop with Diamond Crystal on 18 Chain

18K Yellow Gold Over Sterling Silver Large Jeweled Enamel Lollipop with Amethyst Crystal on 26 Chain

18K Yellow Gold Over Sterling Silver Large Jeweled Enamel Lollipop with Emerald Crystal on 26 Chain

Platinum Over Sterling Silver Large Jeweled Enamel Lollipop with Citrine Crystal on 26 Chain

18K Yellow Gold Over Sterling Silver Citrine Swarovski Crystal Lollipop with Chain

18K Yellow Gold Over Sterling Silver Rose Swarovski Crystal Lollipop with Chain
Made from a luxurious pure High Twist wool, woven in England by Hardy Minnis, these trousers offer a luxurious lightweight feel for a perfect balance of structure and comfort. Designed with an extended waistband, single reverse pleat, slanted side pockets, and rear button-through jetted pockets, they combine classic tailoring with everyday versatility.

Alton LED flush mount

Perfect for modern, contemporary, and Scandinavian styles, this LED pendant features a wide diffuser to soften the light on kitchen tables or in stairwells. Its matte black exterior is understated, while the interior, designed to resemble wood, adds natural warmth. With an impressive 2,150 lumens, this pendant light works with most dimmers, allowing for adjustable intensity. It provides a selection of 5 colour temperatures ranging from warm to cool. Suitable for sloped ceiling installation. Lifespan: 50,000 hours.

Ideal for bathrooms and washrooms, this arched mirror features integrated LEDs along its entire edge. Its metal frame stylishly extends downward to form a handy small shelf, providing a place for soaps, perfumes, or other toiletries. This high-quality glass mirror is also equipped with an anti-fog feature, and its memory retains the last selected setting. It brightens up to 600 lumens and features three colour temperatures, easily adjusted by a button. On/off button; wired connection; lifespan: 50,000 hours.

A slim, interwoven illuminated band gives this pendant a light, sculptural presence. Its open design draws attention without overpowering the room, making it a natural fit for entryways and dining areas in small to medium spaces. With 1,800 lumens, it provides bright, functional lighting. Use an LED dimmer to adjust the brightness and select from five white tones to suit the mood (ranging from warm to cool). Lifespan: 50,000 hours.

Each of the three cylindrical lights features a genuine concrete finish, echoing concrete ceilings, floors, counters, or decor. The downcast light makes this fixture a smart choice for dining rooms or kitchens.With 1,750 lumens, it brightens medium to large spaces with ease. Pair it with an LED-compatible dimmer to adjust the intensity, and use the built-in control to choose from five white tones. Lifespan: 50,000 hours.

Add a warm, exotic feel to your home with this LED ceiling light. Making a statement in bedrooms and bathrooms with boho-chic sensibilities, it features a beautiful rattan structure with soft earthy and creamy tones. With a total brightness of 1,200 lumens, it accommodates small- to medium-size rooms. And for quieter moments, it can be subdued with an LED-compatible dimmer. It also allows you to easily choose from five shades of white ranging from warm to cool. Lifespan: 50,000 hours.

With its gold finish and trendy design, the Bloom light is beautiful and original! Featuring 5 frosted glass globes, its design evokes spring blooms on a branch. This vanity light goes perfectly with chic and modern bathrooms. This vanity is sure to add a touch of whimsy to your stylish decor! By pairing it with a LED dimmer, you can adjust the light intensity to ensure your counter or vanity is always well lit. Bloom guarantees a brightness of 2000 lumens and a lifespan of 50,000 hours.

Equipped with three spherical lights, this LED wall sconce mounts above the bathroom sink to gently illuminate faces. Its curves, wood finish, and retro touches add warmth and softness to any modern interior. With an output of 1,500 lumens, its compatible with most LED dimmers. The luminaire features adjustable colour-temperature technology that lets you select from five shades, ranging from warm to cool. Lifespan: 50,000 hours.

With its slightly retro style, this LED pendant is perfect for contemporary and transitional settings. Its black-and-white finish enhances your dining room, where wood finishes, fabrics, stone, leather, glass, and glossy or matte laminates can be found.Powerful at 1,700 lumens, it can also provide a more subdued glow with a compatible dimmer. Additionally, it lets you choose a cool, soft, or warm white, depending on your mood. Its easily height adjustable and features a lifespan of 50,000 hours.