.angie-floating-cart-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background-color: #111;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    text-decoration: none;
}
.angie-floating-cart-btn:hover {
    transform: scale(1.05);
    color: #fff;
}
.angie-floating-cart-btn svg {
    width: 24px;
    height: 24px;
}
.angie-cart-badge-d7e0e8ef {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3366;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}