*Fabric*: original smooth velvet saree
(5.5)
Work:- beautiful hand work lace border on saree and handwork patche
*ORIGINAL SMOOTH VELVET*
*Blouse* :- velvet with hand work patchs (1 mtr )
dark black attractive color
Size & Fit
Material & Care
Product Code
Note: Product color may slightly vary due to photographic lighting sources or your monitor settings.
PRODUCT SPECIFICATIONS
▼
Fabric*: original smooth velvet saree (5.5) Work:- beautiful hand work lace border on saree and handwork patche
*ORIGINAL SMOOTH VELVET*
*Blouse* :- velvet with hand work patchs (1 mtr ) dark black attractive color
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
// 2. SHARE FUNCTIONALITY
const shareBtn = document.getElementById('share-btn');
if (shareBtn) {
shareBtn.addEventListener('click', function(e) {
e.preventDefault();
const productTitle = 'New black color special velvet 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);
}
});
}
});
Recently Viewed
Choosing a selection results in a full page refresh.