.e9-ada-compliant-badge {
    display: flex;
    align-items: center;
}
.e9-ada-compliant-badge__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}
.e9-ada-compliant-badge__link svg {
    max-height: 3em;
    width: 4em;
    margin-right: 0.75em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 10000000;
  transform: translateY(-4rem);
  transition: transform 0.3s;
}
.skip-to-content:focus {
  transform: translateY(0);
}
button,
button.needsclick {
	min-width: 24px !important;
	min-height: 24px !important;
}
:root {
	--bde-woo-notices__info-text: #000 !important;
}
.breakdance-menu-link-arrow {
	width: 24px;
}