.cart-footer-block__title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.cart-footer-block__content {
  font-size: 0.875rem;
  line-height: 1.5;
}

cart-footer-block .cart-drawer__footer {
  display: none;
}
.drawer__footer .totals__subtotal-value {
  margin-right: 0;
}
.totals__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.75rem;
}
.totals {
  display: flex;
}
.totals--full-width {
  justify-content: space-between;
}
.totals__label {
  font-size: 0.875em;
}
.totals__total-label {
  font-size: 1em;
}
.totals__value {
  font-size: 0.875em;
}
