.bike-solo-page {
  --bike-hotspot-cursor: default;
}

.bike-solo-selector-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bike-solo-selector-value {
  position: static;
  width: 100%;
  min-width: 0;
  padding: 0 clamp(18px, 2vw, 28px);
}

.bike-solo-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: rgba(17, 17, 17, 0.5);
  font: 500 18px/1.2 "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.bike-solo-empty[hidden] {
  display: none;
}

.bike-solo-cta-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.price-action {
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.price-action.is-loading {
  opacity: 0.76;
  pointer-events: none;
}

.price-action.is-success {
  background: var(--series-active-accent, #dbfc35);
  color: #111;
}

.price-action.is-error {
  background: #b42318;
  color: #fff;
}

@media (max-width: 720px) {
  .bike-solo-selector-value {
    padding: 0 18px;
  }
}
