/* BASIC css start */
body .product_list_wrap .desc_container .info .price {font-size:12px;}

.desc_container .info .price .dc_per {color: #f9560e;font-weight: 700;}
.desc_container .info .price .consumer {color: #808080;font-weight: 400;margin-right: 4px;text-decoration: line-through;}
.desc_container .info .price .normal {color: #272727;font-size: 13px;font-family: 'Lato', sans-serif;font-weight: bold;}

.product_list_wrap .product_item .desc_container .info .brand{
    font-size: .871rem;
    line-height: 1rem;
    font-weight: 300;
    margin-top: -3px;
    margin-bottom: 8px;
    color: #5d5d5d;
    font-weight: 700;
}

.desc_container .info .prd-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    margin-top: 5px;
}

.desc_container .info .prd-icons .soldout-badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 1px 4px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 2px;
}

/* 품절 상품 썸네일 오버레이 */
.product_list_wrap .product_item .thumb {
    position: relative;
    overflow: hidden;
}

.product_list_wrap .product_item .thumb .thumb-soldout-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.43);
    pointer-events: none;
}

.product_list_wrap .product_item .thumb .thumb-soldout-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    transform: rotate(-45deg);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
/* BASIC css end */

