/* 상품리스트 UI 리뉴얼 */
#big_section .sort_line1 .total{
    color: #000 !important;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}
.prd_header--alt .MENU-LIST-1 > .shell > ul{
    padding: 0 4.16%;
}

.prd_basic--alt {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 14px;
    padding: 0;
    list-style: none;
}
.prd_basic--alt li{
    width: calc(50% - 7px);
    box-sizing: border-box;
    padding-bottom: 0;
}
.prd_basic--alt .box .img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
}
.prd_basic--alt .box .img .prdimg img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
}
.prd_basic--alt .box .img .wish{
    top: 5px;
    right: 5px;
}
.prd_basic--alt .box .img .wish a{
    width: 30px;
    height: 30px;
}
.prd_basic--alt .box .img .icon{
    top: 5px;
    left: 5px;
    width: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.prd_basic--alt .box .img img{
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0;
}
.prd_basic--alt .box .info{
    padding-left: 4px;
}
.prd_basic--alt .box .info .name{
    padding-top: 16px;
}
.prd_basic--alt .box .info .name a{
    color: #000;
    font-family: "NotoSansKR";
    font-size: 13px;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
    word-break: break-all;
}

.prd_basic--alt .box .info > .price{
    margin-top: 16px;
    padding: 0;
}
.prd_basic--alt .box .info .price p.consumer{
    display: block;
    color: #979797;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.prd_basic--alt .box .info .price .percent{
    margin: 0 4px 0 0;
    color: #FF5C47;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.prd_basic--alt .box .info .price p.sell strong{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.prd_basic--alt .box .info .price p.discount strong{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.prd_basic--alt .box .info .member_price{
    margin-top: 6px;
    padding: 0;
}
.prd_basic--alt .box .info .member_price .txt{
    color: #000;
    font-size: 13px;
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 100% */
    letter-spacing: -1px;
}
.prd_basic--alt .box .info .member_price .price{
    color: #FF5C47;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.prd_basic--alt .box .info .badge-info{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.prd_basic--alt .box .info .badge-info span{
    color: #8F8F8F;
    font-family: "NotoSansKR";
    font-size: 10px;
    font-weight: 500;
    line-height: 100%; /* 10px */
    letter-spacing: -0.5px;
    padding: 4px;
    border: 1px solid #ccc;
}
.prd_basic--alt .box .item-desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
    color: #666 !important;
}

.prd_basic--alt .box .info .item_save_point::before{
    content: "";
    margin: 0 8px;
    background: #D2D2D2;
    width: 1px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
}
.prd_basic--alt .box .info .item_save_point{
    margin: 0 !important;
    color: #666 !important;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 12px;
}
.prd_basic--alt .crema_product_reviews_score__container{
    color: #666 !important;
}

.prd_basic--alt .crema_product_reviews_score__container svg{
    fill: #666 !important;
}
