3999
Portofino Beige Classic Fit Linen Trousers
M.R.P. ₹3,999.00
Product Description
Inspired by Positano – The gem of the Amalfi coast,a city famous for its warm weather and scenic beauty.This ultra fine range of pure linen trousers is created to ensure unparalled comfort in any climatic conditions.
Product Specification
Brand | ZODIAC |
---|---|
Fit | Classic Fit |
Type | Casual |
Fabric | 100% Linen |
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);
}
});
});
});