.shop_content_wrapper0 {
    height: calc(100vh - 44px);
}

.proudct_item0 {
    width: calc((100% / 4) - 28px);
    height: 67vh;
    max-height: 515px;
    display: block;
    padding: 12px !important;
    font-family: GTA, sans-serif;
    font-size: 15px;
    letter-spacing: -0.1px;
}

.proudct_item0 img {
    width: calc(100% - 8px);
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.proudct_item0 .text0 {
    width: calc(100% - 8px);
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.proudct_item0 .text1 {
    font-weight: normal;
    font-size: 18px;
}
.proudct_item0 .text2 {
    font-weight: 300;
    display: none;
}
.proudct_item0 .text3 {
    font-weight: 300;
    display: none;
}

.proudct_item0:hover > .text2,
.proudct_item0:hover > .text3 {
    display: block !important;
}
