{"title":"MILANO SUMMER COLLECTION 26","description":"","products":[{"product_id":"milano-riviera-set-black","title":"MILANO RIVIERA SET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Set is designed for elevated summer comfort.\n        Crafted from a premium polyamide-spandex blend with a knitted texture,\n        this matching short-sleeve shirt and shorts set delivers flexibility,\n        breathability and quick-dry performance. Finished with a clean resort silhouette,\n        it is made for warm city days, coastal escapes and effortless everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eGilet with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eKnitted polyamide-spandex fabric\u003c\/li\u003e\n        \u003cli\u003eQuick-dry comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and flexible feel\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eClean sporty silhouette\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53873574281553,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53873574314321,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53873574347089,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53873574379857,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53873574412625,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_02_08_16PM.png?v=1779797307"},{"product_id":"milano-riviera-set-navy","title":"MILANO RIVIERA SET - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Set is designed for elevated summer comfort.\n        Crafted from a premium polyamide-spandex blend with a knitted texture,\n        this matching short-sleeve shirt and shorts set delivers flexibility,\n        breathability and quick-dry performance. Finished with a clean resort silhouette,\n        it is made for warm city days, coastal escapes and effortless everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eGilet with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eKnitted polyamide-spandex fabric\u003c\/li\u003e\n        \u003cli\u003eQuick-dry comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and flexible feel\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eClean sporty silhouette\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53873716691281,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53873716724049,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53873716756817,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53873716789585,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53873716822353,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_06_48_30PM.png?v=1779814219"},{"product_id":"milano-riviera-set-taupe-brown","title":"MILANO RIVIERA SET - TAUPE BROWN","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Set is designed for elevated summer comfort.\n        Crafted from a premium polyamide-spandex blend with a knitted texture,\n        this matching short-sleeve shirt and shorts set delivers flexibility,\n        breathability and quick-dry performance. Finished with a clean resort silhouette,\n        it is made for warm city days, coastal escapes and effortless everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eGilet with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eKnitted polyamide-spandex fabric\u003c\/li\u003e\n        \u003cli\u003eQuick-dry comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and flexible feel\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eClean sporty silhouette\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53874241241425,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53874241274193,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53874241306961,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53874241339729,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53874241372497,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_07_01_56PM.png?v=1779814930"},{"product_id":"milano-riviera-grey","title":"MILANO RIVIERA SET - GREY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Set is designed for elevated summer comfort.\n        Crafted from a premium polyamide-spandex blend with a knitted texture,\n        this matching short-sleeve shirt and shorts set delivers flexibility,\n        breathability and quick-dry performance. Finished with a clean resort silhouette,\n        it is made for warm city days, coastal escapes and effortless everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eGilet with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eKnitted polyamide-spandex fabric\u003c\/li\u003e\n        \u003cli\u003eQuick-dry comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and flexible feel\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eClean sporty silhouette\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875039338833,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875039371601,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875039404369,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875039437137,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875039469905,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_07_24_46PM.png?v=1779816300"},{"product_id":"milano-riviera-polo-taupe","title":"MILANO RIVIERA POLO - TAUPE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Polo is designed for refined everyday comfort.\n        Crafted from premium mercerized cotton with a breathable knitted texture,\n        this short-sleeve polo delivers softness, structure and effortless casual\n        elegance. Finished with a clean button collar and premium feel, it is made\n        for warm days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003e200 gram mercerized cotton fabric\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted texture\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875291062609,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875291095377,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875291128145,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875291160913,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875291193681,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_07_46_18PM.png?v=1779817710"},{"product_id":"milano-riviera-polo-grey","title":"MILANO RIVIERA POLO - GREY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Polo is designed for refined everyday comfort.\n        Crafted from premium mercerized cotton with a breathable knitted texture,\n        this short-sleeve polo delivers softness, structure and effortless casual\n        elegance. Finished with a clean button collar and premium feel, it is made\n        for warm days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003e200 gram mercerized cotton fabric\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted texture\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875642138961,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875642171729,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875642204497,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875642237265,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875642270033,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_09_28_35PM.png?v=1779823727"},{"product_id":"milano-riviera-polo-beige","title":"MILANO RIVIERA POLO - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Polo is designed for refined everyday comfort.\n        Crafted from premium mercerized cotton with a breathable knitted texture,\n        this short-sleeve polo delivers softness, structure and effortless casual\n        elegance. Finished with a clean button collar and premium feel, it is made\n        for warm days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003e200 gram mercerized cotton fabric\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted texture\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875699810641,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875699843409,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875699876177,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875699908945,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875699941713,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_08_59_38PM.png?v=1779822073"},{"product_id":"milano-riviera-polo-navy","title":"MILANO RIVIERA POLO - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Polo is designed for refined everyday comfort.\n        Crafted from premium mercerized cotton with a breathable knitted texture,\n        this short-sleeve polo delivers softness, structure and effortless casual\n        elegance. Finished with a clean button collar and premium feel, it is made\n        for warm days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003e200 gram mercerized cotton fabric\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted texture\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875799916881,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875799949649,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875799982417,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875800015185,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875800047953,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_09_15_21PM.png?v=1779822937"},{"product_id":"milano-riviera-polo-black","title":"MILANO RIVIERA POLO - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Polo is designed for refined everyday comfort.\n        Crafted from premium mercerized cotton with a breathable knitted texture,\n        this short-sleeve polo delivers softness, structure and effortless casual\n        elegance. Finished with a clean button collar and premium feel, it is made\n        for warm days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003e200 gram mercerized cotton fabric\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted texture\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53875957760337,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53875957793105,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53875957825873,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53875957858641,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53875957891409,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_09_31_27PM.png?v=1779823902"},{"product_id":"milano-portofino-polo-navy","title":"MILANO PORTOFINO POLO - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Portofino Polo is designed for refined everyday comfort.\n        Crafted from a premium wool-cashmere blend with a soft knitted texture,\n        this short-sleeve polo delivers breathability, structure and timeless\n        casual elegance. Finished with a clean button design, it is made for warm\n        days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eSoft wool-cashmere blend\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted fabric\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular casual fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53876191166801,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53876191199569,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53876191232337,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53876191265105,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53876191297873,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay26_2026_09_44_23PM.png?v=1779824691"},{"product_id":"milano-portofino-polo-black","title":"MILANO PORTOFINO POLO - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Portofino Polo is designed for refined everyday comfort.\n        Crafted from a premium wool-cashmere blend with a soft knitted texture,\n        this short-sleeve polo delivers breathability, structure and timeless\n        casual elegance. Finished with a clean button design, it is made for warm\n        days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium short-sleeve polo\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eSoft wool-cashmere blend\u003c\/li\u003e\n        \u003cli\u003eBreathable knitted fabric\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve design\u003c\/li\u003e\n        \u003cli\u003eButton polo closure\u003c\/li\u003e\n        \u003cli\u003eRegular casual fit\u003c\/li\u003e\n        \u003cli\u003eClean premium silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated everyday wear\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",102,106,110,114,118],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Sleeve\",22,23,24,25,26],\n  [\"Hem\",98,102,106,110,114]\n];\n\nvar inchRows = [\n  [\"Chest\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Sleeve\",8.7,9.1,9.4,9.8,10.2],\n  [\"Hem\",38.6,40.2,41.7,43.3,44.9]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53882132005201,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53882132037969,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53882132070737,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53882132103505,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53882132136273,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_02_23_38PM.png?v=1779884630"},{"product_id":"milano-portofino-polo-stone-beige","title":"MILANO PORTOFINO POLO - STONE BEIGE","description":"","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53882216939857,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53882216972625,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53882217005393,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53882217038161,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53882217070929,"sku":null,"price":40.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_02_34_06PM.png?v=1779885257"},{"product_id":"milano-capri-gilet-beige","title":"MILANO CAPRI GILET - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Capri Gilet is designed for refined outerwear comfort.\n        Crafted from a durable spandex-nylon blend with a soft cotton-filled feel,\n        this reversible gilet delivers warmth, structure and versatile everyday wear.\n        Finished with a clean zip closure and fold-over collar, it is made for layering\n        through colder days with effortless style.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium reversible gilet\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eDurable spandex-nylon outer blend\u003c\/li\u003e\n        \u003cli\u003eSoft cotton-filled comfort\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated layering\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",108,112,116,120,124],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Hem\",104,108,112,116,120]\n];\n\nvar inchRows = [\n  [\"Chest\",42.5,44.1,45.7,47.2,48.8],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Hem\",40.9,42.5,44.1,45.7,47.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53885841211729,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53885841244497,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53885841277265,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53885841310033,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53885841342801,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_06_10_11PM.png?v=1779898224"},{"product_id":"milano-capri-gilet-taupe","title":"MILANO CAPRI GILET - TAUPE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Capri Gilet is designed for refined outerwear comfort.\n        Crafted from a durable spandex-nylon blend with a soft cotton-filled feel,\n        this reversible gilet delivers warmth, structure and versatile everyday wear.\n        Finished with a clean zip closure and fold-over collar, it is made for layering\n        through colder days with effortless style.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium reversible gilet\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eDurable spandex-nylon outer blend\u003c\/li\u003e\n        \u003cli\u003eSoft cotton-filled comfort\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated layering\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",108,112,116,120,124],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Hem\",104,108,112,116,120]\n];\n\nvar inchRows = [\n  [\"Chest\",42.5,44.1,45.7,47.2,48.8],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Hem\",40.9,42.5,44.1,45.7,47.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53886380998993,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53886381031761,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53886381064529,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53886381097297,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53886381130065,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_06_27_46PM.png?v=1779899291"},{"product_id":"milano-capri-gilet-black","title":"MILANO CAPRI GILET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Capri Gilet is designed for refined outerwear comfort.\n        Crafted from a durable spandex-nylon blend with a soft cotton-filled feel,\n        this reversible gilet delivers warmth, structure and versatile everyday wear.\n        Finished with a clean zip closure and fold-over collar, it is made for layering\n        through colder days with effortless style.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium reversible gilet\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eDurable spandex-nylon outer blend\u003c\/li\u003e\n        \u003cli\u003eSoft cotton-filled comfort\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eFold-over collar\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eDesigned for elevated layering\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",108,112,116,120,124],\n  [\"Shoulder\",43,44.5,46,47.5,49],\n  [\"Length\",66,68,70,72,74],\n  [\"Hem\",104,108,112,116,120]\n];\n\nvar inchRows = [\n  [\"Chest\",42.5,44.1,45.7,47.2,48.8],\n  [\"Shoulder\",16.9,17.5,18.1,18.7,19.3],\n  [\"Length\",26.0,26.8,27.6,28.3,29.1],\n  [\"Hem\",40.9,42.5,44.1,45.7,47.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53886628233553,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53886628266321,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53886628299089,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53886628331857,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53886628364625,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_06_45_01PM.png?v=1779900309"},{"product_id":"milano-hooded-jacket-champagne","title":"MILANO HOODED JACKET - CHAMPAGNE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Hooded Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium hooded winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53886744166737,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53886744199505,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53886744232273,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53886744265041,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53886744297809,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_07_25_18PM.png?v=1779902735"},{"product_id":"milano-hooded-jacket-black","title":"MILANO HOODED JACKET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Hooded Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium hooded winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53887076893009,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53887076925777,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53887076958545,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53887076991313,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53887077024081,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_08_20_42PM.png?v=1779906052"},{"product_id":"milano-hooded-jacket-brown","title":"MILANO HOODED JACKET - BROWN","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Hooded Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium hooded winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53887186305361,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53887186338129,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53887186370897,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53887186403665,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53887186436433,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_08_43_52PM.png?v=1779907462"},{"product_id":"milano-riviera-short-black","title":"MILANO RIVIERA SHORT - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Short is designed for effortless summer comfort.\n        Crafted from a breathable spandex-cotton blend, these shorts deliver a\n        flexible, lightweight and comfortable feel. Finished with an adjustable\n        drawstring waistband and clean casual silhouette, they are made for warm\n        city days, coastal escapes and relaxed everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eLightweight flexible feel\u003c\/li\u003e\n        \u003cli\u003eMid-length design\u003c\/li\u003e\n        \u003cli\u003eClean board short silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",40,41,42,43,44],\n  [\"Thigh\",62,64,66,68,70],\n  [\"Leg Opening\",54,56,58,60,62]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",15.7,16.1,16.5,16.9,17.3],\n  [\"Thigh\",24.4,25.2,26.0,26.8,27.6],\n  [\"Leg Opening\",21.3,22.0,22.8,23.6,24.4]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53887370395985,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53887370428753,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53887370461521,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53887370494289,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53887370527057,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_09_04_43PM.png?v=1779908701"},{"product_id":"milano-riviera-short-beige","title":"MILANO RIVIERA SHORT - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Short is designed for effortless summer comfort.\n        Crafted from a breathable spandex-cotton blend, these shorts deliver a\n        flexible, lightweight and comfortable feel. Finished with an adjustable\n        drawstring waistband and clean casual silhouette, they are made for warm\n        city days, coastal escapes and relaxed everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eLightweight flexible feel\u003c\/li\u003e\n        \u003cli\u003eMid-length design\u003c\/li\u003e\n        \u003cli\u003eClean board short silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",40,41,42,43,44],\n  [\"Thigh\",62,64,66,68,70],\n  [\"Leg Opening\",54,56,58,60,62]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",15.7,16.1,16.5,16.9,17.3],\n  [\"Thigh\",24.4,25.2,26.0,26.8,27.6],\n  [\"Leg Opening\",21.3,22.0,22.8,23.6,24.4]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53887559106897,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53887559139665,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53887559172433,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53887559205201,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53887559237969,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay27_2026_09_30_43PM.png?v=1779910258"},{"product_id":"milano-riviera-short-brown","title":"MILANO RIVIERA SHORT - BROWN","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Short is designed for effortless summer comfort.\n        Crafted from a breathable spandex-cotton blend, these shorts deliver a\n        flexible, lightweight and comfortable feel. Finished with an adjustable\n        drawstring waistband and clean casual silhouette, they are made for warm\n        city days, coastal escapes and relaxed everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eLightweight flexible feel\u003c\/li\u003e\n        \u003cli\u003eMid-length design\u003c\/li\u003e\n        \u003cli\u003eClean board short silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",40,41,42,43,44],\n  [\"Thigh\",62,64,66,68,70],\n  [\"Leg Opening\",54,56,58,60,62]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",15.7,16.1,16.5,16.9,17.3],\n  [\"Thigh\",24.4,25.2,26.0,26.8,27.6],\n  [\"Leg Opening\",21.3,22.0,22.8,23.6,24.4]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53898686497105,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53898686529873,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53898686562641,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53898686595409,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53898686628177,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay28_2026_11_36_10PM.png?v=1780004196"},{"product_id":"milano-luca-trouser-black","title":"MILANO LUCA TROUSER - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Luca Trouser is designed for clean everyday comfort with a refined\n        modern fit. Crafted from a breathable spandex-cotton blend, these full-length\n        trousers deliver flexibility, structure and an effortless smart-casual look.\n        Finished with an elastic waistband and practical side pockets, they are made\n        for spring days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium full-length trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable elastic waistband\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull-length design\u003c\/li\u003e\n        \u003cli\u003ePractical side pockets\u003c\/li\u003e\n        \u003cli\u003eSoft flexible feel\u003c\/li\u003e\n        \u003cli\u003eClean everyday silhouette\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",74,78,82,86,90],\n  [\"Hip\",100,104,108,112,116],\n  [\"Pant Length\",100,102,104,106,108],\n  [\"Thigh\",60,62,64,66,68],\n  [\"Leg Opening\",34,35,36,37,38]\n];\n\nvar inchRows = [\n  [\"Waist\",29.1,30.7,32.3,33.9,35.4],\n  [\"Hip\",39.4,40.9,42.5,44.1,45.7],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5],\n  [\"Thigh\",23.6,24.4,25.2,26.0,26.8],\n  [\"Leg Opening\",13.4,13.8,14.2,14.6,15.0]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53902075167057,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53902075199825,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53902075232593,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53902075265361,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53902075298129,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_12_00_37PM.png?v=1780048850"},{"product_id":"milano-luca-trouser-black-1","title":"MILANO LUCA TROUSER - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Luca Trouser is designed for clean everyday comfort with a refined\n        modern fit. Crafted from a breathable spandex-cotton blend, these full-length\n        trousers deliver flexibility, structure and an effortless smart-casual look.\n        Finished with an elastic waistband and practical side pockets, they are made\n        for spring days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium full-length trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable elastic waistband\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull-length design\u003c\/li\u003e\n        \u003cli\u003ePractical side pockets\u003c\/li\u003e\n        \u003cli\u003eSoft flexible feel\u003c\/li\u003e\n        \u003cli\u003eClean everyday silhouette\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",74,78,82,86,90],\n  [\"Hip\",100,104,108,112,116],\n  [\"Pant Length\",100,102,104,106,108],\n  [\"Thigh\",60,62,64,66,68],\n  [\"Leg Opening\",34,35,36,37,38]\n];\n\nvar inchRows = [\n  [\"Waist\",29.1,30.7,32.3,33.9,35.4],\n  [\"Hip\",39.4,40.9,42.5,44.1,45.7],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5],\n  [\"Thigh\",23.6,24.4,25.2,26.0,26.8],\n  [\"Leg Opening\",13.4,13.8,14.2,14.6,15.0]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53902185464145,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53902185496913,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53902185529681,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53902185562449,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53902185595217,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_12_02_03PM.png?v=1780048935"},{"product_id":"milano-riviera-short-navy","title":"MILANO RIVIERA SHORT - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Riviera Short is designed for effortless summer comfort.\n        Crafted from a breathable spandex-cotton blend, these shorts deliver a\n        flexible, lightweight and comfortable feel. Finished with an adjustable\n        drawstring waistband and clean casual silhouette, they are made for warm\n        city days, coastal escapes and relaxed everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eLightweight flexible feel\u003c\/li\u003e\n        \u003cli\u003eMid-length design\u003c\/li\u003e\n        \u003cli\u003eClean board short silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",40,41,42,43,44],\n  [\"Thigh\",62,64,66,68,70],\n  [\"Leg Opening\",54,56,58,60,62]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",15.7,16.1,16.5,16.9,17.3],\n  [\"Thigh\",24.4,25.2,26.0,26.8,27.6],\n  [\"Leg Opening\",21.3,22.0,22.8,23.6,24.4]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53902384431441,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53902384464209,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53902384496977,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53902384529745,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53902384562513,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_11_40_57AM.png?v=1780047680"},{"product_id":"milano-luca-trouser-beige","title":"MILANO LUCA TROUSER - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Luca Trouser is designed for clean everyday comfort with a refined\n        modern fit. Crafted from a breathable spandex-cotton blend, these full-length\n        trousers deliver flexibility, structure and an effortless smart-casual look.\n        Finished with an elastic waistband and practical side pockets, they are made\n        for spring days, city wear and elevated everyday styling.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium full-length trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eBreathable spandex-cotton blend\u003c\/li\u003e\n        \u003cli\u003eComfortable elastic waistband\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull-length design\u003c\/li\u003e\n        \u003cli\u003ePractical side pockets\u003c\/li\u003e\n        \u003cli\u003eSoft flexible feel\u003c\/li\u003e\n        \u003cli\u003eClean everyday silhouette\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",74,78,82,86,90],\n  [\"Hip\",100,104,108,112,116],\n  [\"Pant Length\",100,102,104,106,108],\n  [\"Thigh\",60,62,64,66,68],\n  [\"Leg Opening\",34,35,36,37,38]\n];\n\nvar inchRows = [\n  [\"Waist\",29.1,30.7,32.3,33.9,35.4],\n  [\"Hip\",39.4,40.9,42.5,44.1,45.7],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5],\n  [\"Thigh\",23.6,24.4,25.2,26.0,26.8],\n  [\"Leg Opening\",13.4,13.8,14.2,14.6,15.0]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53902630650193,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53902630682961,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53902630715729,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53902630748497,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53902630781265,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_11_58_18AM.png?v=1780048714"},{"product_id":"milano-linen-set-white","title":"MILANO LINEN SET - WHITE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Linnen Set is designed for effortless summer sophistication.\n        Crafted from premium breathable linen with a soft knitted texture, this\n        long-sleeve shirt and trousers set delivers comfort, structure and timeless\n        elegance. Finished with a clean casual silhouette, it is made for warm city\n        days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen matching set\u003c\/li\u003e\n        \u003cli\u003eLong-sleeve blouse with matching trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable linen fabric\u003c\/li\u003e\n        \u003cli\u003eSoft knitted texture\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual silhouette\u003c\/li\u003e\n        \u003cli\u003eLong-sleeve design\u003c\/li\u003e\n        \u003cli\u003eComfortable trousers fit\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",61,62,63,64,65],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Pant Length\",100,102,104,106,108]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",24.0,24.4,24.8,25.2,25.6],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53903229485393,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53903229518161,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53903229550929,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53903229583697,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53903229616465,"sku":null,"price":100.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_12_48_16PM.png?v=1780051710"},{"product_id":"milano-amalfi-linnen-short-beige","title":"MILANO AMALFI LINNEN SHORT - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Amalfi Linnen Short is designed for effortless summer comfort.\n        Crafted from a lightweight linen-cotton blend, these shorts deliver a breathable,\n        soft and relaxed feel while keeping a clean premium silhouette. Finished with\n        an adjustable drawstring waistband, they are made for warm city days, coastal\n        escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight linen-cotton blend\u003c\/li\u003e\n        \u003cli\u003e120 gram breathable fabric\u003c\/li\u003e\n        \u003cli\u003eAdjustable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eKnitted soft-touch texture\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",42,43,44,45,46],\n  [\"Thigh\",64,66,68,70,72],\n  [\"Leg Opening\",56,58,60,62,64]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",16.5,16.9,17.3,17.7,18.1],\n  [\"Thigh\",25.2,26.0,26.8,27.6,28.3],\n  [\"Leg Opening\",22.0,22.8,23.6,24.4,25.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53907256672593,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53907256705361,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53907256738129,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53907256770897,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53907256803665,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_01_17_45PM.png?v=1780053480"},{"product_id":"milano-amalfi-linnen-short-white","title":"MILANO AMALFI LINNEN SHORT - WHITE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Amalfi Linnen Short is designed for effortless summer comfort.\n        Crafted from a lightweight linen-cotton blend, these shorts deliver a breathable,\n        soft and relaxed feel while keeping a clean premium silhouette. Finished with\n        an adjustable drawstring waistband, they are made for warm city days, coastal\n        escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight linen-cotton blend\u003c\/li\u003e\n        \u003cli\u003e120 gram breathable fabric\u003c\/li\u003e\n        \u003cli\u003eAdjustable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eKnitted soft-touch texture\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",42,43,44,45,46],\n  [\"Thigh\",64,66,68,70,72],\n  [\"Leg Opening\",56,58,60,62,64]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",16.5,16.9,17.3,17.7,18.1],\n  [\"Thigh\",25.2,26.0,26.8,27.6,28.3],\n  [\"Leg Opening\",22.0,22.8,23.6,24.4,25.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53907691864401,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53907691897169,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53907691929937,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53907691962705,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53907691995473,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_08_13_52PM.png?v=1780078442"},{"product_id":"milano-amalfi-linnen-short-black","title":"MILANO AMALFI LINNEN SHORT - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Amalfi Linnen Short is designed for effortless summer comfort.\n        Crafted from a lightweight linen-cotton blend, these shorts deliver a breathable,\n        soft and relaxed feel while keeping a clean premium silhouette. Finished with\n        an adjustable drawstring waistband, they are made for warm city days, coastal\n        escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight linen-cotton blend\u003c\/li\u003e\n        \u003cli\u003e120 gram breathable fabric\u003c\/li\u003e\n        \u003cli\u003eAdjustable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRelaxed casual fit\u003c\/li\u003e\n        \u003cli\u003eKnitted soft-touch texture\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px;transition:opacity .2s ease}\n.mm-size-btn:hover{opacity:.9}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",104,108,112,116,120],\n  [\"Shorts Length\",42,43,44,45,46],\n  [\"Thigh\",64,66,68,70,72],\n  [\"Leg Opening\",56,58,60,62,64]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.9,42.5,44.1,45.7,47.2],\n  [\"Shorts Length\",16.5,16.9,17.3,17.7,18.1],\n  [\"Thigh\",25.2,26.0,26.8,27.6,28.3],\n  [\"Leg Opening\",22.0,22.8,23.6,24.4,25.2]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53907924910417,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53907924943185,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53907924975953,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53907925008721,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53907925041489,"sku":null,"price":50.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageMay29_2026_08_31_24PM.png?v=1780079494"},{"product_id":"milano-lino-pant-sand-beige","title":"MILANO LINO PANT - SAND BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Lino Pant is designed for effortless summer sophistication.\n        Crafted from a premium linen-cotton blend with a lightweight breathable feel,\n        these trousers deliver comfort, structure and timeless elegance.\n        Finished with a clean smart-casual silhouette and adjustable drawstring waist,\n        it is designed for warm city days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable linen-cotton fabric\u003c\/li\u003e\n        \u003cli\u003ePremium soft-touch texture\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRegular relaxed fit\u003c\/li\u003e\n        \u003cli\u003eSmart casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and lightweight feel\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{\n  border-top:1px solid #e5e5e5;\n  border-bottom:1px solid #e5e5e5;\n  padding:18px 0\n}\n.mm-accordion summary{\n  font-size:15px;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  position:relative\n}\n.mm-accordion summary::-webkit-details-marker{\n  display:none\n}\n.mm-accordion summary::after{\n  content:\"+\";\n  position:absolute;\n  right:0;\n  font-size:20px\n}\n.mm-accordion[open] summary::after{\n  content:\"−\"\n}\n.mm-content p{\n  margin-top:15px;\n  color:#444;\n  line-height:1.7\n}\n.mm-content ul{\n  margin-top:15px;\n  padding-left:18px;\n  line-height:1.9\n}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{\n  opacity:.9\n}\n.mm-size-chart{\n  display:none;\n  margin-top:20px\n}\n.mm-size-chart h4{\n  margin-bottom:15px;\n  font-size:18px\n}\n.mm-table-wrapper{\n  overflow-x:auto\n}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Pant Length\",100,102,104,106,108],\n  [\"Thigh\",60,62,64,66,68],\n  [\"Leg Opening\",34,35,36,37,38]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5],\n  [\"Thigh\",23.6,24.4,25.2,26.0,26.8],\n  [\"Leg Opening\",13.4,13.8,14.2,14.6,15.0]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53927349092689,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53927349125457,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53927349158225,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53927349190993,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53927349223761,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun1_2026_06_29_23PM.png?v=1780331375"},{"product_id":"milano-lino-pant-black","title":"MILANO LINO PANT - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Lino Pant is designed for effortless summer sophistication.\n        Crafted from a premium linen-cotton blend with a lightweight breathable feel,\n        these trousers deliver comfort, structure and timeless elegance.\n        Finished with a clean smart-casual silhouette and adjustable drawstring waist,\n        it is designed for warm city days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer linen trousers\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable linen-cotton fabric\u003c\/li\u003e\n        \u003cli\u003ePremium soft-touch texture\u003c\/li\u003e\n        \u003cli\u003eComfortable drawstring waistband\u003c\/li\u003e\n        \u003cli\u003eRegular relaxed fit\u003c\/li\u003e\n        \u003cli\u003eSmart casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n        \u003cli\u003eBreathable and lightweight feel\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{\n  border-top:1px solid #e5e5e5;\n  border-bottom:1px solid #e5e5e5;\n  padding:18px 0\n}\n.mm-accordion summary{\n  font-size:15px;\n  font-weight:600;\n  cursor:pointer;\n  list-style:none;\n  position:relative\n}\n.mm-accordion summary::-webkit-details-marker{\n  display:none\n}\n.mm-accordion summary::after{\n  content:\"+\";\n  position:absolute;\n  right:0;\n  font-size:20px\n}\n.mm-accordion[open] summary::after{\n  content:\"−\"\n}\n.mm-content p{\n  margin-top:15px;\n  color:#444;\n  line-height:1.7\n}\n.mm-content ul{\n  margin-top:15px;\n  padding-left:18px;\n  line-height:1.9\n}\n.mm-size-btn{\n  margin-top:20px;\n  width:100%;\n  background:#111;\n  color:#fff;\n  border:none;\n  padding:14px;\n  font-size:14px;\n  cursor:pointer;\n  letter-spacing:.5px;\n  transition:opacity .2s ease\n}\n.mm-size-btn:hover{\n  opacity:.9\n}\n.mm-size-chart{\n  display:none;\n  margin-top:20px\n}\n.mm-size-chart h4{\n  margin-bottom:15px;\n  font-size:18px\n}\n.mm-table-wrapper{\n  overflow-x:auto\n}\n.mm-size-chart table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:14px\n}\n.mm-size-chart th,\n.mm-size-chart td{\n  border:1px solid #e5e5e5;\n  padding:12px;\n  text-align:center\n}\n.mm-size-chart th{\n  background:#f7f7f7;\n  font-weight:600\n}\n.mm-size-chart td:first-child{\n  text-align:left;\n  font-weight:500\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display =\n    chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Pant Length\",100,102,104,106,108],\n  [\"Thigh\",60,62,64,66,68],\n  [\"Leg Opening\",34,35,36,37,38]\n];\n\nvar inchRows = [\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Pant Length\",39.4,40.2,40.9,41.7,42.5],\n  [\"Thigh\",23.6,24.4,25.2,26.0,26.8],\n  [\"Leg Opening\",13.4,13.8,14.2,14.6,15.0]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\n  \"mm-size-title\"\n).innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\n  \"mm-size-table\"\n).innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53927938523473,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53927938556241,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53927938589009,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53927938621777,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53927938654545,"sku":null,"price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun1_2026_07_11_09PM.png?v=1780333892"},{"product_id":"casa-milano-set-beige","title":"CASA MILANO SET - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Casa Milano Set is designed for effortless summer sophistication.\n        Crafted from premium lightweight seersucker fabric with a breathable feel,\n        this matching short-sleeve shirt and shorts set delivers comfort, structure\n        and timeless elegance. Finished with a relaxed resort silhouette, it is made\n        for warm city days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve shirt with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eRelaxed summer fit\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable fabric\u003c\/li\u003e\n        \u003cli\u003ePremium seersucker texture\u003c\/li\u003e\n        \u003cli\u003e100% polyester construction\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53928630059345,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53928630092113,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53928630124881,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53928630157649,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53928630190417,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun1_2026_08_04_01PM.png?v=1780337056"},{"product_id":"casa-milano-set-black","title":"CASA MILANO SET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Casa Milano Set is designed for effortless summer sophistication.\n        Crafted from premium lightweight seersucker fabric with a breathable feel,\n        this matching short-sleeve shirt and shorts set delivers comfort, structure\n        and timeless elegance. Finished with a relaxed resort silhouette, it is made\n        for warm city days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve shirt with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eRelaxed summer fit\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable fabric\u003c\/li\u003e\n        \u003cli\u003ePremium seersucker texture\u003c\/li\u003e\n        \u003cli\u003e100% polyester construction\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53928942895441,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53928942928209,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53928942960977,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53928942993745,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53928943026513,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun1_2026_08_35_33PM.png?v=1780338974"},{"product_id":"casa-milano-set-white","title":"CASA MILANO SET - WHITE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Casa Milano Set is designed for effortless summer sophistication.\n        Crafted from premium lightweight seersucker fabric with a breathable feel,\n        this matching short-sleeve shirt and shorts set delivers comfort, structure\n        and timeless elegance. Finished with a relaxed resort silhouette, it is made\n        for warm city days, coastal escapes and elevated everyday wear.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium summer matching set\u003c\/li\u003e\n        \u003cli\u003eShort-sleeve shirt with matching shorts\u003c\/li\u003e\n        \u003cli\u003eFits true to size\u003c\/li\u003e\n        \u003cli\u003eRelaxed summer fit\u003c\/li\u003e\n        \u003cli\u003eLightweight breathable fabric\u003c\/li\u003e\n        \u003cli\u003ePremium seersucker texture\u003c\/li\u003e\n        \u003cli\u003e100% polyester construction\u003c\/li\u003e\n        \u003cli\u003eDesigned for warm-weather comfort\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Chest\",106,110,114,118,122],\n  [\"Shoulder\",46,47.5,49,50.5,52],\n  [\"Shirt Length\",70,72,74,76,78],\n  [\"Sleeve\",24,25,26,27,28],\n  [\"Waist\",76,80,84,88,92],\n  [\"Hip\",102,106,110,114,118],\n  [\"Shorts Length\",46,47,48,49,50]\n];\n\nvar inchRows = [\n  [\"Chest\",41.7,43.3,44.9,46.5,48.0],\n  [\"Shoulder\",18.1,18.7,19.3,19.9,20.5],\n  [\"Shirt Length\",27.6,28.3,29.1,29.9,30.7],\n  [\"Sleeve\",9.4,9.8,10.2,10.6,11.0],\n  [\"Waist\",29.9,31.5,33.1,34.6,36.2],\n  [\"Hip\",40.2,41.7,43.3,44.9,46.5],\n  [\"Shorts Length\",18.1,18.5,18.9,19.3,19.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53929063121233,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53929063154001,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53929063186769,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53929063219537,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53929063252305,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun1_2026_09_09_40PM.png?v=1780341004"},{"product_id":"milano-classic-jacket-champagne","title":"MILANO CLASSIC JACKET - CHAMPAGNE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Classic Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium classic winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53944423940433,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53944423973201,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53944424005969,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53944424038737,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53944424071505,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun3_2026_11_00_46AM.png?v=1780477293"},{"product_id":"milano-classic-jacket-black","title":"MILANO CLASSIC JACKET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Classic Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium classic winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53944491606353,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53944491639121,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53944491671889,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53944491704657,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53944491737425,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun3_2026_11_37_22AM.png?v=1780479452"},{"product_id":"milano-classic-jacket-brown","title":"MILANO CLASSIC JACKET - BROWN","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\"\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Classic Jacket is designed for refined everyday layering.\n        Crafted from a premium polyester-cotton blend with a soft cotton-filled interior,\n        this jacket delivers warmth, structure and effortless sophistication.\n        Finished with a clean silhouette, premium zip closure and elevated comfort,\n        it is designed to move seamlessly between city days and colder evenings.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003ePremium classic winter jacket\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eFull zip closure\u003c\/li\u003e\n        \u003cli\u003eSoft cotton filling\u003c\/li\u003e\n        \u003cli\u003eDurable polyester \/ cotton blend\u003c\/li\u003e\n        \u003cli\u003eLightweight warmth\u003c\/li\u003e\n        \u003cli\u003eClean casual silhouette\u003c\/li\u003e\n        \u003cli\u003eDesigned for everyday outerwear layering\u003c\/li\u003e\n        \u003cli\u003eLogo positioned at the back neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box {\n  width: 100%;\n}\n\n.mm-accordion {\n  border-top: 1px solid #e5e5e5;\n  border-bottom: 1px solid #e5e5e5;\n  padding: 18px 0;\n}\n\n.mm-accordion summary {\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n\n.mm-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.mm-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  font-size: 20px;\n}\n\n.mm-accordion[open] summary::after {\n  content: \"−\";\n}\n\n.mm-content p {\n  margin-top: 15px;\n  color: #444;\n  line-height: 1.7;\n}\n\n.mm-content ul {\n  margin-top: 15px;\n  padding-left: 18px;\n  line-height: 1.9;\n}\n\n.mm-size-btn {\n  margin-top: 20px;\n  width: 100%;\n  background: #111;\n  color: #fff;\n  border: none;\n  padding: 14px;\n  font-size: 14px;\n  cursor: pointer;\n  letter-spacing: .5px;\n  transition: opacity .2s ease;\n}\n\n.mm-size-btn:hover {\n  opacity: .9;\n}\n\n.mm-size-chart {\n  display: none;\n  margin-top: 20px;\n}\n\n.mm-size-chart h4 {\n  margin-bottom: 15px;\n  font-size: 18px;\n}\n\n.mm-table-wrapper {\n  overflow-x: auto;\n}\n\n.mm-size-chart table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.mm-size-chart th,\n.mm-size-chart td {\n  border: 1px solid #e5e5e5;\n  padding: 12px;\n  text-align: center;\n}\n\n.mm-size-chart th {\n  background: #f7f7f7;\n  font-weight: 600;\n}\n\n.mm-size-chart td:first-child {\n  text-align: left;\n  font-weight: 500;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n\n  chart.style.display =\n    chart.style.display === \"block\"\n      ? \"none\"\n      : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({\n      behavior: \"smooth\",\n      block: \"start\"\n    });\n  }\n}\n\nvar country =\n  (window.Shopify \u0026\u0026 Shopify.country)\n    ? Shopify.country\n    : \"\";\n\nvar lang = navigator.language || \"\";\n\nvar isUK =\n  country === \"GB\" ||\n  lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12],\n  [\"Sleeve Length\",62,64,66,68,70],\n  [\"Cuff Width\",11.5,12,12.5,13,13.5]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7],\n  [\"Sleeve Length\",24.4,25.2,26.0,26.8,27.6],\n  [\"Cuff Width\",4.5,4.7,4.9,5.1,5.3]\n];\n\nvar rows = isUK ? inchRows : cmRows;\n\ndocument.getElementById(\"mm-size-title\").innerText =\n  isUK\n    ? \"Size Guide (INCHES)\"\n    : \"Size Guide (CM)\";\n\nvar html =\n  \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\n\nrows.forEach(function(row) {\n  html += \"\u003ctr\u003e\";\n\n  row.forEach(function(cell) {\n    html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\";\n  });\n\n  html += \"\u003c\/tr\u003e\";\n});\n\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":53944622317905,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":53944622350673,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":53944622383441,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":53944622416209,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":53944622448977,"sku":null,"price":80.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun3_2026_11_49_46AM.png?v=1780480204"},{"product_id":"the-milano-reverso-gilet-brown","title":"THE MILANO REVERSO GILET - BROWN","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\" open\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Reversible Gilet is designed for effortless everyday layering.\n        Crafted from a premium spandex-nylon blend with a fully reversible construction,\n        offering two refined looks in one. Lightweight, water-resistant and finished\n        with a clean stand collar and full zip closure.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eFully reversible design\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eStand collar\u003c\/li\u003e\n        \u003cli\u003ePremium zip closure\u003c\/li\u003e\n        \u003cli\u003eSide pockets\u003c\/li\u003e\n        \u003cli\u003eLightweight comfort\u003c\/li\u003e\n        \u003cli\u003eMaterial: Spandex \/ Nylon\u003c\/li\u003e\n        \u003cli\u003eLining: Cotton blend\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row){\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell){ html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\"; });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":54077695295825,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":54077695328593,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":54077695361361,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":54077695394129,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":54077695426897,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun15_2026_11_20_47PM.png?v=1781558547"},{"product_id":"the-milano-reverso-gilet-beige","title":"THE MILANO REVERSO GILET - BEIGE","description":"\u003cdiv class=\"mm-product-box\"\u003e\n\u003cdetails class=\"mm-accordion\" open=\"\"\u003e\n\u003csummary\u003eProduct Details\u003c\/summary\u003e\n\u003cdiv class=\"mm-content\"\u003e\n\u003cp\u003eThe Milano Reversible Gilet is designed for effortless everyday layering. Crafted from a premium spandex-nylon blend with a fully reversible construction, offering two refined looks in one. Lightweight, water-resistant and finished with a clean stand collar and full zip closure.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFully reversible design\u003c\/li\u003e\n\u003cli\u003eWater-resistant finish\u003c\/li\u003e\n\u003cli\u003eRegular fit\u003c\/li\u003e\n\u003cli\u003eStand collar\u003c\/li\u003e\n\u003cli\u003ePremium zip closure\u003c\/li\u003e\n\u003cli\u003eSide pockets\u003c\/li\u003e\n\u003cli\u003eLightweight comfort\u003c\/li\u003e\n\u003cli\u003eMaterial: Spandex \/ Nylon\u003c\/li\u003e\n\u003cli\u003eLining: Cotton blend\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbutton class=\"mm-size-btn\" type=\"button\"\u003e View Size Guide \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n\u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\u003cdiv class=\"mm-table-wrapper\"\u003e\n\u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":54078505255249,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":54078505288017,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":54078505320785,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":54078505353553,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":54078505386321,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun16_2026_12_40_27PM_b068f714-964d-4769-ac9a-682787ec2d00.png?v=1781724462"},{"product_id":"the-milano-reverso-gilet-black","title":"THE MILANO REVERSO GILET - BLACK","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\" open\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Reversible Gilet is designed for effortless everyday layering.\n        Crafted from a premium spandex-nylon blend with a fully reversible construction,\n        offering two refined looks in one. Lightweight, water-resistant and finished\n        with a clean stand collar and full zip closure.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eFully reversible design\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eStand collar\u003c\/li\u003e\n        \u003cli\u003ePremium zip closure\u003c\/li\u003e\n        \u003cli\u003eSide pockets\u003c\/li\u003e\n        \u003cli\u003eLightweight comfort\u003c\/li\u003e\n        \u003cli\u003eMaterial: Spandex \/ Nylon\u003c\/li\u003e\n        \u003cli\u003eLining: Cotton blend\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row){\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell){ html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\"; });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":54079020630353,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":54079020663121,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":54079020695889,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":54079020728657,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":54079020761425,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun16_2026_01_09_47PM.png?v=1781608197"},{"product_id":"the-milano-reverso-gilet-navy","title":"THE MILANO REVERSO GILET - NAVY","description":"\u003cdiv class=\"mm-product-box\"\u003e\n  \u003cdetails class=\"mm-accordion\" open\u003e\n    \u003csummary\u003eProduct Details\u003c\/summary\u003e\n\n    \u003cdiv class=\"mm-content\"\u003e\n      \u003cp\u003e\n        The Milano Reversible Gilet is designed for effortless everyday layering.\n        Crafted from a premium spandex-nylon blend with a fully reversible construction,\n        offering two refined looks in one. Lightweight, water-resistant and finished\n        with a clean stand collar and full zip closure.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eFully reversible design\u003c\/li\u003e\n        \u003cli\u003eWater-resistant finish\u003c\/li\u003e\n        \u003cli\u003eRegular fit\u003c\/li\u003e\n        \u003cli\u003eStand collar\u003c\/li\u003e\n        \u003cli\u003ePremium zip closure\u003c\/li\u003e\n        \u003cli\u003eSide pockets\u003c\/li\u003e\n        \u003cli\u003eLightweight comfort\u003c\/li\u003e\n        \u003cli\u003eMaterial: Spandex \/ Nylon\u003c\/li\u003e\n        \u003cli\u003eLining: Cotton blend\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cbutton class=\"mm-size-btn\" type=\"button\" onclick=\"toggleSizeChart()\"\u003e\n        View Size Guide\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv id=\"mm-size-chart\" class=\"mm-size-chart\"\u003e\n    \u003ch4 id=\"mm-size-title\"\u003eSize Guide (CM)\u003c\/h4\u003e\n\n    \u003cdiv class=\"mm-table-wrapper\"\u003e\n      \u003ctable id=\"mm-size-table\"\u003e\u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.mm-product-box{width:100%}\n.mm-accordion{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:18px 0}\n.mm-accordion summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}\n.mm-accordion summary::-webkit-details-marker{display:none}\n.mm-accordion summary::after{content:\"+\";position:absolute;right:0;font-size:20px}\n.mm-accordion[open] summary::after{content:\"−\"}\n.mm-content p{margin-top:15px;color:#444;line-height:1.7}\n.mm-content ul{margin-top:15px;padding-left:18px;line-height:1.9}\n.mm-size-btn{margin-top:20px;width:100%;background:#111;color:#fff;border:none;padding:14px;font-size:14px;cursor:pointer;letter-spacing:.5px}\n.mm-size-chart{display:none;margin-top:20px}\n.mm-size-chart h4{margin-bottom:15px;font-size:18px}\n.mm-table-wrapper{overflow-x:auto}\n.mm-size-chart table{width:100%;border-collapse:collapse;font-size:14px}\n.mm-size-chart th,.mm-size-chart td{border:1px solid #e5e5e5;padding:12px;text-align:center}\n.mm-size-chart th{background:#f7f7f7;font-weight:600}\n.mm-size-chart td:first-child{text-align:left;font-weight:500}\n\u003c\/style\u003e\n\n\u003cscript\u003e\nfunction toggleSizeChart() {\n  var chart = document.getElementById(\"mm-size-chart\");\n  chart.style.display = chart.style.display === \"block\" ? \"none\" : \"block\";\n\n  if (chart.style.display === \"block\") {\n    chart.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n  }\n}\n\nvar country = (window.Shopify \u0026\u0026 Shopify.country) ? Shopify.country : \"\";\nvar lang = navigator.language || \"\";\nvar isUK = country === \"GB\" || lang.toLowerCase() === \"en-gb\";\n\nvar cmRows = [\n  [\"Body Length\",68,70,72,74,76],\n  [\"Chest Width\",54,56,58,60,62],\n  [\"Hem Width\",47,49,51,53,55],\n  [\"Shoulder Width\",49,50.5,52,53.5,55],\n  [\"Armhole\",22.5,23.5,24.5,25.5,26.5],\n  [\"Neck Width\",19,19.5,20,20.5,21],\n  [\"Front Neck Drop\",10,10.5,11,11.5,12]\n];\n\nvar inchRows = [\n  [\"Body Length\",26.8,27.6,28.3,29.1,29.9],\n  [\"Chest Width\",21.3,22.0,22.8,23.6,24.4],\n  [\"Hem Width\",18.5,19.3,20.1,20.9,21.7],\n  [\"Shoulder Width\",19.3,19.9,20.5,21.1,21.7],\n  [\"Armhole\",8.9,9.3,9.6,10.0,10.4],\n  [\"Neck Width\",7.5,7.7,7.9,8.1,8.3],\n  [\"Front Neck Drop\",3.9,4.1,4.3,4.5,4.7]\n];\n\nvar rows = isUK ? inchRows : cmRows;\ndocument.getElementById(\"mm-size-title\").innerText = isUK ? \"Size Guide (INCHES)\" : \"Size Guide (CM)\";\n\nvar html = \"\u003cthead\u003e\u003ctr\u003e\u003cth\u003e\u003c\/th\u003e\u003cth\u003eS\u003c\/th\u003e\u003cth\u003eM\u003c\/th\u003e\u003cth\u003eL\u003c\/th\u003e\u003cth\u003eXL\u003c\/th\u003e\u003cth\u003eXXL\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\u003ctbody\u003e\";\nrows.forEach(function(row){\n  html += \"\u003ctr\u003e\";\n  row.forEach(function(cell){ html += \"\u003ctd\u003e\" + cell + \"\u003c\/td\u003e\"; });\n  html += \"\u003c\/tr\u003e\";\n});\nhtml += \"\u003c\/tbody\u003e\";\n\ndocument.getElementById(\"mm-size-table\").innerHTML = html;\n\u003c\/script\u003e","brand":"ModernoMilano","offers":[{"title":"S","offer_id":54079269634385,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":54079269667153,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":54079269699921,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":54079269732689,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true},{"title":"2XL","offer_id":54079269765457,"sku":null,"price":75.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/files\/ChatGPTImageJun16_2026_01_34_18PM.png?v=1781609668"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/1197\/2689\/collections\/ChatGPT_Image_May_27_2026_10_24_09_PM.png?v=1779913479","url":"https:\/\/modernomilano.com\/collections\/milano-summer-collection-26.oembed","provider":"ModernoMilano","version":"1.0","type":"link"}