/* BeOrganic.sk - desktop menu typography size v1 */

@media (min-width: 901px) {
  body.bodyClass .mainPanel {
    min-height: 54px !important;
  }

  body.bodyClass #eshopCategory.eshopCategory {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    box-sizing: border-box !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(13px, 1.25vw, 26px) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: nowrap !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 0 !important;
    color: #34312d !important;
    font-family: var(--bo-type-body, "Montserrat", Arial, sans-serif) !important;
    font-size: clamp(14px, 0.86vw, 16px) !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li.selected > a,
  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > a:hover,
  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > a:focus {
    color: #64775d !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > ul {
    min-width: 230px !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > ul a {
    font-family: var(--bo-type-body, "Montserrat", Arial, sans-serif) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  body.bodyClass #pageHeaderContent .bo-top-left a,
  body.bodyClass #pageHeaderContent .bo-top-right a,
  body.bodyClass #pageHeaderContent .bo-top-right span {
    font-family: var(--bo-type-body, "Montserrat", Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 1200px) {
  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > a {
    font-size: 16px !important;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  body.bodyClass #eshopCategory.eshopCategory {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap {
    gap: 12px !important;
  }

  body.bodyClass #eshopCategory.eshopCategory > ul.sitemap > li > a {
    font-size: 13.5px !important;
  }
}
