.c-container{
    background-color: #f8f8f8 !important;
}
.goods_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.goods_name{
    font-size: 12px !important;
    line-height: 0.9rem; 
    font-weight: 500;
    padding-top: 5px;
}
.goods_price{
    font-size: 14px !important;
}
.goods_item{
    padding-bottom: 10px;
}
.goods_item{
    overflow: hidden;
}

.goods_item img,
.goods_item .goods_img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.goods_item p{
    font-size: 10px;
}

.goods_sold_out{
    color: #d20028;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 1rem;
    padding-top: 8px;
}

.goods_img{

}

.goods_size{
    font-size: 12px !important;
    font-weight: 500;
}

.goods_notes{
    font-weight: 500; 
    color: #6b6b6b;
}