.fcb-cart-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.fcb-cart-button {
    background: #ff6f61;
    color: #fff;
    padding: 14px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
}

.fcb-cart-count {
    background: #fff;
    color: #ff6f61;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 8px;
    margin-left: 8px;
    font-size: 14px;
}
