
@media (max-width: 767px) {

  /* ---------------------------------------------------------
     1) Odstranění velké mezery mezi horním headerem a obsahem
     --------------------------------------------------------- */

  body:not(.in-index):not(.ordering-process) #content-wrapper,
  body:not(.in-index):not(.ordering-process) .content-wrapper,
  body:not(.in-index):not(.ordering-process) .content-wrapper-in,
  body:not(.in-index):not(.ordering-process) #content,
  body:not(.in-index):not(.ordering-process) .content-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:not(.in-index):not(.ordering-process) #content-wrapper,
  body:not(.in-index):not(.ordering-process) .content-wrapper {
    min-height: 0 !important;
  }

  /* Nadpis kategorie / článku / běžné obsahové stránky */
  body:not(.in-index):not(.ordering-process) h1,
  body:not(.in-index):not(.ordering-process) .category-title,
  body:not(.in-index):not(.ordering-process) article h1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Jemné odsazení obsahu od krajů mobilu */
  body:not(.in-index):not(.ordering-process) #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


  /* ---------------------------------------------------------
     2) Zobrazení stromu cesty / breadcrumbu na mobilu
     Bez horizontálních sliderů
     --------------------------------------------------------- */

  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper,
  body:not(.in-index):not(.ordering-process) .breadcrumbs,
  body:not(.in-index):not(.ordering-process) .breadcrumb,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 6px 0 12px 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    line-height: 1.45 !important;
    color: #777777 !important;

    white-space: normal !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }

  /* Vše uvnitř breadcrumbu se smí zalamovat */
  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper *,
  body:not(.in-index):not(.ordering-process) .breadcrumbs *,
  body:not(.in-index):not(.ordering-process) .breadcrumb *,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs * {
    white-space: normal !important;
    overflow: visible !important;
    max-width: 100% !important;
  }

  /* Odkazy ve stromu cesty */
  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper a,
  body:not(.in-index):not(.ordering-process) .breadcrumbs a,
  body:not(.in-index):not(.ordering-process) .breadcrumb a,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs a {
    display: inline !important;
    color: #666666 !important;
    text-decoration: none !important;
  }

  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper a:hover,
  body:not(.in-index):not(.ordering-process) .breadcrumbs a:hover,
  body:not(.in-index):not(.ordering-process) .breadcrumb a:hover,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs a:hover {
    color: #0087c7 !important;
  }

  /* Textové části breadcrumbu */
  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper span,
  body:not(.in-index):not(.ordering-process) .breadcrumbs span,
  body:not(.in-index):not(.ordering-process) .breadcrumb span,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs span {
    display: inline !important;
  }

  /* Pojistka proti zobrazení systémových scrollbarů */
  body:not(.in-index):not(.ordering-process) .breadcrumbs-wrapper::-webkit-scrollbar,
  body:not(.in-index):not(.ordering-process) .breadcrumbs::-webkit-scrollbar,
  body:not(.in-index):not(.ordering-process) .breadcrumb::-webkit-scrollbar,
  body:not(.in-index):not(.ordering-process) .navigation-breadcrumbs::-webkit-scrollbar {
    display: none !important;
  }
}