.catalog-cart-counter-menu {
    background: #F7B5CD;
    color: #fff;
    text-align: center;
    right: 10px;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    width: 14px;
    height: 14px;
    min-width: 14px;
    position: absolute;
    bottom: 0;
    top: unset;
}

.g-text-decoration-none--hover {
    position: relative;
}