Free Shipping on Orders $50+

Return & Cancellation Policy

Last updated: January 19, 2026

Returns

We accept returns within 14 days of delivery. Products must be unused, in their original packaging, and accompanied by proof of purchase.

Refunds

Refunds are processed back to the original payment method within 7 business days after the returned items pass quality checks.

Exchanges

If you need to exchange an item, contact dhaka@gmail.com with your order number and details of the replacement item.

Order Cancellation

Orders can be cancelled before they are fulfilled. Once shipping has begun, cancellation is no longer possible.

Need Help?

For questions or to initiate a return, contact us at dhaka@gmail.com

\u003c!-- JavaScript Translation Support --\u003e \u003cscript\u003e window.translations = "*"; /** * JavaScript translation helper function * Usage: trans('Add to Cart') or __('Add to Cart') */ window.trans = window.__ = function(key, replace = {}) { let translation = window.translations[key] || key; // Handle replacements like :name, :count, etc. Object.keys(replace).forEach(function(placeholder) { translation = translation.replace( new RegExp(':' + placeholder, 'g'), replace[placeholder] ); }); return translation; }; /** * Pluralization helper * Usage: trans_choice('item|items', count) */ window.trans_choice = function(key, count, replace = {}) { const parts = key.split('|'); const translation = count === 1 ? parts[0] : (parts[1] || parts[0]); replace.count = count; return trans(translation, replace); }; \u003c/script\u003e