Home Categories Cart Account
Your cart is empty

Beauty Health Products

BeautyBio GloPRO Skin Firming and Smoothing At-Home Microneedling Tool & Attachment Heads
In Stock
$314.99
(63422)

BeautyBio GloPRO Skin Firming and Smoothing At-Home Microneedling Tool & Attachment Heads

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

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

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)

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