.category-block-filter-item ul li > a:hover::after, .category-block-filter-item ul li > a.active::after {
    content: none !important;
}

.category-page-block {
    padding-top: 22px;
}

.category-page-block > .breadcrumbs,
.category-page-block > .title {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    text-align: left;
    text-transform: none;
}
.category-page-block > .breadcrumbs {
    margin-bottom: 6px;
    color: #777;
    font-size: 13px;
    line-height: 1.3;
}
.category-page-block > .breadcrumbs a { color: #8e6959; }
.category-page-block > .title {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    color: #6f554a;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
}
.category-page-block .category-block-filter-item.tags-top-wrapper {
    min-width: 0;
    min-height: 32px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}
.category-page-block .tags-top-wrapper .category-block-filter-item-wrap {
    position: relative;
    min-height: 26px;
    margin: 0;
    padding: 0 96px 0 0;
}
.category-page-block .tags-top-wrapper ul {
    position: relative;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-page-block .tags-top-wrapper li { margin: 0; padding: 0; }
.category-page-block .tags-top-wrapper li > a {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 9px;
    border: 0;
    border-radius: 3px;
    background: #e9e9e9;
    color: #666;
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
    text-decoration: none;
}
.category-page-block .tags-top-wrapper li > a::before { content: '#'; margin-right: 4px; color: #999; }
.category-page-block .tags-top-wrapper li > a:hover,
.category-page-block .tags-top-wrapper li > a.active {
    color: #5a5a5a;
    background: #fff;
    box-shadow: inset 0 0 0 1px #cab8af;
}
.category-page-block .tags-top-wrapper li > a.zero-count { color: #777; }
.category-page-block .tags-top-wrapper .show-more-tags {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #8e6959;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}
.category-page-block .tags-top-wrapper .show-more-tags > span {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px dashed currentColor;
    color: inherit;
    font: 400 12px/1.15 Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.category-page-block .tags-top-wrapper .show-more-tags > svg {
    display: block;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    fill: none;
}
.category-page-block .tags-top-wrapper .show-more-tags[aria-expanded="true"] > svg {
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .category-page-block > .title { font-size: 21px; }
}
