/** Shopify CDN: Minification failed

Line 90:1 Expected "}" to go with "{"

**/
.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 {
  font-size: 1.8rem;
}

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

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

/* ADU */

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

.totals-adu {  
  justify-content: center;
  align-items: flex-end;
}

.totals__total-adu {
  margin-top: .5rem;
  display: inline;
}

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

.totals__total-value-adu {
  font-size: 1.8rem;
  margin-left: 25px;
}

  .totals-adu2 {  
  justify-content: center;
  align-items: flex-end;
}

.totals__total-adu2 {
  margin-top: .5rem;
  display: inline;
}

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

.totals__total-value-adu2 {
  font-size: 1.8rem;
  margin-left: 70px;
}