.cart-badge-container-3e8aa5b4 {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.cart-icon-wrapper-3e8aa5b4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart-icon-wrapper-3e8aa5b4 i {
    display: inline-block;
    line-height: 1;
}

.cart-icon-wrapper-3e8aa5b4 svg {
    display: inline-block;
    vertical-align: middle;
}

.cart-count-badge-3e8aa5b4 {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff4d4f;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Hide empty badge option */
.cart-badge-container-3e8aa5b4.hide-empty-3e8aa5b4 .cart-count-badge-3e8aa5b4.badge-empty-3e8aa5b4 {
    display: none;
}
