@media (max-width: 991px) {
    .abr-ver .catalog_product .col-xs-12.col-md-3.col-lg-4 {
        margin-bottom: 16px;
    }

    .abr-ver .catalog_product .col-xs-12.col-md-5.col-lg-5 .catalog_product-card-btns {
        padding-bottom: 14px;
    }
}

@media (min-width: 992px) {
    /* Keep the left outer spacing of the main photo block symmetric with the right spacing of the price block. */
    .catalog_product > .row > .catalog_product-preview-panel {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
}

.catalog_product-preview-panel .catalog_product-preview-image {
    overflow: hidden;
}

.catalog_product-preview-panel .catalog_product-preview-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.catalog_product-preview-panel .catalog_product-preview-image img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    object-position: center center;
}
