a.button.button--primary, .cart__ctas button {
  text-transform: lowercase;
}

.field__label, .customer .field label {
  color: black !important;
  text-transform: lowercase;
}

@media (max-width:750px) {
  cart-items .title-wrapper-with-link a.underlined-link {
    margin-top: 20px;
  }
}