#asr-global-rating{
    position: fixed;
    bottom: 80px;
    left: 20px;
    background:#ffcc00;
    padding:10px 15px;
    border-radius:8px;
    font-weight:bold;
    font-size:16px;
    z-index:9999;
    box-shadow:0 2px 6px rgba(0,0,0,0.3);
}

.asr-popup-notif{
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background:#fff;
    border:1px solid #ccc;
    padding:10px;
    border-radius:8px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 2px 12px rgba(0,0,0,0.2);
    z-index:9999;
    font-size:14px;
    min-width:250px;
    max-width:350px;
    transition: all 0.3s ease;
}

.asr-popup-notif img.asr-avatar,
.asr-popup-notif img.asr-product{
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
}

.asr-popup-notif img.asr-product{
    border-radius:6px;
}