Refund and Returns Policy

CANCELLATIONS & REFUNDS

  • Orders once placed cannot be canceled, nor will be refunded.


RETURNS & EXCHANGES

  • We do not provide returns or exchanges for any order.
  • If you have received a damaged or wrong product, kindly reach out to us at our Customer WhatsApp Helpline or via email within 72 hours of receiving the order. Our team will respond in 24-48 hours for the same. Once confirmed, the replacement product will be dispatched in 5 business days, and will delivered within next 5 business days.

For any queries contact our Customer WhatsApp Helpline +91 8007274274 regarding the status.

Shopping Cart
jQuery(document).ready(function($) { // Toggle main categories on title click $('.mobile-only .widget-title').on('click', function() { $(this).toggleClass('active'); $(this).next('.widget-content').slideToggle(300); }); // Toggle sub-categories on parent category click $('.category-list li a').on('click', function(e) { e.preventDefault(); // Prevent link navigation $(this).parent('li').toggleClass('active').siblings().removeClass('active'); $(this).siblings('.sub-category-list').slideToggle(300); $(this).parent('li').siblings().find('.sub-category-list').slideUp(300); // Hide other sub-categories }); });