.catalog-title-container.container {
    justify-content: space-between;
    align-items: end;
    max-width: none;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 78px 10px 78px;
}

.category-product__img img {
    position: absolute;
}

.category-product-item::before {
    height: 0;
}

@media (min-width: 767px) {
    .category-product-info {
        font-size: 19px;
        color: #000;
        padding: 0 30px;
        width: 100%;
        position: static;
        margin-top: 15px;
    }

    .category-product__img {
        width: 100%;
        height: calc(40vw - 4px);

    }

    .category-product__img img {
        height: 100%;
    }

    .category-product-item {
        height: 100%;
        overflow: visible;
    }

    .category-product__touch {
        display: none;
    }

    .category-product-item a {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .category-product-info {
        order: 99;
    }

    .category-product__price .price-current {
        color: #000 !important;
    }

    .category-product-item a:after {
        bottom: 50px;
    }

    .category-product-item > div {
        height: 71%;
    }
}

@media (max-width: 1385px) {
    .catalog-title-container.container {
        padding: 0 70px 10px 70px;
    }
}

@media (max-width: 1199px) {
    .catalog-title-container.container {
        padding: 0 59px 10px 59px;
    }

    .category-product__img {
        display: block;
        position: relative;
    }
}

@media (max-width: 767px) {
    .catalog-title-container.container {
        padding: 0 0 10px 0;
    }
    .mobile-menu {
        padding: 0 30px;
    }
    .header-line {
        padding-right: 10px;
    }
    .page-product {
        padding: 0 10px;
    }
    .category-product-item {
        width: 46%!important;
        margin: 2%;
    }

}