A LOOK FOR EVERY OCCASION
Collections
Curated selections for a striking wardrobe
-
Free ShippingFree shipping and reverse pick up across India for all orders above ₹999.
-
SupportFor support raise a ticket or email us at [email protected]
-
30 Days ReturnSimply return the package within
30 days, if the product is unused, for an exchange or refund. -
100% Payment SecurityOur payment partners ensure secure payments all the time.
requirejs(['jquery', 'mgs_quickview'],
function ($, quickview) {
$(document).ready(function () {
$('body').on('click', '.mgs-quickview', function() {
var prodUrl = $(this).attr('data-quickview-url');
if (prodUrl.length) {
quickview.displayContent(prodUrl);
}
});
});
});