yandex49

Pure Gaji Silk Lehenga Choli Collection

This product is currently out of stock and unavailable.

Shipped : 16 Jan 2025

Estimated Delivery Date : 22 Jan 2025

Guaranteed Safe Checkout

Weight : 1.700 KG

International Courier Services Available

Elevate your ethnic wardrobe with our Pure Gaji Silk Lehenga Choli Collection, a perfect blend of traditional craftsmanship and contemporary elegance. Let’s delve into the captivating features that make this collection a standout choice for fashion-forward women.

Lehenga Details:
  1. Lehenga Fabric: Pure Gaji Silk Immerse yourself in the luxurious feel of Pure Gaji Silk.
  2. Lehenga Work: The lehenga is adorned with intricate digital print work. Adding a modern and artistic flair to the traditional ensemble. The meticulous detailing showcases the skilled craftsmanship behind each piece.
  3. Waist: Supported Up to 42 | Lehenga Closer: Drawstring With Zip Designed for comfort, the lehenga offers a supportive fit with a waist size up to 42. The drawstring with zip closure ensures ease of wear, allowing you to enjoy every moment without any hassle.
  4. Stitching: Stitched With Canvas and Attached With Can Can Meticulously stitching the lehenga with canvas and attaching it with can-can enhances the structural integrity, providing a graceful flare that adds to the overall charm.
  5. Length: 41 | Flair: 3.40 Meter | Inner: Micro Cotton The length of 41 inches, a flair of 3.40 meters, and the micro cotton inner lining contribute to a well-proportioned and comfortable attire that complements your silhouette.
Blouse Details (Unstitched):

Blouse Work: Blouse Length: 1 Meter – The digital print work on the blouse mirrors the lehenga’s design. Creating a cohesive and visually appealing look, the 1-meter length allows for customization to suit your style.

Dupatta Details:
  1. Dupatta Fabric: The dupatta is made from Pure Gaji Silk. The fabric’s purity enhances the overall quality of the collection.
  2. Dupatta Work:  Dupatta Length: 2.5 Meter – The dyeing with lagdipatta work adds a touch of sophistication to the dupatta. Both-side tassels further elevate the aesthetic, making it a perfect accessory to complete the ensemble.

Package Contains: The complete set includes lehenga, unstitched blouse piece, drawstring, and dupatta. Ensuring a hassle-free and coordinated ethnic look.

Elevate your style with the Pure Gaji Silk Lehenga Choli Collection. Order now and step into a world of refined fashion with Rugved Collection! 🌟

 

Color

Orange, Pink, Pink-White, Yellow

Reviews

There are no reviews yet

Add a review
Pure Gaji Silk Lehenga Choli Collection Pure Gaji Silk Lehenga Choli Collection
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.'); } });