@charset "UTF-8";
/*  상품목록 페이지 스타일 파일입니다. */

#categories {
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 880px;
  gap: 8px;
  margin-bottom: 100px;
}

#categories li {
  width: 100%;
}
.btn--fill-primary {
  color: white !important;
}
.btn--outline-gray002 {
  /* color: var(--gray002) !important; */
}
.product-list__breadcrumb {
  height: 24px;
}
.product-list__search-keyword-wrap {
  font-weight: 700;
  font-size: 30px;
}
.product-list__search-keyword {
  font-style: normal;
  /* color: var(--color-point-red); */
  color: black;
}
.product-list :where(.l-title) {
  font-size: 24px;
  border-bottom: unset;
  padding: unset;
  margin-block: 20px;
}
.product-list .page-content-top {
  min-height: 100px;
}
.product-list .page-content-top__location {
  color: var(--gray003);
}
.product-list .page-content-top__location a {
  display: block;
}
.product-list .page-content-top__breadcrumb-category-label::after {
  opacity: 0.6;
}
.product-list .notice {
  height: 50dvh;
}
.product-list .thumb-item__info {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.product-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  margin: 0 auto;
  padding-top: 100px;
}

.product-list-section {
  width: 1250px;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.discount {
  height: 26px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a9a9;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06px;
  border-radius: 5px;
  background: #e3fffc;
}

.real-price {
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.07px;
  text-decoration-line: line-through;
}

.search-result-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.search-total-result {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.inner-product-list-search-box {
  display: flex;
  width: 360px;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid black;
}

.inner-product-list-search-input {
  display: block;
  width: 100%;
  text-align: center;
}

.total-count-sort-container {
  width: 100%;
  margin-bottom: 17px;
}

.total-count-sort-container .total-count-display {
  color: var(--secondary);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
}

.total-count-sort-container .total-count-display .total-count-display-number {
  color: #00a9a9;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.09px;
}

.result-nothing em {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.09px;
}
