Aadai
0
Aadai
0

Women Trousers

Women Trousers
( 1 Products Available )
Choose Colour
₹999.00
Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- An error occurred. Please try again later.
(function() { function initPriceSliderSync() { const sliderMin = document.querySelector('.theme-price-slider-min'); const sliderMax = document.querySelector('.theme-price-slider-max'); const textMin = document.querySelector('.theme-input-min'); const textMax = document.querySelector('.theme-input-max'); if (!sliderMin || !sliderMax || !textMin || !textMax) return false; sliderMin.addEventListener('input', function() { textMin.value = this.value; }); sliderMax.addEventListener('input', function() { textMax.value = this.value; }); return true; } if (!initPriceSliderSync()) { const observer = new MutationObserver(function(_, obs) { if (initPriceSliderSync()) obs.disconnect(); }); observer.observe(document.body, { childList: true, subtree: true }); } })();