.product_box .image {
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 13px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: #fff !important;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

/* Remove any side overlay/background */
.product_box .image::before,
.product_box .image::after,
.product_box .image a::before,
.product_box .image a::after {
    display: none !important;
    content: none !important;
}

.product_box .image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff !important;
}

.product_box .image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    background: #fff !important;
}
