@charset "UTF-8";
/*상품리스트*/
.thumb-item__img{border:1px solid #e5e5e5;}
.product-thumb-title{font-size:16px;line-height: 1.3;height: 40px; font-weight: 600; padding-right:0;  margin-block-end:13px;}
.product-thumb-price-info { font-size:18px; gap:12px;} 
.product-thumb-price { font-family: 'Pretendard Variable'; font-size:18px; } 
.product-thumb-unit { font-size:18px; font-weight: 700; } 
.product-thumb-price--origin { font-size:14px; color:#888;  } 

/*장바구니*/
.thumb-fab--cart { position: relative; right:0; bottom:0; width:100%; height: 35px; font-size:16px; font-weight: 500; border: 1px solid #e5e5e5; margin-top:5px; } 
.thumb-fab--cart .ico { position: relative; background: none; width: auto; padding-left:24px; height: 35px; display: flex; align-items: center; justify-content: center; } 
.thumb-fab--cart .ico::before { content:''; position:absolute; left:0; top:10px; width:17px; height:16px; background:url('../images/custom/product/icon_cart.png')no-repeat;  background-size: 100%; } 

/*리뷰수*/
.review_count { position: relative; margin-top:12px; font-size:14px; padding-left:19px; font-weight: 500; color:#333; line-height: 1; } 
.review_count::before { content:''; position: absolute; left:0; background:url('../images/custom/product/icon_review.png')no-repeat; width:13px; height:13px; } 

/*찜하기*/
.thumb-item__overlay{z-index: 10;}
.thumb-fab--like { width:36px; height:36px; border-radius: 100%; right:11px; bottom:11px; background: #d7d7d7 url('../images/custom/product/icon_heart.png')no-repeat 53% 53%; background-size: 17px 16px; } 
.thumb-fab--like.is-active { background: #3a42ff url('../images/custom/product/icon_heart.png')no-repeat 53% 53%; background-size: 17px 16px; } 

/*뱃지*/
.badge_wrap { margin-top:17px; min-height:20px; } 