Home Categories Cart Account
Your cart is empty

Featured Products

Alex Evenings Women's 3/4 Sleeve Stretch Lace Bodice One Piece Mother of The Bride Dress (Petite and Regular Sizes)
In Stock
$199.99
(8457)

Alex Evenings Women's 3/4 Sleeve Stretch Lace Bodice One Piece Mother of The Bride Dress (Petite and Regular Sizes)

Farmdex 4WD 24V Ride on Cars with Remote Control, 2 XL Seaters, 9AH Electric Battery Powered Toys Car w/ 4 Wheels Spring Suspension, Bluetooth Music, LED Lights, 3 Speeds, Blue
In Stock
$349.99
(5270)

Farmdex 4WD 24V Ride on Cars with Remote Control, 2 XL Seaters, 9AH Electric Battery Powered Toys Car w/ 4 Wheels Spring Suspension, Bluetooth Music, LED Lights, 3 Speeds, Blue

Ataucjin 24V Ride On Truck Car For Kids 2 Seater Toddles UTV Electric Car With Remote Control Battery Display Spring Suspension Led Lights USB&Music Ride On Toy For Boys Girls
In Stock
$413.99
(2761)

Ataucjin 24V Ride On Truck Car For Kids 2 Seater Toddles UTV Electric Car With Remote Control Battery Display Spring Suspension Led Lights USB&Music Ride On Toy For Boys Girls

Chevrolet Silverado 24V Powered Ride on Cars for Kids, Extra large Real 2 Seat Ride on Toys with Remote Control, LED Light, MP3 Player, Electric Vehicles Ride on Truck for Boys Girls Gifts, Black
In Stock
$409.99
(7931)

Chevrolet Silverado 24V Powered Ride on Cars for Kids, Extra large Real 2 Seat Ride on Toys with Remote Control, LED Light, MP3 Player, Electric Vehicles Ride on Truck for Boys Girls Gifts, Black

24V 2 Seater Ride on Cars for Big Kids, Licensed Ford Bronco Raptor Powered Ride on Toy Truck with Remote Control, Spring Suspension, Bluetooth, LED Light, Electric Car for Kids 3-8 Boys Girls, Black
In Stock
$369.99
(9843)

24V 2 Seater Ride on Cars for Big Kids, Licensed Ford Bronco Raptor Powered Ride on Toy Truck with Remote Control, Spring Suspension, Bluetooth, LED Light, Electric Car for Kids 3-8 Boys Girls, Black

FUNTOK Licensed Chevrolet Silverado Kids Electric Ride on Toys,Battery Powered 12V Child Ride on Truck Car w/ Parent Remote Control and Storage Trunk, Black
In Stock
$199.99
(9867)

FUNTOK Licensed Chevrolet Silverado Kids Electric Ride on Toys,Battery Powered 12V Child Ride on Truck Car w/ Parent Remote Control and Storage Trunk, Black

Huffy 12" Paw Patrol Kids' Bike, Fits Riders 3'1" - 3'5", Blue, Child, Boy's
In Stock
$112.00
(4351)

Huffy 12" Paw Patrol Kids' Bike, Fits Riders 3'1" - 3'5", Blue, Child, Boy's

16B ROCK IT BIKE
In Stock
$82.99
(8608)

16B ROCK IT BIKE

Naipo 12"/14"/ 16"/18" Kids Bike Girls and Boys Blue Bike with Removable Training Wheels
In Stock
$71.99
(3356)

Naipo 12"/14"/ 16"/18" Kids Bike Girls and Boys Blue Bike with Removable Training Wheels

Joystar Angel Girls' 18" Training Wheel Bicycle
In Stock
$109.99
(5634)

Joystar Angel Girls' 18" Training Wheel Bicycle

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