/* Přepínač země doručení postavený nad nativním přepínačem měny Shoptetu. */
[data-testid="topnavCurrencyDropdown"].xz-header-delivery-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.xz-header-country-label {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.xz-header-delivery-switcher > button,
.xz-header-delivery-switcher .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.xz-header-delivery-switcher > button {
  justify-content: center;
  min-width: 104px;
  white-space: nowrap;
}

.xz-header-country-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 25px;
  height: 17px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.xz-header-country-flag--cz {
  background: linear-gradient(to bottom, #fff 0 50%, #d7141a 50% 100%);
}

.xz-header-country-flag--cz::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 53%;
  background: #11457e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.xz-header-country-flag--sk {
  background: linear-gradient(
    to bottom,
    #fff 0 33.333%,
    #0b4ea2 33.333% 66.666%,
    #ee1c25 66.666% 100%
  );
}

.xz-header-country-flag--sk::before {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 7px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 2px 2px 4px 4px;
  background: #ee1c25;
  content: "";
}

.xz-header-country-name {
  line-height: 1.2;
  white-space: nowrap;
}

.xz-header-delivery-switcher .dropdown-menu a {
  min-width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .xz-header-country-label {
    display: none;
  }

  .xz-header-delivery-switcher > button {
    min-width: 92px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .xz-header-delivery-switcher > button .xz-header-country-flag {
    width: 22px;
    height: 15px;
  }
}
