.studiocart .title {
  color: var(--text-light);
}
.studiocart .pay-info label, .studiocart .card-details label, .studiocart .address-info label, .studiocart .pwyw-input label {
  color: var(--text-light);
}
.studiocart .total {
  background: none;
}
.studiocart button, .studiocart .btn-block {
  background-color: var(--action) !important;
}
.studiocart .products .item {
  gap: 5px;
}
