videos

Green Embroidered Lehenga Set

Rs. 190.00

Beauty Cotton Dress

Rs. 8,750.00
function selectMobileVariant(btn, blockId) { const list = document.getElementById('mobile-variants-' + blockId); if (list) list.querySelectorAll('.mobile-variant-btn').forEach(b => b.classList.remove('active')); btn.classList.add('active'); const variantId = btn.dataset.variantId; const price = btn.dataset.price; const priceEl = document.getElementById('popup-price-' + blockId); if (priceEl) priceEl.textContent = price; document.querySelectorAll('#popup-cart-' + blockId + ', #popup-cart-mobile-' + blockId).forEach(b => b.dataset.variant = variantId); }