Pure Viscose Saree featuring an exquisite heavy gold super border

MRP Rs. 2,999.00 Rs. 1,150.00
inclusive of all taxes


Product Details

New Arrival – Introducing Anaya, a stunning Pure Viscose Saree featuring an exquisite heavy gold super border. This saree is beautifully adorned with Super Bandhani and Lehriya designs all over, offering a perfect blend of tradition and elegance. It comes with a matching running blouse, ensuring premium quality. • Fabric: Pure Viscose • Design: Super Bandhani & Lehriya all over saree • Border: Heavy Gold Super Border • Blouse: Running Blouse • Saree Length: 5.5 meters • Weight: Lightweight and comfortable

Size & Fit

Saree length 5.5 meters ,Blouse:0.8 meters

Material & Care

Dry clean

Product Code

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




PRODUCT SPECIFICATIONS

New Arrival – Introducing Anaya, a stunning Pure Viscose Saree featuring an exquisite heavy gold super border. This saree is beautifully adorned with Super Bandhani and Lehriya designs all over, offering a perfect blend of tradition and elegance. It comes with a matching running blouse, ensuring premium quality.


•  Fabric: Pure Viscose
•  Design: Super Bandhani & Lehriya all over saree
•  Border: Heavy Gold Super Border
•  Blouse: Running Blouse
•  Saree Length: 5.5 meters
• Weight: Lightweight and comfortable

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 = 'Pure Viscose Saree featuring an exquisite heavy gold super border'; 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); } }); } });