.pisell-list-01 {
  display: flex;
  flex-direction: column;
  width: 100%;

  &-search {
    width: 100%;
    padding: 16px;

    .pisell-list-01-search-input {
      display: flex;
      padding: 10px 14px;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 8px;
      border: 1px solid var(--Gray-300, #d0d5dd);
      background: var(--Base-White, #fff);
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      height: 44px;
    }
  }

  &-categories {
    padding: 16px 0 16px 20px;
    .pisell-lowcode-anchor-wrapper {
      padding: 0;
      margin: 0;
    }
    .pisell-lowcode-anchor-wrapper-horizontal::before {
      border: none !important;
    }
  }

  &-products {
    padding: 20px;
    .pisell-list-01-products-title {
      color: var(--Gray-900, #101828);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 16px;
    }
  }

  .products-empty {
    padding: 0;
    .pisell-empty-icon-wrap,
    .pisell-lowcode-empty-description {
      color: var(--Gray-500, #667085);
    }
  }
}
