/* ستايل زر Ofertas البارز في القائمة */
li.menu-sale-vip > a {
    background: linear-gradient(90deg, #ff0055, #ff007f) !important;
    color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 30px !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 85, 0.4) !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

li.menu-sale-vip > a:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 0, 85, 0.6) !important;
    color: #ffffff !important;
}