/* Keep homepage banners inside their fixed layout areas. */
.p-front__top-boxes-left,
.p-front__top-boxes-right-top,
.p-front__top-boxes-right-bottom,
.p-front__top-boxes-slider,
.p-front__top-boxes-link {
    min-width: 0;
    overflow: hidden;
}

.p-front__top-boxes-slide,
.p-front__top-boxes-right-image {
    display: block;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.p-front__top-boxes-right-image {
    width: 100% !important;
    height: 100% !important;
}

/* Preserve the intended card and gallery ratios without stretching photos. */
.c-product-list__product-image,
.c-product-list__product-next-image,
.p-product__gallery-item-image,
.p-product__image {
    object-fit: cover;
    object-position: center;
}
