-
1 review
Faux Leather Overshirt With Pocket
$89.90Original price was: $89.90.$49.90Current price is: $49.90. -
1 review
Dress With Cut-Out and Ring Detail
$49.00Original price was: $49.00.$39.00Current price is: $39.00. -
document.addEventListener('DOMContentLoaded', function() { const preloader = document.getElementById('preloader'); const lottiePlayer = document.querySelector('lottie-player'); if (lottiePlayer) { lottiePlayer.addEventListener('ready', function() { setTimeout(function() { preloader.classList.add('hidden'); setTimeout(function() { preloader.style.display = 'none'; }, 600); }, 1000); // Reduced to 1 second for faster mobile experience }); // Fallback: Hide preloader if animation fails to load within 4 seconds setTimeout(function() { if (!preloader.classList.contains('hidden')) { preloader.classList.add('hidden'); setTimeout(function() { preloader.style.display = 'none'; }, 600); } }, 4000); // Reduced to 4 seconds } else { // If lottie-player is not found, hide preloader immediately preloader.classList.add('hidden'); setTimeout(function() { preloader.style.display = 'none'; }, 600); } });