/* Preserve source proportions in legacy category/product cards. */
.filters-grid .card-product .product-img,
.product-to-append .card-product .product-img,
.items-slider .card-product .product-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.filters-grid .card-product .product-img > a,
.product-to-append .card-product .product-img > a,
.items-slider .card-product .product-img > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.filters-grid .card-product .product-img img,
.product-to-append .card-product .product-img img,
.items-slider .card-product .product-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

#product_img,
#product_img_xs {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: 500px;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    object-position: center;
}

.product_small_img img,
.product_small_img_static img {
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.product-video-placeholder {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    border: 1px solid #f0f2f5;
    border-radius: 7px;
    background: #eef2f7;
}
