top of page
ARVA FINAL-03.png

BLACK VORTEX KURTA SET

Price

₹10,500.00

Black Satin Metal Embroidered Kurta and Black Satin Pin Stripe Pyjama.

Buy As

Size

Fit

Suggestion

Whether you're attending a wedding, a lavish celebration, or a cultural event, this piece ensures you make a lasting impression with grace and poise.

Fabric

Viscose Satin

Wash & Care

Dry Clean Only

Shipping Policy

Products will be shipped within 5-10 days

Disclaimer

Color of the actual product may vary from the image due to photography or screen resolution.
Expect a slight variation in dyes, prints or embroideries from the image displayed as each style is made-to-order

No Reviews YetShare your thoughts. Be the first to leave a review.

Similar Items

bottom of page
$w.onReady(() => { // Select all images that need lazy loading const lazyImages = $w('Image').filter(img => img.link === null); // Filter images with no link or specific criteria // Function to lazy load an image function lazyLoadImage(img) { const dataSrc = img.src; // Assuming the placeholder src is initially blank or a loading image const actualSrc = img.dataSrc; // Assuming you set the real source in a custom attribute (e.g., "dataSrc") if (actualSrc) { img.src = actualSrc; // Set the actual image source img.dataSrc = ''; // Clear the data source to avoid re-triggering } } // Attach `onViewportEnter` to each lazy-load image lazyImages.forEach(img => { img.onViewportEnter(() => lazyLoadImage(img)); }); });