{"id":39762,"date":"2024-05-07T08:00:00","date_gmt":"2024-05-07T07:00:00","guid":{"rendered":"https:\/\/lodzdesign.com\/?post_type=products&#038;p=39762"},"modified":"2025-11-16T17:52:59","modified_gmt":"2025-11-16T16:52:59","slug":"gerro-tables","status":"publish","type":"products","link":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/","title":{"rendered":"Gerro tables\u00a0"},"content":{"rendered":"\n\n<div class=\"breadcrumbs container\" role=\"navigation\">\n\n                <p>\n                <span>\n                    <span>\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/\" target=\"\">\u0141DF<\/a>\n                            \/\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/musthave\/\" target=\"\">must have<\/a>\n                            \/\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/\" target=\"\">Catalog<\/a>\n                            \/\n                        \n                        <strong class=\"breadcrumb_last\" aria-current=\"page\"><\/strong>\n                    <\/span>\n                <\/span>\n            <\/p>\n    <\/div>\n\n\n\n<div class=\"ldf-heading-block container\">\n\n    <div class=\"ldf-heading-block__inner-part\">\n\n        <div class=\"ldf-heading-block__left-part\">\n            <h1>\n                Gerro tables \n            <\/h1>\n\n                    <\/div>\n\n    <\/div>\n\n<\/div>\n\n\n\n<div class=\"ldf-content-block container\">\n    <p class=\"p1\"><span class=\"s1\"><i><strong>DESIGN:<\/strong> <span data-contrast=\"none\">Wojciech B\u0142aszczyk \/ Sedno Studio<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:360}\">\u00a0<\/span><\/i><\/span><\/p>\n<p class=\"p1\"><span class=\"s2\"><i><span class=\"s4\"><strong>THE MANUFACTURER&#8217;S NAME: <\/strong>Mebella<\/span><\/i><\/span><\/p>\n<p>&nbsp;<\/p>\n<p>must have 2024<\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><span data-contrast=\"none\">Gerro is the fruit of collaboration between two enthusiasts <span class=\"s1\">\u2013<\/span><\/span><span data-contrast=\"none\">\u00a0Sedno Studio<\/span><span data-contrast=\"none\"> and Mebelli, who decided to bring to life a project inspired by nature. The Gerro family of tables, with a shape reminiscent of a water spider, not only provides a fresh aesthetic but also functionality. The versatility of the product allows it to be adapted to various spaces and user needs, encouraging the exploration of new possibilities in interior design. The project was created with the gastronomic and hotel sectors in mind.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:360}\">\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span data-contrast=\"none\">The Gerro table system stands out for its sustainable production, reducing waste to just 10%. Flat-packing and easy assembly facilitate their transport and installation. With the ability to easily replace any component, Gerro is not just furniture, but also a story about harmony between nature and design. Height adjustment, as well as the size of the top and a wide range of colors, ensure that the table fits perfectly in modern public spaces.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:360}\">\u00a0<\/span><\/p>\n\n<\/div>\n\n\n\n<div class=\"ldf-button-block container\">\n            <a href=\"https:\/\/mebella.pl\/\" target=\"_blank\">\n            Visit the manufacturer&#8217;s website\n                            <span class=\"ldf-chevron ldf-chevron-right\"><\/span>\n                    <\/a>\n    <\/div>\n\n\n\n<div class=\"ldf-slider container\">\n    <div class=\"ldf-slider-desktop\">\n        <span class=\"thin-arrow left-thin-arrow left-thin-arrow-\"\n\t\t\trole=\"button\"\n\t\t\ttabindex=\"0\"\n\t\t\tdata-move-class=\"carousel-control-previous-\">\n\t\t<div style=\"display: none\">slide left<\/div>\n\t\t<\/span>\n        <div class=\"carousel carousel-\"><\/div>\n\t\t\n        <span class=\"thin-arrow right-thin-arrow right-thin-arrow-\"\n\t\t\trole=\"button\"\n\t\t\ttabindex=\"0\"\n\t\t\tdata-move-class=\"carousel-control-next-\">\n\t\t\t<div style=\"display: none\">slide left<\/div>\n\t\t<\/span>\n\t\t\n\t\t<div class=\"alt-text\"><\/div>\n    <\/div>\n    <div class=\"ldf-slider-mobile\" style=\"display: none;\">\n            <\/div>\n\t\n<\/div>\n\n\t\n<script>\nlet exampleCarousel\n    jQuery( document ).ready(function() {\n        \/\/ Create a new carousel object\n        exampleCarousel = new Carousel( document.querySelector( '.carousel-' ), );\n        \/\/ Setup carousel and methods\n        exampleCarousel.mounted();\n\n        var alreadyGalleryArray = [];\n\n        jQuery('.ldf-slider-desktop .carousel- .carousel-item').each(function( index ) {\n\t\t\n            var src = jQuery(this).attr('src');\n\n            if ( jQuery.inArray(src, alreadyGalleryArray) === -1 ) {\n                alreadyGalleryArray.push(src);\n                jQuery(this).attr('data-fancybox', '');\n            }\n        });\n\n    });\n\n    jQuery( document ).ready(\n        function(){\n            var maxHeight = 0;\n\n            jQuery('.carousel-container-' + carousel_number + ' img').each(function(){\n\n                jQuery(this).on('load', function(){\n                    var thisH = jQuery(this).height();\n\n                    if (thisH > maxHeight) {\n                        maxHeight = thisH;\n\n                        jQuery('.ldf-slider .carousel-' + carousel_number).css('height', maxHeight);\n                        jQuery('.ldf-slider .carousel-container-' + carousel_number).css('height', maxHeight);\n\t\t\t\t\t\texampleCarousel.altText()\n                    }\n                });\n            });\n        }\n    );\n\n    jQuery('body').on('click', '.ldf-slider-desktop img', function() {\n        var isFancybox = jQuery(this).attr('data-fancybox');\n\n        if ( isFancybox === undefined || isFancybox === '' ) {\n            var clickedSrc = jQuery(this).attr('src');\n\n            jQuery('.ldf-slider-desktop img[data-fancybox=\"\"]').each(function(){\n               if ( jQuery(this).attr('src') === clickedSrc ) {\n                   jQuery(this).attr('data-fancybox', '');\n               }\n            });\n\n            jQuery(this).attr('data-fancybox', '');\n\n        }\n    });\n\n    jQuery('body').on('click', '.ldf-slider-mobile img', function() {\n       var src = jQuery(this).attr('src');\n       var currentSrc = '';\n\n        jQuery('.carousel-container img[data-fancybox=\"\"]').each(function(){\n            currentSrc = jQuery(this).attr('src');\n\n            if ( currentSrc === src ) {\n                jQuery(this).click();\n            }\n        });\n\n    });\n\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":39261,"parent":5291,"menu_order":0,"template":"","year_product":[326],"product_category":[196],"class_list":["post-39762","products","type-products","status-publish","has-post-thumbnail","hentry","year_product-326","product_category-furniture"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival<\/title>\n<meta name=\"description\" content=\"The Gerro family of tables, with a shape reminiscent of a water spider, not only provides a fresh aesthetic but also functionality.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0141\u00f3d\u017a Design Festival\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Lodz.Design\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-16T16:52:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1707\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg\" \/>\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:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/\",\"url\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/\",\"name\":\"Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival\",\"isPartOf\":{\"@id\":\"https:\/\/lodzdesign.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg\",\"datePublished\":\"2024-05-07T07:00:00+00:00\",\"dateModified\":\"2025-11-16T16:52:59+00:00\",\"description\":\"The Gerro family of tables, with a shape reminiscent of a water spider, not only provides a fresh aesthetic but also functionality.\",\"breadcrumb\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage\",\"url\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg\",\"contentUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg\",\"width\":1707,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0141DF\",\"item\":\"https:\/\/lodzdesign.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Catalog must have\",\"item\":\"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Gerro tables\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lodzdesign.com\/#website\",\"url\":\"https:\/\/lodzdesign.com\/\",\"name\":\"\u0141\u00f3d\u017a Design Festival\",\"description\":\"Z nami odnajdziesz najlepsze wzorce! Wejd\u017a na stron\u0119 i poznaj nasze podcasty, wirtualne wystawy, przewodniki, przyk\u0142ady najlepszego polskiego designu i wiele innych\",\"publisher\":{\"@id\":\"https:\/\/lodzdesign.com\/#organization\"},\"alternateName\":\"\u0141DF\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lodzdesign.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lodzdesign.com\/#organization\",\"name\":\"\u0141\u00f3d\u017a Design Festival\",\"url\":\"https:\/\/lodzdesign.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp\",\"contentUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp\",\"width\":300,\"height\":76,\"caption\":\"\u0141\u00f3d\u017a Design Festival\"},\"image\":{\"@id\":\"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Lodz.Design\",\"https:\/\/instagram.com\/lodzdesign\/\",\"https:\/\/www.linkedin.com\/company\/lodz-design-festival\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival","description":"The Gerro family of tables, with a shape reminiscent of a water spider, not only provides a fresh aesthetic but also functionality.","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:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/","og_locale":"en_US","og_type":"article","og_title":"Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival","og_url":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/","og_site_name":"\u0141\u00f3d\u017a Design Festival","article_publisher":"https:\/\/www.facebook.com\/Lodz.Design","article_modified_time":"2025-11-16T16:52:59+00:00","og_image":[{"width":1707,"height":2560,"url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/","url":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/","name":"Gerro tables\u00a0 - \u0141\u00f3d\u017a Design Festival","isPartOf":{"@id":"https:\/\/lodzdesign.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage"},"image":{"@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage"},"thumbnailUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg","datePublished":"2024-05-07T07:00:00+00:00","dateModified":"2025-11-16T16:52:59+00:00","description":"The Gerro family of tables, with a shape reminiscent of a water spider, not only provides a fresh aesthetic but also functionality.","breadcrumb":{"@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#primaryimage","url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg","contentUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/05\/LDF2024-must-have-Rodzina-stolow-Gerro-projekt-Wojciech-Blaszczyk-Sedno-Studio-produkcja-Mebella-1-scaled.jpg","width":1707,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/gerro-tables\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0141DF","item":"https:\/\/lodzdesign.com\/en\/"},{"@type":"ListItem","position":2,"name":"Catalog must have","item":"https:\/\/lodzdesign.com\/en\/musthave\/catalog\/"},{"@type":"ListItem","position":3,"name":"Gerro tables\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/lodzdesign.com\/#website","url":"https:\/\/lodzdesign.com\/","name":"\u0141\u00f3d\u017a Design Festival","description":"Z nami odnajdziesz najlepsze wzorce! Wejd\u017a na stron\u0119 i poznaj nasze podcasty, wirtualne wystawy, przewodniki, przyk\u0142ady najlepszego polskiego designu i wiele innych","publisher":{"@id":"https:\/\/lodzdesign.com\/#organization"},"alternateName":"\u0141DF","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lodzdesign.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lodzdesign.com\/#organization","name":"\u0141\u00f3d\u017a Design Festival","url":"https:\/\/lodzdesign.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/","url":"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp","contentUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp","width":300,"height":76,"caption":"\u0141\u00f3d\u017a Design Festival"},"image":{"@id":"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Lodz.Design","https:\/\/instagram.com\/lodzdesign\/","https:\/\/www.linkedin.com\/company\/lodz-design-festival"]}]}},"_links":{"self":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/products\/39762","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/products"}],"about":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/types\/products"}],"version-history":[{"count":7,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/products\/39762\/revisions"}],"predecessor-version":[{"id":89835,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/products\/39762\/revisions\/89835"}],"up":[{"embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/products\/5291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media\/39261"}],"wp:attachment":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media?parent=39762"}],"wp:term":[{"taxonomy":"year_product","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/year_product?post=39762"},{"taxonomy":"product_category","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/product_category?post=39762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}