/** Shopify CDN: Minification failed

Line 44:27 Expected ":"

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

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

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

.totals * {
  line-height: 1;
}

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

.totals__total {
  margin-top: .5rem;
}

.totals__total-value {
  color: var(--black, #151715);
 

/* menu */
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 91.5%; /* 14.64px */
letter-spacing: -0.48px;
text-transform: uppercase;s
}

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

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