.catalog-category-view .product-grid.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.catalog-category-view .page-main .breadcrumbs {
    margin: 0 !important;
}
.catalog-category-view .page-main .col-main {
    padding-left: 15px;
}
.catalog-category-view .page-main .col-main .cat-header {
    width: 94%;
    top: 0;
    left: 12px;
}
.catalog-category-view .page-main .col-main .cat-header .cat-links {
    width: 100%;
    gap: 8px;
}
.catalog-category-view .page-main .col-main .cat-header .cat-link {
    padding: 4px 12px;
}
.catalog-category-view .page-main .col-main .cat-header .cat-title {
    display: none;
}
.catalog-category-view .page-main .col-main .shop-tab-title {
    padding-top: 52px;
}
.catalog-category-view .page-main .col-main .cat-header .cat-link {
    color: #FFFFFF;
    background-color: #E6007E;
    border: 1px solid #E6007E;
}
.products .item-product .towishlist {
    visibility: visible;
    width: 18px;
    height: 18px;
}
.item-product .product-info .info-price .price,
.item-product .product-info .info-price .special-price .price-wrapper .price {
    font-size: 10px;
}
.products .item-product .towishlist {
    visibility: unset;
}
