yandex49
Sale!

Top Trending Dola Silk Lehenga

Original price was: ₹2,750.00.Current price is: ₹2,250.00.

Shipped : 22 Jan 2025

Estimated Delivery Date : 28 Jan 2025

Guaranteed Safe Checkout

A exquisite dola Silk Lehenga Set with Perfect patola print design to make you feel utterly divine.

play-sharp-fill

Lehenga(Stitched)
Lehenga Fabric : Dola Silk
Lehenga Work : Patola Print With foil work
Waist : SUPPORTED UP TO 42
Lehenga Closer : Drawstring With Heavy Tassels and Zip
Stitching : Stitched With Canvas and attached with Can Can
Length : 42
Flair : 4 MTR
Inner : Micro Cotton

Blouse(Unstitched)
Blouse fabric : Dola Silk
Blouse Work : Foil Printed
Blouse Length : 0.80 Meter

Dupatta
Dupatta Fabric : Dola Silk
Dupatta Work : Patola Print with Gotta Patti Lace Border also comes with tassels
Dupatta Length : 2.5 Meter

Package Contain : Lehenga, Blouse, Dupatta, Drawstring with Zip, Tassels

Weight : 1.150 kg

Color

Blue, Green, Purple, Vista White

Reviews

There are no reviews yet

Add a review
Top Trending Dola Silk Lehenga Top Trending Dola Silk Lehenga
Rating*
0/5
* Rating is required
Your review
* Review is required
Name
* Name is required
Add photos or video to your review
Shopping Cart
Scroll to Top
Hide picture document.addEventListener('DOMContentLoaded', () => { const searchInput = document.querySelector('.search-field'); // Default Astra search input const voiceSearchBtn = document.getElementById('voiceSearchBtn');// Check for Web Speech API support const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;if (SpeechRecognition) { const recognition = new SpeechRecognition(); recognition.lang = 'en-US'; // Set language (modify as needed, e.g., 'hi-IN' for Hindi) recognition.interimResults = false;recognition.onresult = (event) => { const transcript = event.results[0][0].transcript; // Recognized text searchInput.value = transcript; // Populate the search field// Trigger the WordPress search functionality const searchEvent = new Event('input'); searchInput.dispatchEvent(searchEvent); };recognition.onerror = (event) => { alert('Error with voice search. Please try again.'); console.error('Speech recognition error:', event.error); };// Start recognition when the button is clicked voiceSearchBtn.addEventListener('click', () => { recognition.start(); }); } else { alert('Your browser does not support voice search. Please use Google Chrome.'); } });