.favorite-list-v1-member[hidden],
.favorite-empty-container[hidden] {
  display: none !important;
}

.wish-tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.wish-tabs::-webkit-scrollbar {
  display: none;
}

.wish-tab {
  min-width: 88px;
  height: 52px;
  padding: 0 20px;
  border: none;
  border-right: 1px solid #f3f3f3;
  background: #fff;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  flex-shrink: 0;
  cursor: pointer;
}

.wish-tab.active {
  background: #f6f6f6;
  color: #222;
  font-weight: 600;
}

.favorite-list-v1-member {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 14px;
  padding: 24px 16px 40px;
  background: #fff;
}

.wish-card {
  min-width: 0;
}

.wish-thumb-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.45;
  overflow: hidden;
  background: #f6f6f6;
  text-decoration: none;
}

.wish-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sale-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 54px;
  height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 34, 34, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.wish-soldout {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.wish-info {
  padding-top: 12px;
}

.wish-title-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.wish-name {
  flex: 1;
  min-width: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
  word-break: break-word;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wish-heart {
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.wish-price-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  min-height: 24px;
}

.p-discount {
  color: #ff4d4f;
  font-size: 16px;
  font-weight: 500;
}

.wish-consumer {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.wish-selling {
  margin-top: 2px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.favorite-empty-container {
  min-height: calc(100vh - 320px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 40px 16px;
}

.favorite-empty-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.favorite-empty-title {
  margin-top: 24px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.favorite-empty-desc {
  margin-top: 4px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
