.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.beis .totals > h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals__subtotal-value {
  font-size: 1.6rem;
  font-weight: bold;
}
.totals__subtotal-value--original {
  text-decoration: line-through;
  color: #9D9D9D;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}