{"id":3047,"date":"2021-11-28T00:41:30","date_gmt":"2021-11-27T22:41:30","guid":{"rendered":"https:\/\/www.standart.gr\/display-stands\/"},"modified":"2022-07-15T16:18:28","modified_gmt":"2022-07-15T13:18:28","slug":"small-format","status":"publish","type":"page","link":"https:\/\/www.standart.gr\/en\/products\/small-format\/","title":{"rendered":"Small format cardboard based POSMs"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section][vc_row][vc_column]<div class=\"wpb_content_element  \">\r\n        <script type=\"text\/javascript\">\r\n        (function($) {\r\n\r\n            \"use strict\";\r\n\r\n            \/* check if is in vc front end\r\n            ================================================== *\/\r\n            function inIframe() {\r\n\r\n                var field = 'vc_editable';\r\n                var url = window.location.href ;\r\n\r\n                if( url.indexOf('?' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else if( url.indexOf('&' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else {\r\n\r\n                    return false;\r\n\r\n                }\r\n\r\n            }\r\n\r\n            if( inIframe() ) {\r\n\r\n                $(window).trigger(\"load\");\r\n\r\n            }\r\n\r\n            $(window).on(\"load\", function(){\r\n\r\n                $(document).ready( function(){\r\n\r\n                var inc = \"0\";\r\n\r\n                function calculate_portfolio_item_width_with_gutter( $container, columns, guttersize, increament ) {\r\n\r\n                    var step = increament ? increament : 0.1,\r\n                        extra_spacing = $container.hasClass('ut-portfolio-item-container-with-background') ? guttersize : 0,\r\n                        size = ( $container.get(0).getBoundingClientRect().width - extra_spacing - guttersize ) \/ columns - ( guttersize * ( columns - 1 ) \/ columns ) - step;\r\n\r\n                    if( ( ( size + guttersize ) * columns ) < $container.get(0).getBoundingClientRect().width ) {\r\n\r\n                        inc = 0;\r\n                        return size;\r\n\r\n                    } else {\r\n\r\n                        inc = inc + 0.2;\r\n                        return calculate_portfolio_item_width_with_gutter( $container, columns, guttersize, inc );\r\n\r\n                    }\r\n\r\n                }\r\n\r\n                var $win = $(window),\r\n                    $container = $(\"#ut-portfolio-items-4396\"),\r\n\t\t\t\t\tcolumns = 3,\r\n\t\t\t\t\tgutter = \"on\",\r\n\t\t\t\t\tgutterwidth = \"\",\r\n                    guttersize = \"1\";\r\n\r\n\t\t\t\t$container.on( \"layoutComplete\", function( event, filteredItems ){\r\n\r\n\t\t\t\t\t$(filteredItems).each(function( index, element ){\r\n\r\n\t\t\t\t\t\t$(element.element).addClass(\"sorted\").css({\r\n\t\t\t\t\t\t\t\"opacity\" : \"1\", \"transform\" : \"scale(1)\" \t\t\t\t\t\t\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t});\r\n\r\n                    $container.addClass(\"layoutComplete\");\r\n\r\n                    $(window).trigger('scroll');\r\n                    $.waypoints(\"refresh\");\r\n                    $.force_appear();\r\n\r\n                    setTimeout(function(  ) {\r\n\r\n                        $(window).trigger('scroll');\r\n                        $.waypoints(\"refresh\");\r\n                        $.force_appear();\r\n\r\n                    }, 401 );\r\n\r\n\r\n\t\t\t\t});\r\n\r\n                var hide_timout,sort_timeout;\r\n\r\n\t\t\t\tfunction hide_portfolio_articles( selector ) {\r\n\r\n                    $container.removeClass(\"layoutComplete\");\r\n\r\n\t\t\t\t\tclearTimeout( hide_timout );\r\n                    clearTimeout(sort_timeout)\r\n\t\t\t\t\t$(\"> .ut-portfolio-article\", \"#ut-portfolio-items-4396\").each(function(){\r\n\r\n\r\n\t\t\t\t\t\tif( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n\t\t\t\t\t});\r\n\r\n\t\t\t\t\tsetTimeout( function() {\r\n\r\n\t\t\t\t\t\t$(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-4396\").each(function(){\r\n\r\n                            var $this = $(this);\r\n\r\n\t\t\t\t\t\t\t$this.clearQueue().css({\r\n\t\t\t\t\t\t\t\t\"visibility\" : \"hidden\",\r\n\t\t\t\t\t\t\t\t\"opacity\" : \"0\"\r\n\t\t\t\t\t\t\t}).removeClass( $this.children(\".ut-portfolio-item\").data(\"effect\") );\r\n\r\n\t\t\t\t\t\t});\r\n\r\n                        hide_timout = setTimeout(function(  ) {\r\n\r\n                            $container.isotope({ filter: selector });\r\n\r\n                        }, 400 );\r\n\r\n                        sort_timeout = setTimeout( function() {\r\n                            $container.find('.sorted').each( function() {\r\n                                let box = $(this).find('.ut-portfolio-article-animation-box');\r\n                                if( box.data('effect') === 'noneAnimation' ) {\r\n                                    box.css({\r\n                                        \"visibility\": \"visible\",\r\n                                        \"opacity\": \"1\"\r\n                                    })\r\n                                }\r\n                            } )\r\n                        }, 500 )\r\n\t\t\t\t\t}, 400 );\r\n\r\n\t\t\t\t}\r\n\r\n                function hide_and_relayout_portfolio_articles( callback ) {\r\n\r\n                    $container.removeClass(\"layoutComplete\");\r\n                    $(\"> .ut-portfolio-article\", \"#ut-portfolio-items-4396\").each(function(){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    setTimeout( function() {\r\n\r\n                        if( callback && typeof(callback) === \"function\" ) {\r\n\r\n                            callback();\r\n\r\n                        }\r\n\r\n                    }, 350 );\r\n\r\n                }\r\n\r\n\t\t\t\tfunction ut_call_isotope( force_column, callback ) {\r\n\r\n\t\t\t\t\tif( $(window).width() > 1024) {\r\n\t\t\t\t\t\tcolumns = 3;\r\n                        guttersize = \"1\";\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( force_column ) {\r\n\t\t\t\t\t    columns = force_column;\r\n                    }\r\n\r\n\t\t\t\t\tif( $(window).width() <= 1024) {\r\n\t\t\t\t\t\tcolumns = 2;\r\n                        guttersize = \"1\";\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( $(window).width() <= 767) {\r\n                        columns = 1;\r\n                        guttersize = 1;\r\n\t\t\t\t\t}\r\n\r\n                    if( $(window).width() <= 400 ) {\r\n                        guttersize = 1;\r\n                    }\r\n\r\n\t\t\t\t\tif( gutter === \"on\" ) {\r\n\r\n                        $container.children().width( calculate_portfolio_item_width_with_gutter( $container, columns, ( 20 * guttersize ), false ) ).addClass(\"show\");\r\n\t\t\t\t\t\tgutterwidth = 20 * guttersize;\r\n\r\n\t\t\t\t\t} else {\r\n\r\n                        $container.children().width( $container.get(0).getBoundingClientRect().width \/ columns - 0.05 ).addClass(\"show\");\r\n\t\t\t\t\t\tgutterwidth = 0;\r\n\r\n\t\t\t\t\t}\r\n\r\n                    if( callback && typeof(callback) === \"function\" ) {\r\n\r\n                        callback( columns, gutterwidth );\r\n\r\n                    } else {\r\n\r\n                        $container.ut_require_js({\r\n                            plugin: 'isotope',\r\n                            source: 'isotope',\r\n                            callback: function (element) {\r\n\r\n                                element.addClass(\"animated\").isotope({\r\n\r\n                                    itemSelector : \".ut-portfolio-article\",\r\n                                    layoutMode: \"fitRows\",\r\n                                    masonry: { columnWidth: element.get(0).getBoundingClientRect().width \/ columns - gutterwidth, gutter: gutterwidth },\r\n                                    itemPositionDataEnabled: true,\r\n                                    transitionDuration: 0\r\n\r\n                                }).isotope(\"layout\");\r\n\r\n                                $('.ut-lazy-wait', $container ).each(function (index, element ) {\r\n\r\n                                    $(element).removeClass('ut-lazy-wait');\r\n\r\n                                });\r\n\r\n                            }\r\n\r\n                        });\r\n\r\n                    }\r\n\r\n\t\t\t\t}\r\n\r\n                $(window).utresize(function(){\r\n\r\n                    \/* update isotope *\/\r\n                    ut_call_isotope();\r\n\r\n                });\r\n\r\n                \/* create isotope *\/\r\n                ut_call_isotope();\r\n                $container.on('inview', function() {\r\n                    ut_call_isotope();\r\n                });\r\n                $(window).on('scroll', function() {\r\n                    if( $container.data('loaded') !== 1 && $(this).scrollTop() > 260 ) {\r\n                        $container.attr('data-loaded', 1)\r\n                        $container.data('loaded', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded1') !== 1 && $(this).scrollTop() > 600 ) {\r\n                        $container.attr('data-loaded1', 1)\r\n                        $container.data('loaded1', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded2') !== 1 && $(this).scrollTop() > 780 ) {\r\n                        $container.attr('data-loaded2', 1)\r\n                        $container.data('loaded2', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded3') !== 1 && $(this).scrollTop() > 900 ) {\r\n                        $container.attr('data-loaded3', 1)\r\n                        $container.data('loaded3', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded4') !== 1 && $(this).scrollTop() > 1200 ) {\r\n                        $container.attr('data-loaded4', 1)\r\n                        $container.data('loaded4', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                })\r\n\t\t\t\t\/* additional call for ajax filter *\/\r\n\t\t\t\t\r\n                    \/* Isotope Filtering\r\n                    ================================================== *\/\r\n                    $(\"#ut-portfolio-menu-4396 a\").each(function( index ) {\r\n\r\n                        if( $(this).parent().hasClass('ut-portfolio-layout-change') ) {\r\n                            return true;\r\n                        }\r\n\r\n                        var searchforclass = $(this).attr(\"data-filter\");\r\n\r\n                        if( !$(searchforclass).length  ) {\r\n                            \/\/ hide filter if we do not have any children to filter\r\n                            $(this).hide();\r\n                        }\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-4396 a\").on('click', function(event) {\r\n\r\n                        var $this = $(this);\r\n\r\n                        if( $this.parent().hasClass('ut-portfolio-layout-change') ) {\r\n                            return true;\r\n                        }\r\n\r\n                        if( $this.hasClass(\"selected\") ) {\r\n\r\n                            event.preventDefault();\r\n                            return;\r\n\r\n                        }\r\n\r\n                        var selector = $this.attr(\"data-filter\");\r\n\r\n                        if ( !$this.hasClass(\"selected\") ) {\r\n\r\n                            $this.parents(\"#ut-portfolio-menu-4396\").find(\".selected\").removeClass(\"selected\");\r\n                            $this.addClass(\"selected\");\r\n\r\n                        }\r\n\r\n                        hide_portfolio_articles( selector );\r\n\r\n                        return false;\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-4396 .ut-portfolio-layout-change a\").on('click', function(event) {\r\n\r\n                        var $this = $(this),\r\n                            $columns = $this.data('default-columns'),\r\n                            $columns_alternate = $this.data('alternate-columns');\r\n\r\n                        var selector = $(\"#ut-portfolio-menu-4396 a.selected\").attr(\"data-filter\");\r\n\r\n                        \/\/ restore initial layout\r\n                        if( $this.hasClass('ut-alternate-columns-active') ) {\r\n\r\n                            hide_and_relayout_portfolio_articles( function () {\r\n\r\n                                ut_call_isotope( $columns, function ( columns, gutterwidth ) {\r\n\r\n                                    $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-4396\").css({\r\n                                        \"visibility\" : \"hidden\",\r\n                                        \"opacity\" : \"0\"\r\n                                    });\r\n\r\n                                    setTimeout(function() {\r\n\r\n                                        $container.isotope({\r\n                                            filter: selector\r\n                                        });\r\n\r\n                                    }, 760 );\r\n\r\n                                });\r\n\r\n                                $this.removeClass('ut-alternate-columns-active');\r\n\r\n                            });\r\n\r\n                        \/\/ switch to alternate layout\r\n                        } else {\r\n\r\n                            hide_and_relayout_portfolio_articles( function () {\r\n\r\n                                ut_call_isotope( $columns_alternate, function ( columns, gutterwidth ) {\r\n\r\n                                    $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-4396\").css({\r\n                                        \"visibility\" : \"hidden\",\r\n                                        \"opacity\" : \"0\"\r\n                                    });\r\n\r\n                                    setTimeout(function(  ) {\r\n\r\n                                        $container.isotope({\r\n                                            filter: selector\r\n                                        });\r\n\r\n                                    }, 760 );\r\n\r\n                                });\r\n\r\n                                $this.addClass('ut-alternate-columns-active');\r\n\r\n                            });\r\n\r\n                        }\r\n\r\n                        event.preventDefault();\r\n\r\n                    });\r\n\r\n\t\t\t\t\r\n           \t\t});\r\n\r\n            });\r\n\r\n        }(jQuery));\r\n\r\n        <\/script>\r\n\r\n\t\t<style id=\"ut-portfolio-custom-css-4396\" type=\"text\/css\">.ut-portfolio-4396 .ut-portfolio-info-c h3 {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 20px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-4396 .portfolio-title {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 18px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-4396 .ut-portfolio-info-c span {font-family:\"Poppins\" ; font-weight: 600 ; font-size: 12px ; letter-spacing: 0.05em ; text-transform: uppercase ;}.ut-portfolio-4396 .ut-portfolio-info-c h3 { color: rgba(255, 255, 255, 1) ; }.ut-portfolio-4396 .portfolio-title { color: rgba(49, 49, 49, 1); }.ut-portfolio-4396 .ut-portfolio-info-c, .ut-portfolio-4396 .ut-portfolio-info-c span { color: rgba(255, 191, 0, 1) ; }.ut-portfolio-4396 .ut-hover-layer .ut-portfolio-info { -webkit-justify-content: center !important; justify-content: center !important; }.ut-portfolio-4396 .ut-hover-layer .ut-portfolio-info-c { align-self: center !important; text-align: center; }.ut-portfolio-4396 .portfolio-style-two .ut-portfolio-info i { text-align: center ;}.ut-portfolio-4396 .ut-portfolio-menu li a { font-weight: normal !important; }.ut-portfolio-4396 .ut-portfolio-menu li a { text-transform: uppercase !important; }.ut-portfolio-4396 .ut-portfolio-menu li a { font-style: normal !important; }.ut-portfolio-4396 .ut-portfolio-menu li a { letter-spacing: 0em !important; }.ut-portfolio-4396 .ut-hover-layer { background: rgb(0, 0, 0); }<\/style><style id=\"ut-portfolio-single-custom-css\" type=\"text\/css\"><\/style><div id=\"ut-loader-4396\" class=\"ut-portfolio-detail-loader\"><i class=\"Bklyn-Core-Rotate-2\"><\/i><\/div><a id=\"ut-portfolio-details-anchor-4396\" href=\"#\" class=\"ut-portfolio-offset-anchor-top\"><\/a><div id=\"ut-portfolio-details-navigation-4396\" class=\"ut-portfolio-details-navigation grid-container\" data-slideup-width=\"centered\"><a class=\"prev-portfolio-details\" data-wrap=\"4396\" href=\"#\"><\/a><a class=\"close-portfolio-details\" data-wrap=\"4396\" href=\"#\"><\/a><a class=\"next-portfolio-details\" data-wrap=\"4396\" href=\"#\"><\/a><\/div><div id=\"ut-portfolio-details-wrap-4396\" class=\"ut-portfolio-details-wrap clearfix\"><div id=\"ut-portfolio-details-4396\" class=\"inner ut-portfolio-details\"><\/div><\/div><div class=\"clear\"><\/div><div id=\"ut-portfolio-wrap\" class=\"ut-portfolio-wrap ut-portfolio-4396\" data-slideup-title=\"on\" data-slideup-width=\"centered\" data-textcolor=\"rgba(255, 255, 255, 1)\" data-opacity=\"0.8\" data-hovercolor=\"\"><a class=\"ut-portfolio-offset-anchor\" style=\"top:-120px;\" id=\"ut-portfolio-items-4396-anchor\"><\/a><div id=\"ut-portfolio-items-4396\" class=\"ut-portfolio-item-container has-gutter guttersize-1 \"><article id=\"ut-portfolio-article-6324\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-6324\"><h4>PMI &#8211; VEEV Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2025\/01\/CD.1809b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-6324\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2025\/01\/CD.1809-1077x720.jpg\" data-title=\"PMI &#8211; VEEV Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/CD.1809b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2025\/01\/CD.1809b-1500x1200.jpg\" data-image-id=\"6312\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">PMI &#8211; VEEV Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5964\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5964\"><h4>PMI &#8211; VEEV NOW Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1175b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5964\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1175-1082x720.jpg\" data-title=\"PMI &#8211; VEEV NOW Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1175b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1175b-1500x1200.jpg\" data-image-id=\"5938\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">PMI &#8211; VEEV NOW Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5960\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5960\"><h4>GSK &#8211; Winter Self-Care Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1174b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5960\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1174-1083x720.jpg\" data-title=\"GSK &#8211; Winter Self-Care Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/CD.1174b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/09\/CD.1174b-1500x1200.jpg\" data-image-id=\"5936\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">GSK &#8211; Winter Self-Care Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5857\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5857\"><h4>My Cosmetics &#8211; Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1033b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5857\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1033-1082x720.jpg\" data-title=\"My Cosmetics &#8211; Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1033b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1033b-1500x1200.jpg\" data-image-id=\"5746\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">My Cosmetics &#8211; Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5854\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5854\"><h4>Innovis &#8211; Filorga Laboratoires Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1032b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5854\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1032-1080x720.jpg\" data-title=\"Innovis &#8211; Filorga Laboratoires Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1032b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1032b-1500x1200.jpg\" data-image-id=\"5750\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Innovis &#8211; Filorga Laboratoires Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5851\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5851\"><h4>Innovis &#8211; Nuxe Perfume Tester Bar Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1024b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5851\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1024-1083x720.jpg\" data-title=\"Innovis &#8211; Nuxe Perfume Tester Bar Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1024b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1024b-1500x1200.jpg\" data-image-id=\"5776\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Innovis &#8211; Nuxe Perfume Tester Bar Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5842\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5842\"><h4>NAOS &#8211; Institut Esthederm Age Proteom Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1026b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5842\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1026-1078x720.jpg\" data-title=\"NAOS &#8211; Institut Esthederm Age Proteom Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1026b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1026b-1500x1200.jpg\" data-image-id=\"5766\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">NAOS &#8211; Institut Esthederm Age Proteom Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5838\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5838\"><h4>Menarini &#8211; Sustenium Immuno Adult Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1037b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5838\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1037-1079x720.jpg\" data-title=\"Menarini &#8211; Sustenium Immuno Adult Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1037b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1037b-1500x1200.jpg\" data-image-id=\"5730\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Menarini &#8211; Sustenium Immuno Adult Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5834\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5834\"><h4>GSK &#8211; Fenistil Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1039b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5834\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1039-1079x720.jpg\" data-title=\"GSK &#8211; Fenistil Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CD.1039b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2023\/06\/CD.1039b-1500x1200.jpg\" data-image-id=\"5726\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">GSK &#8211; Fenistil Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5467\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5467\"><h4>Blazevape &#8211; Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.507b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5467\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.507-1080x720.jpg\" data-title=\"Blazevape &#8211; Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.507b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.507b-1500x1200.jpg\" data-image-id=\"5366\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Blazevape &#8211; Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5456\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5456\"><h4>Rio Mare &#8211; Hanger<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.509b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5456\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.509-1081x720.jpg\" data-title=\"Rio Mare &#8211; Hanger\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.509b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.509b-1500x1200.jpg\" data-image-id=\"5374\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Rio Mare &#8211; Hanger<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5471\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5471\"><h4>CBD revolving &#8211; Counter Display<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.508b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5471\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.508-1082x720.jpg\" data-title=\"CBD revolving &#8211; Counter Display\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/CD.508b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/11\/CD.508b-1500x1200.jpg\" data-image-id=\"5370\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">CBD revolving &#8211; Counter Display<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4997\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4997\"><h4>Tikun Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.259b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4997\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.259-1079x720.jpg\" data-title=\"Tikun Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.259b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.259b-1500x1200.jpg\" data-image-id=\"4987\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Tikun Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5102\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5102\"><h4>Korres Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CDb-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5102\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD-1084x720.jpg\" data-title=\"Korres Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CDb-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CDb-1500x1200.jpg\" data-image-id=\"4959\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Korres Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5001\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5001\"><h4>Eviol &#8211; Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.113b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5001\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.113-1078x720.jpg\" data-title=\"Eviol &#8211; Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.113b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.113b-1500x1200.jpg\" data-image-id=\"4921\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Eviol &#8211; Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5002\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5002\"><h4>Youth Lab &#8211; Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.116b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5002\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.116-1080x720.jpg\" data-title=\"Youth Lab &#8211; Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.116b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.116b-1500x1200.jpg\" data-image-id=\"4929\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Youth Lab &#8211; Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5104\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5104\"><h4>JDE &#8211; Splendid Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.114b-1-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5104\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.114-1080x720.jpg\" data-title=\"JDE &#8211; Splendid Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.114b-1-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.114b-1-1500x1200.jpg\" data-image-id=\"4991\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">JDE &#8211; Splendid Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-5007\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-5007\"><h4>PMI &#8211; Heets Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.117b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-5007\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.117-1080x720.jpg\" data-title=\"PMI &#8211; Heets Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.117b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.117b-1500x1200.jpg\" data-image-id=\"4933\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">PMI &#8211; Heets Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4509\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4509\"><h4>Vian &#8211; Salonpas Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.118b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4509\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.118-1077x720.jpg\" data-title=\"Vian &#8211; Salonpas Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.118b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.118b-1500x1200.jpg\" data-image-id=\"4937\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Vian &#8211; Salonpas Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4505\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4505\"><h4>L&#8217;Oreal Maybelline Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.120b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4505\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.120-1078x720.jpg\" data-title=\"L&#8217;Oreal Maybelline Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.120b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.120b-1500x1200.jpg\" data-image-id=\"4941\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">L&#8217;Oreal Maybelline Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4501\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4501\"><h4>Mama Greca Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.122b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4501\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.122-1077x720.jpg\" data-title=\"Mama Greca Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.122b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.122b-1500x1200.jpg\" data-image-id=\"4945\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Mama Greca Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4406\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4406\"><h4>GSK &#8211; Fenistil Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.126b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4406\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.126-1080x720.jpg\" data-title=\"GSK &#8211; Fenistil Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.126b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.126b-1500x1200.jpg\" data-image-id=\"4953\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">GSK &#8211; Fenistil Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4401\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4401\"><h4>Bolton &#8211; Bison Counter Stand<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.125b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4401\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.125-1079x720.jpg\" data-title=\"Bolton &#8211; Bison Counter Stand\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.125b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.125b-1500x1200.jpg\" data-image-id=\"4949\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Bolton &#8211; Bison Counter Stand<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4392\" class=\"ut-portfolio-article ut-masonry portfolio-style-one gutter gutter-1 small-format-cardboard-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-4392\"><h4>Colgate &#8211; Periogard Press Kit<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.131b-200x200.jpg\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-4392\" title=\"\" href=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.131-1079x720.jpg\" data-title=\"Colgate &#8211; Periogard Press Kit\" data-caption=\"Small Format Cardboard\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-300x240.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-500x400.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-750x600.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-1000x800.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-1500x1200.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/www.standart.gr\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/CD.131b-2500x2000.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1000 800'%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/www.standart.gr\/wp-content\/uploads\/2022\/07\/CD.131b-1500x1200.jpg\" data-image-id=\"4957\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Colgate &#8211; Periogard Press Kit<\/h3><span>Small Format Cardboard<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><\/div><\/div> <\/div>[\/vc_column][\/vc_row][\/vc_section]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3026,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3047","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Small format cardboard based POSMs - StandArt<\/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.standart.gr\/en\/products\/small-format\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Small format cardboard based POSMs - StandArt\" \/>\n<meta property=\"og:description\" content=\"[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.standart.gr\/en\/products\/small-format\/\" \/>\n<meta property=\"og:site_name\" content=\"StandArt\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-15T13:18:28+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.standart.gr\/en\/products\/small-format\/\",\"url\":\"https:\/\/www.standart.gr\/en\/products\/small-format\/\",\"name\":\"Small format cardboard based POSMs - StandArt\",\"isPartOf\":{\"@id\":\"https:\/\/www.standart.gr\/#website\"},\"datePublished\":\"2021-11-27T22:41:30+00:00\",\"dateModified\":\"2022-07-15T13:18:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.standart.gr\/en\/products\/small-format\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.standart.gr\/en\/products\/small-format\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.standart.gr\/en\/products\/small-format\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.standart.gr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\",\"item\":\"https:\/\/www.standart.gr\/en\/products\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Small format cardboard based POSMs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.standart.gr\/#website\",\"url\":\"https:\/\/www.standart.gr\/\",\"name\":\"StandArt\",\"description\":\"We are the Stand Makers\",\"publisher\":{\"@id\":\"https:\/\/www.standart.gr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.standart.gr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.standart.gr\/#organization\",\"name\":\"StandArt Design S.A.\",\"url\":\"https:\/\/www.standart.gr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.standart.gr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.standart.gr\/wp-content\/uploads\/2021\/10\/logo.jpg\",\"contentUrl\":\"https:\/\/www.standart.gr\/wp-content\/uploads\/2021\/10\/logo.jpg\",\"width\":1201,\"height\":400,\"caption\":\"StandArt Design S.A.\"},\"image\":{\"@id\":\"https:\/\/www.standart.gr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/standart.gr\/\",\"https:\/\/www.linkedin.com\/company\/stand-art-design-s-a\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Small format cardboard based POSMs - StandArt","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.standart.gr\/en\/products\/small-format\/","og_locale":"en_US","og_type":"article","og_title":"Small format cardboard based POSMs - StandArt","og_description":"[vc_section][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section]","og_url":"https:\/\/www.standart.gr\/en\/products\/small-format\/","og_site_name":"StandArt","article_modified_time":"2022-07-15T13:18:28+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.standart.gr\/en\/products\/small-format\/","url":"https:\/\/www.standart.gr\/en\/products\/small-format\/","name":"Small format cardboard based POSMs - StandArt","isPartOf":{"@id":"https:\/\/www.standart.gr\/#website"},"datePublished":"2021-11-27T22:41:30+00:00","dateModified":"2022-07-15T13:18:28+00:00","breadcrumb":{"@id":"https:\/\/www.standart.gr\/en\/products\/small-format\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.standart.gr\/en\/products\/small-format\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.standart.gr\/en\/products\/small-format\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.standart.gr\/en\/"},{"@type":"ListItem","position":2,"name":"Products","item":"https:\/\/www.standart.gr\/en\/products\/"},{"@type":"ListItem","position":3,"name":"Small format cardboard based POSMs"}]},{"@type":"WebSite","@id":"https:\/\/www.standart.gr\/#website","url":"https:\/\/www.standart.gr\/","name":"StandArt","description":"We are the Stand Makers","publisher":{"@id":"https:\/\/www.standart.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.standart.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.standart.gr\/#organization","name":"StandArt Design S.A.","url":"https:\/\/www.standart.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.standart.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.standart.gr\/wp-content\/uploads\/2021\/10\/logo.jpg","contentUrl":"https:\/\/www.standart.gr\/wp-content\/uploads\/2021\/10\/logo.jpg","width":1201,"height":400,"caption":"StandArt Design S.A."},"image":{"@id":"https:\/\/www.standart.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/standart.gr\/","https:\/\/www.linkedin.com\/company\/stand-art-design-s-a"]}]}},"_links":{"self":[{"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/pages\/3047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/comments?post=3047"}],"version-history":[{"count":5,"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/pages\/3047\/revisions"}],"predecessor-version":[{"id":4403,"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/pages\/3047\/revisions\/4403"}],"up":[{"embeddable":true,"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/pages\/3026"}],"wp:attachment":[{"href":"https:\/\/www.standart.gr\/en\/wp-json\/wp\/v2\/media?parent=3047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}