.pisell-big-sale {
  --pisell-big-sale-sale-detail-width: 390px;

  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f6f8;
}

.pisell-big-sale__layout {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.pisell-big-sale__product-panel {
  position: relative;
  height: 100%;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background-color: #4e4e4e;

  .pisell-big-sale-product-list-wrapper {
    height: 100%;
    overflow: auto;
  }
}

.pisell-big-sale__sale-detail {
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--pisell-big-sale-sale-detail-width);
  min-width: 360px;
  min-height: 0;
  overflow: hidden;
  background: #181818;
}

.pisell-big-sale__sale-detail-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.pisell-big-sale__sale-detail--has-header {
  .pisell-sale-detail-tmpl-a .pisell-sale-detail-main {
    padding-top: 0;
  }
}

.pisell-big-sale__sale-detail .big-sale-dialog-header-bar {
  position: relative;
  z-index: 20;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 6px;
  background: #181818;
}

.big-sale-dialog-header-bar__content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.big-sale-dialog-header-bar__order-id {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big-sale-dialog-header-bar__close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: -6px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.big-sale-dialog-header-bar--phone {
  .big-sale-dialog-header-bar__order-id {
    font-size: 18px;
    line-height: 24px;
  }
}

.pisell-big-sale--secondary-screen {
  background: #fff;
}

.pisell-big-sale--secondary-screen .pisell-big-sale__sale-detail {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
}

.pisell-big-sale--phone {
  --pisell-big-sale-mobile-sale-detail-collapsed-height: 152px;

  min-height: 100dvh;
  overflow: visible;

  .pisell-big-sale__layout {
    flex-direction: column;
    overflow: visible;
  }

  .pisell-big-sale__product-panel {
    .pisell-big-sale-product-list-wrapper {
      height: 100%;
      padding-bottom: calc(var(--pisell-big-sale-mobile-sale-detail-collapsed-height) + env(safe-area-inset-bottom));
    }
  }

  .pisell-big-sale__sale-detail {
    position: static;
    flex: none;
    height: 0;
    min-width: 0;
    overflow: visible;
    background: transparent;
  }
}
