- Did you mean
- stones earrings
- Related search terms
- earrings in red rust color
- earrings of pink color of rose
- earrings white mehandi color
- earrings diva colors
- earrings glam color
' +
'' +
'' +
'
'
);
}
$.ajax({
url: quickUrl,
type: 'GET',
success: function(res) {
$('#quickview-modal .quickview-content').html(res);
$('#quickview-modal').addClass('active');
// IMPORTANT: Magento JS init
require([
'Magento_Catalog/js/catalog-add-to-cart'
], function() {
$('[data-role=tocart-form]').catalogAddToCart();
});
},
complete: function() {
$('#page-loader').removeClass('active');
}
});
}
// click event
$(document).on('click', '.quickview-trigger', function(e) {
e.preventDefault();
e.stopPropagation();
var productUrl = $(this).data('product-url');
if (window.innerWidth <= 768) {
openQuickView(productUrl);
} else {
openQuickView(productUrl); // desktop pe bhi modal open karo
}
});
// close modal
$(document).on('click', '.quickview-overlay', function() {
$('#quickview-modal').removeClass('active');
});
$(document).on('keydown', function(e) {
if (e.keyCode === 27) {
$('#quickview-modal').removeClass('active');
}
});
});

Sign In
Registered Customers
Create New Account
Sign In With OTP
Enter phone number.
We will send an otp on this number via SMS
Sign In with OTP
Enter OTP
Sign In With Otp
Sign In For Product Restock Notification
Enter phone number.
We will send an otp on this number via SMS
Verify Otp
Create New Account