.shop-index-container-m {
    width: 100vw;
}

.shop-index-container-m .shop-textrow0_m {
    background-color: #f0fcff;
    width: calc(100vw - 4px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proudct_item_m {
    width: calc((100vw / 2) - 4px);
    height: 250px;
    display: block;
}

.proudct_item_m img {
    width: calc(100% - 22px);
    padding-left: 11px;
    padding-right: 11px;
    height: 200px;
    object-fit: cover;
    margin-top: 11px;
    margin-bottom: 5px;
}

.proudct_item_m .text0 {
    width: calc(100% - 22px);
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.proudct_item_m .thumb_caption {
    display: none;
}
