{"id":50,"date":"2021-05-20T10:47:19","date_gmt":"2021-05-20T08:47:19","guid":{"rendered":"https:\/\/www.lanagatto.it\/nuovo_sito\/?page_id=50"},"modified":"2026-01-08T16:36:58","modified_gmt":"2026-01-08T15:36:58","slug":"lana-gatto-collections","status":"publish","type":"page","link":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/","title":{"rendered":"Lana Gatto Collections"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"50\" class=\"elementor elementor-50\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4e50cc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e50cc3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f389b2b\" data-id=\"f389b2b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0ccb7e elementor-align-center elementor-widget elementor-widget-breadcrumbs\" data-id=\"b0ccb7e\" data-element_type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.lanagatto.it\/en\/\">Home<\/a><\/span><\/span><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-416e8ee elementor-widget elementor-widget-heading\" data-id=\"416e8ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Lana Gatto COLLECTIONS<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1f3468 elementor-widget elementor-widget-heading\" data-id=\"d1f3468\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Creativity, research, and style: the Lana Gatto collections <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e2f81c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4e2f81c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a53c39 elementor-widget elementor-widget-text-editor\" data-id=\"6a53c39\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Conception, construction, graphic design, and execution: each product line for knitwear is a research journey through yarns and colours<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6750e30 elementor-widget elementor-widget-html\" data-id=\"6750e30\" data-element_type=\"widget\" id=\"htmlcode\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\njQuery(document).ready(function() {\n    \/\/ Verifica che la larghezza dell'HTML sia maggiore di 768px\n    if (jQuery(\"html\").width() > 768) {\n        \n        jQuery(\"#lg_col_right\").hover(\n            function() {\n                \/\/ Puoi comunque calcolare la larghezza in caso di resize\n                var mycanv = jQuery(\"html\").width();\n                var w_1 = ( mycanv > 768 ) ? \"40%\" : \"65%\";\n                moveme_r_h(w_1);\n            }, \n            function() {\n                moveme_r_r();\n            }\n        );\n        \n        jQuery(\"#lg_col_left\").hover(\n            function() {\n                var mycanv = jQuery(\"html\").width();\n                var w_1 = ( mycanv > 768 ) ? \"40%\" : \"65%\";\n                moveme_l_h(w_1);\n            }, \n            function() {\n                moveme_l_r();\n            }\n        );   \n\n        function moveme_r_h(w_1) {\n            jQuery(\"#lg_riga_right .elementor-divider-separator\").stop(true, true).animate({width: w_1}, \"fast\");\n            jQuery(\"#lg_txt_right_title h2\").stop(true, true).animate({fontWeight: '600'}, \"fast\");\n            jQuery(\"#lg_txt_right h3\").stop(true, true).animate({opacity: '1'});\n            jQuery(\"#lg_txt_right_coll h3\").stop(true, true).animate({opacity: '1'});\n        } \n        \n        function moveme_r_r() {\n            jQuery(\"#lg_riga_right .elementor-divider-separator\").stop(true, true).animate({width: '0px'});\n            jQuery(\"#lg_txt_right h3\").stop(true, true).animate({opacity: '0'});\n            jQuery(\"#lg_txt_right_coll h3\").stop(true, true).animate({opacity: '0'});\n            jQuery(\"#lg_txt_right_title h2\").stop(true, true).animate({fontWeight: '500'}, \"fast\");\n        }\n        \n        function moveme_l_h(w_1) {\n            jQuery(\"#lg_riga_left .elementor-divider-separator\").stop(true, true).animate({width: w_1}, \"fast\");\n            jQuery(\"#lg_txt_left_title h2\").stop(true, true).animate({fontWeight: '600'}, \"fast\");\n            jQuery(\"#lg_txt_left h3\").stop(true, true).animate({opacity: '1'});\n            jQuery(\"#lg_txt_left_coll h3\").stop(true, true).animate({opacity: '1'});\n        } \n        \n        function moveme_l_r() {\n            jQuery(\"#lg_riga_left .elementor-divider-separator\").stop(true, true).animate({width: '0px'});\n            jQuery(\"#lg_txt_left h3\").stop(true, true).animate({opacity: '0'});\n            jQuery(\"#lg_txt_left_coll h3\").stop(true, true).animate({opacity: '0'});\n            jQuery(\"#lg_txt_left_title h2\").stop(true, true).animate({fontWeight: '500'}, \"fast\");\n        }\n    }\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fe0da27 elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-height-default\" data-id=\"fe0da27\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a95bf62\" data-id=\"a95bf62\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f8894b5 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"f8894b5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c67b812\" data-id=\"c67b812\" data-element_type=\"column\" id=\"lg_col_left\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f161fff elementor-widget elementor-widget-heading\" data-id=\"f161fff\" data-element_type=\"widget\" id=\"lg_txt_left_coll\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/winter-archive\/\">archive FW 25\/26<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6450c25 elementor-widget elementor-widget-heading\" data-id=\"6450c25\" data-element_type=\"widget\" id=\"lg_txt_left\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/autumn-winter-collection\/\">collection 2026-2027<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09d377c elementor-widget elementor-widget-spacer\" data-id=\"09d377c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c539ad4 elementor-widget elementor-widget-heading\" data-id=\"c539ad4\" data-element_type=\"widget\" id=\"lg_txt_left_title\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/autumn-winter-collection\/\">Autumn\/winter<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b5610b1\" data-id=\"b5610b1\" data-element_type=\"column\" id=\"lg_col_right\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-58c3a69 elementor-widget elementor-widget-heading\" data-id=\"58c3a69\" data-element_type=\"widget\" id=\"lg_txt_right_coll\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/summer-archive\/\">archive 2025<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24b8519 elementor-widget elementor-widget-heading\" data-id=\"24b8519\" data-element_type=\"widget\" id=\"lg_txt_right\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/spring-summer-collection\/\">collection 2026<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1781764 elementor-widget elementor-widget-spacer\" data-id=\"1781764\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8b64cd elementor-widget elementor-widget-heading\" data-id=\"a8b64cd\" data-element_type=\"widget\" id=\"lg_txt_right_title\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/spring-summer-collection\/\">Spring\/summer<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-aca50dd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"aca50dd\" data-element_type=\"widget\" id=\"lg_riga_right\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d80af8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8d80af8\" data-element_type=\"widget\" id=\"lg_riga_left\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0802f3e elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-section-boxed elementor-section-height-default\" data-id=\"0802f3e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ea910d7\" data-id=\"ea910d7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0006c16 elementor-widget elementor-widget-spacer\" data-id=\"0006c16\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9a4ff5 elementor-widget elementor-widget-heading\" data-id=\"b9a4ff5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/harmony-230\/\">Harmony 2\/30<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-39e662d\" data-id=\"39e662d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b39c801 elementor-widget elementor-widget-spacer\" data-id=\"b39c801\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6e50a9 elementor-widget elementor-widget-heading\" data-id=\"c6e50a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.lanagatto.it\/en\/skeins\/\">Skeins<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c4934e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c4934e5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-35016f3\" data-id=\"35016f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9fac767 elementor-widget elementor-widget-text-editor\" data-id=\"9fac767\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Creating a collection means <strong>IMAGININIG THE FUTURE<\/strong>, giving it new colours and shapes. An action that goes beyond creativity, it is visionary and bears fruit through a path of <strong>CONTINUOS RESEARCH<\/strong> in which fantasy and reality, intuition and inspiration follow one another until they harmonise into a <strong>SINGLE IDEA<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d69ed04 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d69ed04\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63689d2 elementor-widget elementor-widget-text-editor\" data-id=\"63689d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our product lines, all <strong>MADE IN ITALY<\/strong>, start just like this and are an expression of the long, hard work that, after an initial phase of study and analysis into what has been developed in the past for colours and fibres, continues by creating a <strong>NEW PROPOSAL<\/strong>, organised into yarns and nuances that will define the trend for the season.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f3be15 elementor-widget elementor-widget-text-editor\" data-id=\"9f3be15\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>From the creation of the first prototypes, the heart of the collection, to the identification of the concept, the step is a short one, but significant, in order to proceed with the definitive part which will take our balls of yarn and the products for knitwear to take off <strong>IN THE WORLD<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9630188 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9630188\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3cdd685\" data-id=\"3cdd685\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c54ca7c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c54ca7c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/autumn-winter-collection\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Autumn Winter Collection<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c47234d\" data-id=\"c47234d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae21397 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ae21397\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/spring-summer-collection\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Spring Summer Collection<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Lana Gatto COLLECTIONS Creativity, research, and style: the Lana Gatto collections Conception, construction, graphic design, and execution: each product line for knitwear is a research journey through yarns and colours archive FW 25\/26 collection 2026-2027 Autumn\/winter archive 2025 collection 2026 Spring\/summer Harmony 2\/30 Skeins Creating a collection means IMAGININIG THE FUTURE, giving it new colours [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-50","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Lana Gatto Collections - Lana Gatto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lana Gatto Collections - Lana Gatto\" \/>\n<meta property=\"og:description\" content=\"Lana Gatto COLLECTIONS Creativity, research, and style: the Lana Gatto collections Conception, construction, graphic design, and execution: each product line for knitwear is a research journey through yarns and colours archive FW 25\/26 collection 2026-2027 Autumn\/winter archive 2025 collection 2026 Spring\/summer Harmony 2\/30 Skeins Creating a collection means IMAGININIG THE FUTURE, giving it new colours [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/\" \/>\n<meta property=\"og:site_name\" content=\"Lana Gatto\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T15:36:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/\",\"url\":\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/\",\"name\":\"Lana Gatto Collections - Lana Gatto\",\"isPartOf\":{\"@id\":\"https:\/\/www.lanagatto.it\/en\/#website\"},\"datePublished\":\"2021-05-20T08:47:19+00:00\",\"dateModified\":\"2026-01-08T15:36:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.lanagatto.it\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lana Gatto Collections\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.lanagatto.it\/en\/#website\",\"url\":\"https:\/\/www.lanagatto.it\/en\/\",\"name\":\"Lana Gatto\",\"description\":\"Knitting 100% made in Italy\",\"publisher\":{\"@id\":\"https:\/\/www.lanagatto.it\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.lanagatto.it\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.lanagatto.it\/en\/#organization\",\"name\":\"Lana Gatto\",\"url\":\"https:\/\/www.lanagatto.it\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.lanagatto.it\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.lanagatto.it\/wp-content\/uploads\/2021\/06\/Lana-Gatto-logo-contatti.png\",\"contentUrl\":\"https:\/\/www.lanagatto.it\/wp-content\/uploads\/2021\/06\/Lana-Gatto-logo-contatti.png\",\"width\":800,\"height\":237,\"caption\":\"Lana Gatto\"},\"image\":{\"@id\":\"https:\/\/www.lanagatto.it\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/lanagattofficial\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lana Gatto Collections - Lana Gatto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/","og_locale":"en_US","og_type":"article","og_title":"Lana Gatto Collections - Lana Gatto","og_description":"Lana Gatto COLLECTIONS Creativity, research, and style: the Lana Gatto collections Conception, construction, graphic design, and execution: each product line for knitwear is a research journey through yarns and colours archive FW 25\/26 collection 2026-2027 Autumn\/winter archive 2025 collection 2026 Spring\/summer Harmony 2\/30 Skeins Creating a collection means IMAGININIG THE FUTURE, giving it new colours [&hellip;]","og_url":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/","og_site_name":"Lana Gatto","article_modified_time":"2026-01-08T15:36:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/","url":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/","name":"Lana Gatto Collections - Lana Gatto","isPartOf":{"@id":"https:\/\/www.lanagatto.it\/en\/#website"},"datePublished":"2021-05-20T08:47:19+00:00","dateModified":"2026-01-08T15:36:58+00:00","breadcrumb":{"@id":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.lanagatto.it\/en\/lana-gatto-collections\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lanagatto.it\/en\/"},{"@type":"ListItem","position":2,"name":"Lana Gatto Collections"}]},{"@type":"WebSite","@id":"https:\/\/www.lanagatto.it\/en\/#website","url":"https:\/\/www.lanagatto.it\/en\/","name":"Lana Gatto","description":"Knitting 100% made in Italy","publisher":{"@id":"https:\/\/www.lanagatto.it\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lanagatto.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.lanagatto.it\/en\/#organization","name":"Lana Gatto","url":"https:\/\/www.lanagatto.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lanagatto.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.lanagatto.it\/wp-content\/uploads\/2021\/06\/Lana-Gatto-logo-contatti.png","contentUrl":"https:\/\/www.lanagatto.it\/wp-content\/uploads\/2021\/06\/Lana-Gatto-logo-contatti.png","width":800,"height":237,"caption":"Lana Gatto"},"image":{"@id":"https:\/\/www.lanagatto.it\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/lanagattofficial\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/comments?post=50"}],"version-history":[{"count":602,"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":33978,"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/pages\/50\/revisions\/33978"}],"wp:attachment":[{"href":"https:\/\/www.lanagatto.it\/en\/wp-json\/wp\/v2\/media?parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}