✨ EXCLUSIVE DESIGNER SEQUINS SAREE COLLECTION ✨

MRP Rs. 4,999.00 Rs. 2,250.00
inclusive of all taxes


Product Details

SAREE FABRIC: Premium Heavy Soft Organza WORK: Intricate Sequins & Dori Embroidery BLOUSE: Luxurious Banglori Silk with Cording Sequins Embroidery ✨ FEATURED DESIGN: Muted Champagne Gold Saree paired with a Rich Red Embroidered Blouse – a statement of grace and grandeur!

Size & Fit

Material & Care

Product Code

Note: Product color may slightly vary due to photographic lighting sources or your monitor settings.




PRODUCT SPECIFICATIONS

 


 


 


 


 


SAREE FABRIC: Premium Heavy Soft Organza


WORK: Intricate Sequins & Dori Embroidery


BLOUSE: Luxurious Banglori Silk with Cording Sequins Embroidery


 


✨ FEATURED DESIGN: Muted Champagne Gold Saree paired with a Rich Red Embroidered Blouse – a statement of grace and grandeur!


 


 

SHIPPING INFORMATION

Dispatch: Within 48 Hours*

Delivery time (Metro Cities): 1-3* business days

Delivery time (Non-Metro Cities): 3-5* business days

MORE INFORMATION

Packed and Marketed By:

Sareewala

Awadh textile Market

Surat-395010

Country of Origin: India

NEED HELP

Call: +91 8252892297

Email: sareewalabuisness@gmail.com

WhatsApp: 8252892297

Promo Image
// 2. SHARE FUNCTIONALITY const shareBtn = document.getElementById('share-btn'); if (shareBtn) { shareBtn.addEventListener('click', function(e) { e.preventDefault(); const productTitle = '✨ EXCLUSIVE DESIGNER SEQUINS SAREE COLLECTION ✨'; const productUrl = window.location.href; if (navigator.share) { navigator.share({ title: productTitle, url: productUrl }).catch(err => { console.log('Share canceled:', err); }); } else { const shareText = `Check out ${productTitle}: ${productUrl}`; if (navigator.clipboard) { navigator.clipboard.writeText(shareText).then(() => { alert('Product link copied to clipboard!'); }).catch(() => { fallbackCopy(shareText); }); } else { fallbackCopy(shareText); } } function fallbackCopy(text) { const textarea = document.createElement('textarea'); textarea.value = text; textarea.style.position = 'fixed'; document.body.appendChild(textarea); textarea.select(); try { document.execCommand('copy'); alert('Product link copied to clipboard!'); } catch (err) { prompt('Copy this link:', productUrl); } document.body.removeChild(textarea); } }); } });