.ermax-sales-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ermax-sales-selector__label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ermax-sales-selector__select {
  min-width: 220px;
  min-height: 36px;
  border: 1px solid rgba(12, 12, 12, 0.18);
  border-radius: 999px;
  padding: 0 34px 0 14px;
  background: #fff;
  color: #0c0c0c;
  font-size: 13px;
}

.ermax-sales-selector__status {
  font-size: 12px;
  color: #3faf7a;
  font-weight: 600;
}

.ermax-sales-selector__clear {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #0c0c0c;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.ermax-sales-selector__message {
  font-size: 12px;
  color: #c0392b;
}

.ermax-header__sales-selector--mobile {
  width: 100%;
  margin-bottom: 16px;
}

.ermax-header__sales-selector--mobile .ermax-sales-selector {
  align-items: stretch;
  flex-direction: column;
}

.ermax-header__sales-selector--desktop .ermax-sales-selector__status {
  display: none;
}

@media (max-width: 1180px) {
  .ermax-header__sales-selector--desktop {
    display: none;
  }
}

.ermax-b2b-price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.45em;
  line-height: 1;
  white-space: nowrap;
}

.ermax-b2b-price__public-row,
.ermax-b2b-price__partner-row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.ermax-b2b-price__partner-row {
  gap: 0.45em;
  flex-wrap: nowrap;
}

.ermax-b2b-price__public {
  opacity: 0.65;
  font-size: 0.58em;
  font-weight: 700;
}

.ermax-b2b-price__net,
.ermax-b2b-price__ttc {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18em;
  white-space: nowrap;
}

.ermax-b2b-price__net {
  font-weight: 800;
}

.ermax-b2b-price__ttc {
  opacity: 0.72;
  font-size: 0.66em;
  font-weight: 700;
}

.ermax-b2b-price__tax-label {
  border: 0;
  text-decoration: none;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1;
}

.ermax-b2b-price--checkout {
  justify-content: flex-end;
  gap: 0.5em;
  font-size: 0.95em;
}

.ermax-b2b-price--checkout .ermax-b2b-price__public {
  font-size: 0.76em;
}

.ermax-b2b-checkout-notice {
  display: flex;
  align-items: center;
  gap: 0.55em;
  flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(63, 175, 122, 0.35);
  background: rgba(63, 175, 122, 0.08);
  color: #0c0c0c;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.ermax-b2b-checkout-notice__label {
  font-weight: 700;
}

.ermax-b2b-checkout-notice__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 9px;
  border-radius: 999px;
  background: #3faf7a;
  color: #07100c;
  font-weight: 800;
}

.ermax-b2b-checkout-notice__hint {
  color: #4b5563;
}
