.sf-currency-switcher {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.sf-currency-label {
  color: var(--muted);
  font: 700 9px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sf-currency-switcher .wcml-dropdown-click {
  width: auto;
  min-width: 82px;
  max-width: 120px;
}

.sf-currency-switcher .wcml-dropdown-click > ul,
.sf-currency-switcher .wcml-dropdown-click li {
  margin: 0 !important;
}

.sf-currency-switcher .wcml-dropdown-click li {
  border: 0;
  background: transparent;
}

.sf-currency-switcher .wcml-dropdown-click a.wcml-cs-item-toggle {
  min-height: 34px;
  padding: 10px 29px 9px 11px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: 700 10px/1 var(--sans);
  letter-spacing: .05em;
  transition: border-color .18s ease, color .18s ease;
}

.sf-currency-switcher .wcml-dropdown-click a.wcml-cs-item-toggle:hover,
.sf-currency-switcher .wcml-dropdown-click a.wcml-cs-item-toggle:focus {
  border-color: var(--gold);
  color: #8d6526;
}

.sf-currency-switcher .wcml-dropdown-click a.wcml-cs-item-toggle::after {
  right: 10px;
  color: var(--gold);
}

.sf-currency-switcher .wcml-cs-submenu {
  top: calc(100% + 5px);
  min-width: 100%;
  border: 1px solid var(--line) !important;
  background: #fff;
  box-shadow: 0 14px 35px rgba(19,35,61,.14);
  z-index: 120;
}

.sf-currency-switcher .wcml-cs-submenu li {
  border: 0 !important;
  background: #fff;
}

.sf-currency-switcher .wcml-cs-submenu a {
  padding: 10px 12px;
  color: var(--ink);
  font: 700 10px/1 var(--sans);
  white-space: nowrap;
}

.sf-currency-switcher .wcml-cs-submenu a:hover {
  background: var(--paper);
  color: #8d6526;
}

/* The strategic header control replaces WPML's automatic product-meta switcher. */
body.sf-has-header-currency.single-product .product_meta > .wcml_currency_switcher {
  display: none !important;
}

@media (max-width: 1180px) {
  .sf-currency-label {
    display: none;
  }

  .sf-currency-switcher {
    padding-left: 9px;
  }
}

@media (max-width: 980px) {
  .sf-currency-switcher {
    order: -1;
    padding: 8px 0;
    border-left: 0;
  }

  .sf-currency-label {
    display: inline;
  }

  .sf-currency-switcher .wcml-dropdown-click {
    min-width: 92px;
  }
}
