Home Categories Cart Account
Your cart is empty

Electronics Products

JOVS 4D Laser Mask, Red Light Therapy for Face with 850nm and 6x More Powerful Than LED, 1600mAh Rechargeable LED Face Mask for Anti-Aging, Skin Firming & Radiant Glow at Home Treatment
In Stock
$499.99
(4544)

JOVS 4D Laser Mask, Red Light Therapy for Face with 850nm and 6x More Powerful Than LED, 1600mAh Rechargeable LED Face Mask for Anti-Aging, Skin Firming & Radiant Glow at Home Treatment

Samsung Q990F 11.1.4ch Q Series Subwoofer + Rear Speaker, Wireless Dolby Atmos, Q-Symphony, Game Mode Pro, Adaptive Sound (HW-Q990F, 2025)
In Stock
$888.00
(564)

Samsung Q990F 11.1.4ch Q Series Subwoofer + Rear Speaker, Wireless Dolby Atmos, Q-Symphony, Game Mode Pro, Adaptive Sound (HW-Q990F, 2025)

SAMSUNG Galaxy Z Flip 6 AI Cell Phone, 512GB Unlocked Android Smartphone, FlexCam, Photo Assist, Camcorder Mode, Live Interpreter, Foldable Design, 2024, US 1 Yr Manufacturer Warranty, Mint
In Stock
$1,069.99
(1346)

SAMSUNG Galaxy Z Flip 6 AI Cell Phone, 512GB Unlocked Android Smartphone, FlexCam, Photo Assist, Camcorder Mode, Live Interpreter, Foldable Design, 2024, US 1 Yr Manufacturer Warranty, Mint

Samsung 49" Odyssey OLED G9 (G95SC) Series Curved Smart Gaming Monitor w QD-OLED, 240Hz, 0.03ms, AMD Freestyle Premium Pro, G-Sync Compatible, Dual QHD, Neo Quantum Processor Pro, LS49CG954SNXZA
In Stock
$1,599.99
(3456)

Samsung 49" Odyssey OLED G9 (G95SC) Series Curved Smart Gaming Monitor w QD-OLED, 240Hz, 0.03ms, AMD Freestyle Premium Pro, G-Sync Compatible, Dual QHD, Neo Quantum Processor Pro, LS49CG954SNXZA

Samsung Galaxy A16 5G A Series Cell Phone, Unlocked Android Smartphone, Large AMOLED Display, Durable Design, Super Fast Charging, Expandable Storage, US Version, 2025, Light Gray
In Stock
$199.99
(4553)

Samsung Galaxy A16 5G A Series Cell Phone, Unlocked Android Smartphone, Large AMOLED Display, Durable Design, Super Fast Charging, Expandable Storage, US Version, 2025, Light Gray

ASUS 17.3" Vivobook, Intel Core i3-1215U 6-core Processor (Beat i7-1165G7), 40GB RAM, 1TB SSD, FHD IPS Display, Intel UHD Graphics, USB-C, HDMI, Wi-Fi 6E, Windows 11 Pro, WOWPC Recovery USB
In Stock
$509.99
(3446)

ASUS 17.3" Vivobook, Intel Core i3-1215U 6-core Processor (Beat i7-1165G7), 40GB RAM, 1TB SSD, FHD IPS Display, Intel UHD Graphics, USB-C, HDMI, Wi-Fi 6E, Windows 11 Pro, WOWPC Recovery USB

Laser Hair Removal with Ice-Cooling Care for Women and Men, HAUTE Pro Painless at-Home IPL Hair Remover for Coarse Hair in Bikini All Body Areas, Latest Generation for Effective Results (Pink)
In Stock
$117.99
(8757)

Laser Hair Removal with Ice-Cooling Care for Women and Men, HAUTE Pro Painless at-Home IPL Hair Remover for Coarse Hair in Bikini All Body Areas, Latest Generation for Effective Results (Pink)

Alesis Nitro Max Kit Electric Drum Set with Quiet Mesh Pads, 10" Dual Zone Snare, Bluetooth, 440+ Authentic Sounds, Drumeo, USB MIDI, Kick Pedal
In Stock
$399.99
(345)

Alesis Nitro Max Kit Electric Drum Set with Quiet Mesh Pads, 10" Dual Zone Snare, Bluetooth, 440+ Authentic Sounds, Drumeo, USB MIDI, Kick Pedal

Like-New Amazon Fire Max 11 Tablet (64 GB, Gray) Creativity Stylus Bundle
In Stock
$169.00
(85765)

Like-New Amazon Fire Max 11 Tablet (64 GB, Gray) Creativity Stylus Bundle

Bluetooth Speaker with HD Sound, Portable Wireless, IPX5 Waterproof, Up to 20H Playtime, TWS Pairing, BT5.3, for Home/Party/Outdoor/Beach, Electronic Gadgets, Birthday Gift (Black)
In Stock
$26.00
(9868)

Bluetooth Speaker with HD Sound, Portable Wireless, IPX5 Waterproof, Up to 20H Playtime, TWS Pairing, BT5.3, for Home/Party/Outdoor/Beach, Electronic Gadgets, Birthday Gift (Black)

×
$(window).on('load', function() { function initProductSliders() { $(".product-slider").each(function() { const $slider = $(this); const $container = $slider.find(".slider-container"); const $items = $container.find(".product-item"); if ($items.length === 0) return; const itemWidth = $items.first().outerWidth(true); const sliderWidth = $slider.width(); const visibleItems = Math.min(4, Math.floor(sliderWidth / itemWidth)); let currentIndex = 0; const maxIndex = Math.max(0, $items.length - visibleItems); $container.width(itemWidth * $items.length + 15 * ($items.length - 1)); function updateSlider() { const translateX = -currentIndex * itemWidth; $container.css({ "transform": `translateX(${translateX}px)`, "transition": "transform 0.4s ease" }); $slider.find(".left-btn").toggleClass("disabled", currentIndex === 0); $slider.find(".right-btn").toggleClass("disabled", currentIndex >= maxIndex); } $slider.find(".right-btn").off('click').on('click', function(e) { e.preventDefault(); e.stopPropagation(); if (!$(this).hasClass("disabled")) { currentIndex = Math.min(currentIndex + 1, maxIndex); updateSlider(); } }); $slider.find(".left-btn").off('click').on('click', function(e) { e.preventDefault(); e.stopPropagation(); if (!$(this).hasClass("disabled")) { currentIndex = Math.max(currentIndex - 1, 0); updateSlider(); } }); updateSlider(); let resizeTimer; $(window).on('resize', function() { clearTimeout(resizeTimer); resizeTimer = setTimeout(function() { const newVisibleItems = Math.min(4, Math.floor($slider.width() / itemWidth)); const newMaxIndex = Math.max(0, $items.length - newVisibleItems); if (currentIndex > newMaxIndex) currentIndex = newMaxIndex; updateSlider(); }, 250); }); }); } initProductSliders(); });