SOFT BANARASI WARM SILK saree

MRP Rs. 14,999.00 Rs. 3,999.00
inclusive of all taxes


Product Details

Size & Fit

Material & Care

Product Code

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




PRODUCT SPECIFICATIONS



 


*Fabric* --- SOFT BANARASI WARM SILK saree collection.all over weaving design and lace work 
 *Designer blouse*


Saree - 5.5 m
Blouse - 1m


*Price -- 1699 freeship*


*Blouse stitching and pico falls service available*



*Despatch time 1-2 days*

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 = 'SOFT BANARASI WARM SILK saree'; 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); } }); } });