{"id":77602,"date":"2025-03-04T13:20:00","date_gmt":"2025-03-04T12:20:00","guid":{"rendered":"https:\/\/lodzdesign.com\/?post_type=events&#038;p=77602"},"modified":"2025-04-08T13:51:22","modified_gmt":"2025-04-08T12:51:22","slug":"relax-bench-in-lodz","status":"publish","type":"events","link":"https:\/\/lodzdesign.com\/en\/events\/relax-bench-in-lodz\/","title":{"rendered":"?Relax? bench in Lodz"},"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\/edition-2025\/\" target=\"\">Edition 2025<\/a>\n                            \/\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/edition-2025\/programme\/\" target=\"\">Programme<\/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                ?Relax? bench in Lodz\n            <\/h1>\n\n                    <\/div>\n\n    <\/div>\n\n<\/div>\n\n<div class=\"taxonomy-event_label wp-block-post-terms\"><a href=\"https:\/\/lodzdesign.com\/en\/?event_label=installation\" rel=\"tag\">Installation<\/a><span class=\"wp-block-post-terms__separator\">, <\/span><a href=\"https:\/\/lodzdesign.com\/en\/?event_label=exhibition\" rel=\"tag\">Exhibition<\/a><\/div>\n\n\n<div class=\"ldf-events-date-block ldf-content-block\">\n\t<p>\n\t\t<span class=\"header\"><b>\n\t\t\t\t\tAddress:\n\t\t\t\t<\/b>\n\t\t \n\t\t\n\t\t <a href=\"#\" class=\"ldf-button view-on-map\" role=\"button\"> \n\t\t\n\t\t\t\t\tView on map\n\t\t\n\t\t\t<span class=\"ldf-chevron ldf-chevron-right\"><\/span><\/a>\n\t\t<\/span>\n\t\t\n\t\t<script>\n\t\t  (g=>{var h,a,k,p=\"The Google Maps JavaScript API\",c=\"google\",l=\"importLibrary\",q=\"__ib__\",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement(\"script\"));e.set(\"libraries\",[...r]+\"\");for(k in g)e.set(k.replace(\/[A-Z]\/g,t=>\"_\"+t[0].toLowerCase()),g[k]);e.set(\"callback\",c+\".maps.\"+q);a.src=`https:\/\/maps.${c}apis.com\/maps\/api\/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+\" could not load.\"));a.nonce=m.querySelector(\"script[nonce]\")?.nonce||\"\";m.head.append(a)}));d[l]?console.warn(p+\" only loads once. Ignoring:\",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({\n\t\t\tkey: \"AIzaSyB-RNpiThEY_TdHMCfked6FHLLUQriZM9Q\",\n\t\t\tv: \"weekly\",\n\t\t\t\/\/ Use the 'v' parameter to indicate the version to use (weekly, beta, alpha, etc.).\n\t\t\t\/\/ Add other bootstrap parameters as needed, using camel case.\n\t\t  });\n\t\t<\/script>\n\n\t\t\t\t\n\t\t\t\t\n\t\t<div class=\"map-container\">\n\t\t\t<a href=\"https:\/\/www.google.com\/maps\/dir\/\/\"\n\t\t\t\ttarget=\"_blank\" class=\"ldf-button ldf-set-direction\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tSet direction\n\t\t\t\t\t\t\t\t\n\t\t\t\t<span class=\"ldf-chevron ldf-chevron-right\"><\/span>\n\t\t\t<\/a>\n\t\t\t<button class=\"ldf-button ldf-button-close\">X<\/button>\n\t\t\t<div id=\"map\"><\/div>\n\t\t<\/div>\n\t<\/p>\n\t\n\t<script>\n\t\/\/ Initialize and add the map\nvar geocoder;\nvar map;\n\nasync function initMap() {\n  \n    var position = { lat: -25.344, lng: 131.031 };\n    const { Map } = await google.maps.importLibrary(\"maps\");\n\t  const { AdvancedMarkerElement } = await google.maps.importLibrary(\"marker\");\n\t  \n\t  map = new Map(document.getElementById(\"map\"), {\n\t\tzoom: 16,\n\t\tcenter: position,\n\t\tmapId: \"DEMO_MAP_ID\",\n\t  });\n \n\t  const marker = new AdvancedMarkerElement({\n\t\tmap: map,\n\t\tposition: position,\n\t\ttitle: \"\",\n\t  });\n\tcodeAddress('')\n}\n\nfunction codeAddress(_address) {\n\t\tgeocoder = new google.maps.Geocoder();\n\t\tvar address = _address;\n\t\tgeocoder.geocode( { 'address': address}, function(results, status) {\n\t\t  if (status == 'OK') {\n\t\t\tmap.setCenter(results[0].geometry.location);\n\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\tmap: map,\n\t\t\t\tposition: results[0].geometry.location\n\t\t\t});\n\t\t  } else {\n\t\t\talert('Geocode was not successful for the following reason: ' + status);\n\t\t  }\n\t\t});\n\t  }\n\tif(document.querySelector(\"body\").classList.contains(\"wp-admin\") == false){\n\t\tinitMap()\n\t} else {\n\t\tdocument.querySelector(\".ldf-events-date-block\").style.display = \"none\"\n\t\tdocument.querySelector(\".ldf-events-date-block-is-admin\").style.display = \"block\"\n   }\n\t<\/script>\n<\/div>\n<div class=\"ldf-events-date-block-is-admin\" style=\"display: none\">\n\tBlok: Google mapa\n<\/div>\n\n\n\n<div class=\"ldf-content-block container\">\n    <hr \/>\n<p>&nbsp;<\/p>\n<p class=\"p1\"><strong>Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station. The multi-level urban bench, ?Relax in Lodz?, was designed by Studio Izabela Bo\u0142oz using illustrations by Kasia Bogucka. This is a continuation of the \u0141\u00f3d\u017a Design Festival&#8217;s efforts to improve the quality of public space and present the works of the best Polish designers and artists. Ceramika Parady\u017c is a patron of the project. The installation was created as part of the 13th edition of the LDF (2019).<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p class=\"p1\">After unveiling the ceramic mural ?State of mind? by Bartek Bojarczuk (93 Zachodnia St.), the organizers of the \u0141\u00f3d\u017a Design Festival decided to put at the disposal of \u0141\u00f3d\u017a citizens a new, functional piece of urban furniture, designed by one of the top Polish designers creating for public spaces &#8211; Izabela Bo\u0142oz. The LDF has been implementing activities dedicated to improving the quality of public spaces for another year. &#8211; <em>Our urban projects are distinguished by several elements, and in their implementation we cooperate with Polish designers and artists. The aim of these activities is to improve the aesthetics and give new, or improve the existing functions of public spaces, to test unusual, experimental solutions, and, what is very important to us, to cooperate with sponsors who finance such activities, which benefits both them and the city budget,?<\/em> stresses Michal Piernikowski, director of the \u0141DF.<\/p>\n\n<\/div>\n\n\n\n\n        \n\n\n<div class=\"ldf-images container\n    ldf-images-margin        \"\n>\n        <div>\n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-830486942\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Oswiecony-2.jpg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Oswiecony-2.jpg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                        <p class=\"single-image-description\">?Relax? bench in Lodz, fot. O\u015bwiecony<\/p>\n                                    <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-830486942\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Oswiecony-1-scaled.jpg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Oswiecony-1-scaled.jpg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                        <p class=\"single-image-description\">?Relax? bench in Lodz, fot. O\u015bwiecony<\/p>\n                                    <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-830486942\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Aleksandra-Pawlowska-3-scaled.jpg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-fot-Aleksandra-Pawlowska-3-scaled.jpg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                        <p class=\"single-image-description\">?Relax? bench in Lodz, fot. Aleksandra Paw\u0142owska<\/p>\n                                    <\/div>\n\n                \n                <\/div>\n    <\/div>\n\n\n\n<div class=\"ldf-content-block container\">\n    <p class=\"p1\">The intention of the authors of the bench was to create, especially for Lodz, an unconventional object that fits into the architecture of the station, referring at the same time to the theme of the 12th edition of the LDF, which was held under the slogan ?GOOD LIFE?. &#8211; The shape of the bench is inspired by the architecture of the roof of the \u0141\u00f3d\u017a Fabryczna station, its characteristic glass triangles. The bench consists of five figures that form a modular block,? explains Bo\u0142oz, emphasizing that the installation is not only functional and durable, but also beautiful and inspiring: &#8211; It breaks the classic thinking about urban furniture by offering non-obvious functions. After all, a bench doesn&#8217;t have to be used just for sitting. It can become a landmark, a place to meet and relax, or a backdrop for photos, a memory and a postcard from Lodz,? the designer lists.<\/p>\n<p>&nbsp;<\/p>\n<p class=\"p1\">The design of the bench uses 400 precisely cut, arranged in an illustrative composition of glazed stoneware and clinker elements of various shades. This unusual use of tiles shows that they are becoming an interesting material that can be successfully used in public spaces. The distinctive illustrations of Katarzyna Bogucka, known to residents among others as the author of unique, colorful murals inside the train station, add a special touch to the bench. The graphics in the waiting rooms and the illustrations on the bench are geometric, cartoon-style images of life in the city. Supplemented with interesting, positive slogans emphasizing that Lodz is a city where one not only visits, but also ?lives well?. The graphics on the bench are intriguing, encouraging you to spend time in a city famous for its creative potential and unique atmosphere. &#8211;<em> I hope that relaxation in Lodz is possible not only in the form of a bench, but also on it. The design depicts two reclining figures enjoying a leisurely moment. I would like the bench to encourage people to stop and take a little pleasure of sitting on it, to look at their haste and what is going on around them from a distance,?<\/em> says the artist.<\/p>\n<p>&nbsp;<\/p>\n<p class=\"p1\">The installation is also part of an effort to promote Lodz as a city ideal for a holiday, and not only, weekend getaway. The place where the bench has been set up is near the food court located near the exit from the platforms.<\/p>\n\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":32437,"parent":0,"menu_order":0,"template":"","event_date":[],"event_place":[418],"event_type":[462],"event_label":[461,306],"events_editions":[371],"class_list":["post-77602","events","type-events","status-publish","has-post-thumbnail","hentry","event_place-lf-rs","event_type-installation","event_label-installation","event_label-exhibition","events_editions-edition-2025"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival<\/title>\n<meta name=\"description\" content=\"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.\" \/>\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\/wydarzenia\/relax-bench-in-lodz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival\" \/>\n<meta property=\"og:description\" content=\"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/\" \/>\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-04-08T12:51:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png\" \/>\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\/wydarzenia\/relax-bench-in-lodz\/\",\"url\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/\",\"name\":\"?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival\",\"isPartOf\":{\"@id\":\"https:\/\/lodzdesign.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png\",\"datePublished\":\"2025-03-04T12:20:00+00:00\",\"dateModified\":\"2025-04-08T12:51:22+00:00\",\"description\":\"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.\",\"breadcrumb\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage\",\"url\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png\",\"contentUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png\",\"width\":1688,\"height\":1688},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0141DF\",\"item\":\"https:\/\/lodzdesign.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"?Relax? bench in Lodz\"}]},{\"@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":"?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival","description":"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.","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\/wydarzenia\/relax-bench-in-lodz\/","og_locale":"en_US","og_type":"article","og_title":"?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival","og_description":"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.","og_url":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/","og_site_name":"\u0141\u00f3d\u017a Design Festival","article_publisher":"https:\/\/www.facebook.com\/Lodz.Design","article_modified_time":"2025-04-08T12:51:22+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/","url":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/","name":"?Relax? bench in Lodz - \u0141\u00f3d\u017a Design Festival","isPartOf":{"@id":"https:\/\/lodzdesign.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage"},"image":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage"},"thumbnailUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png","datePublished":"2025-03-04T12:20:00+00:00","dateModified":"2025-04-08T12:51:22+00:00","description":"Not just for sitting. A modern ceramic bench at the \u0141\u00f3d\u017a Fabryczna train station.","breadcrumb":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#primaryimage","url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png","contentUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2019-Lawka-Relaks-w-Lodzi-kafelek-www.png","width":1688,"height":1688},{"@type":"BreadcrumbList","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/relax-bench-in-lodz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0141DF","item":"https:\/\/lodzdesign.com\/en\/"},{"@type":"ListItem","position":2,"name":"?Relax? bench in Lodz"}]},{"@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\/events\/77602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/types\/events"}],"version-history":[{"count":5,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events\/77602\/revisions"}],"predecessor-version":[{"id":78282,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events\/77602\/revisions\/78282"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media\/32437"}],"wp:attachment":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media?parent=77602"}],"wp:term":[{"taxonomy":"event_date","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_date?post=77602"},{"taxonomy":"event_place","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_place?post=77602"},{"taxonomy":"event_type","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_type?post=77602"},{"taxonomy":"event_label","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_label?post=77602"},{"taxonomy":"events_editions","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events_editions?post=77602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}