{"id":7192,"date":"2022-09-05T10:27:07","date_gmt":"2022-09-05T10:27:07","guid":{"rendered":"https:\/\/gumy.eu\/znacky-pneumatik\/?page_id=7192"},"modified":"2025-11-19T13:18:21","modified_gmt":"2025-11-19T13:18:21","slug":"nankang","status":"publish","type":"page","link":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/","title":{"rendered":"Nankang"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7192\" class=\"elementor elementor-7192\">\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-792efd71 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"792efd71\" 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-576ace7b\" data-id=\"576ace7b\" 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-69419da9 elementor-widget elementor-widget-html\" data-id=\"69419da9\" 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-5c86d6b8 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"5c86d6b8\" 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-56bbfeb6\" data-id=\"56bbfeb6\" 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-3e06994d elementor-widget elementor-widget-image\" data-id=\"3e06994d\" 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=\"276\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-1024x276.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-1024x276.jpg 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-300x81.jpg 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-768x207.jpg 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-1536x414.jpg 1536w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver.jpg 1671w\" 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-baa4cd3\" data-id=\"baa4cd3\" 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-3b2b9913 elementor-widget elementor-widget-heading\" data-id=\"3b2b9913\" 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\/nankang\/\" target=\"_blank\" rel=\"nofollow\">pneumatiky NANKANG<\/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-49e15378 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49e15378\" 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-7c7a2b2e\" data-id=\"7c7a2b2e\" 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-6a4d532c elementor-widget elementor-widget-image\" data-id=\"6a4d532c\" 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=\"683\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/e2c93e637c044ef0c7661ad4dc84fcf6cf0aeb7e_12-1536x1024-1-1024x683.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/e2c93e637c044ef0c7661ad4dc84fcf6cf0aeb7e_12-1536x1024-1-1024x683.png 1024w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/e2c93e637c044ef0c7661ad4dc84fcf6cf0aeb7e_12-1536x1024-1-300x200.png 300w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/e2c93e637c044ef0c7661ad4dc84fcf6cf0aeb7e_12-1536x1024-1-768x512.png 768w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/e2c93e637c044ef0c7661ad4dc84fcf6cf0aeb7e_12-1536x1024-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<div class=\"elementor-element elementor-element-6ceeced7 elementor-widget elementor-widget-image\" data-id=\"6ceeced7\" 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=\"52\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/b04ca01b15ce6594_org.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" \/>\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-42ea476d elementor-widget elementor-widget-heading\" data-id=\"42ea476d\" 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 NANKANG 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-3bfc258f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3bfc258f\" 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-611061eb\" data-id=\"611061eb\" 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-698e5df2 elementor-widget elementor-widget-heading\" data-id=\"698e5df2\" 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\nPNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59fd0cb2 elementor-widget elementor-widget-button\" data-id=\"59fd0cb2\" 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\/nankang\/\" 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-f693fb0\" data-id=\"f693fb0\" 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-32ce4c8f elementor-widget elementor-widget-heading\" data-id=\"32ce4c8f\" 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 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37a851ad elementor-widget elementor-widget-button\" data-id=\"37a851ad\" 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\/nankang\/\" 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-40e828c3\" data-id=\"40e828c3\" 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-620aeea elementor-widget elementor-widget-heading\" data-id=\"620aeea\" 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 PNEUMATIKY<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f241d05 elementor-widget elementor-widget-button\" data-id=\"6f241d05\" 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\/nankang\" 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-39cabd45 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"39cabd45\" 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-41433e02\" data-id=\"41433e02\" 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-749648d3 elementor-widget elementor-widget-heading\" data-id=\"749648d3\" 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\u00cdK NANKANG, <br>\nKTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M<\/p>\n<\/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-68580b36 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"68580b36\" 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-7b2fe819\" data-id=\"7b2fe819\" 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-6993e91e elementor-widget elementor-widget-heading\" data-id=\"6993e91e\" 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 NANKANG ZIMN\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-1c38885 elementor-widget elementor-widget-heading\" data-id=\"1c38885\" 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\n<\/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-4ec189ff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ec189ff\" 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-4b3c6b7b\" data-id=\"4b3c6b7b\" 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-56286e54 elementor-widget elementor-widget-heading\" data-id=\"56286e54\" 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\">NANKANG<br>\n195\/50 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bbec9f3 elementor-widget elementor-widget-button\" data-id=\"5bbec9f3\" 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\/nankang\/195\/50r15\" 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-3589bea7\" data-id=\"3589bea7\" 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-61d2bb27 elementor-widget elementor-widget-heading\" data-id=\"61d2bb27\" 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\">NANKANG<br>\n205\/40 R17\n<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3845a0ac elementor-widget elementor-widget-button\" data-id=\"3845a0ac\" 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\/nankang\/205\/40r17\" 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-3dfed819\" data-id=\"3dfed819\" 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-714d602b elementor-widget elementor-widget-heading\" data-id=\"714d602b\" 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\">NANKANG<br>\n205\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-673df425 elementor-widget elementor-widget-button\" data-id=\"673df425\" 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\/nankang\/205\/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-1010d268\" data-id=\"1010d268\" 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-1821d507 elementor-widget elementor-widget-heading\" data-id=\"1821d507\" 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\">NANKANG<br>\n225\/45 R18<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-502cb3d elementor-widget elementor-widget-button\" data-id=\"502cb3d\" 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\/nankang\/225\/45r18\" 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-86762f0 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"86762f0\" 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-cf87818\" data-id=\"cf87818\" 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-0197cb9 elementor-widget elementor-widget-heading\" data-id=\"0197cb9\" 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 NANKANG 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-6692b1b elementor-widget elementor-widget-heading\" data-id=\"6692b1b\" 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\n<\/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-6859841 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6859841\" 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-0cd7360\" data-id=\"0cd7360\" 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-4f70f85 elementor-widget elementor-widget-heading\" data-id=\"4f70f85\" 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\">NANKANG<br>\n195\/50 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f0c28b elementor-widget elementor-widget-button\" data-id=\"1f0c28b\" 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\/nankang\/195\/50r15\" 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-c338772\" data-id=\"c338772\" 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-b8409ac elementor-widget elementor-widget-heading\" data-id=\"b8409ac\" 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\">NANKANG<br>\n205\/40 R17\n<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cce78a elementor-widget elementor-widget-button\" data-id=\"2cce78a\" 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\/nankang\/205\/40r17\" 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-a0b22e6\" data-id=\"a0b22e6\" 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-6c03cfc elementor-widget elementor-widget-heading\" data-id=\"6c03cfc\" 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\">NANKANG<br>\n205\/65 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0480dd9 elementor-widget elementor-widget-button\" data-id=\"0480dd9\" 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\/nankang\/205\/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-0920bcc\" data-id=\"0920bcc\" 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-7ed1d0e elementor-widget elementor-widget-heading\" data-id=\"7ed1d0e\" 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\">NANKANG<br>\n225\/45 R18<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15d170c elementor-widget elementor-widget-button\" data-id=\"15d170c\" 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\/nankang\/225\/45r18\" 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-25181a8 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"25181a8\" 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-fabc435\" data-id=\"fabc435\" 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-4c4b592 elementor-widget elementor-widget-heading\" data-id=\"4c4b592\" 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 NANKANG 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-940e704 elementor-widget elementor-widget-heading\" data-id=\"940e704\" 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\n<\/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-f8c14c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f8c14c4\" 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-10ac8cf\" data-id=\"10ac8cf\" 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-c537085 elementor-widget elementor-widget-heading\" data-id=\"c537085\" 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\">NANKANG<br>\n185\/60 R14<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c46629 elementor-widget elementor-widget-button\" data-id=\"9c46629\" 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\/nankang\/185\/60\/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-82f2afb\" data-id=\"82f2afb\" 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-90b9a51 elementor-widget elementor-widget-heading\" data-id=\"90b9a51\" 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\">NANKANG<br>\n205\/55 R17\n<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9167930 elementor-widget elementor-widget-button\" data-id=\"9167930\" 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\/nankang\/205\/55\/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<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8e5f471\" data-id=\"8e5f471\" 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-d8d43b8 elementor-widget elementor-widget-heading\" data-id=\"d8d43b8\" 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\">NANKANG<br>\n205\/60 R15<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84d279a elementor-widget elementor-widget-button\" data-id=\"84d279a\" 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\/nankang\/205\/60\/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-d89eef0\" data-id=\"d89eef0\" 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-eee3e76 elementor-widget elementor-widget-heading\" data-id=\"eee3e76\" 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\">NANKANG<br>\n225\/40 R18<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b326290 elementor-widget elementor-widget-button\" data-id=\"b326290\" 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\/nankang\/225\/40\/18\" 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-51e66928 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51e66928\" 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-a9927c9\" data-id=\"a9927c9\" 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-669dbac elementor-widget elementor-widget-heading\" data-id=\"669dbac\" 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\"><b>HIST\u00d3RIA SPOLO\u010cNOSTI NANKANG<\/b><\/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-2c91b278 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c91b278\" 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-6ba989b4\" data-id=\"6ba989b4\" 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-6066e85e elementor-widget elementor-widget-text-editor\" data-id=\"6066e85e\" 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>Poslan\u00edm spolo\u010dnosti Nankang je plni\u0165 o\u010dak\u00e1vania svojich z\u00e1kazn\u00edkov. V\u00fdrobca pneumat\u00edk si pod\u013ea toho zvolil motto: &#8220;Poctivos\u0165, praktickos\u0165 a inov\u00e1cia&#8221;. Najv\u00e4\u010d\u0161ia taiwansk\u00e1 spolo\u010dnos\u0165 Nankang vyr\u00e1baj\u00faca pneumatiky sa od roku 1959 sna\u017e\u00ed, aby boli jazdy pre \u013eud\u00ed na cest\u00e1ch \u010do najbezpe\u010dnej\u0161ie.<\/p>\n<p>Spolo\u010dnos\u0165 Nankang vyr\u00e1ba najm\u00e4 pneumatiky pre osobn\u00e9 vozidl\u00e1, ale pon\u00faka aj pneumatiky pre takmer v\u0161etky vozidl\u00e1. Taiwansk\u00e9 pneumatiky mo\u017eno n\u00e1js\u0165 vo viac ako 100 krajin\u00e1ch na v\u0161etk\u00fdch kontinentoch sveta. Ich spo\u013eahliv\u00e9 pneumatiky s\u00fa uzn\u00e1van\u00e9 po celom svete a za pr\u00e1cu technikov spolo\u010dnosti Nankang z\u00edskali nieko\u013eko ocenen\u00ed.<\/p>\n<p>Nankang je ide\u00e1lnou vo\u013ebou pre vodi\u010dov, ktor\u00ed h\u013eadaj\u00fa spo\u013eahliv\u00e9 pneumatiky za prijate\u013en\u00fa cenu, \u010di u\u017e ide o zimn\u00e9, letn\u00e9 alebo celoro\u010dn\u00e9 pneumatiky.<\/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-4f8b0564\" data-id=\"4f8b0564\" 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-58071812 elementor-widget elementor-widget-image\" data-id=\"58071812\" 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=\"481\" height=\"599\" src=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_main.png\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_main.png 481w, https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_main-241x300.png 241w\" sizes=\"(max-width: 481px) 100vw, 481px\" \/>\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-767305f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"767305f0\" 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-4c053092\" data-id=\"4c053092\" 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-14033da1 elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"14033da1\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=LdFBjS4LRfo&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-303dc335 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"303dc335\" 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-d486e95\" data-id=\"d486e95\" 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-8998674 elementor-widget elementor-widget-text-editor\" data-id=\"8998674\" 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.nankang-tyre.com\/en\">NANKANG-TYRE.COM<\/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 NANKANG VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK NANKANG 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\u00cdK NANKANG, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY NANKANG ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY &#8230; <a title=\"Nankang\" class=\"read-more\" href=\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/\" aria-label=\"More on Nankang\">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>Nankang - Zna\u010dky pneumatik<\/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:\/\/gumy.eu\/znacky-pneumatik\/nankang\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nankang - Zna\u010dky pneumatik\" \/>\n<meta property=\"og:description\" content=\"pneumatiky NANKANG VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK NANKANG PRE V\u0160ETKY RO\u010cN\u00c9 OBDOBIA NA GUMY.EU ZIMN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; LETN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; CELORO\u010cN\u00c9 PNEUMATIKY VYBERTE SI PNEUMATIKU &gt; OBJAVTE PRODUKTOV\u00da RADU PNEUMAT\u00cdK NANKANG, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY NANKANG ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/\" \/>\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-19T13:18:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-1024x276.jpg\" \/>\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=\"6 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\/nankang\/#primaryimage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver.jpg\",\"contentUrl\":\"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver.jpg\",\"width\":1671,\"height\":450},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#webpage\",\"url\":\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/\",\"name\":\"Nankang - Zna\u010dky pneumatik\",\"isPartOf\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#primaryimage\"},\"datePublished\":\"2022-09-05T10:27:07+00:00\",\"dateModified\":\"2025-11-19T13:18:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Nankang\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nankang - Zna\u010dky pneumatik","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\/nankang\/","og_locale":"en_US","og_type":"article","og_title":"Nankang - Zna\u010dky pneumatik","og_description":"pneumatiky NANKANG VYBERTE SI ZO \u0160IROKEJ PONUKY PNEUMAT\u00cdK NANKANG 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\u00cdK NANKANG, KTOR\u00c9 S\u00da PRISP\u00d4SOBEN\u00c9 VA\u0160IM POTREB\u00c1M NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY NANKANG ZIMN\u00c9 PNEUMAT\u00cdK V NASLEDUJ\u00daCOM ZOZNAME N\u00c1JDETE NA\u0160E NAJPOPUL\u00c1RNEJ\u0160IE ROZMERY ... Read more","og_url":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/","og_site_name":"Zna\u010dky pneumatik","article_publisher":"https:\/\/www.facebook.com\/gumy.eu\/","article_modified_time":"2025-11-19T13:18:21+00:00","og_image":[{"url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver-1024x276.jpg"}],"author":"annaj","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 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\/nankang\/#primaryimage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver.jpg","contentUrl":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-content\/uploads\/2022\/09\/nankang_60th_silver.jpg","width":1671,"height":450},{"@type":"WebPage","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#webpage","url":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/","name":"Nankang - Zna\u010dky pneumatik","isPartOf":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#primaryimage"},"datePublished":"2022-09-05T10:27:07+00:00","dateModified":"2025-11-19T13:18:21+00:00","breadcrumb":{"@id":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gumy.eu\/znacky-pneumatik\/nankang\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Nankang"}]}]}},"_links":{"self":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7192"}],"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=7192"}],"version-history":[{"count":39,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7192\/revisions"}],"predecessor-version":[{"id":10066,"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/pages\/7192\/revisions\/10066"}],"wp:attachment":[{"href":"https:\/\/gumy.eu\/znacky-pneumatik\/wp-json\/wp\/v2\/media?parent=7192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}