.hm-catalog-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: #f5f6f7;
}
.hm-catalog-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.hm-product-detail__media > .hm-catalog-image {
    height: 360px;
    min-height: 0;
}
.hm-product-detail__media > .hm-catalog-image > img {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.hm-v2-product-card__image.hm-catalog-image {
    height: auto;
    aspect-ratio: 16 / 10;
}
.hm-v2-product-card__image.hm-catalog-image > img {
    position: absolute;
    inset: 0;
}
.hm-product-detail__gallery > .hm-catalog-image {
    aspect-ratio: 1;
}
.hm-company-card__catalog-item > .hm-catalog-image {
    height: 64px;
}
.hm-company-card__avatar,
.hm-company-directory-page .hm-company-card__avatar {
    display: flex;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f6f7;
    box-shadow: none;
}
.hm-company-card__logo .hm-catalog-image > img,
.hm-store-logo .hm-catalog-image > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767px) {
    .hm-product-detail__media > .hm-catalog-image {
        height: 260px;
    }
}
