/*
Generated time: June 5, 2025 11:58
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.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: 0.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;
  }
}
