299
Z3 Red/ Grey Argyles Cotton Socks
M.R.P. ₹299.00
Product Description
Our socks are seamlessly woven from fine 100% cotton yarn and sanitized by a Swiss patented "anti- bacterial process" ensuring your feet remain fresh all day.
Product Specification
Brand | z3 Relaxed Luxury |
---|---|
Design | Argyles |
Color | Red/ Grey |
Fabric | 100% Cotton |
Country Of Origin | IND |
---|---|
Manufactured by | Zodiac Clothing Co. Ltd. Nyloc House, Dr. A B Road, Worli, Mumbai 400030, India. |
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);
}
});
});
});