.header .header-item-counter {
    background-color: rgb(235 233 241);
    border-radius: 3px;
    color: var(--primary-button-color);
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    padding: 5px 5px 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
}.menu--product-categories {
    align-items: center;
    background-color: rgb(229 226 239);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    line-height: 1.5;
    margin: 0;
    padding: 13px 24px 13px 21px;
    position: relative;
    transition: .5s;
}