/* 상품리스트 UI 리뉴얼 */
.big_section_wrap.no-cnt{
    text-align: center;
}
.big_section_wrap.no-cnt .product-list{
    width: 100% !important;
    margin: 0 !important;
    max-width: var(--contents-max-width);
    padding: 0 var(--contents-side-padding);
}
.product-list .total_sort{
    clear: both;
    height: 26px;
}
.product-list .prd_basic--alt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 1.181%;
    width: 100%;
    font-size: 0;
    text-align: left !important;
    margin-top: 50px;
}
.product-list .prd_basic--alt *{
    line-height: 1 !important;
}
.product-list .prd_basic--alt li{
    width: 19.0552%;
    max-width: 250px;
    box-sizing: border-box;
    padding: 0;
}
.product-list .prd_basic--alt .box .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    text-align: center;
    /*border: 1px solid red;*/
}
.product-list .prd_basic--alt .box .img .prdimg img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-list .prd_basic--alt .box .icon {
    position: absolute;
    top: 10px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 40px !important;
    height: fit-content !important;
    row-gap: 6px;
}
.product-list .prd_basic--alt .box .icon img{
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}
.product-list .prd_basic--alt .box .info{
    text-align: left !important;
    padding: 0 12px;
}
.product-list .prd_basic--alt .box .name{
    padding-top: 16px;
}
.product-list .prd_basic--alt .box .name *{
    font-family: "NotoSansKR";
    font-size: 14px;
    font-weight: 500;
    line-height: 130% !important; /* 19.6px */
}
.product-list .prd_basic--alt .box .price{
    padding-top: 18px;
    height: auto !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-list .prd_basic--alt .box .price *{
    font-family: Montserrat;
}
.product-list .prd_basic--alt .box .price .sell strong,
.product-list .prd_basic--alt .box .price .discount strong{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.product-list .prd_basic--alt .box .consumer{
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.product-list .prd_basic--alt .box .price p.percent{
    color: #FF5C47;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.product-list .prd_basic--alt .box .price .sellY{
    margin: 0;
}
.product-list .prd_basic--alt .box .member_price{
    margin-top: 6px;
    padding: 0;
}
.product-list .prd_basic--alt .box .member_price .txt{
    font-family: "NotoSansKR";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}
.product-list .prd_basic--alt .box .member_price .price{
    font-weight: 500;
    font-size: 13px;
    color: #FF5C47;
    display: inline-block;
    padding: 0;
    margin-left: 4px;
}
.product-list .prd_basic--alt .box .item-desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
    color: #666 !important;
}

.product-list .prd_basic--alt .box .info .item_save_point{
    margin: 0 !important;
    color: #666 !important;
    font-family: Montserrat;
    font-size: 12px !important;
}
.product-list .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;
}
.product-list .prd_basic--alt .box .info .badge-info{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.product-list .prd_basic--alt .box .info .badge-info span{
    color: #7A7A7A;
    font-family: "NotoSansKR";
    font-size: 10px;
    font-weight: 500;
    line-height: 100%; /* 10px */
    letter-spacing: -0.5px;
    padding: 4px;
    border: 1px solid #ccc;
}
.product-list .prd_basic--alt .crema_product_reviews_score__container{
    color: #666 !important;
}

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

/* 필터영역 - 사이즈 */
.tab-content .section h3{
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: -1px;
    margin: 8px 0;
}

.tab-content .section .item-size{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    margin-top: 4px;
}
.tab-content .section .item-size li{
    width: 25%; /* 100 / 4 = 25% */
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;

    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -1px;

}
.tab-content .section .item-size li.active{
    background: #13171C;
    color: #FFF;
}
.tab-content .section .item-size.no-line{
    border-top: none;
}
.tab-content .section .item-size.no-line li{
    border-top: 1px solid #E8E8E8;
}
/* 필터영역 : 가격 */
.tab-content .section .price-slider.noUi-target{
    height: 4px;
    box-shadow: none;
    background: #D3D3D3;
    padding:0 8px;
    overflow: visible;
    margin: 28px 0;
    border: none;
}
.tab-content .section .price-slider .noUi-connect{
    background: #3C3C43;
}
.tab-content .section .price-slider .noUi-handle{
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #3C3C43;
    box-shadow: none;
    border: none;
    right: -8px;
    top: -6px;
}
.tab-content .section .price-slider .noUi-handle:before,
.tab-content .section .price-slider .noUi-handle:after{
    content: none;
}
.tab-content .section .price-inputs{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tab-content .section .price-inputs .price-inputs__tit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 0;
}
.tab-content .section .price-inputs .price-inputs__tit span{
    color: #8A8A8A;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}
.tab-content .section .price-inputs .price-inputs__input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #8A8A8A;
}
.tab-content .section .price-inputs .price-inputs__input > div{
    position: relative;
    width: 50%;
    height: 40px;

}
.tab-content .section .price-inputs .price-inputs__input > div::after{
    content: '원';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -1px;
    color: #8A8A8A;
    pointer-events: none;
}

.tab-content .section .price-inputs .price-inputs__input > div input{
    display: inline-block !important;
    width: 100%;
    height: 100%;
    border: none;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #B8B8B8;
    text-align: right;
    padding-right: 32px;
}
.tab-content .section .price-inputs .price-inputs__input > div input:focus {
    border: 1px solid #000;
    outline: none;
}
