.cart-icon-container-d5133d8a {
    display: inline-block;
    position: relative;
}

.cart-icon-wrapper-d5133d8a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.cart-icon-icon {
    display: inline-flex;
    line-height: 1;
}

.cart-icon-badge-d5133d8a {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff4d4f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.cart-icon-badge-empty {
    display: none !important;
}
