@charset "UTF-8";

/*Lato*/
.font-lato{font-family: 'Lato';}

.breadcrumb__section { border-top:1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; position: relative; padding-block-start: 6.5px;padding-block-end: 10px; margin-inline: 0px;}
.breadcrumb__item{display: block; font-size:19px; text-align: center; font-weight: 600;color:#000;}
.product-list-category-slider{background-color: #fff; border-bottom: 1px solid #e5e5e5;}
.product-list-category-slider .category-slider__item{font-family: 'Pretendard Variable'; font-size:15px; color:#000;}

.total-sort{position: relative; top:auto; padding: 31px 15px 20px;}
.total-sort__count{font-size:13px; font-weight: 400;}
.total-sort__count em{font-style: normal;}
.total-sort .select{padding-inline: 0; font-size:13px; border:1px solid #e5e5e5;}
.total-sort .select--sm select {padding-inline: 10px 33px;}
.total-sort .select::after { right: 12px;background: url('../../../img/list/ico_link.png') no-repeat; height: 11px;width: 10px; transform: rotate(90deg); background-size: contain; top: 10px;}

/*카테고리*/
.category-slider .swiper-wrapper li a{font-size:15px; color:#000; line-height:1; }
.category-slider .swiper-wrapper li.active a{position: relative;}
.category-slider .swiper-wrapper li:first-child.active a:after{bottom:-20px;}
.category-slider .swiper-wrapper li.active a:after{content:''; position: absolute;  left:0; width:100%; height:1px;  height: 2px;
  background: #000; bottom:-21px;}
.category-slider .category-slider__slide{padding:20px 10px 20px 15px; line-height: 1;}

/*상품리스트*/
.product-list-items{padding:0 10px;}
.product-list-items :is(.thumb-GALLERY) {display: grid; grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr)); row-gap:30px;}
.product-list-items :is(.thumb-GALLERY) a:first-child{grid-column: span 2;}
.product-list-items :is(.thumb-GALLERY) a:first-child .sc-like-button {top:auto; bottom:-39px; right:0;}
.product-list-items .thumb-item{padding:0 5px;}
.product_review{position: relative; margin-top: 15px; padding-left:13px;}
.product_review::before{content:''; position:absolute; left: 0 ; top:4px; width:9px; height:9px; background:url('../../../img/list/ico_review_star.png')no-repeat; background-size:100%;}
.product_review p{color:#333; font-size: 12px; font-family:'lato';}
.thumb-item__img{margin-bottom:20px;}
.sc-like-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width:auto; height:auto;border:none;padding:0;
}

.sc-like-button .ico_wish {
  position: relative;
  display: block;
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url('../../../img/list/ico_wish.png');
  background-position: left top;
  background-size: auto 100%;
}
.sc-like-button.is-active .ico_wish {background-position: -19px top;}
.product-thumb-price--origin > div {position: relative;width: fit-content;}
.product-thumb-price--origin > div:after {content: ""; position: absolute; left: 0; top: 8px; display: block; width: 100%; height: 1px; background: #bbb;}
.product-list__search-keyword-wrap .product-list__search-keyword{color:#3e712d;}

/* [24.12.12]영문몰 비노출 처리 추후 노출시 아래 css 삭제 */
.lang-body-en .sc-like-button .ico_wish{display: none;}