.page-products .products .item .product-item-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-products .products .item .product-item-photo .image {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.page-products .products .item .product-item-photo .image .product-image-photo {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
}
.page-products .products .item .product-item-photo .product-item-info {
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 520px) {
    .header-right .search-area.show-icon .block.block-search {
        min-width: 240px !important;
    }
}
@media (max-width: 390px) {
    .header-right .search-area.show-icon .block.block-search {
        right: -80px;
    }
}
