.pisell-sale-detail-cart-items {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  min-height: 0;

  &__empty {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    padding-top: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }

  &--multi-col {
    display: grid;
    grid-template-columns: repeat(var(--pisell-cart-cols, 1), minmax(0, 1fr));
    gap: 8px;
  }

  &__quantity-selector {
    width: 110px;

    .pisell-number-selector-btn {
      flex-shrink: 0;
    }

    .pisell-number-selector-number {
      min-width: unset !important;
      padding: 0 !important;
      flex: 1;
    }
  }
}
