.rcs-switcher {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: var(--font-primary, inherit);
  line-height: normal;
}

.rcs-switcher__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  margin: 0;
  min-height: auto;
  width: auto;
  min-width: 0;
  height: auto;
  font: inherit;
  font-size: 16px;
  line-height: 32px;
  text-align: start;
  color: #111;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 24px 0 0;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
  letter-spacing: normal;
}

.rcs-switcher__toggle::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2px;
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.rcs-switcher__toggle:focus,
.rcs-switcher__toggle:active,
.rcs-switcher__option:focus,
.rcs-switcher__option:active {
  outline: none;
  box-shadow: none;
}

.rcs-switcher__menu {
  position: fixed;
  z-index: 2147483647;
  display: block;
  font-family: var(--font-primary, inherit);
  margin: 0;
  padding: 6px 0;
  box-sizing: border-box;
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  max-height: min(360px, 65vh);
  overflow-y: auto;
  list-style: none;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.rcs-switcher__menu[hidden] {
  display: none;
}

.rcs-switcher__menu li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal;
}

.rcs-switcher__option {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 8px 14px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: start;
  color: #333;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  opacity: 1 !important;
  text-transform: none;
  letter-spacing: normal;
}

.rcs-switcher__option:hover,
.rcs-switcher__option:focus,
.rcs-switcher__option.is-selected {
  color: #000;
  background: #f5f5f5;
}

html[dir="rtl"] .rcs-switcher__toggle,
body.rtl .rcs-switcher__toggle {
  padding: 0 0 0 24px;
}

html[dir="rtl"] .rcs-switcher__toggle::after,
body.rtl .rcs-switcher__toggle::after {
  right: auto;
  left: 2px;
}

.rcs-switcher__label-short {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .rcs-switcher__toggle,
  .rcs-switcher__option {
    font-size: 12px;
  }

  .rcs-switcher__label-full {
    display: none !important;
  }

  .rcs-switcher__label-short {
    display: inline !important;
  }
}

.rcs-price {
  white-space: nowrap;
}

.rcs-price__fallback-note {
  font-size: 0.75em;
  opacity: 0.75;
}

.rcs-price--ar {
  direction: ltr;
  unicode-bidi: isolate;
}
