/* Terezie Trusinova: language control refinement, 18 September 2026. */
html body #header .languagesMenu__content,
html body #header .languagesMenu__box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html body #header .languagesMenu__header--actual {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #171717 !important;
  font: 400 11px/1.4 Poppins, Arial, sans-serif !important;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
}
html body #header .languagesMenu__header--actual .caret {
  display: inline-block !important;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 0 !important;
  border: 0 !important;
  border-right: 1px solid currentColor !important;
  border-bottom: 1px solid currentColor !important;
  transform: rotate(45deg);
}
html body #header .languagesMenu__list {
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  min-width: 164px;
  margin: 0 !important;
  padding: 8px !important;
  background: #fff !important;
  border: 1px solid #e8e5e0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgb(0 0 0 / 6%) !important;
}
html body #header .languagesMenu__list__link {
  min-height: 44px;
  padding: 10px 14px !important;
  color: #252525 !important;
  font: 400 12px/1.6 Poppins, Arial, sans-serif !important;
  letter-spacing: .025em;
}
html body #header .languagesMenu__list__link:hover,
html body #header .languagesMenu__list__link:focus-visible {
  background: #f6f5f2 !important;
}
html body #header .languagesMenu__list .shp-flag,
html body #header .languagesMenu__header--actual .shp-flag,
html body #header #navigation .navigationActions .shp-flag {
  display: inline-block !important;
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  margin: 0 !important;
  flex: 0 0 18px;
  vertical-align: middle;
  border-radius: 0 !important;
}
html body #header .languagesMenu__list__link,
html body #header #navigation .navigationActions__flagWrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper .shp-flag {
  margin-left: auto !important;
}
html body #header .languagesMenu__list__name--actual,
html body #header #navigation .navigationActions__submenu__item--active .navigationActions__flagWrapper > span {
  font-weight: 500 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
html body #header #navigation .navigationActions__submenu__item::before,
html body #header .languagesMenu__list__name--actual::before {
  display: none !important;
  content: none !important;
}
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper::after {
  margin-left: 0;
  margin-right: 12px;
  font: 400 11px/1 Poppins, Arial, sans-serif;
  letter-spacing: .12em;
  color: #6d6a65;
}
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper:has(.shp-flag-CZ)::after { content: "CZ"; }
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper:has(.shp-flag-GB)::after { content: "EN"; }
html body #header #navigation [data-testid="navigationLanguageSwitch"] .navigationActions__flagWrapper:has(.shp-flag-SK)::after { content: "SK"; }
@media (max-width: 991px) {
  html body #header #navigation .navigationActions > li:has([data-testid="navigationLanguageSwitch"]) > .navigationActions__submenu {
    margin: 0 !important;
    padding: 0 0 12px !important;
    background: transparent !important;
    border: 0 !important;
  }
  html body #header #navigation .navigationActions__submenu [role="group"],
  html body #header #navigation .navigationActions__submenu__item {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    list-style: none !important;
  }
  html body #header #navigation .navigationActions__link--flag {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    padding: 12px 16px !important;
    color: #34322f !important;
    font: 400 12px/1.6 Poppins, Arial, sans-serif !important;
    letter-spacing: .025em;
    background: transparent !important;
  }
  html body #header #navigation .navigationActions__link--flag:hover,
  html body #header #navigation .navigationActions__link--flag:focus-visible {
    background: #f6f5f2 !important;
  }
}

@media (max-width: 991px) {
  html body #header #navigation .navigationActions > li:has([data-testid="navigationLanguageSwitch"]) .navigationActions__submenu > li {
    padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important;
  }
}

/* Keep navigation, language choice and shopping controls in separate columns. */
@media (min-width:1025px){
 html body.template-12 #header .navigation-wrapper{
  display:grid!important;grid-template-columns:144px minmax(0,1fr) auto!important;
  column-gap:24px!important;align-items:center!important;
 }
 html body.template-12 #header .site-name{width:144px!important;max-width:144px!important;min-width:0!important}
 html body.template-12 #header #navigation{
  position:static!important;left:auto!important;right:auto!important;transform:none!important;
  width:100%!important;max-width:none!important;min-width:0!important;
 }
 html body.template-12 #header .navigation-in{position:static!important;width:100%!important;min-width:0!important}
 html body.template-12 #header .navigation-in>.menu-level-1{
  display:flex!important;align-items:center!important;justify-content:space-evenly!important;
  gap:4px!important;flex-wrap:nowrap!important;width:100%!important;min-width:0!important;
 }
 html body.template-12 #header .menu-level-1>li{display:block!important;visibility:visible!important;flex:0 1 auto!important;min-width:0!important}
 html body.template-12 #header .menu-level-1>li>a{padding-right:8px!important;padding-left:8px!important;font-size:13px!important;white-space:nowrap!important}
 html body.template-12 #header .menu-level-1>.menu-item-820{display:none!important}
 html body.template-12 #header .navigation-buttons{position:static!important;width:auto!important;padding-left:0!important;justify-self:end!important;flex-shrink:0!important}
 html body.template-12 #header .menu-helper{display:none!important}
}
@media (min-width:1600px){
 html body.template-12 #header .navigation-wrapper{column-gap:32px!important}
 html body.template-12 #header .menu-level-1>li>a{font-size:14px!important}
}

@media(min-width:1025px){html body.template-12 #header .navigation-wrapper::before,html body.template-12 #header .navigation-wrapper::after{display:none!important}html body.template-12 #header .site-name{grid-column:1!important;grid-row:1!important}html body.template-12 #header #navigation{grid-column:2!important;grid-row:1!important}html body.template-12 #header .navigation-buttons{grid-column:3!important;grid-row:1!important}}
@media(min-width:1025px) and (max-width:1199px){html body.template-12 #header .navigation-wrapper{width:calc(100% - 24px)!important;max-width:none!important;padding-left:0!important;padding-right:0!important;column-gap:16px!important}html body.template-12 #header .menu-level-1>li>a{font-size:12px!important;padding-left:5px!important;padding-right:5px!important}}