.image{
    width: 100%;
}
.image .central{
    text-align: center;
    margin-bottom: 5.6rem;
}
.image .central_image{
    display: flex;
    justify-content: center;
    margin-top: 6.4rem;
    margin-bottom: 4.7rem;
    flex-wrap: wrap;
}
.image .central_image .list_image{
    padding: 1.4rem;
    width: 20.5rem;
    height: 13.7rem;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.popup_image{
    display: none;
}
.popup_image p{
    width: 100%;
    display: none;
    position: absolute;
    color: #E5E5E5;
    font-size: 3rem;
    display: flex;
    justify-content: end;
    top: 15%;
    right: 15%;
    cursor: pointer;
    transition: all 0.1s linear;
}
.popup_image p:hover{
    color: #FFFFFF;
}
.popup_image{
    position: fixed;
    background-color: rgba(25, 31, 34, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
.image .central_image li img{
    width: 100%;
}
.popup_image .image_popproduct{
    position: relative;
    width: 40%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.popup_image .image_popproduct img{
    width: 100%;
}

.popup_image picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}