Home Categories Cart Account
Your cart is empty

Jewelry Products

Samsung Galaxy Watch 7 40mm Bluetooth AI Smartwatch w/Energy Score, Wellness Tips, Heart Rate Tracking, Sleep Monitor, Fitness Tracker, 2024, Cream [US Version, 1Yr Manufacturer Warranty]
In Stock
$184.83
(546)

Samsung Galaxy Watch 7 40mm Bluetooth AI Smartwatch w/Energy Score, Wellness Tips, Heart Rate Tracking, Sleep Monitor, Fitness Tracker, 2024, Cream [US Version, 1Yr Manufacturer Warranty]

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride
In Stock
$29.99
(7667)

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride
In Stock
$29.99
(765)

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride
In Stock
$29.99
(3434)

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride
In Stock
$25.99
(3435)

Henoyso 5 Pcs Purse Rhinestone Jewelry Set Prom Jewelry Rhinestone Clutch Purse Necklace Earrings Bracelets for Women Bride

PAVOI 14K Gold Plated 3mm Cubic Zirconia Classic Tennis Bracelet | Gold Bracelets for Women | Size 6.5-7.5 Inch
In Stock
$59.99
(655)

PAVOI 14K Gold Plated 3mm Cubic Zirconia Classic Tennis Bracelet | Gold Bracelets for Women | Size 6.5-7.5 Inch

14K Solid Gold Heart Necklace for Women Fine Gold Love Jewelry Birthday Gifts for Wife Mother Girlfriend Her
In Stock
$255.99
(3444)

14K Solid Gold Heart Necklace for Women Fine Gold Love Jewelry Birthday Gifts for Wife Mother Girlfriend Her

Swarovski Crystal Watch Collection, Blue Crystals, Black Crystals, Clear Crystals
In Stock
$299.00
(545)

Swarovski Crystal Watch Collection, Blue Crystals, Black Crystals, Clear Crystals

Daniel Wellington Classic Multi-Eye Men's Watch – 40mm Stainless Steel Case, Japanese Quartz Movement, Leather Strap, Water Resistant, Analog Watch for Men
In Stock
$269.98
(3656)

Daniel Wellington Classic Multi-Eye Men's Watch – 40mm Stainless Steel Case, Japanese Quartz Movement, Leather Strap, Water Resistant, Analog Watch for Men

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