Home Categories Cart Account
Your cart is empty

Featured Products

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

Columbia Men's Watertight II Rain Jacket
In Stock
$55.00
(6534)

Columbia Men's Watertight II Rain Jacket

Skytech Rampage Gaming PC Desktop, Ryzen 7 9700X 3.8 GHz (5.5GHz Turbo Boost), NVIDIA RTX 5070 Ti 16GB GDDR7, 1TB Gen4 SSD, 32GB DDR5 RAM 5600 RGB, 850W Gold PSU, 360mm ARGB AIO, Wi-Fi, Win 11
In Stock
$2,399.98
(430)

Skytech Rampage Gaming PC Desktop, Ryzen 7 9700X 3.8 GHz (5.5GHz Turbo Boost), NVIDIA RTX 5070 Ti 16GB GDDR7, 1TB Gen4 SSD, 32GB DDR5 RAM 5600 RGB, 850W Gold PSU, 360mm ARGB AIO, Wi-Fi, Win 11

ASUS ROG Strix G16 Gaming Laptop, 165Hz Display, NVIDIA® GeForce RTX™ 4060, Intel Core i7-13650HX, 16GB DDR5, 1TB PCIe Gen4 SSD, Wi-Fi 6E, Windows 11, G614JV-AS74
In Stock
$1,340.97
(546)

ASUS ROG Strix G16 Gaming Laptop, 165Hz Display, NVIDIA® GeForce RTX™ 4060, Intel Core i7-13650HX, 16GB DDR5, 1TB PCIe Gen4 SSD, Wi-Fi 6E, Windows 11, G614JV-AS74

Feethit Mens Non Slip Walking Sneakers Lightweight Breathable Slip on Running Shoes Athletic Gym Tennis Shoes for Men
In Stock
$36.99
(657)

Feethit Mens Non Slip Walking Sneakers Lightweight Breathable Slip on Running Shoes Athletic Gym Tennis Shoes for Men

Feethit Mens Slip On Running Shoes Breathable Lightweight Comfortable Fashion Non Slip Sneakers for Men
In Stock
$35.99
(3452)

Feethit Mens Slip On Running Shoes Breathable Lightweight Comfortable Fashion Non Slip Sneakers for Men

TYNDALL Mens Casual Sneakers Lightweight Mesh Comfy Knit Lace-Up Walking Shoes
In Stock
$43.99
(6457)

TYNDALL Mens Casual Sneakers Lightweight Mesh Comfy Knit Lace-Up Walking Shoes

Womier S-K80 75% Keyboard with Color Multimedia Display Mechanical Gaming Keyboard, Wired Hot Swappable Gasket Mount RGB Custom Key Board, Pre-lubed Stabilizer for Mac/Win, Black Kanagawa
In Stock
$56.00
(356)

Womier S-K80 75% Keyboard with Color Multimedia Display Mechanical Gaming Keyboard, Wired Hot Swappable Gasket Mount RGB Custom Key Board, Pre-lubed Stabilizer for Mac/Win, Black Kanagawa

Exquisite Gaming: Call of Duty: Monkeybomb - Original Mobile Phone & Gaming Controller Holder, Device Stand, Cable Guys, Licensed Figure
In Stock
$25.00
(2634)

Exquisite Gaming: Call of Duty: Monkeybomb - Original Mobile Phone & Gaming Controller Holder, Device Stand, Cable Guys, Licensed Figure

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