/** Shopify CDN: Minification failed

Line 64:0 Expected "}" to go with "{"

**/
.totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid var(--color-mt-beige);
}

.totals__subtotal {
  padding: 3.2rem 3.2rem 3.2rem 1.6rem;
  flex: 1;
  margin: 0;
  border-right: 4px solid var(--color-mt-beige);
}

.totals__subtotal-title {
  margin: 0 0 0.8rem;
  font-size: 3.2rem;
}

.totals__subtotal .tax-note {
  font-size: 1.3rem;
  color: var(--mt-color-purple);
}

.totals__subtotal-value {
  margin-right: 1.6rem;
  margin-left: 3.2rem;

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

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

.totals * {
  line-height: 1;
} */

/* .totals > * + * {
  margin-left: 2rem;
} */

/* .totals__subtotal-value {
  font-size: 1.8rem;
}

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

/* @media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
} */
