{"title":"Franco Ponti - Classic Italian Knitwear","description":"\u003cstyle\u003e\n  .read-more-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease-out;\n    font-size: 14px;\n    line-height: 1.6;\n    color: #444;\n    font-family: inherit;\n  }\n\n  .read-more-content.open {\n    max-height: 1000px;\n    transition: max-height 0.5s ease-in;\n  }\n\n  .read-more-label,\n  .read-less-label {\n    color: #777;\n    cursor: pointer;\n    font-weight: normal;\n    display: inline-block;\n    margin-top: 10px;\n    font-size: 13px;\n    font-family: inherit;\n  }\n\n  section p,\n  section h2 {\n    font-size: 18px;\n    line-height: 1.6;\n    margin-bottom: 10px;\n    color: #444;\n    font-family: inherit;\n    text-align: left;\n  }\n\n  section:last-of-type {\n    margin-bottom: 0 !important;\n  }\n\n  .read-more-label:focus,\n  .read-less-label:focus {\n    outline: 2px solid #4d90fe;\n    outline-offset: 2px;\n  }\n\n  .collection-products:empty,\n  .collection-products:empty ~ .pagination,\n  .collection-products:empty ~ .page-width,\n  .collection-products:empty ~ .shopify-section {\n    display: none !important;\n    height: 0 !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    overflow: hidden !important;\n  }\n\u003c\/style\u003e\n\n\u003csection style=\"margin-bottom: 20px;\"\u003e\n  \u003ch2\u003eFranco Ponti at Jepsons – Italian-Made Men’s Knitwear\u003c\/h2\u003e\n\n  \u003cdiv class=\"read-more-content\" id=\"readMoreContentFrancoPonti\"\u003e\n    \u003cp\u003e \u003c\/p\u003e\n\n    \u003cp\u003eDiscover Franco Ponti at Jepsons, a collection of traditional men’s knitwear made in Italy. Combining timeless styling with dependable everyday comfort, Franco Ponti jumpers are crafted from a soft, medium-weight wool blend that provides warmth without feeling excessively bulky.\u003c\/p\u003e\n\n    \u003cp\u003eExplore the classic Franco Ponti K01 V-neck jumper, perfect for layering over a shirt or T-shirt, alongside the versatile K02 crew-neck jumper for a clean and timeless appearance. Both styles are made from a comfortable 50% wool and 50% acrylic blend and finished with ribbed necklines, cuffs and hems to help maintain their shape.\u003c\/p\u003e\n\n    \u003cp\u003eAvailable in an extensive choice of colours, from understated navy, grey and natural shades to richer seasonal tones, Franco Ponti knitwear makes a practical and versatile addition to any wardrobe. Shop the collection online or visit Jepsons in Nantwich to discover traditional Italian-made knitwear designed for effortless everyday wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cspan aria-controls=\"readMoreContentFrancoPonti\" aria-expanded=\"false\" role=\"button\" class=\"read-more-label\" id=\"toggleReadMoreFrancoPonti\" tabindex=\"0\"\u003e\n    Read more\n  \u003c\/span\u003e\n\n  \u003cspan aria-controls=\"readMoreContentFrancoPonti\" aria-expanded=\"false\" style=\"display: none;\" role=\"button\" class=\"read-less-label\" id=\"toggleReadLessFrancoPonti\" tabindex=\"0\"\u003e\n    Read less\n  \u003c\/span\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  const readMoreBtnFrancoPonti = document.getElementById(\n    \"toggleReadMoreFrancoPonti\"\n  );\n\n  const readLessBtnFrancoPonti = document.getElementById(\n    \"toggleReadLessFrancoPonti\"\n  );\n\n  const contentFrancoPonti = document.getElementById(\n    \"readMoreContentFrancoPonti\"\n  );\n\n  function toggleContentFrancoPonti(show) {\n    if (show) {\n      contentFrancoPonti.classList.add(\"open\");\n      readMoreBtnFrancoPonti.style.display = \"none\";\n      readLessBtnFrancoPonti.style.display = \"inline-block\";\n      readMoreBtnFrancoPonti.setAttribute(\"aria-expanded\", \"true\");\n      readLessBtnFrancoPonti.setAttribute(\"aria-expanded\", \"true\");\n    } else {\n      contentFrancoPonti.classList.remove(\"open\");\n      readMoreBtnFrancoPonti.style.display = \"inline-block\";\n      readLessBtnFrancoPonti.style.display = \"none\";\n      readMoreBtnFrancoPonti.setAttribute(\"aria-expanded\", \"false\");\n      readLessBtnFrancoPonti.setAttribute(\"aria-expanded\", \"false\");\n    }\n  }\n\n  readMoreBtnFrancoPonti.addEventListener(\"click\", () =\u003e\n    toggleContentFrancoPonti(true)\n  );\n\n  readLessBtnFrancoPonti.addEventListener(\"click\", () =\u003e\n    toggleContentFrancoPonti(false)\n  );\n\n  [readMoreBtnFrancoPonti, readLessBtnFrancoPonti].forEach((btn) =\u003e {\n    btn.addEventListener(\"keydown\", function (e) {\n      if (e.key === \"Enter\" || e.key === \" \") {\n        e.preventDefault();\n        toggleContentFrancoPonti(\n          !contentFrancoPonti.classList.contains(\"open\")\n        );\n      }\n    });\n  });\n\n  document.addEventListener(\"DOMContentLoaded\", () =\u003e {\n    window.setTimeout(() =\u003e {\n      const cp = document.querySelector(\".collection-products\");\n\n      if (\n        cp \u0026\u0026\n        cp.querySelectorAll(\n          \".grid__item, .product-grid-item, .product-card\"\n        ).length === 0\n      ) {\n        cp.style.display = \"none\";\n\n        [\".pagination\", \".page-width\", \".shopify-section\"].forEach((selector) =\u003e {\n          const element = document.querySelector(selector);\n\n          if (element) {\n            element.style.display = \"none\";\n            element.style.height = \"0\";\n            element.style.margin = \"0\";\n            element.style.padding = \"0\";\n            element.style.overflow = \"hidden\";\n          }\n        });\n\n        const collectionSection = cp.closest(\"section.shopify-section\");\n\n        if (collectionSection) {\n          collectionSection.style.display = \"none\";\n        }\n      }\n    }, 100);\n  });\n\u003c\/script\u003e","products":[{"product_id":"franco-ponti-w01-merino-v-neck","title":"Massoti Merino Wool V-Neck Jumper W01 in Navy","description":"\u003cstyle\u003e  \n\/* Base structural styling for the product description container *\/  \n.product-description {  \n  max-width: 800px;  \n  margin: 0 auto;  \n  padding: 0 0 20px 0;  \n}  \n\/* Styling for h2 elements *\/  \n.product-description h2 {  \n  font-size: 14px;  \n  font-weight: normal;  \n  color: #444;  \n  line-height: 1.6;  \n  margin: 10px 0 5px 0;  \n  padding: 0;  \n  background: none;  \n  text-align: left;  \n  font-family: inherit;  \n}  \n\/* Styling for paragraph text *\/  \n.product-description p {  \n  font-size: 14px;  \n  line-height: 1.6;  \n  margin: 0 0 10px 0;  \n  color: #444;  \n  font-family: inherit;  \n}  \n\/* Styling for unordered lists *\/  \n.product-description ul {  \n  padding-left: 20px;  \n  margin: 0 0 15px 0;  \n}  \n\/* Styling for list items *\/  \n.product-description li {  \n  margin-bottom: 8px;  \n  font-size: 14px;  \n  line-height: 1.5;  \n  color: #444;  \n  font-family: inherit;  \n}  \n\/* General bold styling *\/  \nstrong {  \n  font-weight: bold;  \n  color: #333;  \n}  \n\/* Styling for cross-sell section *\/  \n.cross-sell {  \n  font-size: 14px;  \n  margin: 20px 0 0 0;  \n  text-align: center;  \n}  \n\/* Styling for the cross-sell link *\/  \n.cross-sell-link {  \n  color: #333;  \n  text-decoration: none;  \n  font-weight: bold;  \n}  \n.cross-sell-link:hover {  \n  color: #000;  \n  text-decoration: underline;  \n}  \n\/* Dedicated class for styling the brand name subtly *\/  \n.brand-style {  \n  color: #666 !important;  \n  font-weight: bold !important;  \n  transition: text-decoration 0.3s ease;  \n}  \n\/* Ensure brand-style consistency within a link *\/  \n.cross-sell-link .brand-style {  \n  color: #666 !important;  \n}  \n.cross-sell-link:hover .brand-style {  \n  color: #000 !important;  \n  text-decoration: underline;  \n}  \n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe \u003cspan class=\"brand-style\"\u003eMassoti\u003c\/span\u003e Merino Wool V-Neck Jumper W01 in Navy offers an optimum blend of warmth, versatility, and quality, making it a reliable wardrobe staple for men. Crafted from pure Italian lightweight merino wool, this jumper is designed for natural comfort and essential style. Its classic V-neck can be worn on its own, layered over a shirt, or styled underneath a jacket. Merino wool is renowned for its breathable qualities, moisture-wicking properties, and ability to retain warmth, ensuring comfort in various temperatures.\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eKey Features \u0026amp; Product Details\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCrafted from 100% pure Italian lightweight merino wool for luxurious softness, durability, and breathability\u003c\/li\u003e\n\u003cli\u003eClassic V-neck design for versatile styling options\u003c\/li\u003e\n\u003cli\u003eFine knit, 21-gauge construction for a refined appearance\u003c\/li\u003e\n\u003cli\u003eRenowned for breathability, natural comfort, and warmth retention\u003c\/li\u003e\n\u003cli\u003eMachine washable for easy care\u003c\/li\u003e\n\u003cli\u003eAvailable in Navy colourway\u003c\/li\u003e\n\u003cli\u003eRegular fit\u003c\/li\u003e\n\u003cli\u003eStyle: Men's V-neck jumper, W01 model\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cstrong\u003eFabric \u0026amp; Composition\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e100% Merino Wool\u003c\/li\u003e\n\u003cli\u003eItalian sourced wool\u003c\/li\u003e\n\u003cli\u003eFine knit, 21-gauge construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMachine washable at 30 degrees\u003c\/li\u003e\n\u003cli\u003eRefer to garment label for specific washing instructions to ensure longevity\u003c\/li\u003e\n\u003cli\u003eAvoid harsh chemicals or excessive heat during washing and drying to preserve wool quality\u003c\/li\u003e\n\u003cli\u003eStore flat in a cool, dry place\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"cross-sell\"\u003e\u003ca href=\"https:\/\/www.jepsons.co.uk\/collections\/mens-hoodies-sweatshirts\" class=\"cross-sell-link\"\u003eExplore More \u003cspan class=\"brand-style\"\u003eMassoti\u003c\/span\u003e Knitwear\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Franco Ponti","offers":[{"title":"S","offer_id":47826967691496,"sku":"00888387","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":47826967724264,"sku":"00888394","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":47826967757032,"sku":"00888400","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":47826967789800,"sku":"00888417","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"XXL","offer_id":47826967822568,"sku":"00888424","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"3XL","offer_id":47826967855336,"sku":"00888431","price":84.95,"currency_code":"GBP","in_stock":true},{"title":"4XL","offer_id":47826967888104,"sku":"00949354","price":84.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2061\/4751\/files\/W01_Navy.jpg?v=1763548788"},{"product_id":"franco-ponti-w05-merino-crew","title":"Massoti Extra Fine Italian Merino Wool Crew Neck Jumper in Navy W05","description":"\u003cstyle\u003e  \n\/* Base structural styling for the product description container *\/  \n.product-description {  \n  max-width: 800px;  \n  margin: 0 auto;  \n  padding: 0 0 20px 0;  \n}  \n\/* Styling for h2 elements *\/  \n.product-description h2 {  \n  font-size: 14px;  \n  font-weight: normal;  \n  color: #444;  \n  line-height: 1.6;  \n  margin: 10px 0 5px 0;  \n  padding: 0;  \n  background: none;  \n  text-align: left;  \n  font-family: inherit;  \n}  \n\/* Styling for paragraph text *\/  \n.product-description p {  \n  font-size: 14px;  \n  line-height: 1.6;  \n  margin: 0 0 10px 0;  \n  color: #444;  \n  font-family: inherit;  \n}  \n\/* Styling for unordered lists *\/  \n.product-description ul {  \n  padding-left: 20px;  \n  margin: 0 0 15px 0;  \n}  \n\/* Styling for list items *\/  \n.product-description li {  \n  margin-bottom: 8px;  \n  font-size: 14px;  \n  line-height: 1.5;  \n  color: #444;  \n  font-family: inherit;  \n}  \n\/* General bold styling *\/  \nstrong {  \n  font-weight: bold;  \n  color: #333;  \n}  \n\/* Styling for cross-sell section *\/  \n.cross-sell {  \n  font-size: 14px;  \n  margin: 20px 0 0 0;  \n  text-align: center;  \n}  \n\/* Styling for the cross-sell link *\/  \n.cross-sell-link {  \n  color: #333;  \n  text-decoration: none;  \n  font-weight: bold;  \n}  \n.cross-sell-link:hover {  \n  color: #000;  \n  text-decoration: underline;  \n}  \n\/* Dedicated class for styling the brand name subtly *\/  \n.brand-style {  \n  color: #666 !important;  \n  font-weight: bold !important;  \n  transition: text-decoration 0.3s ease;  \n}  \n\/* Ensure brand-style consistency within a link *\/  \n.cross-sell-link .brand-style {  \n  color: #666 !important;  \n}  \n.cross-sell-link:hover .brand-style {  \n  color: #000 !important;  \n  text-decoration: underline;  \n}  \n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe \u003cspan class=\"brand-style\"\u003eMassoti\u003c\/span\u003e Merino Wool Crew Neck Jumper W05 in Navy is an essential wardrobe staple that combines timeless style with exceptional comfort. Crafted from pure Italian extra fine merino wool, this jumper offers a luxurious soft feel against the skin while providing natural breathability and warmth retention. Perfect for layering over shirts or wearing alone, the classic crew neck design ensures versatility for both casual and smart-casual occasions throughout the year.\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eKey Features \u0026amp; Product Details\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMade from 100% extra fine Italian merino wool for superior softness and durability\u003c\/li\u003e\n\u003cli\u003eClassic crew neck design with ribbed collar, cuffs, and hem for a refined finish\u003c\/li\u003e\n\u003cli\u003e21-gauge fine knit construction for a lightweight yet warm feel\u003c\/li\u003e\n\u003cli\u003eMachine washable for convenient care without compromising quality\u003c\/li\u003e\n\u003cli\u003eBreathable properties help regulate temperature in various conditions\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eRegular fit suitable for layering\u003c\/li\u003e\n\u003cli\u003eStyle: Men's crew neck jumper, W05 model\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cstrong\u003eFabric \u0026amp; Composition\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e100% Extra Fine Merino Wool\u003c\/li\u003e\n\u003cli\u003eItalian sourced long staple merino wool\u003c\/li\u003e\n\u003cli\u003e21-gauge fine knit for elegant drape and comfort\u003c\/li\u003e\n\u003cli\u003eNaturally moisture-wicking and odour-resistant\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cstrong\u003eCare Instructions\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMachine washable at 30 degrees on a wool cycle\u003c\/li\u003e\n\u003cli\u003eUse wool-safe detergent and avoid fabric softeners\u003c\/li\u003e\n\u003cli\u003eReshape while damp and dry flat away from direct heat\u003c\/li\u003e\n\u003cli\u003eDo not tumble dry or use high heat to preserve wool fibres\u003c\/li\u003e\n\u003cli\u003eStore folded in a cool, dry place to maintain shape\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"cross-sell\"\u003e\u003ca class=\"cross-sell-link\" href=\"https:\/\/www.jepsons.co.uk\/collections\/mens-hoodies-sweatshirts\"\u003eExplore More \u003cspan class=\"brand-style\"\u003eMassoti\u003c\/span\u003e Knitwear\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Franco Ponti","offers":[{"title":"S","offer_id":47827024511208,"sku":"00997348","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":47827024347368,"sku":"00997294","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":47827024380136,"sku":"00997300","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":47827024412904,"sku":"00997317","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"XXL","offer_id":47827024445672,"sku":"00997324","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"3XL","offer_id":47827024478440,"sku":"00997331","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"4XL","offer_id":47827024576744,"sku":"00997362","price":79.95,"currency_code":"GBP","in_stock":true},{"title":"5XL","offer_id":47827024543976,"sku":"00997355","price":79.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2061\/4751\/files\/W05_Navy.jpg?v=1763550532"},{"product_id":"franco-ponti-men-s-merino-wool-blend-v-neck-jumper-in-brown","title":"Franco Ponti Men’s Merino Wool Blend V-Neck Jumper in Brown","description":"\u003cp\u003eA timeless knitwear essential, the Franco Ponti K01 V-Neck Jumper combines traditional Italian styling with comfortable everyday wear. Made in Italy from a soft 50% wool and 50% acrylic blend, its medium-weight knit provides warmth without feeling excessively bulky.\u003c\/p\u003e\n\u003cp\u003eThe classic V-neck makes it ideal for layering over a shirt or wearing more casually with a T-shirt. Finished with ribbed trims at the neckline, cuffs and hem, the K01 offers a smart, dependable shape that works equally well with tailored trousers, chinos or jeans.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eTraditional V-neck design\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eSoft, medium-weight knit\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e50% wool, 50% acrylic\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eRibbed neckline, cuffs and hem\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eComfortable and easy to layer\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eAvailable in a wide choice of colours\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eMade in Italy\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eStyle: K01\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Franco Ponti","offers":[{"title":"S","offer_id":48988128313576,"sku":"01354584","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48988128149736,"sku":"01354539","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48988128182504,"sku":"01354546","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48988128215272,"sku":"01354553","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"XXL","offer_id":48988128248040,"sku":"01354560","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"3XL","offer_id":48988128280808,"sku":"01354577","price":64.95,"currency_code":"GBP","in_stock":true},{"title":"4XL","offer_id":48988128346344,"sku":"01354591","price":64.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2061\/4751\/files\/franco-ponti-k01-v-neck-jumper-brown_584cf36c-e973-4b42-940c-bd771588342d.png?v=1788364064"}],"url":"https:\/\/www.jepsons.co.uk\/collections\/franco-ponti-made-in-italy.oembed","provider":"Jepsons","version":"1.0","type":"link"}