.amz-i18n-pending body {
  visibility: hidden;
}

.amz-logo-artwork {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
}

.amz-logo-artwork--english img {
  clip-path: polygon(0 0, 100% 0, 100% 77%, 26.3% 77%, 26.3% 100%, 0 100%);
}

.amz-logo-artwork--english::after {
  content: "Marketplace Experts";
  position: absolute;
  z-index: 1;
  top: 79%;
  left: 27%;
  color: #000;
  font: 700 10px/1 Arial, Helvetica, sans-serif;
  letter-spacing: -.04em;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 600px) {
  .amz-logo-artwork--english::after {
    font-size: 9px;
  }
}

.amz-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid #d8e3ec;
  border-radius: 10px;
  background: #f3f7fa;
  box-shadow: 0 5px 16px -12px rgba(12, 28, 42, .5);
}

.amz-language-switch button {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #5e7488;
  font: 800 0/1 "Sora", system-ui, sans-serif;
  letter-spacing: .05em;
  cursor: pointer;
  transition: background .15s, color .15s, box-shadow .15s;
}

.amz-language-switch button::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(12, 28, 42, .12);
}

.amz-language-switch button[data-language="de"]::before {
  background-image: url("flag-de.svg");
}

.amz-language-switch button[data-language="en"]::before {
  background-image: url("flag-us.svg");
}

.amz-language-switch button:hover {
  color: #0c65ae;
}

.amz-language-switch button.is-active {
  background: #fff;
  color: #0c65ae;
  box-shadow: 0 3px 10px -7px rgba(12, 28, 42, .7);
}

.amz-language-switch button:focus-visible {
  outline: 3px solid rgba(20, 136, 224, .24);
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .amz-language-switch {
    padding: 2px;
  }

  .amz-language-switch button {
    min-width: 29px;
    height: 28px;
    padding: 0 5px;
  }

}
