@charset "utf-8";

/*상품폼 공통*/
.thumb-item__img {
  border: 0;
}
.thumb-item__media {
  border-radius: 10px;
  overflow: hidden;
}
.product-thumb-title {
  word-break: keep-all;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
  height: 48px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
}
.display-product .thumb-item__info,
.product-list .thumb-item__info {
  padding-top: 20px;
  padding-bottom: 0;
}
.product-thumb-price-info {
  column-gap: 10px;
}
.display-product .thumb-item__info .product-thumb__immediately-percent,
.thumb-item__info .product-thumb__immediately-percent {
  color: #007bff;
  font-size: 20px;
}
.display-product .thumb-item__info .product-thumb-price,
.thumb-item__info .product-thumb-price {
  font-size: 20px;
  font-family: "Pretendard", Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
}
.display-product .thumb-item__info .product-thumb-price + .product-thumb-unit,
.thumb-item__info .product-thumb-price + .product-thumb-unit {
  font-size: 20px;
  font-weight: bold;
}
.display-product .thumb-item__info .product-thumb-price--origin,
.thumb-item__info .product-thumb-price--origin {
  font-size: 20px;
  color: #bbbbbb;
  font-weight: 400;
  margin-left: 2px;
}
.product-list .thumb-fab--like {
  display: none;
}
.thumb-fab--cart {
  display: block !important;
  bottom: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
}
.thumb-fab--cart span {
  background: url(../assets/img/main/icon_pd_cart.png) no-repeat center;
  width: 46px;
  height: 46px;
  display: block;
}
.pd_review {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding-left: 17px;
  background: url(../assets/img/main/icon_review.png) no-repeat center left;
  margin-left: 1px;
  margin-top: 11px;
}
.product-list__search-keyword {
  color: #007bff;
}
.thumb-item__overlay {
  background: rgba(0, 0, 0, 0.3) url(../assets/img/sub/solout_bg.png) no-repeat center / 132px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  z-index: 1;
}
.product-thumb__sticker {
  position: absolute;
  top: 9px;
  left: 14px;
  display: flex;
  gap: 4px;
}

.product-thumb__sticker-img {
  height: 60px;
}

.product-thumb__sticker-img-small {
  height: 50px;
}

/*상품리스트*/
.product-list {
  padding-top: 12px;
  width: 1260px;
  padding-bottom: 102px;
}
.product-list :where(.l-title),
.display-detail :where(.l-title) {
  font-size: 36px !important;
  color: #000;
  text-align: center;
  justify-content: center;
  margin-bottom: 31px;
  margin-top: 38px;
}
.product-list .category-nav {
  padding: 0 !important;
  background: transparent;
  text-align: center;
  justify-content: center;
  gap: 12px 11px;
}
.product-list .category-nav li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  text-align: center;
  height: 45px;
  padding: 8px 23px;
  box-sizing: border-box;
}
.product-list .category-nav li a.on {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
.product-list .category-nav__label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.product-list .category-nav__count {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.product-list .category-nav li a.on .category-nav__label,
.product-list .category-nav li a.on .category-nav__count {
  color: #fff;
}
.product-list .sort-list__wrap .total-count,
.product-list .total-count--md em,
.product-list .total-count--md .highlight,
.display-detail .sort-list__wrap .total-count,
.display-detail .total-count--md em,
.display-detail .total-count--md .highlight {
  font-family: "Pretendard", Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.product-list .sort-list__wrap,
.display-detail .sort-list__wrap {
  margin-top: 52px;
  margin-bottom: 13px;
}
.product-list .sort-item,
.display-detail .sort-item {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}
.product-list .sort-item.active,
.display-detail .sort-item.active {
  font-weight: 600;
  color: #000;
}
.product-list .sort-item:not(:last-child)::after,
.display-detail .sort-item:not(:last-child)::after {
  display: none;
}
.product-list .sort-list__wrap .select--sm,
.display-detail .sort-list__wrap .select--sm {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 31px;
  color: #000000;
}
.product-list .select--sm select,
.display-detail .select--sm select {
  border-radius: 5px;
  padding-right: 63px;
  cursor: pointer;
  font-weight: 400;
}
.product-list .select::after,
.display-detail .select::after {
  background: url(../assets/img/sub/icon_sort_arrow.png) no-repeat center;
  width: 15px;
  height: 8px;
  right: 17px;
}
.product-list :where(.thumb-GALLERY, .thumb-CART, .thumb-SIMPLE_IMAGE) {
  gap: 52px 20px;
}
.product-list .pagination {
  padding-top: 73px;
}
.pagination__btn,
.pagination__link {
  font-size: 14px;
  color: #888888;
  font-family: "Pretendard", Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 500;
}
.pagination__link.is-current {
  font-weight: bold;
  background: #000;
}
.pagination__link + .pagination__link {
  margin-inline-start: 22px;
}
.pagination__btn--rt,
.pagination__btn--lt {
  background: url(../assets/img/sub/page-prev.png) no-repeat center;
}
.pagination__btn--double-lt,
.pagination__btn--double-rt {
  background: url(../assets/img/sub/page-first.png) no-repeat center;
}
.pagination__btn--double-rt {
  margin-left: 25px;
}
.pagination__btn--double-lt {
  margin-right: 25px;
}

.page-content-top__breadcrumb-category-siblings {
  right: -70px;
}
.page-content-top__breadcrumb-category-siblings::before {
  right: 70px;
}
.page-content-top__breadcrumb-category-siblings a {
  font-size: 14px;
  color: #666;
}

.l-page.display-detail {
  padding-top: 55px;
}
/* .l-page.display-detail .product-thumb__sticker-img{width: 60px;height: 60px;position: absolute;top:14px ;left: 17px;} */
