.catalog-list--simple {
    margin-bottom: 20px;
}
@media (min-width: 1900px) {
    .catalog-list--simple {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .catalog-list--simple {
        margin-bottom: 30px;
    }
}

.pagination {
    margin-top: 40px;
}
@media (min-width: 1900px) {
    .pagination {
        margin-top: 80px;
    }
}

@media (min-width: 1024px) {
    .pagination {
        margin-top: 50px;
    }
}

.product:hover .product__image::after{opacity:0}

.product__image .hide {
    display: none;
}
.product:hover .product__image img.hide {
    display: block;
}

.product:hover .product__image img.hide ~ img {
    display: none;
}

.fav-item__image .hide {
    display: none;
}
.fav-item__image:hover img.hide {
    display: block;
}

.fav-item__image:hover img.hide ~ img {
    display: none;
}

.detail__images span {
    cursor: pointer
}

.catalog-top:not(:has(.breadcrumbs)) .page__title {
    margin-bottom: 0;
    width: auto;
}

@media (max-width: 767px) {
    page__title {
        font-size: 30px;
    }
    .catalog-top .page__title {
        font-size: 30px;
        width: calc(100% - 120px);
        order: 1;
        margin-bottom: 0px;
    }
    .catalog-top .breadcrumbs {
        order: 3;
        margin-top: 30px;
    }
    .catalog-top .filter-toggler {
        order: 2;
    }
    .catalog-top .filter {
        order: 4;
    }
}

.is-dark .header__logo-text {
    color: #fff;
}

.is-dark.is-scrolled .header__logo-text {
    color: #000;
}

.footer-menu__item img {
    max-width: 40px;
    margin-right: 10px;
}