Quick Links
Damage/Tamper Cases: Please keep a 360° unboxing video. Contact support immediately for damaged/tampered packages.
Address Accuracy: Please ensure address/contact details are correct to avoid failed deliveries.
International: Customs/import duties, if any, are customer responsibility.
`
},
faq: {
title: 'Frequently Asked Questions',
html: `
What is Avnee Collections? Avnee Collections is a curated kidswear and lifestyle brand with jewellery, sarees, accessories, and trinkets.
How do I choose size? Use the size chart on each product page. Returns are not accepted for size-related issues.
How long does delivery take? Metro: 2-4 days. Other locations: 3-6 days.
Do you offer COD? Yes, in selected locations, up to ₹10,000.
What is your return policy? Returns only for damaged/incorrect/defective items within 3 days with mandatory 360° unboxing video.
Can I cancel my order? Only before dispatch.
Payment methods? UPI, Debit/Credit Cards, Net Banking, and COD.
How to contact support? studio@avneecollections.com, avnee.collections@gmail.com, +91 908671144.
`
}
};
function openPolicyModal(key) {
const modal = document.getElementById('policy-modal');
const title = document.getElementById('policy-modal-title');
const content = document.getElementById('policy-modal-content');
const item = policyDocs[key];
if (!modal || !title || !content || !item) return;
title.textContent = item.title;
content.innerHTML = item.html;
modal.classList.remove('hidden');
modal.classList.add('flex');
document.body.style.overflow = 'hidden';
}
function closePolicyModal() {
const modal = document.getElementById('policy-modal');
if (!modal) return;
modal.classList.add('hidden');
modal.classList.remove('flex');
document.body.style.overflow = '';
}
document.getElementById('policy-modal')?.addEventListener('click', function (event) {
if (event.target.id === 'policy-modal') {
closePolicyModal();
}
});
document.addEventListener('keydown', function (event) {
if (event.key === 'Escape') {
closePolicyModal();
}
});
Customize Your Bundle
close