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

.total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.8rem 0;
  font-size: 1.6rem;
}
.total--final {
  font-weight: 600;
}
.total:not(:last-child) {
  border-bottom: 1px solid rgb(var(--brand-light-grey));
}
.total__label, .total__value {
  font-size: inherit;
  line-height: 1;
  margin: 0;
}
