<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.totals {
  display: flex;
}

.totals &gt; * {
  font-family: var(--font-body-family);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.totals * {
  line-height: 1;
}

.totals &gt; * + * {
  margin-left: 0.5rem;
}

.totals__subtotal-value {
  color: rgba(var(--color-foreground));
}

.cart__ctas + .totals {
  margin-top: 2rem;
}</pre></body></html>