Zaregistruj sa na e-shope DG Nutrition a dostaneš od nás zľavu 5 % na prvý nákup.

Rastlinný proteín

Rastlinné proteínové doplnky, ideálne pre vegetariánov a vegánov, poskytujúce esenciálne živiny a podporujúce rast a regeneráciu svalov prirodzene.

FILTER PRODUKTOV
Doručenie zdarma pri nákupe nad 50 €
Všetko skladom pripravíme a odošleme
Objednávku okamžite
Potrebujete poradiť? Zavolajte nám na +421 919 333 999
Request history8.3.8PHP Version79.81msRequest Duration4MBMemory UsageGET sk/kategorie/{productCategory}Route
    • Booting (18.76ms)time
    • Application (61.04ms)time
    • 1 x Application (76.48%)
      61.04ms
      1 x Booting (23.51%)
      18.76ms
      48 templates were rendered
      • 1x pages.categories.detaildetail.blade.php#?blade
      • 1x partials.products-list.sidebarsidebar.blade.php#?blade
      • 1x partials.products-list.bannerbanner.blade.php#?blade
      • 1x partials.products-list.videovideo.blade.php#?blade
      • 1x partials.products-list.descriptiondescription.blade.php#?blade
      • 1x partials.products-list.subcategoriessubcategories.blade.php#?blade
      • 1x partials.products-list.filters-togglefilters-toggle.blade.php#?blade
      • 1x partials.products.thumbnailthumbnail.blade.php#?blade
      • 1x partials.products.tagtag.blade.php#?blade
      • 26x fallback-image::imageimage.blade.php#?blade
      • 1x components.products-gridproducts-grid.blade.php#?blade
      • 1x sections.featuresfeatures.blade.php#?blade
      • 1x sections.photosphotos.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x layouts.partials.faviconfavicon.blade.php#?blade
      • 1x layouts.partials.metameta.blade.php#?blade
      • 2x layouts.partials.stripesstripes.blade.php#?blade
      • 1x layouts.partials.headerheader.blade.php#?blade
      • 1x partials.breadcrumbsbreadcrumbs.blade.php#?blade
      • 1x layouts.partials.footerfooter.blade.php#?blade
      • 1x layouts.partials.overlayoverlay.blade.php#?blade
      • 1x layouts.partials.componentscomponents.blade.php#?blade
      uri
      GET sk/kategorie/{productCategory}
      middleware
      web, localize, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\CategoriesController@detail
      namespace
      App\Http\Controllers
      prefix
      /sk
      where
      as
      categories.detail
      file
      app/Http/Controllers/CategoriesController.php:21-30
      18 statements were executed, 4 of which were duplicates, 14 unique. Show only duplicated11.32ms
      • Connection EstablisheddgnutritionHasTranslations.php#215
        Backtrace
        • 14. vendor/backpack/crud/src/app/Models/Traits/SpatieTranslatable/HasTranslations.php:215
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
        • 22. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • select * from `product_categories` where json_unquote(json_extract(`slug`, '$."sk"')) = 'rastlinny-protein' and `active` = 1 limit 1
        1.63msdgnutritionImplicitRouteBinding.php#61
        Bindings
        • 0: rastlinny-protein
        • 1: 1
        Backtrace
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
        • 22. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 23. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • select * from `product_categories` where `product_categories`.`parent_id` = 20 and `product_categories`.`parent_id` is not null and `active` = 1
        570μsdgnutritionCategoriesController.php#23
        Bindings
        • 0: 20
        • 1: 1
        Backtrace
        • 20. app/Http/Controllers/CategoriesController.php:23
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select count(*) as aggregate from `products` where exists (select * from `product_categories` inner join `product_product_category` on `product_categories`.`id` = `product_product_category`.`product_category_id` where `products`.`id` = `product_product_category`.`product_id` and `product_categories`.`id` = 20 and `active` = 1) and `active` = 1
        740μsdgnutritionCategoriesController.php#27
        Bindings
        • 0: 20
        • 1: 1
        • 2: 1
        Backtrace
        • 16. app/Http/Controllers/CategoriesController.php:27
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select * from `products` where exists (select * from `product_categories` inner join `product_product_category` on `product_categories`.`id` = `product_product_category`.`product_category_id` where `products`.`id` = `product_product_category`.`product_id` and `product_categories`.`id` = 20 and `active` = 1) and `active` = 1 limit 12 offset 0
        670μsdgnutritionCategoriesController.php#27
        Bindings
        • 0: 20
        • 1: 1
        • 2: 1
        Backtrace
        • 16. app/Http/Controllers/CategoriesController.php:27
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select * from `media` where `media`.`model_id` in (47) and `media`.`model_type` = 'App\Models\Product'
        410μsdgnutritionCategoriesController.php#27
        Bindings
        • 0: App\Models\Product
        Backtrace
        • 21. app/Http/Controllers/CategoriesController.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select * from `packagings` where `packagings`.`product_id` in (47) and `packagings`.`deleted_at` is null
        410μsdgnutritionCategoriesController.php#27
        Backtrace
        • 21. app/Http/Controllers/CategoriesController.php:27
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select `product_categories`.*, `product_product_category`.`product_id` as `pivot_product_id`, `product_product_category`.`product_category_id` as `pivot_product_category_id` from `product_categories` inner join `product_product_category` on `product_categories`.`id` = `product_product_category`.`product_category_id` where `product_product_category`.`product_id` in (47) and `active` = 1
        410μsdgnutritionCategoriesController.php#27
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Http/Controllers/CategoriesController.php:27
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
      • select * from `product_categories` where `product_categories`.`id` = 3 and `active` = 1 limit 1
        390μsdgnutritionbreadcrumbs.php#25
        Bindings
        • 0: 3
        • 1: 1
        Backtrace
        • 21. routes/breadcrumbs.php:25
        • 22. vendor/diglactic/laravel-breadcrumbs/src/Generator.php:64
        • 23. vendor/diglactic/laravel-breadcrumbs/src/Generator.php:42
        • 24. vendor/diglactic/laravel-breadcrumbs/src/Manager.php:145
        • 25. vendor/diglactic/laravel-breadcrumbs/src/Manager.php:174
      • select * from `media` where `media`.`model_id` in (20) and `media`.`model_type` = 'App\Models\ProductCategory'
        460μsdgnutritionInteractsWithMedia.php#534
        Bindings
        • 0: App\Models\ProductCategory
        Backtrace
        • 23. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
        • 24. vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
        • 25. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
        • 26. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
        • 27. view::partials.products-list.banner:1
      • select * from `instagram_photos` where `active` = 1 order by RAND() limit 7
        470μsdgnutritionViewComposerProvider.php#45
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:45
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::pages.categories.detail:65
      • select * from `media` where `media`.`model_id` in (1, 2, 3, 5, 7, 10, 12) and `media`.`model_type` = 'App\Models\InstagramPhoto'
        500μsdgnutritionViewComposerProvider.php#45
        Bindings
        • 0: App\Models\InstagramPhoto
        Backtrace
        • 20. app/Providers/ViewComposerProvider.php:45
        • 24. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 27. view::pages.categories.detail:65
      • select * from `top_stripes` where `active` = 1
        370μsdgnutritionViewComposerProvider.php#49
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:49
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::layouts.main:24
      • select * from `product_targets` where exists (select * from `products` inner join `product_product_target` on `products`.`id` = `product_product_target`.`product_id` where `product_targets`.`id` = `product_product_target`.`product_target_id` and `active` = 1) and `active` = 1
        740μsdgnutritionViewComposerProvider.php#36
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:36
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::layouts.main:27
      • select * from `media` where `media`.`model_id` in (1, 3, 4, 5, 6, 7) and `media`.`model_type` = 'App\Models\ProductTarget'
        600μsdgnutritionViewComposerProvider.php#36
        Bindings
        • 0: App\Models\ProductTarget
        Backtrace
        • 20. app/Providers/ViewComposerProvider.php:36
        • 24. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 27. view::layouts.main:27
      • select * from `product_categories` where exists (select * from `products` inner join `product_product_category` on `products`.`id` = `product_product_category`.`product_id` where `product_categories`.`id` = `product_product_category`.`product_category_id` and `active` = 1) and `parent_id` is null and `active` = 1
        960μsdgnutritionViewComposerProvider.php#37
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:37
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::layouts.main:27
      • select * from `media` where `media`.`model_id` in (1, 2, 3, 5, 6, 7, 9, 11, 13, 14, 15, 22) and `media`.`model_type` = 'App\Models\ProductCategory'
        930μsdgnutritionViewComposerProvider.php#37
        Bindings
        • 0: App\Models\ProductCategory
        Backtrace
        • 20. app/Providers/ViewComposerProvider.php:37
        • 24. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 27. view::layouts.main:27
      • select * from `top_stripes` where `active` = 1
        470μsdgnutritionViewComposerProvider.php#49
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:49
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::layouts.main:32
      • select * from `product_targets` where exists (select * from `products` inner join `product_product_target` on `products`.`id` = `product_product_target`.`product_id` where `product_targets`.`id` = `product_product_target`.`product_target_id` and `active` = 1) and `active` = 1
        590μsdgnutritionViewComposerProvider.php#41
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Providers/ViewComposerProvider.php:41
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:189
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:160
        • 22. view::layouts.main:46
      App\Models\Media
      33Media.php#?
      App\Models\ProductCategory
      16ProductCategory.php#?
      App\Models\ProductTarget
      12ProductTarget.php#?
      App\Models\InstagramPhoto
      7InstagramPhoto.php#?
      App\Models\TopStripe
      2TopStripe.php#?
      App\Models\Product
      1Product.php#?
      App\Models\Packaging
      1Packaging.php#?
          _token
          WD3bfR6nK7ujZuTB5AYZiLPC93vgASsChymoIWwa
          locale
          sk
          _previous
          array:1 [ "url" => "https://dgnutrition.invibe.site/sk/kategorie/rastlinny-protein" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /sk/kategorie/rastlinny-protein
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:22 [ "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.135.192.183" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "929b52e08e52eaec-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-for" => array:1 [ 0 => "3.135.192.183" ] "host" => array:1 [ 0 => "dgnutrition.invibe.site" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 01 Apr 2025 21:54:13 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNWY3hrMnBPM084Z2ZON1J2WmN0ZGc9PSIsInZhbHVlIjoiV2RnNDJTRlBPNUo0ZXlpMzNVZExGTzd4MDIxTW0yV1gwaXQ4TllhMUJSWFRBcWZxV2x3eS9rdzlZMFE5QnhwcStsYlBURklhOTgyVGxnOFQrbFVQM2VtZElwMzV4aSs4RWR2NlRSdHBqNXMyVGpXSThUYXJldjdFUlkzaXdRV2oiLCJtYWMiOiI5NzZjNWRjODVhOGZmNmM2YjZlNjAyNTQ4YWY2OGZkNTE1N2NhNmZmMzRiOWUwNGM5YmQ1YTg0NDBjOWMzZmQ1IiwidGFnIjoiIn0%3D; expires=Tue, 01 Apr 2025 23:54:13 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlNWY3hrMnBPM084Z2ZON1J2WmN0ZGc9PSIsInZhbHVlIjoiV2RnNDJTRlBPNUo0ZXlpMzNVZExGTzd4MDIxTW0yV1gwaXQ4TllhMUJSWFRBcWZxV2x3eS9rdzlZMFE5QnhwcStsYlBUR" 1 => "dgnutrition_session=eyJpdiI6ImFnTWZyQWlCZHRTT3ZJZ21aVm5qTlE9PSIsInZhbHVlIjoiOWlBWHQyV3BRSDFCRDEzd2ttQVhuY09XYnBVNEhuZndQbUVyZjMvcmZ1ckZwZkhYeEVtRU9PVDJwRWZ6aitPb0kxUy96WWZDM204YmovRGJxdWNjQ0w5WkdYOUNjQnNIMU40V1JHUGQwNFQvemFrdC94SStjM0NIR083R3lTN3EiLCJtYWMiOiI0NGYzYjQ5MjZlMjViNjNlMDIxZjc5MTA5YjlkZmUzNWI1ZmM0NGY3YjMxM2I2YTcxY2E3YjhkYzNkNmVmMjE3IiwidGFnIjoiIn0%3D; expires=Tue, 01 Apr 2025 23:54:13 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxdgnutrition_session=eyJpdiI6ImFnTWZyQWlCZHRTT3ZJZ21aVm5qTlE9PSIsInZhbHVlIjoiOWlBWHQyV3BRSDFCRDEzd2ttQVhuY09XYnBVNEhuZndQbUVyZjMvcmZ1ckZwZkhYeEVtRU9PVDJwRWZ6aitP" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNWY3hrMnBPM084Z2ZON1J2WmN0ZGc9PSIsInZhbHVlIjoiV2RnNDJTRlBPNUo0ZXlpMzNVZExGTzd4MDIxTW0yV1gwaXQ4TllhMUJSWFRBcWZxV2x3eS9rdzlZMFE5QnhwcStsYlBURklhOTgyVGxnOFQrbFVQM2VtZElwMzV4aSs4RWR2NlRSdHBqNXMyVGpXSThUYXJldjdFUlkzaXdRV2oiLCJtYWMiOiI5NzZjNWRjODVhOGZmNmM2YjZlNjAyNTQ4YWY2OGZkNTE1N2NhNmZmMzRiOWUwNGM5YmQ1YTg0NDBjOWMzZmQ1IiwidGFnIjoiIn0%3D; expires=Tue, 01-Apr-2025 23:54:13 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlNWY3hrMnBPM084Z2ZON1J2WmN0ZGc9PSIsInZhbHVlIjoiV2RnNDJTRlBPNUo0ZXlpMzNVZExGTzd4MDIxTW0yV1gwaXQ4TllhMUJSWFRBcWZxV2x3eS9rdzlZMFE5QnhwcStsYlBUR" 1 => "dgnutrition_session=eyJpdiI6ImFnTWZyQWlCZHRTT3ZJZ21aVm5qTlE9PSIsInZhbHVlIjoiOWlBWHQyV3BRSDFCRDEzd2ttQVhuY09XYnBVNEhuZndQbUVyZjMvcmZ1ckZwZkhYeEVtRU9PVDJwRWZ6aitPb0kxUy96WWZDM204YmovRGJxdWNjQ0w5WkdYOUNjQnNIMU40V1JHUGQwNFQvemFrdC94SStjM0NIR083R3lTN3EiLCJtYWMiOiI0NGYzYjQ5MjZlMjViNjNlMDIxZjc5MTA5YjlkZmUzNWI1ZmM0NGY3YjMxM2I2YTcxY2E3YjhkYzNkNmVmMjE3IiwidGFnIjoiIn0%3D; expires=Tue, 01-Apr-2025 23:54:13 GMT; path=/; secure; httponlydgnutrition_session=eyJpdiI6ImFnTWZyQWlCZHRTT3ZJZ21aVm5qTlE9PSIsInZhbHVlIjoiOWlBWHQyV3BRSDFCRDEzd2ttQVhuY09XYnBVNEhuZndQbUVyZjMvcmZ1ckZwZkhYeEVtRU9PVDJwRWZ6aitP" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "WD3bfR6nK7ujZuTB5AYZiLPC93vgASsChymoIWwa" "locale" => "sk" "_previous" => array:1 [ "url" => "https://dgnutrition.invibe.site/sk/kategorie/rastlinny-protein" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-01 23:54:13GET/sk/kategorie/rastlinny-protein481872