Home Categories Cart Account
Your cart is empty

Featured Products

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

Shark FlexFusion Hair Straightener & Powerful Hair Dryer with Fusion Hair Brush, Ceramic Air Styler with Auto-Wrap Hair Curlers, Concentrator, & FrizzFighter, Ceramic Plates, Metallic Mist, HD651S
In Stock
$429.00
(657)

Shark FlexFusion Hair Straightener & Powerful Hair Dryer with Fusion Hair Brush, Ceramic Air Styler with Auto-Wrap Hair Curlers, Concentrator, & FrizzFighter, Ceramic Plates, Metallic Mist, HD651S

Apple iPhone 13, 128GB, Midnight - Unlocked (Renewed)
In Stock
$475.99
(657)

Apple iPhone 13, 128GB, Midnight - Unlocked (Renewed)

Restored Apple iPhone 13 Pro - Fully Unlocked - 256 GB Graphite (Refurbished)
In Stock
$429.99
(4556)

Restored Apple iPhone 13 Pro - Fully Unlocked - 256 GB Graphite (Refurbished)

Apple AirPods (3rd Generation)
In Stock
$122.99
(5445)

Apple AirPods (3rd Generation)

Apple AirPods 4
In Stock
$119.99
(544)

Apple AirPods 4

Restored Apple iPhone 13 A2482 (Fully Unlocked) 128GB Green W/ Pre-Installed Tempered Glass and Bluetooth Earbuds (Refurbished)
In Stock
$317.99
(5445)

Restored Apple iPhone 13 A2482 (Fully Unlocked) 128GB Green W/ Pre-Installed Tempered Glass and Bluetooth Earbuds (Refurbished)

Apple iPhone 14, 128GB, Midnight - Unlocked (Renewed)
In Stock
$476.90
(3221)

Apple iPhone 14, 128GB, Midnight - Unlocked (Renewed)

×
$(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(); });