.uc-hidden {
    display: none;
}

.uc-hidden-cart .t706__carticon {
    display: none !important;
}

.uc-header-cart-button__counter {
    position: absolute;
    inset: 12px auto auto 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #192e27;
    pointer-events: none
}

.uc-header-cart-button__counter.white {
    color: #192e27;
    background-color: #fff;
}

.js-cart-header ~ .uc-header-cart-button__counter._black {
    transition: 0.3s;
}

.js-cart-header:hover ~ .uc-header-cart-button__counter._black {
    color: #192e27;
    background-color: #fff;
}