{"id":7263,"date":"2022-09-19T12:11:15","date_gmt":"2022-09-19T12:11:15","guid":{"rendered":"https:\/\/gumy.eu\/znacky-pneumatik\/?page_id=7263"},"modified":"2025-11-20T07:19:23","modified_gmt":"2025-11-20T07:19:23","slug":"barum","status":"publish","type":"page","link":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/","title":{"rendered":"Barum"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7263\" class=\"elementor elementor-7263\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31c0ed52 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31c0ed52\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-245668d1\" data-id=\"245668d1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69e52404 elementor-widget elementor-widget-html\" data-id=\"69e52404\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Google Tag Manager -->\r\n    <script type=\"text\/javascript\">\r\n        var IS_DEV = false;\r\n        var GTM_ID = 'GTM-5XNPCJH';\r\n        \/\/var GTM_LC = ( IS_DEV?'EN':'HU' ); \/* HU||EN *\/\r\n        var GTM_LC = 'EN'; \/* HU||EN *\/\r\n        var DL_USER_ID = 28668;\r\n        var DL_LOGINSTATUS = 'signed'; \r\n        var DL_PAGETYPE = 'main'; \r\n        var DL_TIMESTAMP = 1661764144; \r\n        var DL_CURRENCY = 'EUR'; \r\n        var DL_VAT = '0.2'; \r\n        var DL_LOG = false;\r\n        var DL_LANG_CODE = 'sk';\r\n\r\n        var dLayer = new layer(GTM_ID,IS_DEV,DL_PAGETYPE,DL_LOG,DL_LANG_CODE,DL_CURRENCY,DL_VAT)\r\n        dLayer.init();\r\n       \r\n            \r\n    \r\n        window.dataLayer = window.dataLayer || [];\r\n        function addGTMDataLayer(dataLayerObj, log) {\r\n            if ( typeof dataLayerObj === 'object' ) {\r\n                window.dataLayer.push(dataLayerObj);\r\n                if ( log ) {\r\n                    console.log('addGTMDataLayer', dataLayerObj);\r\n                    console.log('window.dataLayer', window.dataLayer);\r\n                }\r\n            }\r\n        }\r\n        \r\n        function getObjVal(o, attr, defVal, strict, noZero) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            if ( \r\n                typeof o === 'object' && \r\n                typeof attr !== 'undefined' &&\r\n                typeof o[attr] !== 'undefined'\r\n            ) { \/* Rendelkez\u00e9sre \u00e1ll objektum elem *\/\r\n                var accept = true;\r\n                if ( \r\n                    typeof strict === 'boolean' && \r\n                    strict &&\r\n                    typeof o[attr] !== 'number' &&\r\n                    !o[attr]\r\n                ) { \/* Szigor\u00faan csak val\u00f3s \u00e9rt\u00e9ket fogadok el kiv\u00e9ve ha sz\u00e1mr\u00f3l van sz\u00f3! *\/\r\n                    accept = false;\r\n                }\r\n                if ( \r\n                    typeof noZero === 'boolean' && noZero &&\r\n                    ( o[attr] == '0' || o[attr] == 0 )\r\n                ) { \/* 0 vagy '0' nem elfogadott *\/\r\n                    accept = false;\r\n                }\r\n                if (accept) { out = o[attr]; }\r\n            }\r\n            return out;\r\n        }\r\n        \r\n        function capitalize(str, justFirstChar) {\r\n            if ( typeof str === 'string' && str ) { \r\n                str = str.charAt(0).toUpperCase() + ( typeof justFirstChar !== 'undefined' && justFirstChar ? str.slice(1) : (str.slice(1)).toLowerCase() ); \r\n            }\r\n            return str;\r\n        }\r\n\r\n        \/* Haszn\u00e1lhat\u00f3 GTM-hez aut\u00f3t\u00edpus meghat. *\/\r\n        function getGTMCarTypeByCode(cartype_code, defVal) {\r\n             \r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var langHelper = {\r\n                'SZ': { 'HU': 'Szem\u00e9lyaut\u00f3', 'EN': 'Car' }, \/* getLang('car'); *\/\r\n                'KT': { 'HU': 'Kisteheraut\u00f3', 'EN': 'Van' }, \/* getLang('van'); *\/\r\n                'OFF': { 'HU': 'Terepjar\u00f3', 'EN': '4x4' }, \/* getLang('offroad'); *\/\r\n                'SUVC': { 'HU': 'SUV', 'EN': 'SUV' } \/* getLang('suv'); *\/\r\n            };\r\n            if (\r\n                typeof cartype_code !== 'undefined' &&  \r\n                typeof langHelper[ cartype_code ] !== 'undefined'\r\n            ) {\r\n                var LC = (GTM_LC && typeof langHelper[ cartype_code ][ GTM_LC ] !== 'undefined' ? GTM_LC : 'EN');\r\n                \/\/out = langHelper[ cartype_code ][ LC ];\r\n                out = langHelper[ cartype_code ]['EN'];\r\n                \/\/out = langHelper[ cartype_code ]['HU'];\r\n            }\r\n            return out;\r\n        }\r\n\r\n\r\n        function getGTMPaymentByCode(code) {\r\n            langHelper = [];\r\n            langHelper['02'] =  'Prepay';\r\n            langHelper['03'] =  'Credit\/debit card';;\r\n            langHelper['01'] = 'Cash on delivery';\r\n\r\n            out = 'undefined';\r\n\r\n            try{\r\n                out = langHelper[code];\r\n            }catch(e){\r\n                \r\n            }\r\n\r\n            return out;\r\n            \r\n        }\r\n\r\n          \/* Haszn\u00e1lhat\u00f3 GTM-hez foglal\u00e1s tipusa. *\/\r\n          function getGTMCarTypeByCode(cartype_code, defVal) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var langHelper = {\r\n                'A': 'Brought tire reassembly + installation',  \r\n                'B': 'Brought tire centering + installation ', \r\n                'C': 'Tire hotel assembly'\r\n            };\r\n           \r\n            out = langHelper[ cartype_code ];\r\n            return out;\r\n        }\r\n\r\n        \/* Haszn\u00e1lhat\u00f3 GTM-hez term\u00e9k kateg\u00f3ria meghat. *\/\r\n        function getGTMCategoryByCode(cicsop, season_code, defVal) {\r\n            var out = (typeof defVal !== 'undefined'? defVal:'');\r\n            var cicsop = (typeof cicsop === 'string'? cicsop : '' ).toUpperCase();\r\n            var cicsop_fc = cicsop.substr(0,1);\r\n            var langHelper = {\r\n                'steel_wheel': { 'HU': 'Lemezfelni', 'EN': 'Steel wheel' },\r\n                'alloy_wheel': { 'HU': 'Alufelni',  'EN': 'Alloy wheel' },\r\n                'kit': { 'HU': 'Kit',   'EN': 'Kit' },\r\n                'other': { 'HU': 'Egy\u00e9b',   'EN': 'Other' },\r\n                'service': { 'HU': 'Szolg\u00e1ltat\u00e1s',  'EN': 'Service' },\r\n                'tyre': { 'HU': 'Aut\u00f3gumi', 'EN': 'Tyre' },\r\n                'winter_tyre': { 'HU': 'T\u00e9li gumi',     'EN': 'Winter' },\r\n                'summer_tyre': { 'HU': 'Ny\u00e1ri gumi',    'EN': 'Summer' },\r\n                'allseason_tyre': { 'HU': 'N\u00e9gy\u00e9vszakos gumi', 'EN': 'All season' }\r\n            }\r\n            var langKey = null;\r\n            if ( cicsop == 'CLEM' ) { langKey = 'steel_wheel'; }\r\n            else if ( cicsop == 'CMOK' ) { langKey = 'kit'; }\r\n            else if ( cicsop_fc == 'A' ) { \r\n                langKey = 'tyre'; \r\n                if ( typeof season_code === 'string' && season_code ) {\r\n                    if ( season_code == 'T' ) {\r\n                        langKey = 'winter_tyre'; \r\n                    } else if ( season_code == 'N' ) {\r\n                        langKey = 'summer_tyre'; \r\n                    } else if ( season_code == 'NEGY' ) {\r\n                        langKey = 'allseason_tyre'; \r\n                    }\r\n                }\r\n            } else if ( cicsop_fc == 'C' ) { \r\n                langKey = 'alloy_wheel'; \r\n            } else if ( cicsop_fc == 'S' ) { \r\n                langKey = 'service'; \r\n            } else if ( cicsop ) {\r\n                langKey = 'other';\r\n            }\r\n            if ( langKey !== null && typeof langHelper[ langKey ] !== 'undefined' ) {\r\n                var LC = (GTM_LC && typeof langHelper[ langKey ][ GTM_LC ] !== 'undefined' ? GTM_LC : 'EN');\r\n                out = langHelper[ langKey ][ LC ];\r\n                \/\/out = langHelper[ langKey ]['EN'];\r\n                \/\/out = langHelper[ langKey ]['HU'];\r\n            }\r\n            return out;\r\n        };\r\n       \r\n        dLayer.addUser({\r\n            'User id': DL_USER_ID,\r\n            'loginStatus': DL_LOGINSTATUS,\r\n            'pageType': DL_PAGETYPE,\r\n            'timestamp': DL_TIMESTAMP,\r\n            'languageCode': DL_LANG_CODE\r\n        });\r\n         \r\n   \r\n        \r\n        \r\n    \r\n    <\/script>\r\n<!-- End Google Tag Manager -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2991fe1d elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"2991fe1d\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2aba4577\" data-id=\"2aba4577\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40df8b54 elementor-widget elementor-widget-image\" data-id=\"40df8b54\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"145\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-1024x145.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-1024x145.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-300x42.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-768x109.png 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1.png 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1f316577\" data-id=\"1f316577\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-15ac45ed elementor-widget elementor-widget-heading\" data-id=\"15ac45ed\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/\" target=\"_blank\" rel=\"nofollow\">pneumatiky BARUM<\/a><\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-515aa3dc elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"515aa3dc\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d1c57fc\" data-id=\"1d1c57fc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d988819 elementor-widget elementor-widget-image\" data-id=\"d988819\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"347\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2024\/12\/Barum-POLARIS_digital_HU_adaptive-carousel3.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2024\/12\/Barum-POLARIS_digital_HU_adaptive-carousel3.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2024\/12\/Barum-POLARIS_digital_HU_adaptive-carousel3-300x102.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2024\/12\/Barum-POLARIS_digital_HU_adaptive-carousel3-768x260.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ecdde32 elementor-widget elementor-widget-image\" data-id=\"3ecdde32\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"42\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-2-300x42.png\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-2-300x42.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-2-1024x145.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-2-768x109.png 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-2.png 1536w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e845ebc elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e845ebc\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-21d4ccd1\" data-id=\"21d4ccd1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49c69257 elementor-widget elementor-widget-heading\" data-id=\"49c69257\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK BARUM PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5505e185 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5505e185\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6145393a\" data-id=\"6145393a\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50bd77ef elementor-widget elementor-widget-heading\" data-id=\"50bd77ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ZIMN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f0343b6 elementor-widget elementor-widget-button\" data-id=\"2f0343b6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5de95aa\" data-id=\"5de95aa\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79e4ebd elementor-widget elementor-widget-heading\" data-id=\"79e4ebd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LETN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20aebea3 elementor-widget elementor-widget-button\" data-id=\"20aebea3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/barum\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3e31efac\" data-id=\"3e31efac\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-119c8c0c elementor-widget elementor-widget-heading\" data-id=\"119c8c0c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CELORO\u010cN\u00c9<br>\nPNEUMATIKY\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-992c10e elementor-widget elementor-widget-button\" data-id=\"992c10e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/barum\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c12a030 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c12a030\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-568c91ca\" data-id=\"568c91ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ed87cf7 elementor-widget elementor-widget-heading\" data-id=\"4ed87cf7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p style=\"line-height:1.3em;\">OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cd BARUM, <br>KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M<\/p><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b81f545 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b81f545\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-07d05a6\" data-id=\"07d05a6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e7f579 elementor-widget elementor-widget-heading\" data-id=\"2e7f579\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY BARUM ZIMN\u00c9 <\/b>PNEUMAT\u00cdK \n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f256a55 elementor-widget elementor-widget-heading\" data-id=\"f256a55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e0fab07 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e0fab07\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-024cea2\" data-id=\"024cea2\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c2baec4 elementor-widget elementor-widget-heading\" data-id=\"c2baec4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n195\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb9d001 elementor-widget elementor-widget-button\" data-id=\"cb9d001\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/195\/65r15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-379e547\" data-id=\"379e547\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29c3e3a elementor-widget elementor-widget-heading\" data-id=\"29c3e3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n185\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b57b0d5 elementor-widget elementor-widget-button\" data-id=\"b57b0d5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/185\/65r15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a3d01e7\" data-id=\"a3d01e7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc3345b elementor-widget elementor-widget-heading\" data-id=\"cc3345b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n175\/65 R14<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-921c65f elementor-widget elementor-widget-button\" data-id=\"921c65f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/175\/65r14\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0f8ec8a\" data-id=\"0f8ec8a\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8d59902 elementor-widget elementor-widget-heading\" data-id=\"8d59902\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n225\/45 R17<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12aeed2 elementor-widget elementor-widget-button\" data-id=\"12aeed2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/zimne-pneumatiky\/barum\/225\/45r17\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1128a361 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1128a361\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3400b453\" data-id=\"3400b453\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61762ef9 elementor-widget elementor-widget-heading\" data-id=\"61762ef9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY BARUM LETN\u00c9 <\/b>PNEUMAT\u00cdK <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aac2710 elementor-widget elementor-widget-heading\" data-id=\"2aac2710\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6ad937c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ad937c1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4f028fe1\" data-id=\"4f028fe1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72e593e6 elementor-widget elementor-widget-heading\" data-id=\"72e593e6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n195\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b5b52fe elementor-widget elementor-widget-button\" data-id=\"4b5b52fe\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/barum\/195\/65r15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-79bcd559\" data-id=\"79bcd559\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24a68138 elementor-widget elementor-widget-heading\" data-id=\"24a68138\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n185\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3ade52 elementor-widget elementor-widget-button\" data-id=\"c3ade52\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/barum\/185\/65r15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-234ed376\" data-id=\"234ed376\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a52c726 elementor-widget elementor-widget-heading\" data-id=\"3a52c726\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n175\/65 R14<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b6c43c9 elementor-widget elementor-widget-button\" data-id=\"2b6c43c9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/barum\/175\/65r14\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-406b2b72\" data-id=\"406b2b72\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-197e93e5 elementor-widget elementor-widget-heading\" data-id=\"197e93e5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n225\/45 R17<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a3a21fb elementor-widget elementor-widget-button\" data-id=\"6a3a21fb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/letne-pneumatiky\/barum\/225\/45r17\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8b2652 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e8b2652\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c16eda0\" data-id=\"c16eda0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1178de7 elementor-widget elementor-widget-heading\" data-id=\"1178de7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">NAJPOPUL\u00c1RNEJ\u0160IE <b>ROZMERY BARUM CELORO\u010cN\u00c9 <\/b>PNEUMAT\u00cdK <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2f7a4c elementor-widget elementor-widget-heading\" data-id=\"b2f7a4c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-small\">V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2c20351 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c20351\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a73ea07\" data-id=\"a73ea07\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e8fd56c elementor-widget elementor-widget-heading\" data-id=\"e8fd56c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n195\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e3ed88 elementor-widget elementor-widget-button\" data-id=\"0e3ed88\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/barum\/195\/65\/15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c4b7204\" data-id=\"c4b7204\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0ee6818 elementor-widget elementor-widget-heading\" data-id=\"0ee6818\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n185\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0a5ac5 elementor-widget elementor-widget-button\" data-id=\"e0a5ac5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/barum\/185\/65\/15\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-9b4daae\" data-id=\"9b4daae\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8abc4de elementor-widget elementor-widget-heading\" data-id=\"8abc4de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n175\/65 R14<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8d547 elementor-widget elementor-widget-button\" data-id=\"2b8d547\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/barum\/175\/65\/14\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-727fafa\" data-id=\"727fafa\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4805b22 elementor-widget elementor-widget-heading\" data-id=\"4805b22\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BARUM<br>\n225\/45 R17<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d840dfc elementor-widget elementor-widget-button\" data-id=\"d840dfc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/gumy.eu\/pneumatiky\/celorocne-pneumatiky\/barum\/225\/45\/17\" target=\"_blank\" rel=\"nofollow\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VYBERTE SI PNEUMATIKU ><\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18c6f21e elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18c6f21e\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1545ed8d\" data-id=\"1545ed8d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19dc7b77 elementor-widget elementor-widget-heading\" data-id=\"19dc7b77\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HIST\u00d3RIA SPOLO\u010cNOSTI BARUM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-595672e3 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"595672e3\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1b248337\" data-id=\"1b248337\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a8b3a1a elementor-widget elementor-widget-text-editor\" data-id=\"3a8b3a1a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Zna\u010dka Barum, jeden z najzn\u00e1mej\u0161\u00edch v\u00fdrobcov pneumat\u00edk, je zn\u00e1ma t\u00fdm, \u017ee pon\u00faka ve\u013emi kvalitn\u00e9 pneumatiky za ve\u013emi prijate\u013en\u00fa cenu. Spolo\u010dnos\u0165 v s\u00fa\u010dasnosti pred\u00e1va v celej Eur\u00f3pe, ale k medzin\u00e1rodn\u00e9mu \u00faspechu pre\u0161la dlh\u00fa cestu.<\/p><p>Spolo\u010dnos\u0165 za\u010dala svoju kari\u00e9ru ako Ba\u0165a v 20. rokoch minul\u00e9ho storo\u010dia v \u010ceskej republike. Spo\u010diatku sa zaoberali v\u00fdrobou obuvi a nesk\u00f4r v\u00fdrobou bicyklov\u00fdch pneumat\u00edk. Od roku 1932 sa pustili aj do v\u00fdroby pneumat\u00edk, ktor\u00e1 bola tak\u00e1 \u00faspe\u0161n\u00e1, \u017ee sa stala ich hlavn\u00fdm predmetom podnikania. Zmenili svoj n\u00e1zov a za\u010dali pred\u00e1va\u0165 pneumatiky pod n\u00e1zvom Barum. V 90. rokoch 20. storo\u010dia odk\u00fapila v\u00fdznamn\u00fa \u010das\u0165 vlastn\u00edctva spolo\u010dnosti spolo\u010dnos\u0165 Continental, \u010d\u00edm vznikol Barum Continental, jeden z najv\u00e4\u010d\u0161\u00edch v\u00fdrobcov pneumat\u00edk v \u010ceskej republike. V roku 2017 po\u010det vyroben\u00fdch pneumat\u00edk presiahol 21 mili\u00f3nov.<\/p><p>Spolo\u010dnos\u0165 Barum sa \u0161pecializovala najm\u00e4 na v\u00fdrobu pneumat\u00edk pre osobn\u00e9 vozidl\u00e1, ale nesk\u00f4r sa za\u010dala venova\u0165 aj v\u00fdrobe pneumat\u00edk pre \u00fa\u017eitkov\u00e9 vozidl\u00e1. Sortiment pneumat\u00edk pre osobn\u00e9 vozidl\u00e1, SUV a dod\u00e1vky zah\u0155\u0148a zimn\u00e9, letn\u00e9 a celoro\u010dn\u00e9 pneumatiky.<\/p><p>V skratke, filozofia spolo\u010dnosti znie &#8220;Dobr\u00e9 pneumatiky za dobr\u00fa cenu&#8221;, \u010do jasne vyjadruje z\u00e1sadu spolo\u010dnosti: pon\u00faka\u0165 najlep\u0161iu mo\u017en\u00fa kvalitu za ni\u017e\u0161iu cenu, ako je cena strednej triedy. O tejto kvalite sved\u010d\u00ed aj skuto\u010dnos\u0165, \u017ee zna\u010dka Barum z\u00edskala v priebehu rokov v nieko\u013ek\u00fdch nez\u00e1visl\u00fdch testoch hodnotenie &#8220;Odpor\u00fa\u010dan\u00e9&#8221;.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-441dfb29\" data-id=\"441dfb29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a637e2b elementor-widget elementor-widget-image\" data-id=\"2a637e2b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"455\" height=\"643\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/BarumPoster.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/BarumPoster.png 455w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/BarumPoster-212x300.png 212w\" sizes=\"(max-width: 455px) 100vw, 455px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b135e9f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7b135e9f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d305b6\" data-id=\"6d305b6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-672b80d5 elementor-widget elementor-widget-text-editor\" data-id=\"672b80d5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><a href=\"https:\/\/www.barum.sk\/\">BARUM.SK<\/a><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>pneumatiky BARUM VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK BARUM PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU ZIMN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > LETN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > CELORO\u010cN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU > OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cd BARUM, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY BARUM ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY &#8230; <a title=\"Barum\" class=\"read-more\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/\" aria-label=\"More on Barum\">Read more<\/a><\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Barum - Zna\u010dky pneumatik<\/title>\n<meta name=\"description\" content=\"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Barum - Zna\u010dky pneumatik\" \/>\n<meta property=\"og:description\" content=\"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/\" \/>\n<meta property=\"og:site_name\" content=\"Zna\u010dky pneumatik\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gumy.eu\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-20T07:19:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-1024x145.png\" \/>\n<meta name=\"author\" content=\"annaj\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/\",\"name\":\"Zna\u010dky pneumatik\",\"description\":\"Gumy.eu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gumy.eu\/znacky-pneumatik\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#primaryimage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1.png\",\"contentUrl\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1.png\",\"width\":1536,\"height\":217},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#webpage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/\",\"name\":\"Barum - Zna\u010dky pneumatik\",\"isPartOf\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#primaryimage\"},\"datePublished\":\"2022-09-19T12:11:15+00:00\",\"dateModified\":\"2025-11-20T07:19:23+00:00\",\"description\":\"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu\",\"breadcrumb\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Barum\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Barum - Zna\u010dky pneumatik","description":"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu","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:\/\/gumy.eu\/znacky-pneumatik\/barum\/","og_locale":"en_US","og_type":"article","og_title":"Barum - Zna\u010dky pneumatik","og_description":"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu","og_url":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/","og_site_name":"Zna\u010dky pneumatik","article_publisher":"https:\/\/www.facebook.com\/gumy.eu\/","article_modified_time":"2025-11-20T07:19:23+00:00","og_image":[{"url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1-1024x145.png"}],"author":"annaj","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website","url":"https:\/\/gumy.eu\/znacky-pneumatik\/","name":"Zna\u010dky pneumatik","description":"Gumy.eu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gumy.eu\/znacky-pneumatik\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#primaryimage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1.png","contentUrl":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/barum-continental-1536x217-1.png","width":1536,"height":217},{"@type":"WebPage","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#webpage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/","name":"Barum - Zna\u010dky pneumatik","isPartOf":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#primaryimage"},"datePublished":"2022-09-19T12:11:15+00:00","dateModified":"2025-11-20T07:19:23+00:00","description":"P\u00f4vodom \u010desk\u00e1 zna\u010dka Barum prerazila na trhoch v\u010faka svojej filozofii: Dobre dostupn\u00e9 za dobr\u00fa cenu a dostala nieko\u013eko odpor\u00fa\u010dan\u00ed- gumy.eu","breadcrumb":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gumy.eu\/znacky-pneumatik\/barum\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/barum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Barum"}]}]}},"_links":{"self":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7263"}],"collection":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/comments?post=7263"}],"version-history":[{"count":48,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7263\/revisions"}],"predecessor-version":[{"id":10120,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7263\/revisions\/10120"}],"wp:attachment":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/media?parent=7263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}