.totals {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--layout-space-7);
}

#MainCart .totals {
  margin-bottom: 0;
}

.totals > * {
  font-size: var(--text-size-s);
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * var(--text-size-base));
}

.totals * {
  line-height: var(--leading-looser);
}

.totals > * + * {
  margin-left: var(--layout-space-4);
}

.totals__subtotal,
.totals__subtotal-value {
  font-size: var(--text-size-s);
  font-weight: var(--font-weight-medium);
}

.cart__ctas + .totals {
  margin-top: var(--layout-space-4);
}
