/* custom colors */
.base-price[data-v-29b259bb] {
  --line-height: 1;
  --font-size: 18px;
  font-size: var(--font-size);
  line-height: var(--line-height);
}
.base-price__old-price[data-v-29b259bb] {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.base-price__old-price-value[data-v-29b259bb] {
  font-weight: 700;
  text-decoration: line-through;
  white-space: nowrap;
}
.base-price__old-price-badge[data-v-29b259bb] {
  margin-left: 0.35em;
  font-size: 1em;
}
.base-price__price[data-v-29b259bb] {
  font-weight: 700;
  white-space: nowrap;
}
.base-price--horizontal[data-v-29b259bb] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1em 0.4em;
}
.base-price--horizontal .base-price__old-price[data-v-29b259bb] {
  font-size: 1em;
}