/** Shopify CDN: Minification failed

Line 19:3 Expected ":"
Line 35:3 Expected ":"

**/
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

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

.totals > h3 {
  f ont-size: calc(var(--font-heading-scale) * 1.6rem);
  font-size: 22px;
  line-height: 26px;
  text-transform:uppercase;
  font-weight: 400;
}

.totals * {
  line-height: 1;
}

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

.totals__subtotal-value {
  f ont-size: 1.8rem;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #333333;
}

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

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