.s365-header-cart-item {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.s365-header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.s365-header-cart:hover,
.s365-header-cart:focus {
    color: #b8d419;
}

.s365-header-cart__icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.s365-header-cart__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.s365-header-cart__count {
    position: absolute;
    top: 1px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #b8d419;
    color: #0f1728;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

.s365-header-cart__count.is-empty {
    display: none;
}

@media (max-width: 921px) {
    .s365-header-cart-item {
        margin-left: 0;
    }
}
